/* ============================================================
   ICTAC — boutique gift studio
   Tokens
   ============================================================ */
:root {
  --ink:      #1c1a17;
  --ink-2:    #26231f;
  --ink-3:    #322e28;
  --paper:    #f4efe6;
  --paper-2:  #ece4d6;
  --paper-3:  #e3d9c7;
  --text:     #221f1a;
  --muted:    #786f60;
  --muted-2:  #968c7b;
  --line:     rgba(34,31,26,0.12);
  --line-2:   rgba(34,31,26,0.07);
  --line-light: rgba(244,239,230,0.14);
  --accent:   #c89b54;   /* set live by JS */
  --accent-soft: #c89b5422;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --wrap: 1240px;
  --radius: 14px;
}

* { box-sizing: border-box; }

/* Entrance polish — animates transform ONLY, no fill-mode, so content can
   never be left hidden if the animation is paused/throttled (opacity is
   never touched; base position is the visible end-state). */
.reveal-in { animation: revealIn 0.7s cubic-bezier(.2,.7,.2,1); }
@keyframes revealIn { from { transform: translateY(16px); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .reveal-in { animation: none !important; } }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.serif { font-family: var(--font-display); font-weight: 500; }
h1,h2,h3,h4 { margin: 0; font-weight: 500; }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: #1c1a17; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.app { overflow-x: clip; position: relative; }
/* Large decorative seal watermark anchored in the top-left quadrant */
.seal-backdrop { position: absolute; z-index: 0; pointer-events: none; color: var(--ink); }
.seal-backdrop svg { width: 100%; height: 100%; display: block; }
.site-header, .page-home, .page-shop, .page-collections, .page-product, .page-story, .page-how, .page-contact, .site-footer { position: relative; z-index: 1; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  letter-spacing: 0.01em; line-height: 1; text-decoration: none;
  padding: 14px 22px; border-radius: 100px; border: 1px solid transparent;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.btn.lg { padding: 16px 28px; font-size: 15px; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: #000; transform: translateY(-2px); box-shadow: 0 12px 28px -12px rgba(0,0,0,.5); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-line { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn-line .arr, .link-more .arr { transition: transform .25s ease; }
.btn-line:hover .arr, .link-more:hover .arr { transform: translateX(3px); }
.btn-line-light { background: transparent; color: var(--paper); border-color: var(--line-light); }
.btn-line-light:hover { background: var(--paper); color: var(--ink); transform: translateY(-2px); }

.link-more {
  background: none; border: none; color: var(--ink); font-weight: 600; font-size: 14px;
  display: inline-flex; align-items: center; gap: 7px; padding: 6px 0; letter-spacing: .01em;
  border-bottom: 1px solid var(--line); transition: border-color .2s, color .2s;
}
.link-more:hover { border-color: var(--accent); color: var(--accent); }

/* ============================================================
   Header
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 50; transition: background .3s ease, box-shadow .3s ease, border-color .3s; border-bottom: 1px solid transparent; }
.site-header.solid { background: rgba(244,239,230,0.86); backdrop-filter: blur(12px); border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 120px; }
.brand { background: none; border: none; display: flex; flex-direction: row; align-items: center; gap: 13px; padding: 0; }
.brand-seal { flex: none; color: var(--ink); width: 112px; height: 112px; }
.brand-text { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.brand-mark { font-family: var(--font-display); font-weight: 600; font-size: 25px; letter-spacing: .04em; color: var(--ink); line-height: 1; }
.brand-mark.big { font-size: 34px; }
.brand-dot { color: var(--accent); padding: 0 1px; }
.brand-sub { display: flex; flex-direction: column; gap: 2px; font-size: 12px; letter-spacing: .14em; line-height: 1.25; text-transform: uppercase; color: var(--muted); font-weight: 600; white-space: nowrap; }
.brand-sub span:first-child { color: var(--ink); }
.brand-sub span:last-child { font-size: 0.5em; letter-spacing: .12em; }
.brand-sep { color: var(--accent); font-style: normal; padding: 0 .35em; }
.footer-seal { color: var(--paper); margin-bottom: 18px; display: block; }
.nav-desktop { display: flex; gap: 6px; }
.nav-link {
  background: none; border: none; font-family: var(--font-body); font-size: 14.5px; font-weight: 500;
  color: var(--text); padding: 8px 14px; border-radius: 100px; position: relative; transition: color .2s;
}
.nav-link:hover { color: var(--ink); }
.nav-link.active { color: var(--ink); }
.nav-link.active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 1px; height: 1.5px; background: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 6px; }
.basket {
  position: relative; background: none; border: 1px solid var(--line); color: var(--ink);
  width: 42px; height: 42px; border-radius: 100px; display: inline-flex; align-items: center; justify-content: center;
  transition: border-color .2s, color .2s, opacity .2s;
}
.basket:disabled { opacity: .42; cursor: not-allowed; }
.basket:not(:disabled):hover { border-color: var(--ink); }
.basket-count { position: absolute; top: -4px; right: -4px; background: var(--accent); color: #1c1a17; font-size: 11px; font-weight: 700; min-width: 19px; height: 19px; border-radius: 100px; display: grid; place-items: center; padding: 0 4px; }
.hamburger { display: none; background: none; border: 1px solid var(--line); width: 42px; height: 42px; border-radius: 100px; flex-direction: column; gap: 4px; align-items: center; justify-content: center; }
.hamburger span { width: 16px; height: 1.6px; background: var(--ink); transition: transform .25s, opacity .2s; }
.hamburger.on span:nth-child(1) { transform: translateY(5.6px) rotate(45deg); }
.hamburger.on span:nth-child(2) { opacity: 0; }
.hamburger.on span:nth-child(3) { transform: translateY(-5.6px) rotate(-45deg); }
.nav-mobile { display: none; }

/* ============================================================
   Eyebrow / section heads / badges
   ============================================================ */
.eyebrow { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--accent); display: inline-block; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section.pt-0 { padding-top: 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head.center { justify-content: center; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-title { font-size: clamp(30px, 4.4vw, 50px); line-height: 1.04; letter-spacing: -0.01em; color: var(--ink); }
.badge { display: inline-flex; align-items: center; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 100px; padding: 5px 11px; background: rgba(255,255,255,.35); }
.badge-light { color: rgba(244,239,230,.78); border-color: var(--line-light); background: transparent; }

/* ============================================================
   Placeholder image slots
   ============================================================ */
.ph { isolation: isolate; }
.ph-corner { position: absolute; width: 12px; height: 12px; border: solid 1.2px; opacity: .5; }
.ph-corner.tl { top: 12px; left: 12px; border-right: none; border-bottom: none; }
.ph-corner.tr { top: 12px; right: 12px; border-left: none; border-bottom: none; }
.ph-corner.bl { bottom: 12px; left: 12px; border-right: none; border-top: none; }
.ph-corner.br { bottom: 12px; right: 12px; border-left: none; border-top: none; }
.ph-shot { position: absolute; inset: 0; display: grid; place-items: center; z-index: 1; }
.ph-shot .po { transform: scale(1.12); }
.ph-wm { position: absolute; inset: 0; z-index: 2; background-repeat: repeat; background-size: 250px 148px; pointer-events: none; }

/* ============================================================
   Hero
   ============================================================ */
.hero { padding: clamp(40px, 6vw, 76px) 0 clamp(48px, 6vw, 88px); }
.hero-inner { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero-title { font-size: clamp(44px, 7vw, 86px); line-height: 0.98; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 26px; }
.hero-lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--muted); max-width: 30ch; margin-bottom: 34px; line-height: 1.55; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-media { position: relative; aspect-ratio: 4/5; }
.hero-media > .ph { width: 100%; height: 100%; border-radius: 8px; box-shadow: 0 40px 80px -40px rgba(28,26,23,.45); }
.hero-float { position: absolute; bottom: -28px; left: -34px; width: 44%; aspect-ratio: 1/1; border-radius: 8px; overflow: hidden; box-shadow: 0 24px 50px -22px rgba(28,26,23,.5); border: 6px solid var(--paper); background: var(--paper); }
.card-float { display: flex; flex-direction: column; }
.card-float > .ph { flex: 1; }
.card-float-cap { background: var(--paper); padding: 10px 12px; display: flex; flex-direction: column; gap: 2px; }
.card-float-cap .serif { font-size: 15px; color: var(--ink); }
.card-float-cap span:last-child { font-size: 11px; color: var(--muted); font-family: var(--font-mono); letter-spacing: .04em; }

/* ============================================================
   Trust strip
   ============================================================ */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 28px 28px; }
.trust-item { display: flex; gap: 12px; align-items: flex-start; }
.trust-item > div { display: flex; flex-direction: column; gap: 2px; }
.trust-item strong { font-size: 14.5px; color: var(--ink); font-weight: 600; }
.trust-item span { font-size: 13px; color: var(--muted); }
.trust-dot { width: 9px; height: 9px; border-radius: 100px; background: var(--accent); margin-top: 6px; flex: none; box-shadow: 0 0 0 4px var(--accent-soft); }

/* ============================================================
   Grids & product cards
   ============================================================ */
.grid { display: grid; gap: 26px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.card { background: var(--paper); border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -28px rgba(28,26,23,.4); border-color: var(--line); }
.card-media { position: relative; border: none; padding: 0; background: none; aspect-ratio: 4/5; width: 100%; overflow: hidden; }
.card-media > .ph { transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.card:hover .card-media > .ph { transform: scale(1.04); }
.card-flag { position: absolute; top: 12px; left: 12px; background: var(--ink); color: var(--paper); font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 100px; }
.card-flag.big { top: 16px; left: 16px; font-size: 11px; padding: 7px 13px; }
.card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.card-head { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.card-title { font-family: var(--font-display); font-size: 22px; line-height: 1.1; color: var(--ink); cursor: pointer; }
.card-title:hover { color: var(--accent); }
.card-price { font-family: var(--font-mono); font-size: 14px; color: var(--ink); white-space: nowrap; font-weight: 500; }
.card-blurb { font-size: 14px; color: var(--muted); line-height: 1.5; }
.card-meta { display: flex; gap: 6px; flex-wrap: wrap; }
.card-foot { margin-top: auto; padding-top: 4px; }

/* Buy buttons */
.buy { display: flex; gap: 9px; }
.buy-row { width: 100%; }
.buy-row .btn { flex: 1; padding: 11px 12px; font-size: 13px; }
.buy-stack { flex-direction: column; }
.buy-stack .btn { width: 100%; }

/* ============================================================
   Seasonal band (dark)
   ============================================================ */
.seasonal-band { background: var(--ink); color: var(--paper); padding: clamp(56px, 8vw, 100px) 0; position: relative; overflow: hidden; }
.seasonal-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 85% 0%, var(--accent-soft), transparent 60%); pointer-events: none; }
.seasonal-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: center; position: relative; }
.seasonal-title { font-size: clamp(30px, 4vw, 50px); line-height: 1.04; color: var(--paper); margin-bottom: 20px; letter-spacing: -0.01em; }
.seasonal-lede { color: rgba(244,239,230,.72); max-width: 42ch; margin-bottom: 30px; }
.seasonal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.seasonal-tile { position: relative; border: none; padding: 0; background: none; aspect-ratio: 3/4; border-radius: 8px; overflow: hidden; box-shadow: 0 24px 50px -28px rgba(0,0,0,.6); }
.seasonal-tile:first-child { grid-row: span 2; aspect-ratio: auto; }
.seasonal-tile > .ph { width: 100%; height: 100%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.seasonal-tile:hover > .ph { transform: scale(1.05); }
.seasonal-tile-cap { position: absolute; left: 14px; bottom: 14px; right: 14px; text-align: left; font-family: var(--font-display); font-size: 18px; color: var(--paper); text-shadow: 0 1px 12px rgba(0,0,0,.6); }

/* ============================================================
   Collections
   ============================================================ */
.collection-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.collection-tile { text-align: left; background: var(--paper); border: 1px solid var(--line); padding: 0; overflow: hidden; display: flex; flex-direction: column; border-radius: var(--radius); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .35s; }
.collection-tile:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -28px rgba(28,26,23,.4); }
.collection-tile > .ph { aspect-ratio: 16/10; width: 100%; }
.collection-tile:hover > .ph { }
.collection-tile-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 7px; }
.collection-tile-body h3 { font-size: 23px; color: var(--ink); }
.collection-tile-body p { font-size: 14px; color: var(--muted); }
.collection-count { margin-top: 8px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--accent); display: inline-flex; align-items: center; gap: 7px; }
.collection-tile:hover .collection-count .arr { transform: translateX(3px); }
.collection-count .arr { transition: transform .25s; }

/* ============================================================
   Story strip / how-mini / steps
   ============================================================ */
.story-strip { background: var(--paper-2); border-top: 1px solid var(--line); }
.story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; padding: clamp(56px, 8vw, 104px) 0; }
.story-media > .ph { aspect-ratio: 5/4; width: 100%; border-radius: 8px; box-shadow: 0 30px 60px -34px rgba(28,26,23,.5); }
.story-copy p { color: var(--muted); margin-bottom: 16px; max-width: 46ch; }
.story-copy .section-title { margin-bottom: 18px; }
.story-copy .btn { margin-top: 8px; }
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step { text-align: center; }
.step-n { display: inline-block; font-size: 40px; color: var(--accent); margin-bottom: 12px; }
.step h3 { font-size: 24px; color: var(--ink); margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; max-width: 30ch; margin: 0 auto; }

/* ============================================================
   Email capture bands
   ============================================================ */
.sub-band { background: var(--ink); color: var(--paper); padding: clamp(48px, 6vw, 88px) 0; }
.sub-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.sub-inner .section-title { color: var(--paper); margin-bottom: 8px; }
.sub-inner p { color: rgba(244,239,230,.7); }
.sub-form { display: flex; gap: 10px; flex-wrap: wrap; }
.sub-form input { background: rgba(244,239,230,.06); border: 1px solid var(--line-light); color: var(--paper); padding: 14px 18px; border-radius: 100px; font-family: var(--font-body); font-size: 15px; min-width: 240px; }
.sub-form input::placeholder { color: rgba(244,239,230,.4); }
.sub-form input:focus { outline: none; border-color: var(--accent); }
.sub-form.compact input { min-width: 0; flex: 1; padding: 11px 15px; font-size: 14px; }
.sub-err { color: #e0a060; font-size: 13px; flex-basis: 100%; }
.sub-done { color: rgba(244,239,230,.85); font-size: 14px; }
.footer-sub .sub-done { color: var(--muted-2); }

/* ============================================================
   Page hero (interior pages)
   ============================================================ */
.page-hero { padding: clamp(56px, 8vw, 116px) 0 clamp(32px, 4vw, 52px); border-bottom: 1px solid var(--line); }
.page-hero-title { font-size: clamp(38px, 6vw, 76px); line-height: 1; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 18px; }
.page-hero-lede { font-size: clamp(16px, 1.6vw, 20px); color: var(--muted); max-width: 54ch; }

/* ============================================================
   Shop controls
   ============================================================ */
.shop-controls { position: sticky; top: 120px; z-index: 20; background: rgba(244,239,230,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.shop-controls-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 28px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { background: transparent; border: 1px solid var(--line); color: var(--muted); padding: 8px 15px; border-radius: 100px; font-size: 13.5px; font-weight: 500; transition: all .2s; }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.sort { display: flex; align-items: center; gap: 9px; flex: none; }
.sort label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.sort select { font-family: var(--font-body); font-size: 14px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); padding: 8px 12px; border-radius: 100px; }
.result-count { font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; color: var(--muted); margin-bottom: 22px; }

/* ============================================================
   Product page
   ============================================================ */
.breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 24px; font-size: 13px; color: var(--muted); flex-wrap: wrap; }
.breadcrumb button { background: none; border: none; color: var(--muted); font-size: 13px; padding: 0; }
.breadcrumb button:hover { color: var(--accent); }
.breadcrumb em { color: var(--ink); font-style: normal; }
.breadcrumb span { color: var(--line); }
.product-top { padding: 28px 0 clamp(40px, 5vw, 64px); }
.product-top-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.gallery { position: sticky; top: 136px; }
.gallery-main { position: relative; aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; box-shadow: 0 34px 64px -38px rgba(28,26,23,.45); }
.gallery-main > .ph { width: 100%; height: 100%; }
.gallery-thumbs { display: flex; gap: 12px; margin-top: 12px; }
.thumb { border: 1px solid var(--line); padding: 0; background: none; width: 76px; aspect-ratio: 1/1; border-radius: 6px; overflow: hidden; transition: border-color .2s; }
.thumb > .ph { width: 100%; height: 100%; }
.thumb.on { border-color: var(--accent); border-width: 2px; }
.product-info { padding-top: 8px; }
.product-title { font-size: clamp(34px, 4.4vw, 54px); line-height: 1.02; letter-spacing: -0.01em; color: var(--ink); margin: 10px 0 16px; }
.product-priceline { display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; }
.product-price { font-size: 28px; font-family: var(--font-display); color: var(--ink); }
.product-price-note { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.product-blurb { font-size: 18px; color: var(--text); margin-bottom: 18px; line-height: 1.5; }
.product-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.product-desc { border-top: 1px solid var(--line); padding-top: 22px; margin-bottom: 26px; }
.product-desc p { color: var(--muted); margin-bottom: 14px; line-height: 1.6; }
.product-actions { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.product-actions .btn-primary { width: 100%; }
.product-points { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); padding-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.product-points li { font-size: 14px; color: var(--muted); padding-left: 22px; position: relative; }
.product-points li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 100px; background: var(--accent); }

/* Personalise band */
.personalise-band { background: var(--ink-2); color: var(--paper); padding: clamp(48px, 6vw, 88px) 0; }
.personaliser { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.personaliser-preview { display: flex; flex-direction: column; gap: 16px; }
.preview-stage { aspect-ratio: 4/3; background: radial-gradient(120% 120% at 50% 30%, #322e28, #211e1a 70%); border-radius: 10px; display: grid; place-items: center; box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 30px 60px -34px rgba(0,0,0,.6); overflow: hidden; }
.preview-cap { font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; color: rgba(244,239,230,.5); line-height: 1.5; text-align: center; }
.personaliser-form .eyebrow { color: rgba(244,239,230,.6); }
.personaliser-title { font-size: clamp(28px, 3.2vw, 40px); color: var(--paper); margin-bottom: 24px; }
.fields { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; font-weight: 600; color: rgba(244,239,230,.82); display: flex; justify-content: space-between; align-items: center; }
.field-max { font-family: var(--font-mono); font-size: 11px; color: rgba(244,239,230,.4); font-weight: 400; }
.field input, .field textarea {
  background: rgba(244,239,230,.05); border: 1px solid var(--line-light); color: var(--paper);
  padding: 13px 15px; border-radius: 8px; font-family: var(--font-body); font-size: 15px; resize: vertical; transition: border-color .2s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(244,239,230,.35); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field-photo { display: flex; align-items: center; gap: 11px; border: 1px dashed var(--line-light); border-radius: 8px; padding: 14px 15px; color: rgba(244,239,230,.6); font-size: 14px; }
.field-photo-ico { width: 28px; height: 28px; border-radius: 100px; border: 1px solid var(--line-light); display: grid; place-items: center; font-size: 16px; color: var(--accent); }
.personalise-note { font-size: 13px; color: rgba(244,239,230,.55); margin-top: 14px; line-height: 1.5; }
.personaliser-buy { margin-top: 22px; border-top: 1px solid var(--line-light); padding-top: 22px; }
.buy-reassure { font-family: var(--font-mono); font-size: 11px; letter-spacing: .03em; color: rgba(244,239,230,.5); margin-top: 12px; text-align: center; }

/* ---------- Preview objects ---------- */
.po { display: grid; place-items: center; }
.po-text { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding: 0 12px; }
.po-name { font-size: clamp(22px, 3vw, 34px); line-height: 1.05; }
.po-date { font-family: var(--font-mono); font-size: 13px; letter-spacing: .14em; }
.po-msg { font-size: 14px; max-width: 22ch; line-height: 1.4; opacity: .85; }
.po-slate { width: 64%; aspect-ratio: 5/4; background: linear-gradient(135deg, #3a352d, #2a2722 60%, #211e19); border-radius: 6px 10px 7px 9px; display: grid; place-items: center; box-shadow: 0 24px 40px -22px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.05); position: relative; }
.po-slate::before { content:""; position:absolute; inset:0; background: repeating-linear-gradient(108deg, rgba(255,255,255,.025) 0 2px, transparent 2px 9px); border-radius: inherit; }
.po-coaster { width: 50%; aspect-ratio: 1/1; background: linear-gradient(135deg, #3a352d, #26231e); border-radius: 14px; display: grid; place-items: center; box-shadow: 0 24px 40px -22px rgba(0,0,0,.7); }
.po-metal { width: 64%; aspect-ratio: 5/4; padding: 10px; background: linear-gradient(120deg, #d9d4cb, #f2efe9 30%, #c3bdb2 60%, #e8e4dc); border-radius: 4px; box-shadow: 0 24px 44px -22px rgba(0,0,0,.7); }
.po-metal-inner { width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.12); border-radius: 2px; display: grid; place-items: center; background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.4) 0 1px, rgba(0,0,0,.025) 1px 3px); }
.po-tumbler { display: flex; flex-direction: column; align-items: center; }
.po-tumbler-lid { width: 86px; height: 16px; background: #18161300; border: 2px solid #15130f; border-bottom: none; border-radius: 8px 8px 0 0; background: #1a1714; }
.po-tumbler-body { width: 96px; height: 188px; border-radius: 10px 10px 18px 18px / 8px 8px 26px 26px; display: grid; place-items: center; box-shadow: inset -10px 0 18px -8px rgba(0,0,0,.35), inset 10px 0 18px -8px rgba(255,255,255,.18), 0 24px 40px -22px rgba(0,0,0,.7); position: relative; }
.po-tumbler-body .po-name { font-size: clamp(16px, 2vw, 22px); }
.po-bauble { display: flex; flex-direction: column; align-items: center; }
.po-bauble-cap { width: 18px; height: 16px; background: #c9c2b4; border-radius: 3px 3px 0 0; box-shadow: 0 -7px 0 -4px rgba(201,194,180,.9); }
.po-bauble-ball { width: 168px; height: 168px; border-radius: 100px; background: radial-gradient(circle at 35% 30%, #4a443a, #2a2620 70%); display: grid; place-items: center; box-shadow: inset -12px -12px 30px rgba(0,0,0,.5), inset 10px 10px 24px rgba(255,255,255,.08), 0 24px 44px -20px rgba(0,0,0,.7); }
.po-laptop, .po-phone { display: grid; place-items: center; }
.po-laptop .po-screen-back { width: 240px; height: 156px; background: linear-gradient(135deg, #2e2a24, #211e19); border-radius: 10px; display: grid; place-items: center; box-shadow: 0 24px 44px -22px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.05); border: 1px solid #15130f; }
.po-phone .po-screen-back { width: 116px; height: 200px; background: linear-gradient(135deg, #2e2a24, #211e19); border-radius: 22px; display: grid; place-items: center; box-shadow: 0 24px 44px -22px rgba(0,0,0,.7); border: 1px solid #15130f; }
.po-decal { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.po-decal .po-name { font-size: 24px; }
.po-decal .po-date { font-size: 11px; letter-spacing: .14em; }

/* ============================================================
   Story page
   ============================================================ */
.story-feature { padding: clamp(48px, 7vw, 96px) 0; }
.story-feature-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.story-feature-grid > .ph { border-radius: 8px; position: sticky; top: 136px; box-shadow: 0 30px 60px -34px rgba(28,26,23,.5); }
.story-text .lead { font-family: var(--font-display); font-size: clamp(24px, 3vw, 34px); line-height: 1.25; color: var(--ink); margin-bottom: 22px; }
.story-text p { color: var(--muted); margin-bottom: 18px; max-width: 56ch; line-height: 1.65; }
.values { background: var(--ink); color: var(--paper); padding: clamp(48px, 7vw, 88px) 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.value h3 { font-size: 22px; color: var(--paper); margin: 14px 0 8px; }
.value p { font-size: 14px; color: rgba(244,239,230,.62); line-height: 1.55; }
.cta-band { padding: clamp(48px, 6vw, 88px) 0; text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.cta-inner .section-title { max-width: 18ch; }

/* ============================================================
   How page
   ============================================================ */
.how-steps { display: flex; flex-direction: column; gap: 16px; }
.how-step { display: grid; grid-template-columns: auto 1fr 280px; gap: 28px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 28px; background: var(--paper); }
.how-step .step-n { font-size: 34px; margin: 0; }
.how-step h3 { font-size: 24px; color: var(--ink); margin-bottom: 6px; }
.how-step p { color: var(--muted); max-width: 42ch; }
.how-step-img { width: 280px; aspect-ratio: 16/10; border-radius: 8px; }
.methods { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(48px, 7vw, 88px) 0; }
.method { border-top: 2px solid var(--accent); padding-top: 18px; }
.method h3 { font-size: 22px; color: var(--ink); margin-bottom: 8px; }
.method p { font-size: 14px; color: var(--muted); line-height: 1.55; }
.faq { padding: clamp(48px, 7vw, 96px) 0; }
.faq-grid { display: grid; grid-template-columns: 0.7fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 0; text-align: left; }
.faq-q .serif { font-size: 21px; color: var(--ink); }
.faq-ico { font-size: 22px; color: var(--accent); flex: none; line-height: 1; }
.faq-a { overflow: hidden; transition: max-height .35s ease; }
.faq-a p { color: var(--muted); padding-bottom: 22px; max-width: 60ch; line-height: 1.6; }

/* ============================================================
   Contact page
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 0.8fr 1fr; gap: clamp(32px, 5vw, 72px); padding-top: 8px; }
.contact-aside { display: flex; flex-direction: column; gap: 28px; }
.contact-block h3 { font-size: 19px; color: var(--ink); margin-bottom: 8px; }
.contact-block p { color: var(--muted); }
.contact-links { display: flex; gap: 10px; flex-wrap: wrap; }
.contact-form-wrap { background: var(--ink-2); color: var(--paper); padding: clamp(28px, 4vw, 44px); border-radius: var(--radius); }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form .field label { color: rgba(244,239,230,.82); }
.contact-form .btn { align-self: flex-start; }
.contact-sent h3 { font-size: 28px; color: var(--paper); margin-bottom: 12px; }
.contact-sent p { color: rgba(244,239,230,.7); }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--ink); color: var(--paper); padding: clamp(48px, 6vw, 80px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 48px; }
.footer-brand .brand-mark { color: var(--paper); }
.footer-tag { font-family: var(--font-display); font-size: 19px; color: var(--paper); margin: 14px 0 8px; max-width: 22ch; }
.footer-note { font-size: 13px; color: rgba(244,239,230,.55); }
.footer-col h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(244,239,230,.5); margin-bottom: 16px; font-weight: 500; }
.footer-col button { display: block; background: none; border: none; color: rgba(244,239,230,.78); font-size: 14.5px; padding: 5px 0; text-align: left; transition: color .2s; }
.footer-col button:hover { color: var(--accent); }
.footer-sub p { font-size: 13.5px; color: rgba(244,239,230,.6); margin-bottom: 14px; line-height: 1.5; }
.footer-base { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line-light); padding-top: 22px; padding-bottom: 28px; font-size: 13px; color: rgba(244,239,230,.5); flex-wrap: wrap; gap: 12px; }
.footer-base-links { display: flex; gap: 20px; }
.footer-base-links button { background: none; border: none; color: rgba(244,239,230,.5); font-size: 13px; padding: 0; }
.footer-base-links button:hover { color: var(--accent); }

/* ============================================================
   Toast
   ============================================================ */
.toast { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); background: var(--ink); color: var(--paper); padding: 14px 24px; border-radius: 100px; font-size: 14px; font-weight: 500; box-shadow: 0 18px 40px -16px rgba(0,0,0,.5); z-index: 200; animation: toastIn .35s cubic-bezier(.2,.7,.2,1); border: 1px solid var(--line-light); }
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, 14px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .collection-row, .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .nav-desktop { display: none; }
  .hamburger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { max-width: 440px; margin-left: auto; margin-right: auto; width: 100%; }
  .hero-float { left: 0; }
  .seasonal-inner, .story-inner, .product-top-grid, .personaliser, .story-feature-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .gallery, .story-feature-grid > .ph { position: static; }
  .steps-row { grid-template-columns: 1fr; gap: 28px; max-width: 420px; margin: 0 auto; }
  .how-step { grid-template-columns: auto 1fr; }
  .how-step-img { display: none; }
  .nav-mobile { display: block; max-height: 0; overflow: hidden; transition: max-height .35s ease; background: var(--paper); border-bottom: 1px solid transparent; }
  .nav-mobile.open { max-height: 420px; border-color: var(--line); }
  .nav-mobile-link { display: block; width: 100%; text-align: left; background: none; border: none; padding: 15px 28px; font-size: 16px; color: var(--text); border-top: 1px solid var(--line-2); }
  .nav-mobile-link.active { color: var(--accent); }
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .seasonal-tile:first-child { grid-row: span 1; aspect-ratio: 3/4; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .grid-4, .grid-3 { grid-template-columns: 1fr 1fr; gap: 14px; }
  .collection-row, .collection-grid { grid-template-columns: 1fr; }
  .card-body { padding: 14px 14px 16px; }
  .card-title { font-size: 19px; }
  .buy-row { flex-direction: column; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .shop-controls-inner { flex-direction: column; align-items: stretch; gap: 14px; }
  .sort { justify-content: space-between; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .values-grid { grid-template-columns: 1fr; }
  .hero-float { width: 50%; bottom: -20px; }
  .shop-controls { top: 84px; }
  .header-inner { height: 84px; }
  .brand-seal { width: 64px; height: 64px; }
  .brand-sub { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}
