/* Handmade by Diantha — page layout, ported from the website UI kit. */

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,253,249,0.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.site-header-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter);
  height: 96px; display: flex; align-items: center; justify-content: space-between;
}
.wordmark { text-decoration: none; }

/* ---------- Brand lockup (logo icon + wordmark image) ---------- */
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-lockup-stack { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 10px; text-decoration: none; }
.brand-icon, .brand-word { display: block; width: auto; }
.brand-tagline { display: block; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.28em; color: var(--gold-300); }

.brand--header.brand-lockup-stack { gap: 4px; }
.brand--header .brand-icon { height: 38px; }
.brand--header .brand-word { height: 23px; }
.brand--header .brand-tagline { font-size: 9px; color: var(--gold-600); }

.brand--footer .brand-icon { height: 50px; }
.brand--footer .brand-word { height: 33px; }
.brand--footer .brand-tagline { font-size: 10.5px; }
.site-nav { display: flex; gap: 30px; }
.site-nav a {
  font-family: var(--font-body); font-size: 15px; font-weight: 500; color: var(--espresso-700);
  padding-bottom: 4px; border-bottom: 2px solid transparent; text-decoration: none;
  transition: color var(--dur) var(--ease);
}
.site-nav a:hover { color: var(--gold-700); }
.site-nav a.is-active { color: var(--gold-700); border-bottom-color: var(--brand); }
.cart-btn-wrap { position: relative; }
.cart-count {
  position: absolute; top: -4px; right: -4px; min-width: 19px; height: 19px; padding: 0 5px;
  border-radius: 999px; background: var(--brand); color: #fff; font-size: 11px; font-weight: 700;
  display: grid; place-items: center; font-family: var(--font-body);
}

/* ---------- Footer ---------- */
.site-footer { background: var(--surface-ink); color: var(--cream-100); }
.site-footer-grid { max-width: var(--container); margin: 0 auto; padding: 56px var(--gutter) 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer-desc { margin-top: 16px; font-size: 14px; line-height: 1.7; color: var(--sand-400); max-width: 320px; }
.site-footer-heading { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-300); font-weight: 700; margin-bottom: 14px; }
.site-footer-link { display: block; cursor: pointer; font-size: 14.5px; color: var(--cream-100); padding: 5px 0; text-decoration: none; }
.site-footer-link:hover { color: var(--gold-300); }
.site-footer-socials { display: flex; gap: 12px; margin-top: 16px; }
.site-footer-socials a { color: var(--cream-100); }
.site-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px var(--gutter); text-align: center; font-size: 12.5px; color: var(--taupe-500); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--cream-100); }
.hero-inner { max-width: var(--container); margin: 0 auto; padding: 76px var(--gutter) 84px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-title { font-family: var(--font-display); font-size: 60px; font-weight: 600; line-height: 1.02; color: var(--espresso-900); }
.hero-title em { font-style: italic; color: var(--brand-strong); }
.hero-lead { margin-top: 20px; font-size: 18px; line-height: 1.65; color: var(--espresso-700); max-width: 460px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-art {
  aspect-ratio: 4 / 5; border-radius: var(--radius-xl); overflow: hidden;
  background: radial-gradient(130% 120% at 30% 20%, var(--gold-200), var(--rose-100) 45%, var(--sage-100) 100%);
  box-shadow: var(--shadow-lg); display: grid; place-items: center; position: relative;
  font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--taupe-500); text-align: center; padding: 20px;
}
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block; }

/* ---------- Sections / grids ---------- */
.section { max-width: var(--container); margin: 0 auto; padding: 64px var(--gutter); }
.section-tight { padding-top: 72px; padding-bottom: 8px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 16px; }

.info-card { text-align: center; padding: 24px; }
.info-card-icon { width: 52px; height: 52px; border-radius: 999px; background: var(--brand-soft); display: grid; place-items: center; margin: 0 auto 16px; }
.info-card-icon i { color: var(--gold-700); width: 24px; height: 24px; }
.info-card h3 { font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--espresso-900); margin-bottom: 8px; }
.info-card p { font-size: 14px; line-height: 1.6; color: var(--text-body); }

/* Atelier + agenda band (dark) */
.band-ink { background: var(--surface-ink); color: var(--cream-50); }
.band-ink-inner { max-width: var(--container); margin: 0 auto; padding: 64px var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.band-eyebrow { font-size: 12.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-300); font-weight: 600; margin-bottom: 14px; }
.band-title { font-family: var(--font-display); font-size: 38px; font-weight: 600; color: var(--cream-50); line-height: 1.08; }
.band-lead { margin-top: 16px; font-size: 16px; line-height: 1.7; color: var(--sand-400); max-width: 440px; }
.agenda-teaser-item { display: flex; gap: 16px; align-items: center; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-md); padding: 14px 18px; }
.agenda-teaser-day { text-align: center; min-width: 46px; }
.agenda-teaser-day .num { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--gold-300); line-height: 1; }
.agenda-teaser-day .mon { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sand-400); }
.agenda-teaser-title { font-size: 15.5px; font-weight: 600; color: var(--cream-50); }
.agenda-teaser-meta { font-size: 13px; color: var(--sand-400); }

/* ---------- Shop toolbar ---------- */
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 32px 0 28px; flex-wrap: wrap; }
.shop-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.shop-count { margin-top: 28px; font-size: 13.5px; color: var(--text-muted); }
.empty-state { padding: 60px 20px; text-align: center; color: var(--text-muted); }

/* ---------- Product detail ---------- */
.product-detail { max-width: var(--container); margin: 0 auto; padding: 32px var(--gutter) 80px; }
.back-link { cursor: pointer; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--text-muted); margin-bottom: 24px; font-weight: 500; text-decoration: none; }
.back-link:hover { color: var(--gold-700); }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.product-detail-image {
  aspect-ratio: 1 / 1; border-radius: var(--radius-xl); overflow: hidden; position: relative;
  box-shadow: var(--shadow-md); display: grid; place-items: center;
  font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--taupe-500);
}
.product-detail-badge { position: absolute; top: 18px; left: 18px; }
.product-detail-category { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.product-detail-title { font-family: var(--font-display); font-size: 42px; font-weight: 600; color: var(--espresso-900); line-height: 1.05; margin: 8px 0 14px; }
.product-detail-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.product-detail-old-price { color: var(--text-muted); text-decoration: line-through; font-size: 19px; }
.product-detail-price { font-size: 30px; font-weight: 700; color: var(--price); font-family: var(--font-body); }
.product-detail-price.is-sale { color: var(--sale); }
.product-detail-desc { font-size: 16px; line-height: 1.7; color: var(--text-body); max-width: 460px; }
.product-detail-werking-label { font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-700); font-weight: 700; margin-bottom: 12px; }
.product-detail-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.product-detail-stock { font-size: 13.5px; color: var(--text-muted); margin-top: 12px; }
.product-detail-actions { display: flex; gap: 14px; margin-top: 32px; align-items: center; flex-wrap: wrap; }
.product-detail-qty { display: inline-flex; align-items: center; border: 1px solid var(--border-strong); border-radius: var(--radius-pill); overflow: hidden; }
.product-detail-qty button { width: 38px; height: 48px; border: none; background: var(--surface); cursor: pointer; font-size: 18px; color: var(--espresso-900); }
.product-detail-qty button:hover { background: var(--surface-raised); }
.product-detail-qty input { width: 42px; height: 48px; border: none; text-align: center; font-size: 15px; font-family: var(--font-body); background: var(--surface); }
.product-detail-meta { margin-top: 22px; display: flex; gap: 20px; font-size: 13.5px; color: var(--text-muted); flex-wrap: wrap; }
.product-detail-meta span { display: inline-flex; gap: 6px; align-items: center; }

/* ---------- Agenda ---------- */
.agenda-list-row { display: flex; align-items: center; gap: 22px; padding: 20px 24px; border-top: 1px solid var(--border); }
.agenda-list-row:first-child { border-top: none; }
.agenda-list-date { text-align: center; min-width: 58px; }
.agenda-list-date .day { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: var(--brand-strong); line-height: 1; }
.agenda-list-date .mon { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); font-weight: 600; margin-top: 2px; }
.agenda-list-divider { width: 1px; align-self: stretch; background: var(--border); }
.agenda-list-title-row { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; flex-wrap: wrap; }
.agenda-list-title { font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--espresso-900); }
.agenda-list-meta { font-size: 14px; color: var(--text-body); display: flex; gap: 16px; flex-wrap: wrap; }
.agenda-list-meta span { display: inline-flex; gap: 6px; align-items: center; }
.agenda-callout { margin-top: 28px; background: var(--brand-tint); border: 1px solid var(--gold-200); border-radius: var(--radius-lg); padding: 22px 26px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.agenda-callout-icon { width: 46px; height: 46px; border-radius: 999px; background: var(--brand-soft); display: grid; place-items: center; flex: none; }
.agenda-callout-icon i { color: var(--gold-700); width: 22px; height: 22px; }

/* ---------- Over mij ---------- */
.over-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.over-photo { aspect-ratio: 4 / 5; border-radius: var(--radius-xl); background: radial-gradient(120% 120% at 35% 25%, var(--rose-100), var(--gold-100) 55%, var(--sage-100)); box-shadow: var(--shadow-md); display: grid; place-items: center; font-family: var(--font-display); font-style: italic; font-size: 20px; color: var(--taupe-500); }
.over-title { font-family: var(--font-display); font-size: 44px; font-weight: 600; color: var(--espresso-900); line-height: 1.05; }
.over-title em { font-style: italic; color: var(--brand-strong); }
.over-body p { margin-top: 18px; font-size: 16.5px; line-height: 1.75; color: var(--text-body); }
.over-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; margin-top: 44px; align-items: start; }
.contact-info-row { display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 16px 18px; margin-bottom: 14px; }
.contact-info-icon { width: 40px; height: 40px; border-radius: 999px; background: var(--brand-soft); display: grid; place-items: center; flex: none; }
.contact-info-icon i { color: var(--gold-700); width: 19px; height: 19px; }
.contact-info-title { font-weight: 700; color: var(--espresso-900); font-size: 14.5px; }
.contact-info-desc { font-size: 14px; color: var(--text-body); }
.contact-map { aspect-ratio: 16 / 9; border-radius: var(--radius-md); background: linear-gradient(135deg, var(--sage-100), var(--cream-200)); display: grid; place-items: center; color: var(--taupe-500); font-size: 13.5px; border: 1px solid var(--border); }
.contact-success { text-align: center; padding: 40px 20px; }
.contact-success-icon { width: 56px; height: 56px; border-radius: 999px; background: var(--sage-100); display: grid; place-items: center; margin: 0 auto 16px; }
.contact-success-icon i { color: var(--sage-700); width: 26px; height: 26px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-stack { display: grid; gap: 16px; }

/* ---------- Cart drawer ---------- */
.cart-scrim {
  position: fixed; inset: 0; background: rgba(56,44,32,0.45); z-index: 40;
  opacity: 0; pointer-events: none; transition: opacity var(--dur) var(--ease);
}
.cart-scrim.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 400px; max-width: 92vw; z-index: 41;
  background: var(--surface); box-shadow: var(--shadow-lg); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform var(--dur-slow) var(--ease);
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--border); }
.cart-drawer-head h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; color: var(--espresso-900); }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 8px 22px; }
.cart-line { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--border); }
.cart-line-thumb { width: 56px; height: 56px; border-radius: var(--radius-sm); flex: none; background-size: cover; background-position: center; }
.cart-line-name { font-size: 14.5px; font-weight: 600; color: var(--espresso-900); }
.cart-line-price { font-size: 14px; color: var(--price); font-weight: 700; }
.cart-line-qty { display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.cart-line-qty button { width: 22px; height: 22px; border: 1px solid var(--border-strong); background: var(--surface); border-radius: 999px; cursor: pointer; font-size: 13px; line-height: 1; }
.cart-drawer-empty { text-align: center; color: var(--text-muted); padding: 60px 0; }
.cart-drawer-empty i { width: 34px; height: 34px; color: var(--sand-400); }
.cart-drawer-foot { padding: 18px 22px; border-top: 1px solid var(--border); background: var(--surface-muted); }
.cart-free-ship-note { font-size: 12.5px; color: var(--gold-700); margin-bottom: 10px; }
.cart-total-row { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: 16px; }
.cart-total-row .amount { font-weight: 700; color: var(--espresso-900); }

/* ---------- Checkout ---------- */
.checkout-grid { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 40px; align-items: start; }
.checkout-summary-line { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.checkout-summary-total { display: flex; justify-content: space-between; padding-top: 14px; font-size: 17px; font-weight: 700; color: var(--espresso-900); }
.shipping-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.shipping-option { border: 1px solid var(--border-strong); border-radius: var(--radius-md); padding: 14px 16px; cursor: pointer; }
.shipping-option.is-selected { border-color: var(--brand); background: var(--brand-tint); }
.shipping-option-title { font-weight: 700; color: var(--espresso-900); font-size: 14.5px; }
.shipping-option-desc { font-size: 13px; color: var(--text-muted); margin-top: 2px; }

/* ---------- Order confirmation ---------- */
.order-confirm-icon { width: 64px; height: 64px; border-radius: 999px; background: var(--sage-100); display: grid; place-items: center; margin: 0 auto 20px; }
.order-confirm-icon i { color: var(--sage-700); width: 30px; height: 30px; }
.order-code-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-tint); border: 1px solid var(--gold-200); color: var(--gold-700); font-weight: 700; padding: 8px 16px; border-radius: var(--radius-pill); font-size: 15px; }
.wa-message-box {
  background: var(--surface-muted); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 16px 18px; font-family: var(--font-body); font-size: 14px; line-height: 1.6; color: var(--espresso-900);
  white-space: pre-wrap; max-height: 320px; overflow-y: auto;
}
.wa-actions { display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.copy-feedback { font-size: 13px; color: var(--sage-700); margin-left: 8px; }

@media (max-width: 900px) {
  .hero-inner, .grid-2, .over-grid, .band-ink-inner, .contact-grid, .checkout-grid, .product-detail-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .site-nav { display: none; }
  .site-footer-grid { grid-template-columns: 1fr; }
}
