/* ============================================================
   EBS CUSTOM BOTTLES — shop.css
   B2B landing page styled to match the main EBS Brevard site:
   ocean-teal palette, Sora/Figtree, white cards on soft teal-gray.
   Product visuals stay the hero (Apple-style storytelling).
   ------------------------------------------------------------
   1. Tokens          6. 3D stage & hotspots
   2. Base            7. Cards / use cases / preview
   3. Buttons/chips   8. Pricing / comparison / FAQ
   4. Header          9. Final CTA + form / footer
   5. Hero / strip   10. Animations & responsive
   ============================================================ */

/* ============ 1. TOKENS — mirrored from the main site ============ */
:root{
  --ink:        #0B1E20;
  --teal-900:   #152F34;
  --teal-700:   #175059;
  --teal-500:   #1E6E79;
  --turq:       #2A8C96;
  --turq-hover: #23747D;
  --sky:        #BFE6EC;
  --sky-soft:   #E7F4F6;
  --paper:      #F5F9F9;
  --page:       #EDF3F2;
  --page-deep:  #E3EDEB;
  --green:      #3FB58C;
  --green-soft: #E0F2EA;
  --white:      #FFFFFF;
  --line:       #D9E5E3;
  --body:       #0E1F1D;
  --muted:      #46605C;
  --error:      #D64545;

  --font-head: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Figtree', 'Segoe UI', system-ui, sans-serif;

  --radius:     14px;
  --radius-lg:  22px;
  --shadow-sm:  0 4px 14px rgba(11,30,32,.08);
  --shadow-md:  0 12px 32px rgba(11,30,32,.12);
  --shadow-lg:  0 24px 60px rgba(11,30,32,.18);
  --shell:      1180px;
  --pad:        clamp(20px, 4vw, 40px);
  --header-h:   72px;
}

/* ============ 2. BASE ============ */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:calc(var(--header-h) + 16px); }
body{
  margin:0;
  background:
    radial-gradient(1200px 800px at 92% 0%, rgba(42,140,150,.10), transparent 60%),
    radial-gradient(1000px 900px at 0% 55%, rgba(63,181,140,.10), transparent 60%),
    linear-gradient(180deg, var(--page) 0%, var(--page-deep) 100%);
  background-color:var(--page);
  color:var(--body);
  font-family:var(--font-body);
  font-size:17.5px;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg,canvas{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul,ol{ margin:0; padding:0; list-style:none; }
p{ margin:0; }
h1,h2,h3{ margin:0; font-family:var(--font-head); color:var(--teal-700); line-height:1.12; letter-spacing:-.02em; }
h1{ font-size:clamp(30px, 6.2vw, 52px); font-weight:800; letter-spacing:-.03em; }
h2{ font-size:clamp(25px, 4.4vw, 38px); font-weight:800; }
h3{ font-size:19px; font-weight:700; }

.wrap{ max-width:var(--shell); margin:0 auto; padding-inline:var(--pad); }
.wrap.narrow{ max-width:820px; }
.section{ padding:clamp(64px, 9vw, 108px) 0; position:relative; }
.section.alt{ background:linear-gradient(180deg, transparent, rgba(191,230,236,.28) 18% 82%, transparent); }
.center{ text-align:center; }
.kicker{
  font-family:var(--font-head); font-size:12.5px; font-weight:700;
  letter-spacing:.2em; text-transform:uppercase; color:var(--turq);
  margin-bottom:14px;
}
.sub{ color:var(--muted); font-size:clamp(16px,2.4vw,19px); max-width:640px; }
.sub.center{ margin-inline:auto; margin-top:14px; }
.grad{
  background:linear-gradient(92deg, var(--turq), var(--green));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.tiny{ font-size:13.5px; color:var(--muted); opacity:.85; }
.tiny.center{ text-align:center; margin-top:26px; }

/* ============ 3. BUTTONS & CHIPS (main-site pill style) ============ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font:800 16px/1 var(--font-head); letter-spacing:.02em;
  padding:16px 28px; border-radius:100px;
  border:2px solid transparent; cursor:pointer; text-align:center;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:active{ transform:scale(.97); }
.btn-green{
  background:var(--turq); color:var(--white);
  box-shadow:0 8px 24px rgba(42,140,150,.35);
}
.btn-green:hover{ background:var(--turq-hover); transform:translateY(-2px); box-shadow:0 12px 30px rgba(42,140,150,.45); }
.btn-blue{ background:var(--teal-700); color:var(--white); }
.btn-blue:hover{ background:var(--teal-500); transform:translateY(-2px); box-shadow:var(--shadow-md); }
.btn-blue:disabled{ opacity:.4; cursor:not-allowed; transform:none; box-shadow:none; }
.btn-ghost{ background:var(--white); color:var(--teal-700); border-color:var(--line); box-shadow:var(--shadow-sm); }
.btn-ghost:hover{ border-color:var(--turq); color:var(--turq); transform:translateY(-2px); }
.btn-sm{ padding:12px 20px; font-size:14px; }
.btn-lg{ padding:18px 34px; font-size:17px; }
.btn-full{ width:100%; }

.chip{
  font-family:var(--font-head); font-size:13.5px; font-weight:700; color:var(--muted);
  background:var(--white); border:1.5px solid var(--line); border-radius:999px;
  padding:9px 16px; cursor:pointer; transition:all .18s ease; box-shadow:var(--shadow-sm);
}
.chip:hover{ color:var(--teal-700); border-color:var(--turq); }
.chip.is-active{ color:var(--white); background:var(--turq); border-color:var(--turq); }
.chip-you.is-active{ background:var(--green); border-color:var(--green); }
.chip-btn{
  font-family:var(--font-head); font-size:13px; font-weight:700; color:var(--teal-700);
  background:rgba(255,255,255,.85); border:1.5px solid var(--line); border-radius:999px;
  padding:10px 18px; cursor:pointer; backdrop-filter:blur(8px); transition:all .18s ease;
  box-shadow:var(--shadow-sm);
}
.chip-btn:hover{ border-color:var(--turq); color:var(--turq); }
.chip-btn.is-active{ background:var(--teal-700); border-color:var(--teal-700); color:var(--white); }

/* ============ 4. HEADER (same frosted dark-teal bar as main) ============ */
.shop-header{
  position:sticky; top:0; z-index:60; height:var(--header-h);
  background:rgba(13,34,38,.62); backdrop-filter:blur(14px) saturate(1.3);
  -webkit-backdrop-filter:blur(14px) saturate(1.3);
  box-shadow:0 2px 18px rgba(11,30,32,.14);
}
.header-row{ display:flex; align-items:center; gap:14px; height:var(--header-h); }
.brand{ display:flex; align-items:center; gap:11px; }
.brand img{ width:46px; height:46px; object-fit:contain; }
.brand-name{ font-family:var(--font-head); font-weight:800; font-size:16.5px; color:var(--white); white-space:nowrap; }
.brand-name em{ font-style:normal; color:var(--sky); font-weight:700; }
.head-nav{ display:none; gap:26px; margin-left:auto; }
.head-nav a{ font-size:14.5px; font-weight:700; color:rgba(255,255,255,.82); transition:color .15s; }
.head-nav a:hover{ color:var(--white); }
.shop-header .btn{ margin-left:auto; padding:12px 20px; font-size:14px; }
@media (min-width:880px){
  .head-nav{ display:flex; }
  .shop-header .btn{ margin-left:0; }
}

/* ============ 5. HERO — dark teal panel like the main site ============ */
.hero{
  position:relative; padding:clamp(48px,7vw,92px) 0 clamp(56px,8vw,96px);
  background:
    radial-gradient(900px 560px at 82% 20%, rgba(42,140,150,.4), transparent 60%),
    radial-gradient(700px 460px at 8% 90%, rgba(63,181,140,.22), transparent 60%),
    linear-gradient(165deg, var(--teal-900) 0%, #0F2529 55%, var(--ink) 100%);
  overflow:hidden;
}
.hero-glow{
  position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(560px 380px at 72% 55%, rgba(191,230,236,.14), transparent 65%);
}
.hero-grid{ position:relative; display:grid; gap:44px; align-items:center; }
@media (min-width:960px){ .hero-grid{ grid-template-columns:1.02fr .98fr; } }

.hero-copy .kicker{ color:var(--sky); }
.hero-copy h1{ color:var(--white); max-width:16ch; }
.hero-copy h1 .grad{ background:linear-gradient(92deg, var(--sky), var(--green)); -webkit-background-clip:text; background-clip:text; }
.hero-copy .sub{ color:rgba(231,244,246,.85); margin-top:18px; }

.offer-card{
  margin-top:30px; padding:24px 26px 22px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.22); border-radius:var(--radius-lg);
  backdrop-filter:blur(10px);
  box-shadow:0 24px 60px rgba(0,0,0,.3); max-width:460px;
}
.offer-main{ display:flex; align-items:baseline; justify-content:space-between; gap:14px; flex-wrap:wrap; }
.offer-qty{ font-family:var(--font-head); font-weight:700; font-size:19px; color:var(--white); }
.offer-price{
  font-family:var(--font-head); font-weight:800; font-size:clamp(34px,5vw,44px);
  color:var(--green); letter-spacing:-.03em;
}
.offer-per{ color:rgba(231,244,246,.75); font-size:14.5px; margin:2px 0 18px; }
.offer-card .btn{ width:100%; }
.offer-specs{ margin-top:14px; text-align:center; font-size:12.5px; letter-spacing:.06em; text-transform:uppercase; color:rgba(191,230,236,.75); font-weight:700; }
.proof-line{ margin-top:22px; font-size:14px; color:rgba(231,244,246,.66); max-width:460px; }
.proof-line a{ color:var(--sky); border-bottom:1px solid rgba(191,230,236,.4); }

/* hero bottle lineup (SVGs injected by shop.js) */
.hero-visual{ display:flex; align-items:flex-end; justify-content:center; gap:clamp(8px,2vw,22px); min-height:300px; }
.hero-visual svg{ height:clamp(240px, 34vw, 430px); width:auto; filter:drop-shadow(0 30px 34px rgba(0,0,0,.45)); }
.hero-visual svg:nth-child(1){ transform:rotate(-6deg) translateY(4px); height:clamp(200px,28vw,360px); opacity:.94; }
.hero-visual svg:nth-child(3){ transform:rotate(6deg) translateY(4px);  height:clamp(200px,28vw,360px); opacity:.94; }
.hero-visual svg:nth-child(2){ position:relative; z-index:2; }

/* tagline strip */
.strip{ border-bottom:1px solid var(--line); background:var(--white); padding:26px 0; box-shadow:var(--shadow-sm); }
.strip-line{
  text-align:center; font-family:var(--font-head); font-weight:700;
  font-size:clamp(17px,3vw,23px); color:var(--muted); text-wrap:balance;
}
.strip-line span{ color:var(--teal-700); }

/* how it works */
.steps{ margin-top:46px; display:grid; gap:18px; }
@media (min-width:700px){ .steps{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1020px){ .steps{ grid-template-columns:repeat(4,1fr); } }
.step{
  position:relative; padding:26px 22px 24px;
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);
  transition:transform .25s ease, box-shadow .25s ease;
}
.step:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.step-num{
  position:absolute; top:18px; right:20px;
  font-family:var(--font-head); font-weight:800; font-size:15px; color:var(--sky);
}
.step h3{ margin:14px 0 8px; }
.step p{ color:var(--muted); font-size:15px; }
.step-icon,.card-icon{
  display:grid; place-items:center; width:46px; height:46px; border-radius:14px;
  background:var(--sky-soft); border:1px solid var(--sky);
}
.step-icon svg,.card-icon svg{ width:23px; height:23px; stroke:var(--turq); fill:none; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }

/* ============ 6. 3D STAGE — light product studio ============ */
.stage-wrap{ margin-top:38px; }
.stage{
  position:relative; height:clamp(440px, 72vh, 640px);
  border-radius:var(--radius-lg); border:1px solid var(--line);
  background:
    radial-gradient(640px 420px at 50% 34%, rgba(255,255,255,.9), transparent 72%),
    radial-gradient(700px 300px at 50% 100%, rgba(42,140,150,.10), transparent 70%),
    linear-gradient(180deg, #FDFEFE 0%, #EDF4F4 62%, #E0EBEA 100%);
  box-shadow:var(--shadow-md), inset 0 0 80px rgba(191,230,236,.25);
  overflow:hidden; touch-action:pan-y;
}
.stage canvas{ width:100%; height:100%; cursor:grab; }
.stage canvas.dragging{ cursor:grabbing; }
.drag-hint{
  position:absolute; bottom:18px; left:50%; transform:translateX(-50%);
  display:flex; align-items:center; gap:9px;
  font-family:var(--font-head); font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase;
  color:var(--muted); pointer-events:none; transition:opacity .5s ease;
}
.drag-hint.hide{ opacity:0; }
.drag-icon{ width:26px; height:14px; border:1.5px solid var(--muted); border-radius:999px; position:relative; }
.drag-icon::after{
  content:""; position:absolute; top:2px; left:2px; width:7px; height:7px; border-radius:50%;
  background:var(--turq); animation:dragNudge 2.2s ease-in-out infinite;
}
@keyframes dragNudge{ 0%,100%{ transform:translateX(0);} 50%{ transform:translateX(12px);} }
.stage-controls{ position:absolute; top:16px; right:16px; display:flex; gap:10px; }

/* hotspots (injected) */
.hotspot{
  position:absolute; z-index:5; width:34px; height:34px; margin:-17px 0 0 -17px;
  border-radius:50%; border:0; cursor:pointer; padding:0;
  background:rgba(42,140,150,.14); backdrop-filter:blur(4px);
  display:grid; place-items:center;
  transition:opacity .25s ease, transform .2s ease;
}
.hotspot::before{
  content:""; width:10px; height:10px; border-radius:50%;
  background:var(--turq); box-shadow:0 0 10px rgba(42,140,150,.8);
}
.hotspot::after{
  content:""; position:absolute; inset:0; border-radius:50%;
  border:1.5px solid rgba(42,140,150,.55); animation:pulse 2.4s ease-out infinite;
}
.hotspot:hover{ transform:scale(1.15); }
.hotspot.is-active::before{ background:var(--green); box-shadow:0 0 10px rgba(63,181,140,.9); }
.hotspot.is-active::after{ border-color:rgba(63,181,140,.6); }
.hotspot.is-hidden{ opacity:0; pointer-events:none; }
@keyframes pulse{ 0%{ transform:scale(.7); opacity:.9;} 80%{ transform:scale(1.6); opacity:0;} 100%{ opacity:0;} }

/* hotspot info card (injected) */
.spot-card{
  position:absolute; z-index:6; left:16px; right:16px; bottom:16px;
  background:rgba(255,255,255,.92); backdrop-filter:blur(14px);
  border:1px solid var(--line); border-radius:18px;
  padding:18px 44px 18px 20px; max-width:400px;
  box-shadow:var(--shadow-md);
  opacity:0; transform:translateY(12px); pointer-events:none;
  transition:opacity .28s ease, transform .28s ease;
}
.spot-card.show{ opacity:1; transform:translateY(0); pointer-events:auto; }
.spot-card h4{ margin:0 0 6px; font-family:var(--font-head); font-size:16.5px; color:var(--teal-700); }
.spot-card p{ font-size:14.5px; color:var(--muted); }
.spot-card .spot-stat{ display:inline-block; margin-top:10px; font-family:var(--font-head); font-weight:700; font-size:14px; color:var(--turq); }
.spot-close{
  position:absolute; top:10px; right:10px; width:28px; height:28px; border-radius:50%;
  border:1px solid var(--line); background:var(--white); color:var(--muted);
  font-size:15px; line-height:1; cursor:pointer;
}
.spot-close:hover{ color:var(--body); }
@media (min-width:760px){
  .spot-card{ left:auto; right:22px; bottom:22px; width:380px; }
}

/* exploded view labels (injected) */
.part-label{
  position:absolute; z-index:4; transform:translate(-50%,-50%);
  font-family:var(--font-head); font-size:11.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--teal-700); background:rgba(255,255,255,.9); border:1px solid var(--line);
  padding:5px 11px; border-radius:999px; white-space:nowrap; pointer-events:none;
  box-shadow:var(--shadow-sm);
  opacity:0; transition:opacity .35s ease;
}
.part-label.show{ opacity:1; }

/* fallback (no WebGL) */
.stage-fallback{ position:absolute; inset:0; display:grid; place-items:center; padding:30px; }
.stage-fallback svg{ height:min(82%, 460px); width:auto; filter:drop-shadow(0 26px 30px rgba(11,30,32,.3)); }

/* brand switcher */
.brand-switch{ margin-top:20px; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:12px; }
.brand-switch-label{ font-size:13.5px; color:var(--muted); font-weight:700; }
.brand-chips{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }

/* why it matters chain */
.matters{ margin-top:clamp(70px,9vw,110px); }
.matters-head{ margin-bottom:38px; }
.chain{ max-width:560px; margin:0 auto 26px; display:grid; }
.chain li{
  position:relative; padding:15px 18px 15px 62px; font-size:16.5px; font-weight:600;
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  box-shadow:var(--shadow-sm); margin-bottom:26px; color:var(--body);
}
.chain li::after{
  content:""; position:absolute; left:50%; bottom:-27px; width:2px; height:28px;
  background:linear-gradient(180deg, var(--turq), transparent);
}
.chain li:last-child::after{ display:none; }
.chain-num{
  position:absolute; left:16px; top:50%; transform:translateY(-50%);
  width:30px; height:30px; border-radius:50%; display:grid; place-items:center;
  font-family:var(--font-head); font-weight:800; font-size:13.5px;
  background:var(--sky-soft); color:var(--turq); border:1px solid var(--sky);
}
.chain-final{ border-color:var(--green); background:linear-gradient(150deg, var(--green-soft), var(--white)); }
.chain-final .chain-num{ background:var(--green-soft); color:#20835F; border-color:var(--green); }
.matters .sub{ margin-bottom:30px; }
.matters .btn{ margin-top:4px; }

/* ============ 7. CARD GRIDS / PREVIEW ============ */
.card-grid{ margin-top:44px; display:grid; gap:18px; }
.card-grid.four{ grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); }
.card-grid.five{ grid-template-columns:repeat(auto-fit, minmax(210px, 1fr)); }
.card{
  padding:28px 24px; background:var(--white); border:1px solid var(--line); border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);
  transition:transform .25s ease, box-shadow .25s ease;
}
.card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.card h3{ margin:16px 0 8px; }
.card p{ color:var(--muted); font-size:15px; }
.card.slim{ padding:24px 22px; }
.card.slim h3{ margin-top:0; font-size:17px; color:var(--turq); }

/* preview section */
.preview-grid{ margin-top:44px; display:grid; gap:34px; align-items:center; }
@media (min-width:920px){ .preview-grid{ grid-template-columns:1fr 1fr; } }
.upload-zone{
  display:flex; flex-direction:column; align-items:center; gap:8px; text-align:center;
  padding:34px 24px; border-radius:var(--radius-lg); cursor:pointer;
  border:2px dashed var(--turq); background:var(--sky-soft);
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.upload-zone:hover,.upload-zone.dragover{ background:#DDF0F3; box-shadow:var(--shadow-sm); }
.upload-zone strong{ font-family:var(--font-head); font-size:17px; color:var(--teal-700); }
.upload-hint{ font-size:13px; color:var(--muted); }
.upload-icon{ width:44px; height:44px; border-radius:50%; background:var(--white); border:1px solid var(--sky); display:grid; place-items:center; }
.upload-icon::before{ content:"↑"; font-size:20px; font-weight:800; color:var(--turq); }
.color-row{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-top:22px; }
.color-label{ font-size:13.5px; color:var(--muted); font-weight:700; margin-right:2px; }
.swatch{
  width:32px; height:32px; border-radius:50%; cursor:pointer;
  background:var(--sw); border:2px solid var(--white);
  box-shadow:0 0 0 1.5px var(--line), var(--shadow-sm);
  transition:transform .15s ease, box-shadow .15s ease;
}
.swatch:hover{ transform:scale(1.12); }
.swatch.is-active{ transform:scale(1.12); box-shadow:0 0 0 2.5px var(--turq), var(--shadow-sm); }
.preview-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:26px; }
.preview-controls .tiny{ margin-top:16px; }
.preview-stage{
  display:grid; place-items:center; min-height:380px; padding:28px;
  background:
    radial-gradient(480px 340px at 50% 36%, rgba(255,255,255,.95), transparent 74%),
    linear-gradient(180deg, #FDFEFE, #E7F0EF);
  border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm);
}
.preview-stage svg{
  height:clamp(320px, 40vw, 440px); width:auto;
  filter:drop-shadow(0 26px 30px rgba(11,30,32,.28));
}

/* ============ 8. PRICING / COMPARE / FAQ ============ */
.price-grid{ margin-top:46px; display:grid; gap:18px; grid-template-columns:repeat(auto-fit, minmax(205px, 1fr)); align-items:stretch; }
.price-card{
  display:flex; flex-direction:column; padding:28px 24px;
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm); position:relative;
  transition:transform .25s ease, box-shadow .25s ease;
}
.price-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.price-card h3{ font-size:17px; color:var(--muted); font-weight:700; }
.price-card .price{ font-family:var(--font-head); font-weight:800; font-size:34px; letter-spacing:-.03em; margin-top:8px; color:var(--teal-700); }
.price-card .each{ color:var(--muted); font-size:14px; margin-bottom:16px; opacity:.8; }
.price-card ul{ display:grid; gap:8px; margin-bottom:22px; flex:1; }
.price-card li{ font-size:14px; color:var(--muted); padding-left:22px; position:relative; }
.price-card li::before{ content:"✓"; position:absolute; left:0; color:var(--green); font-weight:800; }
.price-card .btn{ width:100%; font-size:14.5px; padding:13px 16px; }
.price-card.featured{
  background:linear-gradient(170deg, var(--green-soft), var(--white) 55%);
  border:2px solid var(--green);
  box-shadow:var(--shadow-md);
  transform:scale(1.02);
}
.price-card.featured:hover{ transform:scale(1.02) translateY(-4px); }
.price-card.featured .price{ color:#20835F; }
.flag{
  position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  font-family:var(--font-head); font-size:11.5px; font-weight:800; letter-spacing:.1em; text-transform:uppercase;
  background:var(--green); color:var(--white); padding:5px 14px; border-radius:999px; white-space:nowrap;
}

/* comparison */
.compare-grid{ margin-top:44px; display:grid; gap:18px; }
@media (min-width:820px){ .compare-grid{ grid-template-columns:1fr 1fr; } }
.compare-col{ padding:30px 26px; border-radius:var(--radius-lg); border:1px solid var(--line); background:var(--white); box-shadow:var(--shadow-sm); }
.compare-col.with{ background:linear-gradient(170deg, var(--green-soft), var(--white) 65%); border:2px solid var(--green); }
.compare-col h3{ margin-bottom:20px; font-size:14.5px; letter-spacing:.14em; text-transform:uppercase; }
.compare-col.without h3{ color:var(--muted); opacity:.8; }
.compare-col.with h3{ color:#20835F; }
.flow{ display:grid; gap:22px; }
.flow li{ position:relative; padding-left:34px; font-size:16px; color:var(--muted); }
.flow li::before{
  content:""; position:absolute; left:9px; top:26px; width:2px; height:20px; background:var(--line);
}
.flow li:last-child::before{ display:none; }
.flow li::after{
  content:""; position:absolute; left:4px; top:6px; width:12px; height:12px; border-radius:50%;
  background:var(--sky);
}
.flow-bad{ color:var(--error) !important; font-weight:700; }
.flow-bad::after{ background:var(--error) !important; box-shadow:0 0 8px rgba(214,69,69,.4); }
.flow-good{ color:#20835F !important; font-weight:700; }
.flow-good::after{ background:var(--green) !important; box-shadow:0 0 8px rgba(63,181,140,.5); }

/* faq */
.faq-list{ margin-top:40px; display:grid; gap:12px; }
.faq{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;
  box-shadow:var(--shadow-sm); transition:box-shadow .2s ease;
}
.faq[open]{ box-shadow:var(--shadow-md); }
.faq summary{
  cursor:pointer; list-style:none; padding:18px 52px 18px 22px; position:relative;
  font-family:var(--font-head); font-weight:700; font-size:16px; color:var(--teal-700);
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{
  content:"+"; position:absolute; right:20px; top:50%; transform:translateY(-50%);
  font-size:22px; font-weight:400; color:var(--turq); transition:transform .2s ease;
}
.faq[open] summary::after{ transform:translateY(-50%) rotate(45deg); }
.faq p{ padding:0 22px 20px; color:var(--muted); font-size:15px; }

/* ============ 9. FINAL CTA + FORM / FOOTER ============ */
.final{
  background:
    radial-gradient(900px 560px at 78% 12%, rgba(42,140,150,.38), transparent 60%),
    radial-gradient(700px 460px at 6% 95%, rgba(63,181,140,.2), transparent 60%),
    linear-gradient(165deg, var(--teal-900) 0%, #0F2529 55%, var(--ink) 100%);
  overflow:hidden;
}
.final-glow{
  position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(600px 400px at 50% 15%, rgba(191,230,236,.12), transparent 70%);
}
.final-head{ position:relative; color:var(--white); }
.final-head .grad{ background:linear-gradient(92deg, var(--sky), var(--green)); -webkit-background-clip:text; background-clip:text; }
.final-offer{ position:relative; margin-top:16px; font-family:var(--font-head); font-size:clamp(19px,3vw,24px); color:rgba(231,244,246,.85); text-align:center; }
.final-offer strong{ color:var(--green); font-size:1.25em; }
.mockup-form{
  position:relative; max-width:720px; margin:40px auto 0; padding:clamp(24px,4vw,40px);
  background:var(--white); border-radius:var(--radius-lg); box-shadow:var(--shadow-lg);
}
.form-grid{ display:grid; gap:16px; }
@media (min-width:640px){ .form-grid{ grid-template-columns:1fr 1fr; } }
.mockup-form label{ display:grid; gap:7px; font-size:13.5px; font-weight:700; color:var(--teal-700); font-family:var(--font-head); }
.opt{ font-weight:400; color:var(--muted); }
.mockup-form input[type=text],.mockup-form input[type=email],.mockup-form input[type=tel],.mockup-form select{
  width:100%; padding:13px 15px; font:500 15.5px var(--font-body); color:var(--body);
  background:var(--paper); border:1.5px solid var(--line); border-radius:12px;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.mockup-form input:focus,.mockup-form select:focus{
  outline:none; border-color:var(--turq); box-shadow:0 0 0 3px rgba(42,140,150,.15); background:var(--white);
}
.mockup-form select{ appearance:none; background-image:linear-gradient(45deg, transparent 49%, var(--muted) 50%), linear-gradient(-45deg, transparent 49%, var(--muted) 50%); background-position:calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size:6px 6px; background-repeat:no-repeat; }
.file-label{ margin-top:16px; }
.mockup-form input[type=file]{
  padding:11px; font-size:13.5px; color:var(--muted);
  background:var(--sky-soft); border:1.5px dashed var(--turq); border-radius:12px; width:100%;
}
.file-note{ font-weight:400; font-family:var(--font-body); color:var(--muted); font-size:12.5px; }
.mockup-form .btn-full{ margin-top:24px; }
.mockup-form .tiny{ margin-top:14px; }
.form-status{ text-align:center; margin-top:12px; font-weight:700; min-height:1.4em; }
.form-status.ok{ color:#20835F; }
.form-status.err{ color:var(--error); }
.final-alt{ margin-top:30px; color:rgba(231,244,246,.7); font-size:15px; position:relative; text-align:center; }
.final-alt a{ color:var(--sky); border-bottom:1px solid rgba(191,230,236,.4); }

.shop-footer{ background:var(--ink); padding:34px 0; }
.footer-row{ display:flex; flex-wrap:wrap; align-items:center; gap:18px 30px; justify-content:space-between; }
.footer-row .brand-name{ color:var(--white); }
.footer-row p{ font-size:13.5px; color:rgba(231,244,246,.6); }
.footer-row nav{ display:flex; gap:20px; }
.footer-row nav a{ font-size:13.5px; color:rgba(231,244,246,.75); }
.footer-row nav a:hover{ color:var(--white); }
.shop-footer .brand img{ width:36px; height:36px; }

/* ============ 10. ANIMATIONS & RESPONSIVE ============ */
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }
.reveal:nth-child(2){ transition-delay:.07s; }
.reveal:nth-child(3){ transition-delay:.14s; }
.reveal:nth-child(4){ transition-delay:.21s; }
.reveal:nth-child(5){ transition-delay:.28s; }

@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.01ms !important; transition-duration:.01ms !important; }
  .reveal{ opacity:1; transform:none; }
}

@media (max-width:520px){
  .hero-visual{ min-height:240px; }
  .stage{ height:min(78vh, 560px); }
  .offer-card{ max-width:none; }
  .footer-row{ flex-direction:column; text-align:center; justify-content:center; }
}


/* ============================================================
   11. SHOP CATALOG (/shop/) + SHARED PRODUCT-PAGE BITS
   ============================================================ */
.crumbs{ display:flex; flex-wrap:wrap; gap:8px; font-size:13px; color:rgba(231,244,246,.6); margin-bottom:14px; }
.crumbs a{ color:rgba(231,244,246,.8); }
.crumbs a:hover{ color:var(--white); }
.crumbs span[aria-current]{ color:var(--sky); font-weight:700; }
.nav-back{ opacity:.8; }
[hidden]{ display:none !important; }

/* catalog hero — shorter than a product hero */
.hero.catalog{ padding:clamp(56px,8vw,92px) 0 clamp(44px,6vw,70px); }
.hero.catalog .hero-copy{ max-width:720px; margin:0 auto; text-align:center; }
.hero.catalog h1{ max-width:none; margin-inline:auto; }
.hero.catalog .sub{ margin-inline:auto; }
.hero.catalog .crumbs{ justify-content:center; }

/* one full-width banner per shopable product */
.products{ display:grid; gap:clamp(22px,3.5vw,34px); margin-top:clamp(28px,4vw,44px); }
.product-banner{
  position:relative; display:grid; overflow:hidden;
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md); transition:transform .25s ease, box-shadow .25s ease;
}
.product-banner:hover{ transform:translateY(-4px); box-shadow:var(--shadow-lg); }
@media (min-width:880px){
  .product-banner{ grid-template-columns:1.08fr .92fr; min-height:420px; }
  .product-banner.flip .product-media{ order:2; }
}
.product-media{ position:relative; min-height:260px; background:var(--teal-900); }
.product-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; display:block; transition:transform .6s ease; }
.product-banner:hover .product-media img{ transform:scale(1.04); }
.product-media::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 55%, rgba(11,30,32,.35)); pointer-events:none; }
.product-tag{
  position:absolute; top:16px; left:16px; z-index:2;
  font:700 12px/1 var(--font-head); letter-spacing:.08em; text-transform:uppercase;
  color:var(--white); background:rgba(21,47,52,.82); backdrop-filter:blur(6px);
  padding:9px 13px; border-radius:999px; border:1px solid rgba(191,230,236,.35);
}
.product-tag.green{ background:var(--green); border-color:transparent; }
.product-copy{ padding:clamp(26px,4vw,44px); display:flex; flex-direction:column; justify-content:center; gap:14px; }
.product-copy .kicker{ margin:0; }
.product-copy h2{ font-size:clamp(24px,3.4vw,34px); margin:0; }
.product-copy p{ color:var(--muted); font-size:15.5px; margin:0; }
.product-price{ display:flex; align-items:baseline; gap:10px; flex-wrap:wrap; margin-top:4px; }
.product-price strong{ font-family:var(--font-head); font-size:28px; color:var(--teal-700); letter-spacing:-.02em; }
.product-price span{ font-size:13.5px; color:var(--muted); }
.product-points{ display:grid; gap:7px; margin:4px 0 6px; }
.product-points li{ font-size:14px; color:var(--muted); padding-left:22px; position:relative; }
.product-points li::before{ content:"\2713"; position:absolute; left:0; color:var(--green); font-weight:800; }
.product-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:6px; }

/* square product photo (text baked into the image) - no overlay gradient, keep it fully visible */
.product-banner.square .product-media{ aspect-ratio:1; min-height:0; }
.product-banner.square .product-media::after{ display:none; }
@media (min-width:880px){ .product-banner.square{ grid-template-columns:1fr 1fr; min-height:0; } }

/* "coming soon" slot — keeps the grid honest until the next product lands */
.product-banner.soon{ border-style:dashed; box-shadow:none; background:linear-gradient(150deg, var(--sky-soft), var(--white)); }
.product-banner.soon:hover{ transform:none; }
.product-banner.soon .product-media{ background:#05151a; aspect-ratio:2/1; min-height:0; }
.product-banner.soon .product-media img{ object-fit:cover; padding:0; }
.product-banner.soon:hover .product-media img{ transform:none; }
.product-banner.soon .product-media::after{ display:none; }
@media (min-width:880px){ .product-banner.soon{ grid-template-columns:1.45fr .55fr; min-height:0; } }
@media (max-width:879px){ .product-banner.soon .product-media{ aspect-ratio:2/1; } }
.soon-mark{ font:800 clamp(44px,7vw,72px)/1 var(--font-head); color:rgba(255,255,255,.18); letter-spacing:-.04em; }

/* cross-sell block on product pages */
.xsell{ margin-top:30px; display:grid; gap:0; overflow:hidden; background:var(--white); border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); }
@media (min-width:760px){ .xsell{ grid-template-columns:.9fr 1.1fr; } }
.xsell img{ width:100%; height:100%; min-height:220px; object-fit:cover; display:block; }
.xsell-copy{ padding:clamp(24px,3.5vw,40px); display:flex; flex-direction:column; justify-content:center; gap:12px; }
.xsell-copy h3{ font-size:22px; }
.xsell-copy p{ color:var(--muted); font-size:15px; }
.xsell-copy .btn{ align-self:flex-start; }


/* ============================================================
   12. ENGRAVED RAGS (/shop/rags/) — product experience
   Rag colors are CSS vars so real photos can replace the render:
   see RAG_ASSETS in rags.js.
   ============================================================ */
:root{
  --rag-blue:#2F6BD8; --rag-yellow:#F2C532; --rag-red:#D8403A; --rag-green:#2E9E5B; --rag-orange:#F07A23;
}

/* ---- 1. configurator hero ---- */
.studio{ background:var(--teal-900); color:var(--white); position:relative; overflow:hidden; padding:clamp(28px,4vw,56px) 0 clamp(40px,6vw,72px); }
.studio-grid{ position:relative; display:grid; gap:28px; align-items:center; }
@media (min-width:900px){ .studio-grid{ grid-template-columns:1.1fr .9fr; gap:clamp(30px,5vw,70px); } }
.studio-copy h1{ color:var(--white); font-size:clamp(30px,5vw,48px); max-width:14ch; }
.studio-copy .sub{ color:rgba(231,244,246,.82); margin-top:12px; max-width:420px; }
.studio-copy .crumbs{ margin-bottom:10px; }
@media (max-width:899px){
  .studio-copy{ text-align:center; }
  .studio-copy h1,.studio-copy .sub{ margin-inline:auto; }
  .studio-copy .crumbs{ justify-content:center; }
  .studio-copy .sub{ font-size:15.5px; }
}

/* the rag stage */
.stage-rag{
  position:relative; aspect-ratio:1; max-width:560px; margin:0 auto; width:100%;
  display:grid; place-items:center; perspective:1400px;
}
.stage-rag .shadow{ position:absolute; left:12%; right:12%; bottom:6%; height:18%; border-radius:50%; background:radial-gradient(ellipse at center, rgba(0,0,0,.45), transparent 70%); filter:blur(6px); transition:all .6s ease; }
.stage-rag.is-folded .shadow{ left:8%; right:8%; bottom:14%; height:12%; }

/* flat rag render — two horizontal panels: the bottom 40% folds UP in front,
   leaving a taller back panel and a pocket (matches the product photo) */
.rag{ position:relative; width:80%; aspect-ratio:1/1; transform-style:preserve-3d; transition:transform 1s cubic-bezier(.45,.05,.25,1); }
.rag .panel{ position:absolute; left:0; width:100%; transform-style:preserve-3d; transition:transform 1.1s cubic-bezier(.45,.05,.25,1); }
.rag .panel.top{ top:0; height:60%; }
.rag .panel.bot{ bottom:0; height:40%; transform-origin:top center; }
.rag .face{ position:absolute; inset:0; backface-visibility:hidden; overflow:hidden; }
.rag .panel.top .face{ border-radius:12px 12px 0 0; }
.rag .panel.bot .face{ border-radius:0 0 12px 12px; }
.rag .face.back{ transform:rotateX(180deg); background:var(--rag-hex); border-radius:12px 12px 4px 4px; box-shadow:0 -8px 20px rgba(0,0,0,.25); }
.rag .face.back::before{ content:""; position:absolute; inset:0; border-radius:inherit;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.10) 0 28%, transparent 32%) 0 0/7px 7px,
    linear-gradient(180deg, rgba(255,255,255,.10), transparent 30%, rgba(0,0,0,.18));
}
.rag .face.back::after{ content:""; position:absolute; left:2%; right:2%; top:0; height:3px; border-radius:2px; background:rgba(0,0,0,.22); box-shadow:0 1px 0 rgba(255,255,255,.2); } /* stitched fold edge */
/* each panel shows its slice of the full-size art */
.rag .art{ position:absolute; left:0; width:100%; height:166.67%; top:0; }
.rag .panel.bot .art{ top:-150%; height:250%; }
.rag-art{ width:100%; height:100%; display:block; }
/* engraved mark on the front flap (back face of the bottom panel) */
.flap-mark{ position:absolute; inset:9% 10% 10%; display:grid; grid-template-rows:minmax(0,1fr) auto; justify-items:center; align-items:end; row-gap:7%; mix-blend-mode:multiply; }
.flap-mark .fm-logo{ height:100%; width:100%; display:flex; align-items:flex-end; justify-content:center; min-height:0; overflow:hidden; }
.flap-mark .fm-logo img{ height:100%; width:auto; max-width:60%; object-fit:contain; filter:grayscale(1) contrast(1.3) brightness(.45); opacity:.85; }
.flap-mark .fm-name{ font:800 clamp(14px,5.2cqw,34px)/1 var(--font-head); letter-spacing:-.01em; color:#0B1014; opacity:.88; white-space:nowrap; max-width:100%; overflow:hidden; text-overflow:ellipsis; }
.rag .panel.bot .face.back{ container-type:inline-size; }
/* fold */
.rag.fold-1 .panel.bot{ transform:translateZ(2px) rotateX(180deg); }
.rag.fold-1{ transform:translateY(6%) rotateX(4deg) scale(1.12); }
/* pocket contents: sit between back panel (z0) and front flap (z2) */
.pocket-item{ position:absolute; transform-style:preserve-3d; opacity:0; transition:transform 1s cubic-bezier(.3,.7,.25,1), opacity .35s ease; }
.bizcard{ left:9%; top:7%; width:34%; aspect-ratio:3.5/2; background:var(--white); border-radius:3px; box-shadow:0 3px 10px rgba(0,0,0,.3); transform:translate3d(0,-70%,1px); padding:4% 5%; display:grid; gap:3px; align-content:start; }
.bizcard .card-name{ font:800 clamp(8px,1.1vw,13px)/1.2 var(--font-body); color:#111; border-bottom:1.5px solid #2F6BD8; padding-bottom:3px; margin-bottom:2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.bizcard i{ display:block; height:2.5px; border-radius:2px; background:#CBD5D3; width:70%; }
.bizcard i + i{ width:55%; } .bizcard i + i + i{ width:62%; }
.bottle{ right:9%; top:-4%; width:11%; height:50%; transform:translate3d(0,-40%,1px); }
.bottle svg{ width:100%; height:100%; display:block; filter:drop-shadow(0 4px 8px rgba(0,0,0,.35)); }
.rag.card-in .bizcard{ opacity:1; transform:translate3d(0,0,1px); }
.rag.card-in .bottle{ opacity:1; transform:translate3d(0,0,1px); transition-delay:.15s; }
/* hide the render when a real photo is shown */
.rag.hidden{ opacity:0; pointer-events:none; transition:opacity .4s ease; }

/* real photo slot (used when RAG_ASSETS provides photos) */
.rag-photo{ position:absolute; inset:0; width:100%; height:100%; object-fit:contain; display:none; opacity:0; transition:opacity .5s ease; border-radius:14px; }
.rag-photo.show{ opacity:1; }

/* controls */
.controls{ margin-top:22px; display:grid; gap:18px; }
.ctl-label{ display:flex; align-items:baseline; justify-content:space-between; font:700 12.5px var(--font-head); letter-spacing:.08em; text-transform:uppercase; color:var(--sky); margin-bottom:10px; }
.ctl-label span{ font:600 13px var(--font-body); letter-spacing:0; text-transform:none; color:rgba(231,244,246,.7); }
.swatches{ display:flex; gap:12px; flex-wrap:wrap; }
@media (max-width:899px){ .swatches{ justify-content:center; } }
.sw{
  --sw:#888; width:52px; height:52px; border-radius:50%; background:var(--sw); border:0; cursor:pointer; position:relative;
  box-shadow:inset 0 -6px 10px rgba(0,0,0,.18), 0 6px 14px rgba(0,0,0,.3); transition:transform .2s ease, box-shadow .2s ease;
}
.sw:hover{ transform:translateY(-3px) scale(1.05); }
.sw.is-active{ transform:scale(1.12); box-shadow:0 0 0 3px var(--teal-900), 0 0 0 6px var(--white), 0 10px 22px rgba(0,0,0,.4); }
.sw.is-active::after{ content:""; position:absolute; inset:0; margin:auto; width:16px; height:9px; border-left:3px solid #fff; border-bottom:3px solid #fff; transform:translateY(-2px) rotate(-45deg); filter:drop-shadow(0 1px 1px rgba(0,0,0,.4)); }
.sw span{ position:absolute; top:calc(100% + 6px); left:50%; transform:translateX(-50%); font:600 11.5px var(--font-body); color:rgba(231,244,246,.75); white-space:nowrap; }
.swatches{ padding-bottom:22px; }

.logo-picks{ display:flex; gap:10px; flex-wrap:wrap; }
@media (max-width:899px){ .logo-picks{ justify-content:center; } }
.lp{
  display:flex; align-items:center; gap:9px; padding:9px 14px 9px 9px; border-radius:999px; cursor:pointer;
  background:rgba(255,255,255,.06); border:1.5px solid rgba(191,230,236,.25); color:var(--white); font:600 13.5px var(--font-body);
  transition:border-color .2s ease, background .2s ease, transform .15s ease;
}
.lp:hover{ border-color:var(--sky); transform:translateY(-1px); }
.lp.is-active{ background:rgba(191,230,236,.16); border-color:var(--sky); box-shadow:0 0 0 3px rgba(191,230,236,.18); }
.lp .lp-ico{ width:30px; height:30px; border-radius:50%; background:var(--white); display:grid; place-items:center; overflow:hidden; }
.lp .lp-ico img,.lp .lp-ico svg{ width:80%; height:80%; object-fit:contain; }
.lp.upload{ border-style:dashed; }
.lp.upload .lp-ico{ background:var(--green); color:#fff; }
.lp.upload .lp-ico svg{ stroke:#fff; fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; width:58%; height:58%; }
.lp input{ position:absolute; opacity:0; width:0; height:0; }
.preview-note{ font-size:12.5px; color:rgba(231,244,246,.6); margin-top:4px; }

.studio-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:10px; align-items:center; }
@media (max-width:899px){ .studio-actions{ justify-content:center; } }
.btn-fold{ background:var(--white); color:var(--teal-900); }
.btn-fold:hover{ background:var(--sky); transform:translateY(-2px); }
.btn-reset{ background:transparent; color:rgba(231,244,246,.8); border-color:rgba(191,230,236,.35); padding:12px 18px; font-size:14px; }
.btn-reset:hover{ color:var(--white); border-color:var(--sky); }

/* reveal copy after the fold */
.fold-reveal{ max-height:0; overflow:hidden; opacity:0; transition:max-height .8s ease, opacity .6s ease .2s; }
.fold-reveal.show{ max-height:320px; opacity:1; }
.fold-reveal h2{ color:var(--white); margin-top:18px; font-size:clamp(24px,3.4vw,34px); }
.fold-reveal p{ color:rgba(231,244,246,.82); margin:8px 0 16px; max-width:420px; }
@media (max-width:899px){ .fold-reveal p{ margin-inline:auto; } }

/* sticky mobile CTA bar */
.mobile-cta{ position:fixed; left:0; right:0; bottom:0; z-index:40; padding:10px 14px calc(10px + env(safe-area-inset-bottom)); background:rgba(21,47,52,.92); backdrop-filter:blur(10px); border-top:1px solid rgba(191,230,236,.2); display:none; transform:translateY(110%); transition:transform .35s ease; }
.mobile-cta.show{ transform:none; }
.mobile-cta .btn{ width:100%; padding:15px; font-size:15.5px; }
@media (max-width:760px){ .mobile-cta{ display:block; } body{ padding-bottom:70px; } }

/* ---- 2. the idea: photo backdrop, centered headline with outline ---- */
.idea{ position:relative; overflow:hidden; background:var(--teal-900); color:var(--white); min-height:min(86vh,760px); display:grid; place-items:center; padding:0; }
.idea-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 55%; display:block; }
.idea-bg.missing{ display:none; }
.idea-shade{ position:absolute; inset:0; background:radial-gradient(ellipse at center, rgba(11,30,32,.45), rgba(11,30,32,.15) 55%, rgba(11,30,32,.55)); }
.idea-wrap{ position:relative; width:100%; padding-top:clamp(56px,8vw,96px); padding-bottom:clamp(56px,8vw,96px); display:grid; place-items:center; }
.idea-head{ max-width:760px; text-align:center; }
.idea-head .kicker{ color:var(--white); text-shadow:0 1px 6px rgba(0,0,0,.8); }
.idea-head h2{ color:var(--white); font-size:clamp(30px,5vw,52px); line-height:1.08;
  -webkit-text-stroke:1.5px rgba(11,30,32,.9); paint-order:stroke fill;
  text-shadow:0 0 2px #0B1E20, 0 0 2px #0B1E20, 0 2px 0 #0B1E20, 0 -2px 0 #0B1E20, 2px 0 0 #0B1E20, -2px 0 0 #0B1E20, 0 6px 24px rgba(0,0,0,.6); }
.idea-head .sub{ color:var(--white); font-weight:600; margin:16px auto 0; max-width:560px;
  text-shadow:0 0 2px #0B1E20, 0 1px 0 #0B1E20, 0 -1px 0 #0B1E20, 1px 0 0 #0B1E20, -1px 0 0 #0B1E20, 0 4px 16px rgba(0,0,0,.7); }
.idea-head .btn{ margin-top:26px; }

/* upload requirements (?) */
.ctl-help{ display:inline-flex; align-items:center; gap:8px; }
.help-btn{ width:20px; height:20px; border-radius:50%; border:1.5px solid var(--sky); background:transparent; color:var(--sky); font:800 12px/1 var(--font-head); cursor:pointer; display:grid; place-items:center; padding:0; }
.help-btn:hover,.help-btn[aria-expanded="true"]{ background:var(--sky); color:var(--teal-900); }
.help-box{ margin:0 0 12px; padding:12px 14px; border-radius:12px; background:rgba(255,255,255,.08); border:1px solid rgba(191,230,236,.3); font-size:13px; color:rgba(231,244,246,.9); }
.help-box strong{ display:block; font-family:var(--font-head); font-size:13px; color:var(--sky); margin-bottom:6px; }
.help-box ul{ display:grid; gap:4px; padding-left:16px; list-style:disc; text-align:left; }
.help-box b{ color:var(--white); }
@media (max-width:899px){ .help-box{ text-align:left; } }

/* ---- 3. try 3 free ---- */
.free{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow-md); padding:clamp(26px,4vw,48px); margin-top:36px; display:grid; gap:26px; }
@media (min-width:900px){ .free{ grid-template-columns:1fr 1.2fr; align-items:center; } }
.free h2{ font-size:clamp(40px,7vw,68px); letter-spacing:-.04em; line-height:1; }
.free h2 em{ font-style:normal; color:var(--green); }
.free .sub{ margin-top:14px; }
.free .tiny{ margin-top:10px; }
.free .btn{ margin-top:20px; }
.how4{ display:grid; gap:10px; counter-reset:how; }
.how4 li{ display:grid; grid-template-columns:auto 1fr; gap:4px 14px; align-items:start; padding:14px 16px; border-radius:var(--radius); background:var(--paper); border:1px solid var(--line); counter-increment:how; }
.how4 li::before{ content:counter(how); grid-row:1 / span 2; width:32px; height:32px; border-radius:50%; background:var(--teal-700); color:var(--white); font:800 14px/32px var(--font-head); text-align:center; }
.how4 strong{ font-family:var(--font-head); font-size:15.5px; color:var(--teal-700); }
.how4 span{ font-size:13.5px; color:var(--muted); }

/* ---- 4. gallery + lightbox ---- */
.gallery{ margin-top:36px; display:grid; gap:10px; grid-template-columns:repeat(2,1fr); }
@media (min-width:700px){ .gallery{ grid-template-columns:repeat(4,1fr); gap:14px; } }
.shot{ position:relative; margin:0; border-radius:var(--radius); overflow:hidden; aspect-ratio:1; background:var(--teal-900); border:1px solid var(--line); box-shadow:var(--shadow-sm); cursor:zoom-in; }
.shot.wide{ grid-column:span 2; aspect-ratio:2/1; }
.shot img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease; }
.shot:hover img{ transform:scale(1.04); }
.shot figcaption{ position:absolute; left:0; right:0; bottom:0; padding:26px 12px 10px; font:700 12.5px var(--font-head); color:var(--white); background:linear-gradient(180deg, transparent, rgba(11,30,32,.8)); }
.shot.placeholder{ display:grid; place-items:center; align-content:center; gap:6px; text-align:center; padding:16px; background:linear-gradient(150deg, var(--sky-soft), var(--white)); border-style:dashed; cursor:default; }
.shot.placeholder .mini-rag{ width:52px; height:52px; border-radius:11px; background:var(--rag-hex); box-shadow:inset 0 -5px 8px rgba(0,0,0,.15); }
.shot.placeholder span{ font:700 12.5px/1.35 var(--font-head); color:var(--muted); }
.lightbox{ border:0; padding:0; background:transparent; max-width:min(94vw,1100px); }
.lightbox::backdrop{ background:rgba(11,30,32,.85); backdrop-filter:blur(4px); }
.lightbox img{ width:100%; height:auto; max-height:88vh; object-fit:contain; border-radius:var(--radius); display:block; }
.lightbox figcaption{ color:var(--white); text-align:center; padding:10px; font:600 14px var(--font-body); }
.lightbox .close{ position:absolute; top:-4px; right:-4px; width:40px; height:40px; border-radius:50%; border:0; background:var(--white); font-size:22px; cursor:pointer; box-shadow:var(--shadow-md); }

/* ---- 5. audiences (text-first, two rag photos) ---- */
.uses{ margin-top:36px; display:grid; gap:14px; grid-template-columns:repeat(auto-fit, minmax(220px,1fr)); }
.use{ padding:24px 22px; background:var(--white); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow-sm); }
.use.primary{ border-color:var(--turq); background:linear-gradient(150deg, var(--sky-soft), var(--white)); }
.use h3{ font-size:17px; color:var(--teal-700); }
.use p{ color:var(--muted); font-size:14.5px; margin-top:6px; }
.use .tag{ display:inline-block; font:700 11px var(--font-head); letter-spacing:.08em; text-transform:uppercase; color:var(--turq); margin-bottom:8px; }

/* ---- 6. why laser ---- */
.laser{ margin-top:36px; display:grid; gap:26px; align-items:center; }
@media (min-width:860px){ .laser{ grid-template-columns:1fr 1fr; } }
.laser-photo{ border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-md); aspect-ratio:1; max-width:520px; margin-inline:auto; }
.laser-photo img{ object-position:center 58%; }
.laser-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.nos{ display:grid; gap:10px; margin-top:18px; }
.nos li{ font-family:var(--font-head); font-weight:700; font-size:clamp(18px,2.6vw,24px); color:var(--muted); text-decoration:line-through; text-decoration-color:var(--error); text-decoration-thickness:2px; }
.nos li.yes{ text-decoration:none; color:var(--teal-700); font-size:clamp(20px,3vw,28px); margin-top:8px; }

/* ---- 7. pricing ---- */
#pricing .price-grid{ grid-template-columns:repeat(auto-fit, minmax(165px,1fr)); gap:14px; }
.price-card .tier{ font:700 11px var(--font-head); letter-spacing:.08em; text-transform:uppercase; color:var(--turq); margin-bottom:6px; }

/* ---- final CTA ---- */
.final.rags-final{ text-align:center; }
.final-swatches{ display:flex; justify-content:center; gap:14px; margin:26px 0 6px; padding-bottom:22px; position:relative; }
.final-swatches .sw{ width:56px; height:56px; }
.final .btn-lg{ position:relative; }
.final .tiny{ color:rgba(231,244,246,.65); margin-top:14px; position:relative; }

/* ---- order sheet (dialog) ---- */
.sheet{ border:0; padding:0; width:min(100%, 640px); max-height:92vh; border-radius:var(--radius-lg) var(--radius-lg) 0 0; background:var(--white); box-shadow:var(--shadow-lg); overflow:hidden; }
@media (min-width:700px){ .sheet{ border-radius:var(--radius-lg); } }
.sheet::backdrop{ background:rgba(11,30,32,.7); backdrop-filter:blur(3px); }
.sheet-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:18px 22px; border-bottom:1px solid var(--line); position:sticky; top:0; background:var(--white); z-index:2; }
.sheet-head h3{ font-size:18px; }
.sheet-head .close{ width:42px; height:42px; flex:0 0 auto; border-radius:50%; border:2px solid var(--line); background:var(--paper); font-size:24px; line-height:1; cursor:pointer; color:var(--body); }
.sheet-head .close:hover{ background:var(--white); border-color:var(--body); }
.sheet-body{ padding:20px 22px 26px; overflow:auto; max-height:calc(92vh - 70px); }
@media (max-width:699px){
  .sheet-head{ padding:28px 20px 16px; }
  .sheet-body{ max-height:calc(92vh - 90px); }
}
.sheet .group{ margin-bottom:20px; }
.sheet h4{ font:700 12.5px var(--font-head); letter-spacing:.08em; text-transform:uppercase; color:var(--muted); margin-bottom:10px; }
.rag-colors{ display:flex; flex-wrap:wrap; gap:8px; }
.rag-chip{ position:relative; display:flex; align-items:center; gap:8px; padding:8px 13px 8px 9px; border-radius:999px; border:1.5px solid var(--line); background:var(--paper); cursor:pointer; font:600 13.5px var(--font-body); color:var(--body); transition:border-color .18s ease, box-shadow .18s ease; }
.rag-chip i{ width:18px; height:18px; border-radius:5px; background:var(--rag); box-shadow:inset 0 0 0 1px rgba(0,0,0,.1); }
.rag-chip.is-active{ border-color:var(--turq); background:var(--sky-soft); box-shadow:0 0 0 3px rgba(42,140,150,.15); }
.rag-chip input{ position:absolute; opacity:0; pointer-events:none; }
.rag-chip.disabled{ opacity:.45; cursor:not-allowed; }
.seg{ display:flex; flex-wrap:wrap; gap:8px; }
.seg .chip{ font-size:13.5px; text-align:left; }
.seg .chip small{ display:block; font-weight:500; font-size:11px; opacity:.8; }
.logo-line{ display:flex; align-items:center; gap:10px; padding:10px 12px; background:var(--sky-soft); border-radius:12px; font-size:13.5px; color:var(--teal-700); }
.logo-line .lp-ico{ width:30px; height:30px; border-radius:50%; background:var(--white); display:grid; place-items:center; overflow:hidden; }
.logo-line .lp-ico img,.logo-line .lp-ico svg{ width:80%; height:80%; object-fit:contain; }
.logo-line label{ margin-left:auto; font-weight:700; color:var(--turq); cursor:pointer; text-decoration:underline; }
.logo-line input{ display:none; }
.sheet .mockup-form{ margin:0; padding:0; background:none; border:0; box-shadow:none; }
.sheet .form-grid.three{ grid-template-columns:1fr; }
@media (min-width:560px){ .sheet .form-grid.three{ grid-template-columns:1.4fr .7fr .9fr; } }
.sheet textarea{ width:100%; min-height:80px; resize:vertical; padding:12px 14px; font:500 15px var(--font-body); color:var(--body); background:var(--paper); border:1.5px solid var(--line); border-radius:12px; }
.sheet textarea:focus{ outline:none; border-color:var(--turq); box-shadow:0 0 0 3px rgba(42,140,150,.15); background:var(--white); }
.sheet-total{ display:flex; align-items:baseline; justify-content:space-between; padding:14px 16px; background:var(--teal-900); color:var(--white); border-radius:12px; margin:4px 0 16px; }
.sheet-total strong{ font-family:var(--font-head); font-size:24px; color:var(--green); }
.sheet-total small{ display:block; font-size:12px; color:rgba(231,244,246,.65); }
.sheet .btn-full{ margin-top:14px; }
.sheet .pay-ship{ margin-top:14px; background:#635BFF; color:#fff; display:flex; flex-direction:column; align-items:center; gap:2px; text-decoration:none; }
.sheet .pay-ship:hover{ background:#4F48E6; color:#fff; }
.sheet .pay-ship small{ font-size:12px; font-weight:500; opacity:.85; }
.sheet .pay-ship[hidden]{ display:none; }
.sheet .ship-note{ margin-top:12px; padding:12px 14px; background:var(--sky-soft); border:1px solid var(--sky); border-radius:12px; font-size:13px; color:var(--teal-700); }

@media (prefers-reduced-motion:reduce){
  .rag .panel,.strip-rag,.strip-rag .half,.bizcard{ transition-duration:.01ms !important; }
}
.name-field{ display:grid; gap:6px; margin-top:14px; font:700 12.5px var(--font-head); letter-spacing:.08em; text-transform:uppercase; color:var(--sky); }
.name-field span{ font:600 12px var(--font-body); letter-spacing:0; text-transform:none; color:rgba(231,244,246,.6); }
.name-field input{ width:100%; max-width:360px; padding:12px 14px; font:600 15px var(--font-body); color:var(--white); background:rgba(255,255,255,.07); border:1.5px solid rgba(191,230,236,.3); border-radius:12px; }
.name-field input:focus{ outline:none; border-color:var(--sky); box-shadow:0 0 0 3px rgba(191,230,236,.18); }
@media (max-width:899px){ .name-field{ justify-items:center; text-align:center; } }

/* back-to-main-site button in the shop header (all screen sizes) */
.back-home{ display:inline-flex; align-items:center; gap:6px; padding:8px 12px 8px 8px; border-radius:999px; border:1px solid rgba(191,230,236,.3); background:rgba(255,255,255,.06); color:var(--sky); font:700 13px var(--font-body); white-space:nowrap; transition:background .2s ease, color .2s ease; }
.back-home:hover{ background:rgba(191,230,236,.18); color:var(--white); }
.back-home svg{ width:16px; height:16px; }
.back-home b{ color:var(--white); }
@media (max-width:640px){ .back-home span{ display:none; } .back-home{ padding:8px; } .back-home svg{ width:18px; height:18px; } }
@media (max-width:640px){ .shop-header .btn{ white-space:nowrap; padding:10px 14px; font-size:13px; } .brand-name{ font-size:15px; } .header-row{ gap:10px; } }

/* product photo that must never be cropped (portrait bottle render on its own dark bg) */
.product-banner.contain .product-media{ background:#05151a; min-height:320px; }
.product-banner.contain .product-media img{ object-fit:contain; padding:18px; }
.product-banner.contain .product-media::after{ display:none; }
@media (max-width:879px){ .product-banner.contain .product-media{ aspect-ratio:4/3; } }
.xsell img.contain{ object-fit:contain; background:#05151a; }

/* return-to-home button above the shop footer */
.return-home{ display:flex; justify-content:center; padding:0 var(--pad) 40px; }
.return-home .btn{ display:inline-flex; align-items:center; gap:9px; }

/* fold button + reveal live under the illustration */
.studio-visual{ display:grid; gap:18px; justify-items:center; }
.studio-visual .studio-actions{ justify-content:center; margin-top:0; }
.studio-visual .fold-reveal{ text-align:center; }
.studio-visual .fold-reveal p{ margin-inline:auto; }
.mobile-cta{ display:none !important; }
@media (max-width:760px){ body{ padding-bottom:0; } }
