/* Still Tide storefront. Brand: warm paper, deep navy ink, sage; high-contrast serif + geometric sans.
   Palette sampled from the supplied brand sheets: mist #D2D0CB, navy #1B252D, sage #697B7B,
   monogram teal-navy #1D3037 / sage #87908F, paper #F2EFE7. */

@font-face { font-family: 'Cormorant Garamond'; src: url(../fonts/cormorant-garamond-latin-400-normal.woff2) format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url(../fonts/cormorant-garamond-latin-400-italic.woff2) format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url(../fonts/cormorant-garamond-latin-500-normal.woff2) format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url(../fonts/cormorant-garamond-latin-500-italic.woff2) format('woff2'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url(../fonts/cormorant-garamond-latin-600-normal.woff2) format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Jost'; src: url(../fonts/jost-latin-400-normal.woff2) format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Jost'; src: url(../fonts/jost-latin-500-normal.woff2) format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }

:root {
  --paper: #F2EFE7;
  --paper-2: #F8F6F1;
  --paper-3: #E9E4D8;
  --sand: #E3DBCB;
  --mist: #D2D0CB;
  --line: #DCD7CC;
  --ink: #1B252D;
  --ink-2: #34424B;
  --ink-3: #56676A;       /* sage text: 5.3:1 on paper */
  --tide: #1D3037;
  --sage: #697B7B;        /* decorative / large text only */
  --sage-2: #87908F;
  --sage-3: #B3BAB7;
  --ok: #2F5E4B;
  --warn: #7A4E1D;
  --serif: 'Cormorant Garamond', Garamond, 'Times New Roman', serif;
  --sans: 'Jost', 'Avenir Next', 'Futura', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --max: 1320px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(56px, 8vw, 112px);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --shadow-sheet: 0 1px 1px rgba(27, 37, 45, .06), 0 14px 30px -14px rgba(27, 37, 45, .32);
  --shadow-frame: 0 2px 3px rgba(20, 24, 28, .18), 0 24px 42px -20px rgba(20, 24, 28, .55);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; background: var(--paper); color: var(--ink-2); font: 400 16.5px/1.65 var(--sans); overflow-x: hidden; }
img, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--tide); outline-offset: 3px; }
::selection { background: var(--tide); color: var(--paper); }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 8px; top: -60px; z-index: 100; background: var(--ink); color: var(--paper); padding: 10px 16px; }
.skip:focus { top: 8px; }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 0 0 .4em; letter-spacing: .003em; }
h1 { font-size: clamp(2.5rem, 5vw, 4.3rem); line-height: 1.04; }
h2 { font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.08; }
h3 { font-size: 1.55rem; line-height: 1.15; }
h4 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-2); max-width: 36em; }
.eyebrow { display: inline-block; font: 500 12px/1.4 var(--sans); letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.caps { font-family: var(--serif); font-weight: 500; text-transform: uppercase; letter-spacing: .2em; }
.latin { font-family: var(--serif); font-style: italic; color: var(--ink-3); }
.small { font-size: .875rem; }
.muted { color: var(--ink-3); }
.center { text-align: center; }
.serif { font-family: var(--serif); }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 780px; }
.section { padding-block: var(--section); }
.section-tight { padding-block: calc(var(--section) * .6); }
.band { background: var(--paper-3); }
.band-dark { background: var(--tide); color: #DCE2E0; }
.band-dark h2, .band-dark h3 { color: #F2EFE7; }
.band-dark .eyebrow { color: var(--sage-3); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: clamp(28px, 4vw, 48px); flex-wrap: wrap; }
.section-head h2 { margin: 0; }
.section-head p { margin: 8px 0 0; max-width: 34em; }
.grid { display: grid; gap: clamp(18px, 2.4vw, 32px); }
.g-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1024px) { .g-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 820px) { .g-3, .g-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .g-2 { grid-template-columns: 1fr; } }
@media (max-width: 380px) { .g-3, .g-4 { grid-template-columns: 1fr; } }
.divider { display: flex; justify-content: center; padding: 8px 0; color: var(--sage-2); }
.divider svg { width: 84px; height: auto; }

/* ---------- buttons ---------- */
.btn { --b: var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 28px; border: 1px solid var(--b); background: var(--b); color: var(--paper); font: 500 13px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); border-radius: 0; }
.btn:hover { background: var(--tide); border-color: var(--tide); }
.btn:active { transform: translateY(1px); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-light { --b: var(--paper); color: var(--ink); }
.btn-light:hover { background: #fff; border-color: #fff; color: var(--ink); }
.btn-block { width: 100%; }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 12px; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.link { font: 500 12.5px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.link:hover { color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- announcement + header ---------- */
.announce { background: var(--tide); color: #DCE3E1; font: 500 11.5px/1.3 var(--sans); letter-spacing: .14em; text-transform: uppercase; text-align: center; }
.announce .container { position: relative; min-height: 36px; display: grid; place-items: center; }
.announce p { margin: 0; padding: 10px 0; transition: opacity .5s var(--ease); }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(242, 239, 231, .94); backdrop-filter: saturate(1.2) blur(10px); -webkit-backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.scrolled { border-bottom-color: var(--line); }
.header-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--header-h); gap: 16px; }
.logo { display: block; color: var(--ink); width: clamp(150px, 15vw, 196px); }
.logo svg { width: 100%; height: auto; }
.nav { display: flex; gap: clamp(14px, 1.6vw, 22px); align-items: center; }
.nav > li { list-style: none; position: relative; }
.nav { margin: 0; padding: 0; }
.nav a, .nav button.navbtn { white-space: nowrap; font: 500 12.5px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; text-decoration: none; background: none; border: 0; padding: 10px 0; cursor: pointer; color: var(--ink); }
.nav a:hover, .nav button.navbtn:hover { color: var(--ink-3); }
.actions { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
.iconbtn { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 0; background: none; cursor: pointer; color: var(--ink); position: relative; text-decoration: none; }
.iconbtn svg { width: 21px; height: 21px; }
.cart-count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; border-radius: 9px; background: var(--ink); color: var(--paper); font: 500 10.5px/18px var(--sans); text-align: center; padding: 0 5px; }
.cart-count:empty { display: none; }
.menu-toggle { display: none; }
.mega { position: absolute; left: 50%; top: calc(100% + 12px); transform: translateX(-24%); width: min(760px, 86vw); background: var(--paper-2); border: 1px solid var(--line); box-shadow: 0 24px 50px -24px rgba(27, 37, 45, .35); padding: 28px; display: grid; grid-template-columns: 1fr 1fr 220px; gap: 28px; opacity: 0; visibility: hidden; transition: opacity .18s var(--ease), visibility .18s; }
.nav > li:hover .mega, .nav > li:focus-within .mega, .nav > li.open .mega { opacity: 1; visibility: visible; }
.mega h4 { font: 500 11px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 14px; }
.mega ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.mega ul a { font: 400 15px/1.3 var(--sans); letter-spacing: 0; text-transform: none; padding: 0; }
.mega .feature { background: var(--paper-3); padding: 14px; text-decoration: none; }
.mega .feature img { box-shadow: var(--shadow-sheet); }
.mega .feature span { display: block; font: 500 11px/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; margin-top: 12px; }
@media (max-width: 1180px) {
  .header-row { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: inline-grid; }
  .logo { justify-self: center; }
  .site-nav { position: fixed; inset: 0 auto 0 0; width: min(360px, 88vw); background: var(--paper); z-index: 60; transform: translateX(-102%); visibility: hidden; transition: transform .3s var(--ease), visibility 0s linear .3s; padding: 22px 24px 40px; overflow-y: auto; box-shadow: 20px 0 50px -20px rgba(0, 0, 0, .35); }
  .site-nav.open { transform: none; visibility: visible; transition: transform .3s var(--ease); }
  .nav { flex-direction: column; align-items: stretch; gap: 0; }
  .nav > li { border-bottom: 1px solid var(--line); }
  .nav a, .nav button.navbtn { display: block; width: 100%; text-align: left; padding: 16px 0; font-size: 13px; }
  .mega { position: static; transform: none; width: auto; opacity: 1; visibility: visible; display: none; grid-template-columns: 1fr; box-shadow: none; border: 0; padding: 0 0 16px; background: transparent; }
  .nav > li.open .mega { display: grid; }
  .mega .feature { display: none; }
  .nav-close { display: inline-grid !important; }
}
.nav-close { display: none !important; margin-bottom: 8px; }
.scrim { position: fixed; inset: 0; background: rgba(20, 28, 33, .42); z-index: 55; opacity: 0; visibility: hidden; transition: opacity .25s var(--ease), visibility .25s; }
.scrim.show { opacity: 1; visibility: visible; }

/* ---------- hero ---------- */
.hero { padding-block: clamp(28px, 5vw, 64px) clamp(48px, 7vw, 96px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: italic; font-weight: 400; }
.hero .lede { margin-bottom: 30px; }
.hero-proof { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 34px; font-size: 13.5px; color: var(--ink-3); }
.hero-proof span { display: inline-flex; gap: 8px; align-items: center; }
.hero-proof svg { width: 16px; height: 16px; color: var(--sage); }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

/* ---------- wall scenes & framing ---------- */
.scene { position: relative; overflow: hidden; aspect-ratio: 6 / 5; background:
  radial-gradient(110% 80% at 12% 0%, rgba(255, 251, 242, .95) 0%, rgba(255, 251, 242, 0) 60%),
  linear-gradient(180deg, #EAE3D5 0%, #E1D8C7 100%); }
.scene.wide { aspect-ratio: 16 / 10; }
.scene .shadow-palm { position: absolute; inset: -12% -12% auto auto; width: 74%; opacity: .2; filter: blur(3px); mix-blend-mode: multiply; color: #3a3226; pointer-events: none; transform: rotate(8deg); }
.scene .floor { position: absolute; left: 0; right: 0; bottom: 0; height: 15%; background: linear-gradient(180deg, #D5C9B2, #CBBC9F); box-shadow: 0 -1px 0 rgba(0, 0, 0, .06); }
.scene .credenza { position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%); width: 64%; color: #6d5642; }
.scene .credenza svg { width: 100%; height: auto; overflow: visible; }
.scene .hang { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 4.2%; align-items: flex-start; justify-content: center; width: 86%; }
.frame { background: var(--frame, #23272B); padding: var(--fw, 3.2%); box-shadow: var(--shadow-frame); position: relative; }
.frame::before { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .12); pointer-events: none; }
.frame .mat { background: #FBFAF6; padding: var(--mat, 11%); box-shadow: inset 0 1px 4px rgba(0, 0, 0, .16); }
.frame .mat.nomat { padding: 0; }
.frame img, .frame canvas { width: 100%; height: auto; box-shadow: 0 0 0 1px rgba(0, 0, 0, .05); }
.sheet { box-shadow: var(--shadow-sheet); background: #F5F1E7; }
.sheet img, .sheet canvas { width: 100%; }
.canvaswrap { box-shadow: 3px 3px 0 #bfb39e, 6px 6px 0 #b3a68f, 0 28px 40px -22px rgba(0, 0, 0, .55); }
.metalwrap { position: relative; box-shadow: 0 36px 42px -26px rgba(0, 0, 0, .55), 0 2px 2px rgba(0, 0, 0, .12); }
.metalwrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .20) 45%, rgba(255, 255, 255, 0) 60%); pointer-events: none; }

/* ---------- trust strip ---------- */
.trust { border-block: 1px solid var(--line); }
.trust ul { list-style: none; margin: 0; padding: 22px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust li { display: flex; gap: 14px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.trust strong { display: block; font-weight: 500; color: var(--ink); font-size: 14.5px; }
.trust svg { flex: none; width: 26px; height: 26px; color: var(--sage); margin-top: 2px; }
@media (max-width: 900px) { .trust ul { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .trust ul { grid-template-columns: 1fr; gap: 14px; } }

/* ---------- product cards ---------- */
.card { display: block; text-decoration: none; color: inherit; position: relative; }
.card-media { position: relative; background: var(--paper-3); aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; }
.card-media > img { width: 74%; box-shadow: var(--shadow-sheet); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.card-media.landscape > img { width: 86%; }
.card-media.flat > img { box-shadow: none; width: 86%; }
.card:hover .card-media > img { transform: translateY(-5px) scale(1.012); box-shadow: 0 2px 3px rgba(20, 24, 28, .1), 0 26px 40px -18px rgba(20, 24, 28, .42); }
.card-body { padding: 16px 2px 0; }
.card-title { font-family: var(--serif); font-size: 1.42rem; font-weight: 500; color: var(--ink); margin: 0; line-height: 1.15; }
.card .latin { margin: 3px 0 8px; font-size: 1.02rem; }
.card-price { font-size: 14px; color: var(--ink-2); margin: 0; letter-spacing: .02em; }
.card-price strong { font-weight: 500; color: var(--ink); }
.badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--paper-2); color: var(--ink); font: 500 10.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; padding: 7px 9px; border: 1px solid var(--line); }
.badge.dark { background: var(--tide); color: var(--paper); border-color: var(--tide); }
.card-quick { position: absolute; left: 12px; right: 12px; bottom: 12px; opacity: 0; transform: translateY(6px); transition: opacity .2s var(--ease), transform .2s var(--ease); }
.card:hover .card-quick, .card:focus-within .card-quick { opacity: 1; transform: none; }
@media (hover: none) { .card-quick { display: none; } }
.soon .card-media > img { filter: grayscale(.3) opacity(.55); }
.soon-sil { width: 62%; opacity: .5; color: var(--sage-2); }

/* collection tiles */
.tiles { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 1100px) { .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .tiles { grid-auto-flow: column; grid-auto-columns: 72%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; } .tiles > * { scroll-snap-align: start; } }
.tile { display: flex; flex-direction: column; text-decoration: none; background: var(--paper-2); border: 1px solid var(--line); transition: border-color .2s, transform .3s var(--ease); }
.tile:hover { border-color: var(--sage-2); transform: translateY(-3px); }
.tile-img { aspect-ratio: 5 / 3; position: relative; background: var(--paper-3); }
.tile-img img { position: absolute; left: 9%; top: 12%; width: 82%; height: 76%; object-fit: contain; }
.tile-body { padding: 16px 16px 18px; }
.tile-body h3 { font-size: 1.28rem; margin: 0 0 4px; }
.tile-body p { margin: 0; font-size: 13px; color: var(--ink-3); letter-spacing: .02em; }

/* ---------- feature bands ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.split.rev > :first-child { order: 2; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split.rev > :first-child { order: 0; } }
.checklist { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.checklist li { display: flex; gap: 12px; align-items: baseline; }
.checklist li::before { content: ""; flex: none; width: 14px; height: 1px; background: var(--sage); transform: translateY(-4px); }
.stat-row { display: flex; gap: clamp(22px, 4vw, 48px); flex-wrap: wrap; margin: 26px 0 30px; }
.stat b { display: block; font: 500 2.4rem/1 var(--serif); color: var(--ink); }
.stat span { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.band-dark .stat b { color: var(--paper); }
.band-dark .stat span { color: var(--sage-3); }
.plate-img { box-shadow: var(--shadow-frame); border: 10px solid #23272B; }
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.steps li { list-style: none; counter-increment: s; border-top: 1px solid var(--line); padding-top: 20px; }
.steps li::before { content: counter(s, upper-roman) "."; display: block; font: italic 400 1.6rem/1 var(--serif); color: var(--sage); margin-bottom: 12px; }
.steps h3 { font-size: 1.4rem; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compare figure { margin: 0; background: var(--paper-2); border: 1px solid var(--line); padding: 16px 16px 14px; }
.compare figcaption { font-size: 13.5px; margin-top: 10px; }
.compare figcaption b { font: 500 1.15rem/1.2 var(--serif); color: var(--ink); display: block; }
.ugc { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.ugc img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
@media (max-width: 820px) { .ugc { grid-template-columns: repeat(3, 1fr); } }

/* ---------- newsletter ---------- */
.signup { display: flex; gap: 0; width: 100%; max-width: 460px; margin-top: 20px; }
.signup input { flex: 1; min-width: 0; height: 52px; padding: 0 16px; border: 1px solid var(--ink); border-right: 0; background: var(--paper-2); }
.band-dark .signup input { background: transparent; border-color: var(--sage-2); color: var(--paper); }
.band-dark .signup input::placeholder { color: var(--sage-3); }
.form-note { font-size: 12.5px; color: var(--ink-3); margin-top: 10px; }
.band-dark .form-note { color: var(--sage-3); }

/* ---------- breadcrumbs ---------- */
.crumbs { font-size: 12.5px; letter-spacing: .06em; color: var(--ink-3); padding-top: 22px; }
.crumbs ol { list-style: none; display: flex; gap: 8px; flex-wrap: wrap; margin: 0; padding: 0; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--sage-3); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* ---------- product detail ---------- */
.pdp { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 4.5vw, 72px); padding-top: 20px; }
@media (max-width: 960px) { .pdp { grid-template-columns: 1fr; } }
.gallery { position: sticky; top: calc(var(--header-h) + 18px); align-self: start; }
@media (max-width: 960px) { .gallery { position: relative; top: 0; } }
.stage { position: relative; background: var(--paper-3); aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; }
.stage-view { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; }
.stage-view.on { opacity: 1; visibility: visible; }
.stage-print .sheet { width: var(--sheet-w, 62%); }
.stage-detail img { width: 100%; height: 100%; object-fit: cover; }
.stage-wall .scene { position: absolute; inset: 0; aspect-ratio: auto; }
.wall-piece { position: absolute; left: 50%; transform: translateX(-50%); transition: width .35s var(--ease), bottom .35s var(--ease); }
.sofa { position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%); color: #8f8575; transition: width .35s var(--ease); }
.sofa svg { width: 100%; height: auto; }
.scale-note { position: absolute; right: 14px; bottom: 14px; z-index: 3; background: rgba(248, 246, 241, .9); font-size: 11.5px; letter-spacing: .08em; padding: 6px 10px; color: var(--ink-3); }
.thumbs { display: flex; gap: 10px; margin-top: 12px; }
.thumbs button { width: 76px; height: 76px; border: 1px solid var(--line); background: var(--paper-2); padding: 6px; cursor: pointer; display: grid; place-items: center; font: 500 10px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.thumbs button[aria-pressed="true"] { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); color: var(--ink); }
.thumbs img { max-height: 44px; width: auto; margin-bottom: 4px; }
.buybox { align-self: start; }
.buybox h1 { font-size: clamp(2.3rem, 3.6vw, 3.2rem); margin-bottom: 2px; }
.buybox .latin { font-size: 1.3rem; margin: 0 0 14px; }
.price-row { display: flex; align-items: baseline; gap: 14px; margin: 14px 0 6px; flex-wrap: wrap; }
.price { font: 500 1.9rem/1 var(--serif); color: var(--ink); }
.price-note { font-size: 13px; color: var(--ink-3); }
.opt { border: 0; padding: 0; margin: 22px 0 0; min-width: 0; }
.opt legend { display: flex; justify-content: space-between; width: 100%; font: 500 11.5px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; padding: 0; }
.opt legend .val { color: var(--ink-3); letter-spacing: .06em; text-transform: none; font-size: 13px; font-weight: 400; }
.chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 8px; }
.chips.wide { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip > span { display: flex; flex-direction: column; gap: 3px; min-height: 58px; justify-content: center; padding: 10px 12px; border: 1px solid var(--line); background: var(--paper-2); font-size: 14.5px; color: var(--ink); line-height: 1.2; transition: border-color .15s, box-shadow .15s, background .15s; }
.chip small { font-size: 12px; color: var(--ink-3); letter-spacing: .02em; }
.chip:hover > span { border-color: var(--sage-2); }
.chip input:checked + span { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); background: #fff; }
.chip input:focus-visible + span { outline: 2px solid var(--tide); outline-offset: 2px; }
.chip input:disabled + span { opacity: .45; text-decoration: line-through; cursor: not-allowed; }
.chip .tag { position: absolute; top: -8px; right: 6px; white-space: nowrap; background: var(--tide); color: var(--paper); font: 500 9px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; padding: 4px 5px; font-style: normal; }
.swatches { display: flex; gap: 12px; flex-wrap: wrap; }
.swatch { position: relative; cursor: pointer; text-align: center; font-size: 11.5px; color: var(--ink-3); width: 64px; }
.swatch input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.swatch i { display: block; width: 40px; height: 40px; margin: 0 auto 6px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12); outline: 1px solid transparent; outline-offset: 3px; transition: outline-color .15s; }
.swatch input:checked + i { outline: 1.5px solid var(--ink); }
.swatch input:focus-visible + i { outline: 2px solid var(--tide); }
.species-swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 8px; max-height: 300px; overflow-y: auto; padding: 2px; }
.species-swatches .chip > span { min-height: 0; padding: 8px 6px; align-items: center; text-align: center; font-size: 12px; }
.species-swatches img { width: 100%; height: 34px; object-fit: contain; }
.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); background: var(--paper-2); margin-top: 22px; cursor: pointer; }
.toggle-row b { font-weight: 500; color: var(--ink); }
.toggle-row small { display: block; color: var(--ink-3); font-size: 13px; }
.switch { position: relative; width: 44px; height: 26px; flex: none; }
.switch input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; z-index: 1; }
.switch i { position: absolute; inset: 0; border-radius: 13px; background: var(--mist); transition: background .2s; }
.switch i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .2); transition: transform .2s var(--ease); }
.switch input:checked + i { background: var(--tide); }
.switch input:checked + i::after { transform: translateX(18px); }
.switch input:focus-visible + i { outline: 2px solid var(--tide); outline-offset: 2px; }
.fields { display: grid; gap: 10px; margin-top: 12px; }
.field label { display: block; font: 500 11px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.field input, .field textarea, .field select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); background: #fff; font-size: 15px; }
.field textarea { height: auto; min-height: 110px; padding: 12px 14px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.field .count { float: right; font-size: 11px; letter-spacing: 0; text-transform: none; }
.atc { display: grid; grid-template-columns: 110px 1fr; gap: 10px; margin-top: 26px; }
.qty { display: grid; grid-template-columns: 34px 1fr 34px; border: 1px solid var(--line); background: #fff; height: 52px; }
.qty button { border: 0; background: none; cursor: pointer; font-size: 18px; color: var(--ink); }
.qty input { width: 100%; border: 0; text-align: center; font-size: 15px; background: transparent; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.buy-now { margin-top: 10px; }
.ship-est { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; font-size: 14px; color: var(--ink-2); }
.ship-est svg { width: 20px; height: 20px; color: var(--sage); flex: none; margin-top: 2px; }
.mini-trust { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); display: grid; gap: 8px; font-size: 13.5px; color: var(--ink-3); }
.mini-trust li { display: flex; gap: 10px; align-items: center; }
.mini-trust svg { width: 16px; height: 16px; color: var(--sage); flex: none; }
.acc { border-top: 1px solid var(--line); margin-top: 28px; }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font: 500 12px/1.2 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--ink); }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font: 400 20px/1 var(--sans); color: var(--ink-3); transition: transform .2s; }
.acc details[open] summary::after { content: "–"; }
.acc .acc-body { padding: 0 0 20px; font-size: 15px; }
.acc ul { margin: 0; padding-left: 18px; }
.acc li { margin-bottom: 6px; }
.notes-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.notes-table th { text-align: left; font-weight: 500; color: var(--ink-3); padding: 8px 12px 8px 0; width: 42%; vertical-align: top; font-size: 13px; letter-spacing: .04em; }
.notes-table td { padding: 8px 0; color: var(--ink); border-bottom: 1px dotted var(--line); }
.notes-table tr:last-child td { border-bottom: 0; }
.stars { letter-spacing: .12em; color: var(--ink); font-size: 14px; }
.sticky-atc { position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; background: rgba(248, 246, 241, .97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(0, 0, 0, .35); padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 14px; transform: translateY(110%); transition: transform .3s var(--ease); }
.sticky-atc.show { transform: none; }
.sticky-atc .sa-info { flex: 1; min-width: 0; }
.sticky-atc b { font: 500 1.15rem/1.1 var(--serif); color: var(--ink); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-atc small { color: var(--ink-3); font-size: 12.5px; }
@media (min-width: 961px) { .sticky-atc { display: none; } }

/* ---------- shop filters ---------- */
.shop-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.pill { border: 1px solid var(--line); background: var(--paper-2); padding: 8px 14px; font-size: 13px; cursor: pointer; border-radius: 999px; color: var(--ink-2); }
.pill[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.pill .dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--c); margin-right: 7px; vertical-align: 1px; }
.search-input { height: 42px; border: 1px solid var(--line); background: #fff; padding: 0 14px; min-width: 240px; }
.sortsel { height: 42px; border: 1px solid var(--line); background: #fff; padding: 0 12px; }
.empty { padding: 60px 0; text-align: center; color: var(--ink-3); }

/* ---------- builder ---------- */
.builder { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 56px); }
@media (max-width: 960px) { .builder { grid-template-columns: 1fr; } }
.builder-stage { background: var(--paper-3); padding: clamp(14px, 3vw, 36px); position: sticky; top: calc(var(--header-h) + 18px); align-self: start; }
@media (max-width: 960px) { .builder-stage { position: static; } }
.builder-stage canvas { width: 100%; height: auto; box-shadow: var(--shadow-frame); background: #F3EEE2; }
.picked { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 6px; }
.picked li { display: grid; grid-template-columns: 26px 46px 1fr auto; gap: 10px; align-items: center; background: #fff; border: 1px solid var(--line); padding: 6px 8px; font-size: 14px; }
.picked li i { font: italic 400 15px/1 var(--serif); color: var(--ink-3); text-align: center; }
.picked img { width: 46px; height: 26px; object-fit: contain; }
.picked .ctrl { display: flex; gap: 2px; }
.picked .ctrl button { width: 28px; height: 28px; border: 1px solid var(--line); background: var(--paper-2); cursor: pointer; font-size: 13px; line-height: 1; }
.counter-note { font-size: 13px; color: var(--ink-3); margin-top: 8px; }

/* ---------- cart drawer ---------- */
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100vw); z-index: 70; background: var(--paper); box-shadow: -24px 0 60px -30px rgba(0, 0, 0, .45); transform: translateX(104%); visibility: hidden; transition: transform .32s var(--ease), visibility 0s linear .32s; display: flex; flex-direction: column; }
.drawer.open { transform: none; visibility: visible; transition: transform .32s var(--ease); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 1.6rem; margin: 0; }
.drawer-body { flex: 1; overflow-y: auto; padding: 8px 22px; }
.drawer-foot { border-top: 1px solid var(--line); padding: 18px 22px calc(18px + env(safe-area-inset-bottom)); background: var(--paper-2); }
.ship-bar { font-size: 13.5px; margin-bottom: 14px; }
.ship-bar .track { height: 4px; background: var(--mist); margin-top: 8px; overflow: hidden; }
.ship-bar .fill { height: 100%; background: var(--tide); width: 0; transition: width .4s var(--ease); }
.line { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.line-img { width: 76px; height: 76px; background: var(--paper-3); display: grid; place-items: center; }
.line-img img { max-width: 64px; max-height: 64px; box-shadow: var(--shadow-sheet); }
.line h3 { font-size: 1.12rem; margin: 0; }
.line .meta { font-size: 12.5px; color: var(--ink-3); line-height: 1.45; margin: 2px 0 8px; }
.line .lqty { display: inline-grid; grid-template-columns: 28px 30px 28px; border: 1px solid var(--line); height: 30px; background: #fff; }
.line .lqty button { border: 0; background: none; cursor: pointer; }
.line .lqty span { display: grid; place-items: center; font-size: 13px; }
.line .remove { background: none; border: 0; color: var(--ink-3); font-size: 12px; text-decoration: underline; cursor: pointer; margin-left: 10px; }
.line .lprice { font-size: 14.5px; color: var(--ink); text-align: right; }
.totals { display: flex; justify-content: space-between; font-size: 15px; margin-bottom: 4px; }
.totals b { font-weight: 500; color: var(--ink); font-size: 17px; }
.upsell { margin: 14px 0 0; padding: 12px; border: 1px dashed var(--sage-3); display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; font-size: 13.5px; }
.upsell img { width: 56px; }
.cart-empty { text-align: center; padding: 50px 10px; color: var(--ink-3); }
.pay-note { font-size: 12px; color: var(--ink-3); text-align: center; margin: 10px 0 0; }

/* ---------- dialogs & toasts ---------- */
dialog.modal { border: 0; padding: 0; width: min(760px, calc(100vw - 32px)); background: var(--paper); color: var(--ink-2); box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .55); }
dialog.modal::backdrop { background: rgba(20, 28, 33, .5); }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr; }
.modal-art { background: var(--tide); display: grid; place-items: center; padding: 36px; color: var(--sage-2); }
.modal-art svg { width: 70%; }
.modal-body { padding: 38px 34px 30px; position: relative; }
.modal-close { position: absolute; top: 8px; right: 8px; }
@media (max-width: 640px) { .modal-grid { grid-template-columns: 1fr; } .modal-art { display: none; } }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 140%); opacity: 0; visibility: hidden; z-index: 90; background: var(--ink); color: var(--paper); padding: 13px 20px; font-size: 14px; transition: transform .3s var(--ease); max-width: calc(100vw - 32px); }
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; }

/* ---------- footer ---------- */
.site-footer { background: var(--tide); color: #C9D1CF; padding: clamp(56px, 7vw, 88px) 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr) 1.4fr; gap: 32px; }
@media (max-width: 1000px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-grid > :first-child, .foot-grid > :last-child { grid-column: 1 / -1; } }
.foot-grid > * { min-width: 0; }
.site-footer h4 { font: 500 11px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--sage-3); margin: 0 0 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 14.5px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.badge-mark { width: 104px; height: 104px; border-radius: 50%; border: 1px solid rgba(135, 144, 143, .6); display: grid; place-items: center; color: var(--sage-2); }
.badge-mark svg { width: 48%; }
.pillars { font: 500 11px/2 var(--sans); letter-spacing: .3em; text-transform: uppercase; color: var(--sage-3); margin-top: 18px; }
.foot-base { border-top: 1px solid rgba(201, 209, 207, .18); margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: #9FAAA8; }
.foot-wordmark { color: #E9ECE9; width: min(560px, 80%); margin: 56px auto 0; opacity: .9; }

/* ---------- misc ---------- */
.prose h2 { font-size: 2rem; margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose p, .prose li { max-width: 40em; }
.table-wrap { overflow-x: auto; }
.plain { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.plain th, .plain td { text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.plain th { font: 500 11px/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.demo-flag { background: #F6EBD7; color: var(--warn); border: 1px solid #E9D3AE; font-size: 13px; padding: 10px 14px; margin: 14px 0; }
.anchor { scroll-margin-top: calc(var(--header-h) + 20px); }
.vote-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.vote-list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 14px; background: var(--paper-2); border: 1px solid var(--line); }
.vote-list .latin { font-size: .95rem; }
.kicker { font: italic 400 1.3rem/1.4 var(--serif); color: var(--ink-3); }

/* ---------- pre-launch additions: sets, reviews, gifting, advice ---------- */
.was { color: var(--ink-3); font-size: .92em; margin-left: 4px; }
.price-row .was { font: 400 1.2rem/1 var(--serif); }
.card-rating, .card-stars { font-size: 12.5px; color: var(--ink-3); margin: -2px 0 8px; letter-spacing: .02em; }
.card-rating .stars, .card-stars .stars { font-size: 12px; margin-right: 4px; }
.card-stars { display: none; }
.exp-card_stars-stars .card-stars { display: block; }
.link-btn { background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; padding: 0 0 4px; color: var(--ink); }
.link-inline { background: none; border: 0; padding: 0; font: inherit; color: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.votes { margin: 0 0 8px; }
.set-media { aspect-ratio: 12 / 5; }
.card-media.set-media > img { width: 100%; height: 100%; object-fit: contain; box-shadow: none; }
.tiles-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media (max-width: 1100px) { .tiles-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .tiles-6 { grid-template-columns: none; } }
.rating-link { display: inline-flex; gap: 8px; align-items: baseline; font-size: 13.5px; color: var(--ink-3); text-decoration: none; margin: -6px 0 12px; }
.rating-link:hover { color: var(--ink); text-decoration: underline; }
.rating-sum { font-size: 14px; color: var(--ink-3); }
.rating-sum .stars { margin-right: 6px; }
.reviews { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.review { background: var(--paper-2); border: 1px solid var(--line); padding: 20px 20px 16px; }
.review h3 { font-size: 1.25rem; margin: 6px 0; }
.review p { font-size: 15px; }
.review .stars { margin: 0; }
.review-photo { width: 100%; max-width: 240px; margin: 4px 0 12px; }
.review-by { margin: 0; }
.verified { color: var(--ok); }
.bundle-note { font-size: 13.5px; color: var(--ink-3); margin: 0 0 4px; }
.bundle-note a { color: var(--ink); }
.set-nudge { display: grid; grid-template-columns: 96px 1fr 20px; gap: 14px; align-items: center; margin-top: 22px; padding: 12px; border: 1px solid var(--line); background: var(--paper-2); text-decoration: none; transition: border-color .2s; }
.set-nudge:hover { border-color: var(--sage-2); }
.set-nudge img { width: 96px; }
.set-nudge b { display: block; font: 500 1.15rem/1.2 var(--serif); color: var(--ink); }
.set-nudge small { font-size: 13px; color: var(--ink-3); }
.set-nudge svg { width: 20px; height: 20px; color: var(--ink-3); }
.lookalikes h4 { font: 500 1.12rem/1.3 var(--serif); margin: 4px 0 4px; }
.home-waters { margin-top: 18px; }
.home-waters a { color: var(--ink-2); }
.stage-cert img { height: 92%; width: auto; box-shadow: var(--shadow-sheet); }
.stage-photo img { width: 100%; height: 100%; object-fit: cover; }
.presets { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 4px; }
.presets .small { margin-right: 4px; }
.pill-sm { padding: 6px 11px; font-size: 12.5px; }
.pill:hover { border-color: var(--sage-2); }
.size-help { margin-top: 12px; font-size: 14px; }
.size-help summary { cursor: pointer; color: var(--ink-2); text-decoration: underline; text-decoration-color: var(--sage-3); text-underline-offset: 3px; width: fit-content; list-style: none; }
.size-help summary::-webkit-details-marker { display: none; }
.size-help summary::before { content: "↔"; margin-right: 8px; color: var(--sage); text-decoration: none; display: inline-block; }
.size-help-body { display: grid; gap: 10px; justify-items: start; padding: 12px 0 0; }
.size-help-body .sortsel { max-width: 100%; }
.size-help-body p { margin: 0; color: var(--ink-2); }
.order-by { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0 0; font-size: 14px; color: var(--ink-2); }
.order-by svg { width: 20px; height: 20px; color: var(--sage); flex: none; margin-top: 1px; }
.order-by b { color: var(--ink); font-weight: 500; }
.stage-set { aspect-ratio: 5 / 4; }
.set-hang { position: absolute; left: 0; right: 0; display: flex; justify-content: center; align-items: center; transition: bottom .35s var(--ease); }
.set-piece { flex: none; transition: width .35s var(--ease); }
.set-piece img { width: 100%; }
.set-piece .sheet, .set-piece .canvaswrap, .set-piece .metalwrap { background: #F5F1E7; }
.set-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.set-list a { display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: center; text-decoration: none; padding: 6px 8px; background: #fff; border: 1px solid var(--line); }
.set-list img { width: 64px; height: 30px; object-fit: contain; }
.set-list b { display: block; font-weight: 500; color: var(--ink); }
.set-list .latin { font-size: .95rem; }
.gc-stage { background: var(--paper-3); }
.gc-card { position: relative; width: 78%; aspect-ratio: 1.586; background: var(--tide); color: var(--paper); box-shadow: 0 30px 50px -28px rgba(20, 24, 28, .6); display: grid; grid-template-columns: 38% 1fr; align-items: center; padding: 0 7%; overflow: hidden; }
.gc-mono { color: var(--sage-2); width: 80%; }
.gc-word { color: var(--paper); width: 100%; }
.gc-label { position: absolute; left: 45%; bottom: 14%; font: 500 11px/1 var(--sans); letter-spacing: .3em; text-transform: uppercase; color: var(--sage-3); }
.gc-amount { position: absolute; right: 7%; bottom: 11%; font: 500 2rem/1 var(--serif); color: var(--paper); }
.panel { background: var(--paper-2); border: 1px solid var(--line); padding: clamp(20px, 3vw, 34px); }
.panel .fields { margin-top: 14px; }
.panel .btn { margin-top: 6px; }
.bundle-nudge { font-size: 13.5px; margin: 14px 0 0; padding: 10px 12px; background: #fff; border: 1px solid var(--line); }
.bundle-nudge b { font-weight: 500; color: var(--ink); }
.totals.discount { color: var(--ok); font-size: 14px; }
.totals.discount b { color: var(--ok); font-size: 15px; }
.gift-opts { margin: 14px 0 16px; border: 1px solid var(--line); background: #fff; }
.gift-opts summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 10px; padding: 10px 12px; font-size: 14px; color: var(--ink); }
.gift-opts summary::-webkit-details-marker { display: none; }
.gift-opts summary svg { width: 18px; height: 18px; color: var(--sage); }
.gift-opts[open] summary { border-bottom: 1px solid var(--line); }
.gift-opts .check { display: flex; gap: 10px; align-items: center; padding: 10px 12px 4px; font-size: 13.5px; cursor: pointer; }
.gift-opts textarea { display: block; width: calc(100% - 24px); margin: 8px 12px 12px; border: 1px solid var(--line); padding: 8px 10px; font-size: 14px; resize: vertical; background: var(--paper-2); }
.gift-opts textarea:focus { outline: none; border-color: var(--ink); }
@media (max-width: 520px) { .set-nudge { grid-template-columns: 72px 1fr; } .set-nudge img { width: 72px; } .set-nudge svg { display: none; } .gc-amount { font-size: 1.5rem; } }
.thumbs { flex-wrap: wrap; }
.gallery, .buybox { min-width: 0; }
@media (max-width: 520px) { .thumbs { gap: 8px; } .thumbs button { width: 64px; height: 64px; font-size: 9px; } .thumbs img { max-height: 36px; } }
