/* =========================================================
   TROCADORFLUID.SHOP — liquid / wave design system
   Deep ocean navy + teal gradients, flowing wave dividers,
   blob backdrops, droplet-shaped buttons. No hard borders,
   no glass blur, no italic/condensed type, no brutalist shadows.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Nunito+Sans:wght@400;500;600;700&display=swap');

:root{
  --navy:#082032;
  --navy-deep:#051520;
  --teal:#0FBFB0;
  --teal-dark:#0A8F84;
  --aqua:#8FE9DD;
  --foam:#EAF9F7;
  --white:#FFFFFF;
  --ink:#0B2436;
  --ink-soft:#4d6675;
  --coral:#FF8A65;
  --radius-drop:32px 32px 32px 6px;
  --radius-lg:30px;
  --radius-md:20px;
  --shadow: 0 26px 50px -22px rgba(8,32,50,.28);
  --shadow-sm: 0 12px 26px -14px rgba(8,32,50,.22);
  --display:'Outfit', system-ui, sans-serif;
  --body:'Nunito Sans', system-ui, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--foam); color:var(--ink);
  font-family:var(--body); line-height:1.65; -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4{ font-family:var(--display); color:var(--navy); line-height:1.18; margin:0; font-weight:700; }
p{ margin:0; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
input,select,textarea{ font-family:inherit; }

.wrap{ max-width:1200px; margin:0 auto; padding:0 24px; position:relative; z-index:2; }
.wrap-narrow{ max-width:800px; margin:0 auto; padding:0 24px; position:relative; z-index:2; }
section{ padding:96px 0; position:relative; }

.drop-tag{
  display:inline-flex; align-items:center; gap:8px; background:var(--white); color:var(--teal-dark);
  padding:8px 18px; border-radius:999px 999px 999px 4px; font-weight:700; font-size:12.5px;
  text-transform:uppercase; letter-spacing:.05em; box-shadow:var(--shadow-sm);
}
.drop-tag::before{ content:'●'; font-size:8px; color:var(--teal); }
.sec-title{ font-size:clamp(1.9rem,3.6vw,2.7rem); margin-top:16px; max-width:680px; }
.sec-sub{ margin-top:16px; color:var(--ink-soft); max-width:560px; font-size:16px; }

/* ---------- buttons (droplet) ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 30px; border:none; border-radius:var(--radius-drop); font-weight:700; font-size:14.5px;
  background:var(--white); color:var(--navy); box-shadow:var(--shadow-sm); transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{ transform:translateY(-2px); box-shadow:var(--shadow); }
.btn-teal{ background:linear-gradient(135deg,var(--teal),var(--teal-dark)); color:#fff; }
.btn-coral{ background:var(--coral); color:#fff; }
.btn-outline{ background:transparent; border:1.5px solid var(--navy); box-shadow:none; }
.btn-block{ width:100%; }

/* ---------- wave divider ---------- */
.wave{ display:block; width:100%; height:70px; margin-top:-1px; }
.wave path{ fill:var(--foam); }
.wave.to-navy path{ fill:var(--navy); }
.wave.to-white path{ fill:var(--white); }

/* ---------- header ---------- */
header.site-head{ background:var(--foam); border-bottom:1px solid rgba(8,32,50,.08); position:sticky; top:0; z-index:50; }
.head-row{ display:flex; align-items:center; justify-content:space-between; height:84px; }
.brand{ display:flex; align-items:center; gap:10px; font-family:var(--display); font-size:19px; font-weight:800; color:var(--navy); }
.brand-mark{ width:38px; height:38px; border-radius:999px 999px 999px 4px; background:linear-gradient(135deg,var(--teal),var(--navy)); display:flex; align-items:center; justify-content:center; }
.brand-mark svg{ width:18px; height:18px; color:#fff; }

nav.main-nav{ display:none; align-items:center; gap:30px; font-weight:700; font-size:13.5px; }
nav.main-nav a{ color:var(--ink-soft); }
nav.main-nav a:hover{ color:var(--teal-dark); }
@media(min-width:940px){ nav.main-nav{ display:flex; } }

.head-actions{ display:flex; align-items:center; gap:10px; }
.cart-btn{
  display:flex; align-items:center; gap:8px; background:var(--navy); color:#fff;
  border-radius:999px 999px 999px 4px; padding:10px 20px; font-weight:700; font-size:13.5px;
}
.cart-btn svg{ width:17px; height:17px; }
.cart-count{ background:var(--coral); color:#fff; font-size:11px; font-weight:800; min-width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; }

.burger{ background:var(--white); border:none; border-radius:50%; width:42px; height:42px; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-sm); color:var(--navy); }
.burger svg{ width:18px; height:18px; }
@media(min-width:940px){ .burger{ display:none; } }
.mobile-nav{ display:none; flex-direction:column; padding:8px 0 20px; font-weight:700; font-size:14px; }
.mobile-nav.open{ display:flex; }
.mobile-nav a{ padding:12px 4px; border-bottom:1px solid rgba(8,32,50,.08); color:var(--ink-soft); }

/* ---------- hero (with blob backdrop) ---------- */
.hero{ padding:64px 0 60px; overflow:hidden; }
.hero::before{
  content:''; position:absolute; top:-160px; right:-160px; width:520px; height:520px; z-index:1;
  background:radial-gradient(circle, rgba(15,191,176,.28), transparent 70%);
  border-radius:42% 58% 63% 37% / 41% 44% 56% 59%;
}
.hero::after{
  content:''; position:absolute; bottom:-120px; left:-140px; width:380px; height:380px; z-index:1;
  background:radial-gradient(circle, rgba(8,32,50,.10), transparent 70%);
  border-radius:58% 42% 37% 63% / 55% 45% 55% 45%;
}
.hero-grid{ display:grid; gap:52px; }
@media(min-width:980px){ .hero-grid{ grid-template-columns:1.05fr .95fr; align-items:center; } }
.hero h1{ font-size:clamp(2.1rem,5vw,3.4rem); margin-top:20px; }
.hero h1 .hi{ color:var(--teal-dark); }
.hero p.lede{ margin-top:22px; font-size:17px; color:var(--ink-soft); max-width:480px; }
.hero-ctas{ display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }

.badge-row{ display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.spec-tag{ background:var(--white); border-radius:999px; padding:8px 16px; font-weight:700; font-size:12.5px; box-shadow:var(--shadow-sm); }

.hero-frame{
  position:relative; background:var(--white); border-radius:44% 56% 58% 42% / 46% 42% 58% 54%; padding:40px;
  box-shadow:var(--shadow);
}
.hero-frame img{ border-radius:36% 64% 62% 38% / 40% 38% 62% 60%; }
.sticker{
  position:absolute; background:linear-gradient(135deg,var(--coral),#ffab91); color:#fff; border-radius:50%; font-family:var(--display);
  display:flex; align-items:center; justify-content:center; text-align:center; box-shadow:var(--shadow);
  width:108px; height:108px; font-size:14px; line-height:1.15;
}
.sticker.top-right{ top:-18px; right:-14px; }
.sticker span{ display:block; font-size:23px; font-weight:800; }

/* ---------- stat strip ---------- */
.stat-strip{ background:var(--navy); position:relative; }
.stat-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; position:relative; z-index:2; }
@media(min-width:760px){ .stat-grid{ grid-template-columns:repeat(4,1fr); } }
.stat-cell{ text-align:center; color:#fff; }
.stat-cell b{ display:block; font-family:var(--display); font-size:clamp(1.5rem,2.8vw,2.1rem); color:var(--aqua); }
.stat-cell span{ font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.05em; color:#a9c2ce; }

/* ---------- spec droplet cards ---------- */
.spec-cards{ display:grid; gap:18px; margin-top:36px; grid-template-columns:1fr; }
@media(min-width:700px){ .spec-cards{ grid-template-columns:repeat(3,1fr); } }
.spec-card{ background:var(--white); border-radius:var(--radius-drop); padding:28px; box-shadow:var(--shadow-sm); }
.spec-card .sc-label{ font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:var(--ink-soft); }
.spec-card .sc-value{ font-family:var(--display); font-size:1.7rem; margin-top:10px; color:var(--navy); }
.spec-card .sc-note{ margin-top:8px; font-size:13px; color:var(--ink-soft); }

/* ---------- shop / buy section ---------- */
.shop-grid{ display:grid; gap:50px; }
@media(min-width:980px){ .shop-grid{ grid-template-columns:1fr 1fr; align-items:flex-start; } }

.gallery-box{ background:var(--white); border-radius:var(--radius-lg); aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; padding:30px; box-shadow:var(--shadow); }
.thumb-strip{ display:flex; gap:10px; margin-top:14px; }
.thumb-strip button{ width:64px; height:64px; background:var(--white); border:none; border-radius:16px; padding:6px; box-shadow:var(--shadow-sm); }
.thumb-strip button.active{ box-shadow:0 0 0 2px var(--teal); }
.thumb-strip img{ width:100%; height:100%; object-fit:contain; }

.ticket{ background:var(--white); border-radius:var(--radius-lg); padding:36px; box-shadow:var(--shadow); }
.rating-row{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:14px; }
.rating-row b{ background:linear-gradient(135deg,var(--teal),var(--navy)); color:#fff; padding:3px 10px; border-radius:999px; }
.ticket h2{ font-size:1.9rem; margin-top:16px; }
.ticket .model-line{ margin-top:8px; color:var(--ink-soft); font-size:14.5px; }

.price-row{ display:flex; align-items:baseline; gap:12px; margin-top:26px; padding-top:26px; border-top:1px dashed rgba(8,32,50,.15); flex-wrap:wrap; }
.price-now{ font-family:var(--display); font-size:2.2rem; color:var(--teal-dark); }
.price-was{ color:var(--ink-soft); text-decoration:line-through; font-size:17px; font-weight:700; }
.save-pill{ background:var(--coral); color:#fff; border-radius:999px; padding:5px 12px; font-weight:800; font-size:12.5px; }

.field-label{ font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; margin:26px 0 10px; color:var(--ink-soft); }
.opt-row{ display:flex; flex-wrap:wrap; gap:10px; }
.opt-btn{ padding:10px 18px; background:var(--foam); border:none; border-radius:999px; font-weight:700; font-size:13px; color:var(--navy); }
.opt-btn.active{ background:linear-gradient(135deg,var(--teal),var(--navy)); color:#fff; }

.qty-row{ display:inline-flex; align-items:center; background:var(--foam); border-radius:999px; overflow:hidden; }
.qty-row button{ background:none; border:none; width:44px; height:44px; font-weight:800; font-size:18px; color:var(--navy); }
.qty-row input{ width:46px; text-align:center; border:none; background:none; color:var(--navy); font-weight:800; }

.ticket-ctas{ display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.trust-note{ display:flex; align-items:center; gap:8px; margin-top:22px; font-size:12.5px; color:var(--ink-soft); }
.trust-note svg{ width:16px; height:16px; color:var(--teal-dark); }

/* ---------- feature alternating wave rows ---------- */
.feature-rows{ margin-top:40px; display:flex; flex-direction:column; gap:0; }
.feature-row{ display:grid; gap:24px; padding:36px 0; grid-template-columns:1fr; align-items:center; border-bottom:1px solid rgba(8,32,50,.08); }
@media(min-width:760px){ .feature-row{ grid-template-columns:90px 1fr; } }
.feature-row:last-child{ border-bottom:none; }
.feature-num{ width:64px; height:64px; border-radius:999px 999px 999px 4px; background:var(--foam); display:flex; align-items:center; justify-content:center; font-family:var(--display); font-weight:800; font-size:1.3rem; color:var(--teal-dark); }
.feature-row h3{ font-size:1.2rem; }
.feature-row p{ margin-top:8px; font-size:14.5px; color:var(--ink-soft); max-width:640px; }

/* ---------- reviews (droplet bubbles) ---------- */
.review-grid{ display:grid; gap:22px; margin-top:40px; }
@media(min-width:860px){ .review-grid{ grid-template-columns:repeat(3,1fr); } }
.bubble{ background:var(--white); border-radius:var(--radius-drop); padding:26px; box-shadow:var(--shadow-sm); }
.bubble .stars{ font-weight:800; color:var(--coral); font-size:14px; }
.bubble blockquote{ margin-top:12px; font-size:14.5px; color:var(--ink); }
.bubble-who{ margin-top:22px; display:flex; align-items:center; gap:10px; }
.bubble-avatar{ width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:12.5px; color:#fff; background:linear-gradient(135deg,var(--teal),var(--navy)); }
.bubble-name{ font-weight:800; font-size:13.5px; }
.bubble-role{ font-size:11.5px; color:var(--ink-soft); font-weight:600; }

/* ---------- guarantee (wave ring badge) ---------- */
.stamp-wrap{ display:flex; justify-content:center; padding:20px 0 90px; }
.stamp{
  width:220px; height:220px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  text-align:center; background:linear-gradient(135deg,var(--teal),var(--navy)); box-shadow:var(--shadow);
}
.stamp-inner{ padding:14px; color:#fff; }
.stamp-inner .s1{ font-family:var(--display); font-size:1.2rem; line-height:1.2; }
.stamp-inner .s2{ margin-top:8px; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; opacity:.85; }

/* ---------- FAQ accordion ---------- */
.faq-list{ margin-top:32px; display:flex; flex-direction:column; gap:12px; }
.faq-item{ background:var(--white); border-radius:var(--radius-md); overflow:hidden; box-shadow:var(--shadow-sm); }
.faq-q{ width:100%; background:none; border:none; text-align:left; padding:22px 24px; display:flex; align-items:center; justify-content:space-between; gap:16px; font-weight:700; font-size:15px; color:var(--navy); }
.faq-q .plus{ width:28px; height:28px; border-radius:50%; background:var(--foam); flex-shrink:0; position:relative; }
.faq-q .plus::before,.faq-q .plus::after{ content:''; position:absolute; top:50%; left:50%; background:var(--teal-dark); transform:translate(-50%,-50%); }
.faq-q .plus::before{ width:12px; height:2px; }
.faq-q .plus::after{ width:2px; height:12px; transition:opacity .15s; }
.faq-item.open .faq-q .plus{ background:linear-gradient(135deg,var(--teal),var(--navy)); }
.faq-item.open .faq-q .plus::before,.faq-item.open .faq-q .plus::after{ background:#fff; }
.faq-item.open .faq-q .plus::after{ opacity:0; }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-a-inner{ padding:0 24px 22px; font-size:14.5px; color:var(--ink-soft); max-width:680px; }
.faq-item.open .faq-a{ max-height:260px; }

/* ---------- footer ---------- */
footer.site-foot{ background:var(--navy); color:#fff; padding:64px 0 0; position:relative; }
.foot-grid{ display:grid; gap:40px; grid-template-columns:1fr; }
@media(min-width:760px){ .foot-grid{ grid-template-columns:1.5fr 1fr 1fr; } }
.foot-brand p{ margin-top:14px; color:#a9c2ce; font-size:14px; max-width:340px; }
.foot-col h4{ font-family:var(--display); font-size:13px; letter-spacing:.02em; margin-bottom:16px; color:var(--aqua); }
.foot-col li{ margin-bottom:10px; }
.foot-col a{ color:#c2d6de; font-size:14px; font-weight:600; }
.foot-col a:hover{ color:var(--aqua); }
.foot-bottom{ margin-top:50px; border-top:1px solid rgba(255,255,255,.1); padding:22px 0; display:flex; flex-wrap:wrap; gap:14px; align-items:center; justify-content:space-between; font-size:12px; font-weight:600; color:#8fa6b3; }
.pay-icons{ display:flex; gap:8px; }
.pay-card{ width:42px; height:28px; background:#fff; border-radius:8px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.pay-card svg{ width:100%; height:100%; }

/* ---------- cart drawer (right side) ---------- */
.overlay{ position:fixed; inset:0; background:rgba(5,21,32,.5); opacity:0; pointer-events:none; transition:opacity .2s ease; z-index:70; }
.overlay.show{ opacity:1; pointer-events:auto; }
.drawer{
  position:fixed; top:0; right:0; height:100%; width:min(420px,100%); background:var(--foam);
  z-index:80; transform:translateX(100%); transition:transform .28s ease;
  display:flex; flex-direction:column; box-shadow:-20px 0 60px -20px rgba(5,21,32,.35);
}
.drawer.open{ transform:translateX(0); }
.drawer-head{ display:flex; align-items:center; justify-content:space-between; padding:24px 26px; border-bottom:1px solid rgba(8,32,50,.08); }
.drawer-head h3{ font-size:17px; }
.icon-btn{ background:var(--white); border:none; border-radius:50%; width:36px; height:36px; display:flex; align-items:center; justify-content:center; color:var(--navy); box-shadow:var(--shadow-sm); }
.drawer-body{ flex:1; overflow-y:auto; padding:26px; }
.drawer-item{ display:flex; gap:14px; align-items:center; }
.drawer-thumb{ width:74px; height:74px; background:var(--white); border-radius:18px; display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow:var(--shadow-sm); }
.drawer-item-info b{ display:block; font-size:14px; }
.drawer-item-info span{ font-size:12.5px; color:var(--ink-soft); font-weight:600; }
.drawer-foot{ border-top:1px solid rgba(8,32,50,.08); padding:26px; }
.drawer-subtotal{ display:flex; justify-content:space-between; font-weight:800; font-size:16px; margin-bottom:16px; }
.empty-cart{ text-align:center; padding:40px 10px; color:var(--ink-soft); font-weight:600; }
.empty-cart svg{ width:40px; height:40px; margin:0 auto 14px; color:var(--ink-soft); }

.checkout-view{ display:none; }
.checkout-view.active{ display:block; }
.cart-view.hidden{ display:none; }
.back-to-cart{ background:none; border:none; color:var(--ink-soft); font-weight:700; margin-bottom:16px; font-size:13.5px; }
.form-block{ margin-bottom:20px; }
.form-block h4{ font-size:11.5px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; margin-bottom:10px; color:var(--ink-soft); }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.form-grid .full{ grid-column:1/-1; }
input[type=text],input[type=email],input[type=tel]{
  width:100%; padding:12px 14px; border:1px solid rgba(8,32,50,.15); background:var(--white); color:var(--navy); border-radius:14px; font-size:13.5px; outline:none;
}
input:focus{ box-shadow:0 0 0 2px var(--teal); }
.success-msg{ display:none; text-align:center; font-weight:800; background:linear-gradient(135deg,var(--teal),var(--navy)); color:#fff; border-radius:16px; padding:14px; font-size:13px; text-transform:uppercase; }
.success-msg.show{ display:block; }
.secure-note{ margin-top:14px; font-size:12px; color:var(--ink-soft); text-align:center; }

/* ---------- legal pages ---------- */
.legal-hero{ padding:56px 0 32px; }
.legal-hero h1{ font-size:clamp(1.9rem,3.6vw,2.6rem); margin-top:14px; }
.legal-hero p{ margin-top:12px; color:var(--ink-soft); max-width:560px; }

.legal-body{ padding:20px 0 100px; }
.legal-layout{ display:grid; gap:40px; }
@media(min-width:900px){ .legal-layout{ grid-template-columns:230px 1fr; align-items:flex-start; } }
.legal-toc{ position:sticky; top:110px; background:var(--white); border-radius:var(--radius-lg); padding:22px; display:none; box-shadow:var(--shadow-sm); }
@media(min-width:900px){ .legal-toc{ display:block; } }
.legal-toc h4{ font-family:var(--display); font-size:11.5px; margin-bottom:14px; color:var(--navy); }
.legal-toc li{ margin-bottom:10px; }
.legal-toc a{ font-size:13px; font-weight:700; color:var(--ink-soft); }
.legal-toc a:hover{ color:var(--teal-dark); }

.legal-content{ background:var(--white); border-radius:var(--radius-lg); padding:36px; box-shadow:var(--shadow-sm); }
.legal-content section{ margin-bottom:30px; scroll-margin-top:110px; }
.legal-content section:last-child{ margin-bottom:0; }
.legal-content h2{ font-size:17px; margin-bottom:12px; }
.legal-content p{ margin-bottom:10px; font-size:14.5px; color:var(--ink-soft); }
.legal-content ul{ margin:10px 0; padding-left:20px; list-style:disc; font-size:14.5px; color:var(--ink-soft); }
.legal-content li{ margin-bottom:6px; }
.legal-content table{ width:100%; border-collapse:collapse; margin-top:14px; font-size:13.5px; }
.legal-content th,.legal-content td{ text-align:left; padding:11px 13px; border:1px solid rgba(8,32,50,.1); }
.legal-content th{ background:var(--foam); color:var(--teal-dark); font-size:11px; text-transform:uppercase; }
.legal-content .updated{ font-weight:800; font-size:12px; margin-bottom:22px; display:inline-block; border-radius:999px; padding:6px 16px; background:var(--foam); color:var(--teal-dark); }
.back-link{ display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:13px; color:var(--ink-soft); }
.back-link svg{ width:15px; height:15px; }
