/* ============ DESIGN SYSTEM — ThymoCura™ "Apothecary Luxe" v10.0 ============ */
:root{
  /* Brand — E) contrast boost */
  --brand-deep:#163428;--brand-mid:#2D5E4A;--brand-light:#4A8B6F;
  --brand-surface:#E8F0EB;--brand-surface-2:#F0F5F2;
  /* Warm Neutrals */
  --cream:#FAF8F5;--cream-dark:#F2EDE6;--warm-gray:#8A8578;
  --text-primary:#15130f;--text-secondary:#4f4b43;
  /* Gold Accent — AA on cream */
  --gold:#A68B3C;--gold-light:#E8D48B;--gold-surface:#FBF5E6;
  /* Semantic */
  --success:#1A6B3C;--danger:#B91C1C;
  /* Borders */
  --border-light:#E5E0D8;--border-mid:#D0C9BD;
  /* Typography — A) +2 type scale */
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  --fs-base:19px;--fs-sm:15px;--fs-xs:14px;
  --fs-h1:clamp(4.2rem,6.5vw,5.1rem);
  --fs-h2:clamp(2.3rem,3.6vw,2.9rem);
  /* Shadows — premium, no heavy borders */
  --shadow-sm:0 2px 8px rgba(26,24,20,.04);
  --shadow:0 10px 30px rgba(0,0,0,.06);
  --shadow-lg:0 16px 48px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.03);
  --shadow-xl:0 24px 64px rgba(0,0,0,.1),0 8px 24px rgba(0,0,0,.05);
  /* Layout */
  --radius:4px;--radius-lg:16px;--radius-xl:20px;
  --ease:cubic-bezier(.4,0,.2,1);
  --container:1140px
}

/* ============ RESET & BASE ============ */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:var(--sans);color:var(--text-primary);background:var(--cream);font-size:var(--fs-base);line-height:1.6}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
section{padding:80px 0}
h1,h2,h3{font-family:var(--serif);color:var(--text-primary);margin-top:0;letter-spacing:-.02em}
h1{font-size:var(--fs-h1);line-height:1.02;font-weight:600}
h2{font-size:var(--fs-h2);text-align:center;margin-bottom:14px;font-weight:600}
h3{font-weight:600}
p{font-size:1.05rem;line-height:1.65;color:var(--text-secondary)}
.section-subtitle{text-align:center;max-width:540px;margin:0 auto 48px;font-size:1.05rem;color:var(--text-secondary);line-height:1.65}

/* ============ BUTTON SYSTEM — v6 ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:var(--sans);font-weight:600;font-size:.875rem;padding:14px 32px;border-radius:var(--radius);transition:all .25s var(--ease);cursor:pointer;border:2px solid transparent;letter-spacing:.06em;text-transform:uppercase;gap:8px}
.btn-primary{background:#163428;color:#fff;border-color:#163428}
.btn-primary:hover{background:#0F261B;border-color:#0F261B;transform:translateY(-2px);box-shadow:0 8px 28px rgba(22,52,40,.3)}
.btn-secondary{background:transparent;color:#163428;border:2px solid #163428}
.btn-secondary:hover{background:#163428;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(22,52,40,.2)}
.btn-sm{padding:10px 22px;font-size:.8125rem}
.btn-full{width:100%;text-align:center;justify-content:center}
/* Legacy compat — old btn classes map to new system */
.btn-p{background:var(--brand-deep);color:#fff;border-color:var(--brand-deep)}
.btn-p:hover{background:#142E23;border-color:#142E23;transform:translateY(-2px);box-shadow:0 8px 28px rgba(27,58,45,.25)}
.btn-s{background:transparent;color:var(--brand-deep);border-color:var(--brand-deep)}
.btn-s:hover{background:var(--brand-deep);color:#fff;transform:translateY(-1px)}

/* ============ TOP BAR ============ */
.top-bar{background:var(--brand-deep);color:rgba(255,255,255,.9);font-size:13px;padding:7px 0;letter-spacing:.2px}
.top-bar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.top-bar a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s}.top-bar a:hover{color:#fff}
.top-bar-left{display:flex;align-items:center;gap:20px}
.top-bar-right{display:flex;align-items:center;gap:20px}
.top-bar-item{display:flex;align-items:center;gap:6px}
.top-bar-item svg{flex-shrink:0;opacity:.7}

/* ============ MAIN HEADER ============ */
.header{position:sticky;top:0;z-index:1000;background:rgba(250,248,245,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);padding:0;transition:box-shadow .3s}
.header.scrolled{box-shadow:var(--shadow)}
.navbar{display:flex;justify-content:space-between;align-items:center;height:68px}
.logo-group{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-mark{width:40px;height:40px;background:var(--brand-deep);border-radius:8px;display:grid;place-items:center;transition:transform .3s}
.logo-group:hover .logo-mark{transform:rotate(-3deg) scale(1.04)}
.logo-mark svg{width:22px;height:22px;color:#fff}
.logo-text{display:flex;flex-direction:column}
.logo-brand{font-family:var(--serif);font-size:22px;font-weight:600;color:var(--brand-deep);line-height:1.1}
.logo-tagline{font-size:10px;color:var(--warm-gray);letter-spacing:1.8px;text-transform:uppercase;font-weight:500}
.nav-links{display:flex;align-items:center;gap:0}
.nav-links>a,.nav-dropdown>a{text-decoration:none;color:var(--text-primary);margin-left:28px;font-weight:500;font-size:14px;position:relative;padding:4px 0;transition:color .2s;letter-spacing:.01em}
.nav-links>a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--brand-deep);transition:width .3s}
.nav-links>a:hover::after,.nav-links>a.active::after{width:100%}
.nav-links>a:hover{color:var(--brand-deep)}.nav-links>a.active{color:var(--brand-deep)}
/* Nav buttons */
.nav-links .btn-secondary{margin-left:16px}.nav-links .btn-secondary::after{display:none}
.nav-links .btn-primary{margin-left:10px}.nav-links .btn-primary::after{display:none}

/* ============ DROPDOWN ============ */
.nav-dropdown{position:relative;margin-left:28px}
.nav-dropdown>a{display:flex;align-items:center;gap:4px;cursor:pointer}
.nav-dropdown>a svg{width:12px;height:12px;transition:transform .2s}
.nav-dropdown:hover>a svg{transform:rotate(180deg)}
.nav-dropdown:hover>a{color:var(--brand-deep)}
.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:8px 0;min-width:260px;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .2s;z-index:100}
.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu a{display:block;padding:10px 20px;font-size:14px;color:var(--text-primary);text-decoration:none;font-weight:500;transition:all .15s;margin:0}
.dropdown-menu a:hover{background:var(--cream);color:var(--brand-deep)}
.dropdown-menu a::after{display:none}
.dropdown-divider{height:1px;background:var(--border-light);margin:6px 16px}
.dropdown-header{padding:6px 20px 4px;font-size:10px;text-transform:uppercase;letter-spacing:1.6px;color:var(--warm-gray);font-weight:600}

/* ============ TRUST BAR — v6 dark green strip ============ */
.trust-bar{background:var(--brand-deep);padding:14px 0;overflow:hidden}
.trust-bar-inner{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;font-size:var(--fs-xs);color:rgba(255,255,255,.8);font-weight:500;white-space:nowrap;letter-spacing:.02em}
.trust-item svg{color:var(--gold);flex-shrink:0;opacity:.9}
.trust-item strong{color:#fff;font-weight:600}

/* ============ MOBILE MENU ============ */
.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s}
.mobile-toggle:hover{background:var(--cream-dark)}
.mobile-toggle svg{width:24px;height:24px;color:var(--text-primary)}
.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(250,248,245,.99);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:2000;padding:24px;flex-direction:column;overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.mobile-menu-close{background:none;border:none;cursor:pointer;padding:8px}
.mobile-menu-close svg{width:28px;height:28px;color:var(--text-primary)}
.mobile-menu-links{display:flex;flex-direction:column;gap:0}
.mobile-menu-links>a{text-decoration:none;color:var(--text-primary);font-size:18px;font-weight:500;padding:16px 0;border-bottom:1px solid var(--border-light);transition:color .2s}
.mobile-menu-links>a:hover,.mobile-menu-links>a.active{color:var(--brand-deep)}
.mobile-submenu{padding:0 0 8px}
.mobile-submenu-title{font-size:10px;text-transform:uppercase;letter-spacing:1.4px;color:var(--warm-gray);font-weight:600;padding:12px 0 8px;border-bottom:1px solid var(--border-light)}
.mobile-submenu a{display:block;text-decoration:none;color:var(--text-primary);font-size:15px;font-weight:400;padding:10px 0 10px 12px;border-bottom:1px solid rgba(229,224,216,.5)}
.mobile-submenu a:hover{color:var(--brand-deep)}
.mobile-menu-contact{margin-top:auto;padding-top:24px;border-top:1px solid var(--border-light)}
.mobile-menu-contact p{font-size:14px;margin-bottom:8px}
.mobile-menu-contact a{color:var(--brand-deep);text-decoration:none;font-weight:600}

/* ============ HERO — v11 Polished ============ */
.hero{padding:56px 0;background:linear-gradient(180deg,#FAF8F5 0%,#F2EDE6 100%)}
.section-grad{background:linear-gradient(180deg,#FAF8F5 0%,#F2EDE6 100%)}
.hero .container{max-width:1180px}
.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:48px}

/* ── Left: Content ── */
.hero-content{display:flex;flex-direction:column;gap:18px}
.hero-eyebrow{font-family:var(--sans);font-size:var(--fs-xs);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin:0}
.hero-eyebrow strong{font-weight:700;color:var(--text-primary)}
.hero-content h1{margin:0;color:var(--text-primary);font-size:clamp(3.6rem,5.5vw,4.4rem);line-height:1.05}
.hero-chips{display:flex;align-items:center;gap:10px;margin:0;flex-wrap:wrap}
.hero-chip{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--brand-deep);letter-spacing:.04em;text-transform:uppercase;background:rgba(27,58,45,.06);padding:10px 14px;border-radius:10px;border:none}
.hero-chip svg{width:14px;height:14px;opacity:.7}
.hero-desc{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;max-width:560px;margin:0}
.hero-price{margin:0;font-family:var(--sans);font-size:1.1rem;font-weight:500;color:var(--text-secondary);letter-spacing:-.01em}
.hero-price strong{font-size:1.35rem;font-weight:900;color:var(--text-primary)}
.hero-price span{font-size:.9rem;font-weight:500;color:var(--warm-gray);margin-left:4px}
.hero-buttons{margin:0;display:flex;gap:14px;align-items:center}
.hero .btn-primary,.hero .btn-outline{min-height:58px;height:auto;min-width:220px;font-size:.98rem;font-weight:800;letter-spacing:.06em;text-align:center;line-height:1.3;white-space:normal;padding-top:12px;padding-bottom:12px}
.btn-outline{background:transparent;color:#163428;border:2px solid #163428}
.btn-outline:hover{background:#163428;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(22,52,40,.2)}
.hero-trust-row{margin:0;display:flex;gap:22px;flex-wrap:wrap}
.hero-trust-badge{display:flex;align-items:center;gap:6px;font-size:var(--fs-xs);font-weight:500;color:var(--text-secondary);letter-spacing:.01em}
.hero-trust-badge svg{width:16px;height:16px;color:var(--brand-mid);flex-shrink:0;opacity:.8}

/* ── Right: Layered Art Composition ── */
.hero-art{position:relative;width:100%;display:flex;justify-content:flex-end}
.hero-art-inner{position:relative;width:min(720px,100%);aspect-ratio:16/14}
.hero-bottles{position:absolute;inset:0;margin:auto;width:92%;height:auto;z-index:3;filter:drop-shadow(0 26px 50px rgba(0,0,0,.14))}
.hero-seeds{position:absolute;inset:0;margin:auto;width:88%;height:auto;z-index:2;opacity:.95;transform:translateY(8px)}
.hero-flower{position:absolute;right:6%;bottom:8%;width:32%;height:auto;z-index:4;filter:drop-shadow(0 12px 26px rgba(0,0,0,.18))}

/* ── Right: Single Product Image (contact/about/quote/home) ── */
.hero-image{display:flex;align-items:center;justify-content:center;background:transparent;padding:0;overflow:visible}
.hero-image img{width:105%;max-width:525px;height:auto;object-fit:contain;object-position:center;mix-blend-mode:multiply;filter:drop-shadow(0 24px 48px rgba(0,0,0,.12));transform:scale(1);transition:transform .5s var(--ease)}
.hero-image:hover img{transform:scale(1.02)}
.hero-grid:has(.hero-image){grid-template-columns:1fr 1.3fr}

/* ============ PRODUCT CARDS — v9 Premium Luxe ============ */
.shop-section{padding:80px 0 72px;background:var(--cream)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
/* Gold-framed premium cards — gradient border via background trick */
.product-card{position:relative;border-radius:var(--radius-lg);padding:1.5px;background:linear-gradient(160deg,#E6C87A 0%,#C9A24D 25%,#D4AF37 50%,#C9A24D 75%,#E6C87A 100%);box-shadow:0 8px 32px rgba(0,0,0,.06),0 2px 8px rgba(0,0,0,.03);transition:all .4s var(--ease);display:flex;flex-direction:column;overflow:hidden}
.product-card>*{background:#fff}
.product-card>.product-card-image,.product-card>.product-card-img{border-radius:calc(var(--radius-lg) - 1.5px) calc(var(--radius-lg) - 1.5px) 0 0}
.product-card>.product-card-body{border-radius:0 0 calc(var(--radius-lg) - 1.5px) calc(var(--radius-lg) - 1.5px)}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.04),0 0 0 1px rgba(201,162,77,.12)}
/* Image area — 420px, white bg to mask gold border */
.product-card-image{width:100%;height:420px;background:#fff;display:flex;align-items:center;justify-content:center;padding:22px;position:relative;overflow:hidden}
.product-card-img{width:100%;height:420px;background:#fff;display:flex;align-items:center;justify-content:center;padding:22px;position:relative;overflow:hidden}
.product-card-image img,.product-card-img img{width:100%;max-height:420px;object-fit:contain;transition:transform .4s var(--ease)}
.product-card:hover .product-card-image img,.product-card:hover .product-card-img img{transform:scale(1.04)}
/* Badge — frosted glass with gold accent */
.product-badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#A68B3C;font-size:var(--fs-xs);font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:7px 16px;border-radius:4px;border:1px solid rgba(201,162,77,.2)}
/* Card body — generous luxury spacing */
.product-card-body{padding:30px 30px 34px;display:flex;flex-direction:column;flex:1;text-align:center;gap:14px}
/* Title — readable premium */
.product-card-body h3{font-family:var(--serif);font-size:1.2rem;color:var(--text-primary);margin:0;line-height:1.35;font-weight:700}
.product-card-size{font-size:var(--fs-sm);color:var(--text-secondary);margin:0}
/* Price — dominant */
.product-price{display:block;font-size:2.05rem;font-weight:900;color:var(--text-primary);font-family:var(--sans);letter-spacing:-.03em;line-height:1;margin-top:6px}
.product-unit-price{font-size:.85rem;color:var(--text-secondary);font-weight:500;margin:0}
.product-stock{display:flex;align-items:center;justify-content:center;gap:4px;font-size:var(--fs-xs);font-weight:600;color:var(--success);margin:0;letter-spacing:.01em}
.product-stock svg{width:14px;height:14px;flex-shrink:0}
.product-card-actions{margin-top:auto;display:flex;flex-direction:column;gap:10px;align-items:center}
.btn-card{width:100%;text-align:center;padding:12px 16px;font-size:var(--fs-sm);border-radius:var(--radius)}
/* CTA — 58px height, premium weight */
.product-card-actions .btn-primary{height:58px;font-size:.98rem;font-weight:800;letter-spacing:.05em}
/* Detail link — visible underline */
.product-card-actions .btn-detail{font-size:.85rem;color:var(--text-secondary);text-decoration:underline;text-underline-offset:3px;font-weight:500;padding:4px 0;transition:all .2s;letter-spacing:.02em;min-height:44px;display:inline-flex;align-items:center}
.product-card-actions .btn-detail:hover{color:var(--brand-deep)}
.shop-footnote{text-align:center;margin-top:36px;font-size:var(--fs-sm);color:var(--warm-gray)}
.shop-footnote a{color:var(--brand-deep);font-weight:600;text-decoration:none}.shop-footnote a:hover{text-decoration:underline}
/* Collection intro — subtitle with inline flower */
.collection-subtitle{text-align:center;max-width:720px;margin:0 auto 48px;font-size:1.12rem;line-height:1.7;color:var(--text-secondary)}
.inline-flower{display:inline-block;height:22px;width:auto;margin:0 10px;transform:translateY(4px);opacity:.9;pointer-events:none}
/* Seed-scatter decorative strip above product grid */
.collection-decor{height:56px;margin:18px 0 10px;background:url('/assets/seed-scatter.png') center/contain no-repeat;opacity:.55;pointer-events:none}
/* Safety: prevent mini CTA pairs inside hero/product cards */
.hero .mini-cta,.hero .cta-mini,.product-card .mini-cta,.product-card .cta-mini{display:none!important}

/* ============ VALUE PROPS / BENEFITS ============ */
.section-cream{background:var(--cream-dark)}
.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}
.benefit-card{position:relative;border:none;border-radius:var(--radius-lg);padding:32px 24px 28px;background:#fff;box-shadow:var(--shadow);transition:all .3s var(--ease);overflow:hidden}
.benefit-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.benefit-icon{width:48px;height:48px;border-radius:50%;background:var(--brand-surface);display:inline-flex;align-items:center;justify-content:center;margin:0 auto 14px}
.benefit-icon svg{width:22px;height:22px;color:var(--brand-mid)}
/* Icon wrap — about / process cards */
.icon-wrap{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.feature-icon{width:28px;height:28px;color:var(--brand-mid);flex-shrink:0}
.benefit-card h3{font-family:var(--serif);font-size:1.05rem;margin:0 0 8px;color:var(--text-primary);font-weight:600}
.benefit-card p{font-size:var(--fs-sm);line-height:1.65;margin:0;color:var(--text-secondary)}
.benefit-card .benefit-link{display:inline-block;margin-top:10px;font-size:var(--fs-xs);color:var(--brand-deep);font-weight:600;text-decoration:none;letter-spacing:.02em;transition:all .2s}
.benefit-card .benefit-link:hover{text-decoration:underline;text-underline-offset:3px}

/* ============ FORMS ============ */
.form{display:grid;gap:18px;max-width:760px;margin:0 auto}
.form-card{border:none;background:#fff;border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}
.form label{font-weight:600;color:var(--text-primary);font-size:14px}
.form input,.form select,.form textarea{font:15px/1.5 var(--sans);padding:12px 14px;border:1px solid var(--border-light);border-radius:var(--radius);background:#fff;outline:none;transition:all .25s}
.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--brand-mid);box-shadow:0 0 0 3px rgba(45,94,74,.08)}
.help{color:var(--warm-gray);font-size:13px}.actions{display:flex;gap:12px;align-items:center}
.alert{padding:14px 18px;border-radius:var(--radius);margin-bottom:20px;font-size:14px}
.alert.success{background:#ECFDF5;color:#065F46;border:1px solid #A7F3D0}
.alert.error{background:#FEF2F2;color:#991B1B;border:1px solid #FECACA}

/* ============ MISC / PAGE TEMPLATES ============ */
.page-hero{padding:60px 0 40px;text-align:center;background:linear-gradient(180deg,var(--cream) 0%,var(--cream-dark) 100%)}
.page-hero h1{margin-bottom:16px}.page-hero p{max-width:640px;margin:0 auto;font-size:1.05rem}
.content-section{padding:60px 0}.content-section p{margin-bottom:18px;font-size:1.05rem}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.contact-info{padding:24px 0}.contact-info h3{margin-bottom:16px}.contact-info p{margin-bottom:12px}
.contact-info a{color:var(--brand-deep);text-decoration:none;font-weight:500}

/* ============ PROOF MODULE ============ */
.proof-module{padding:48px 0;background:var(--cream);border-bottom:1px solid var(--border-light)}
.proof-inner{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}
.proof-item{display:flex;align-items:center;gap:10px;text-align:left}
.proof-item-icon{width:44px;height:44px;border-radius:50%;background:var(--brand-surface);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.proof-item-icon svg{width:20px;height:20px;color:var(--brand-mid)}
.proof-item-text{display:flex;flex-direction:column}
.proof-item-value{font-family:var(--sans);font-size:1.1rem;font-weight:700;color:var(--text-primary);line-height:1.2}
.proof-item-label{font-size:var(--fs-xs);color:var(--warm-gray);font-weight:500;letter-spacing:.01em}
.proof-item-label a{color:var(--brand-deep);font-weight:600;text-decoration:none}
.proof-item-label a:hover{text-decoration:underline}

/* ============ BOTTOM CTA ============ */
.bottom-cta{padding:80px 0;text-align:center;background:var(--cream-dark)}
.bottom-cta h2{margin-bottom:10px;color:var(--text-primary)}
.bottom-cta p{max-width:480px;margin:0 auto 32px;font-size:1.02rem}
.bottom-cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ============ FOOTER ============ */
.footer{background:#F7F4EF;color:var(--text-primary);padding:0;border-top:3px solid var(--brand-deep)}
.footer a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer a:hover{color:var(--brand-deep)}
.footer-main{padding:72px 0 56px}
.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1.35fr 1.15fr 0.9fr;gap:26px;align-items:start}
.footer-brand .logo-brand{color:var(--brand-deep);font-size:26px;margin-bottom:14px;display:block;font-family:var(--serif);font-weight:600;letter-spacing:-.01em}
.footer-brand p{color:var(--text-secondary);font-size:14px;line-height:1.7;margin-bottom:20px;max-width:260px}
.footer-col h4{color:var(--brand-deep);font-size:10px;text-transform:uppercase;letter-spacing:2px;margin-bottom:18px;font-family:var(--sans);font-weight:700}
.footer-col ul{list-style:none}.footer-col li{margin-bottom:6px}.footer-col a{font-size:14px;color:var(--text-secondary);font-weight:400;line-height:1.4}.footer-col a:hover{color:var(--brand-deep)}
.footer-contact-item{display:flex;align-items:center;gap:9px;margin-bottom:10px;font-size:14px;color:var(--text-secondary)}
.footer-contact-item svg{flex-shrink:0;color:var(--brand-mid);opacity:.7}
.footer-badge{display:inline-flex;align-items:center;gap:7px;background:var(--brand-surface);border:1px solid rgba(45,94,74,.14);border-radius:6px;padding:7px 13px;font-size:12px;font-weight:600;letter-spacing:.03em;color:var(--brand-deep);margin-top:6px}
.footer-badge svg{color:var(--brand-mid);opacity:.8}
.footer-payments{display:flex;align-items:center;gap:12px;margin-top:16px;opacity:.35}
.footer-payments svg{height:24px;width:auto}
.back-to-top{font-size:12px;font-weight:600;color:var(--warm-gray);text-decoration:none;display:inline-flex;align-items:center;gap:5px;letter-spacing:.04em;text-transform:uppercase;transition:color .2s}
.back-to-top:hover{color:var(--brand-deep)}
.footer-fda{border-top:1px solid var(--border-light);padding:18px 0}
.footer-fda p{font-size:11.5px;color:var(--warm-gray);margin:0;line-height:1.55;text-align:center;max-width:860px;margin-left:auto;margin-right:auto}
.footer-bottom{border-top:1px solid var(--border-light);background:var(--cream-dark);padding:18px 0}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer-bottom p{font-size:13px;color:var(--warm-gray);margin:0}
.footer-bottom a{color:var(--warm-gray)}.footer-bottom a:hover{color:var(--brand-deep)}

/* ============ RESPONSIVE ============ */
@media(max-width:992px){
  .hero-grid,.contact-grid{grid-template-columns:1fr;text-align:center}
  .hero-grid{gap:32px}
  .hero-art{justify-content:center;grid-row:1}
  .hero-art-inner{width:min(520px,100%)}
  .hero-image{justify-content:center;grid-row:1}
  .hero-image img{width:100%;max-width:330px}
  .hero-grid:has(.hero-image){grid-template-columns:1fr}
  .hero-buttons{justify-content:center}
  .hero-chips{justify-content:center}
  .hero-trust-row{justify-content:center}
  .hero-desc{margin-left:auto;margin-right:auto}
  .hero-eyebrow{text-align:center}
  .hero-price{text-align:center}
  .hero .btn-primary,.hero .btn-outline{min-height:52px;height:auto;min-width:180px;font-size:.9rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .top-bar-left{display:none}
  .dropdown-menu{min-width:240px}
  .benefits-grid{grid-template-columns:repeat(2,1fr);max-width:none}
  .proof-inner{gap:24px}
  .product-grid{grid-template-columns:repeat(2,1fr);max-width:680px;margin-left:auto;margin-right:auto}
}
@media(max-width:768px){
  :root{--fs-base:17px;--fs-sm:14px;--fs-xs:14px;--fs-h1:clamp(2.6rem,7vw,3.2rem);--fs-h2:clamp(1.7rem,4vw,2rem)}
  section{padding:56px 0}
  .hero{padding:40px 0 36px}
  .hero-art-inner{width:min(360px,100%)}
  .hero-flower{width:28%;right:2%;bottom:4%}
  .hero-image img{width:100%;max-width:225px}
  .hero-grid{gap:16px}
  .hero-content{gap:14px}
  .hero-content h1{font-size:clamp(2.6rem,7vw,3.2rem)}
  .hero-chips{gap:6px}
  .hero-chip{font-size:14px;padding:8px 12px;border-radius:8px}
  .hero-eyebrow{font-size:14px}
  .hero-trust-badge{font-size:14px}
  .hero-buttons .btn{padding:12px 20px;font-size:14px;min-height:48px}
  .hero .btn-primary,.hero .btn-outline{min-height:48px;height:auto;min-width:0;flex:1 1 auto;max-width:100%;font-size:.875rem;line-height:1.3;white-space:normal;text-align:center}
  .hero-buttons{flex-wrap:wrap}
  .btn{min-height:44px}
  .benefits-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}
  .proof-inner{flex-direction:column;align-items:flex-start;gap:16px;max-width:340px;margin:0 auto}
  .hero-trust-row{gap:12px}
  .form-row{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}
  .nav-links{display:none}.mobile-toggle{display:block}
  .footer-grid{grid-template-columns:1fr}
  .trust-bar-inner{gap:16px;justify-content:flex-start;flex-wrap:nowrap;animation:trustScroll 20s linear infinite}
  .trust-item{font-size:14px}
  .top-bar{display:none}
  .footer-bottom-inner{flex-direction:column;text-align:center}
  .product-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}
  .product-card-image,.product-card-img{height:340px;padding:18px}
  .product-card-body{padding:26px 26px 30px;gap:12px}
  .product-card-actions .btn-primary{height:50px;font-size:.9rem}
  .product-price{font-size:1.75rem}
  .shop-section{padding:56px 0 48px}
  .bottom-cta{padding:56px 0}
  .section-subtitle{margin-bottom:32px}
}
@keyframes trustScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
/* ============================================================
   ThymoCura — Unified Premium Footer (light / cream)
   ============================================================ */
.tc-footer{--brand-deep:#163428;--brand-mid:#2D5E4A;--brand-light:#4A8B6F;--brand-surface:#E8F0EB;--brand-surface-2:#F0F5F2;--gold:#A68B3C;--gold-light:#E8D48B;--gold-surface:#FBF5E6;--cream:#FAF8F5;--cream-dark:#F2EDE6;--text-secondary:#4f4b43;--hairline:rgba(166,139,60,0.28);--maxw:1200px;background:var(--cream);border-top:3px solid var(--brand-deep);color:var(--text-secondary);font-family:var(--sans,"Helvetica Neue",Arial,sans-serif);font-size:15px;line-height:1.55}
.tc-footer *{box-sizing:border-box}
.tc-footer a{color:inherit;text-decoration:none}
.tc-trust{background:var(--brand-surface-2);border-bottom:1px solid var(--cream-dark)}
.tc-trust__row{max-width:var(--maxw);margin:0 auto;padding:16px 32px;list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 24px}
.tc-trust__item{display:flex;align-items:center;gap:11px}
.tc-trust__item svg{width:26px;height:26px;flex:none;fill:none;stroke:var(--brand-mid);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.tc-trust__txt{display:flex;flex-direction:column;line-height:1.25}
.tc-trust__txt strong{font-weight:600;color:var(--brand-deep);font-size:13.5px;letter-spacing:.1px}
.tc-trust__txt em{font-style:normal;font-size:12px;color:var(--text-secondary);opacity:.85}
.tc-trust__txt em b{color:var(--gold);font-weight:600}
.tc-trust__sep{width:1px;height:30px;background:var(--hairline)}
.tc-cta{background:var(--brand-deep)}
.tc-cta__inner{max-width:var(--maxw);margin:0 auto;padding:22px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px 32px;flex-wrap:wrap}
.tc-cta__text{display:flex;flex-direction:column;gap:5px}
.tc-cta__eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light)}
.tc-cta__head{font-family:var(--serif,Georgia,serif);font-size:21px;font-weight:600;color:#fff;line-height:1.25}
.tc-cta__actions{display:flex;gap:12px;flex-wrap:wrap}
.tc-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 22px;border-radius:8px;font-weight:600;font-size:14.5px;white-space:nowrap;transition:transform .15s ease,background .2s ease,color .2s ease,border-color .2s ease}
.tc-footer .tc-btn--solid{background:var(--gold-light);color:var(--brand-deep);border:1px solid var(--gold-light);font-weight:700}
.tc-footer .tc-btn--solid:hover{background:#fff;color:var(--brand-deep);border-color:#fff;transform:translateY(-1px)}
.tc-footer .tc-btn--ghost{background:transparent;color:#FAF8F5;border:1px solid rgba(232,212,139,.6)}
.tc-footer .tc-btn--ghost:hover{background:var(--gold-light);color:var(--brand-deep);border-color:var(--gold-light);transform:translateY(-1px)}
.tc-footer__main{max-width:var(--maxw);margin:0 auto;padding:52px 32px 44px}
.tc-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.1fr;gap:44px;align-items:start}
.tc-brand{padding-right:18px}
.tc-brand__mark{font-family:var(--serif,Georgia,serif);font-size:26px;font-weight:400;letter-spacing:.01em;color:var(--brand-deep);display:inline-block;margin-bottom:12px}
.tc-brand__mark b{font-weight:600}
.tc-brand__tag{font-size:13.5px;line-height:1.7;max-width:32ch;margin:0 0 16px;color:var(--text-secondary)}
.tc-chip{display:inline-flex;align-items:center;gap:7px;background:var(--gold-surface);border:1px solid var(--gold-light);border-radius:999px;padding:6px 13px;font-size:12px;letter-spacing:.02em;color:#7a6326}
.tc-chip svg{width:14px;height:14px;flex:none;fill:none;stroke:var(--gold);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tc-chip b{font-weight:600;color:#5f4d1d}
.tc-brand__co{margin:18px 0 0;font-size:12.5px;line-height:1.7;color:#6f6a60}
.tc-brand__co a{color:var(--brand-mid);border-bottom:1px solid rgba(45,94,74,0.25);transition:color .18s ease,border-color .18s ease}
.tc-brand__co a:hover{color:var(--brand-deep);border-color:var(--brand-deep)}
.tc-col__h{font-family:var(--sans,inherit);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-deep);margin:0 0 18px;padding-bottom:11px;position:relative}
.tc-col__h::after{content:"";position:absolute;left:0;bottom:0;width:26px;height:2px;background:var(--gold);border-radius:2px}
.tc-col__sub{font-size:10.5px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);margin:22px 0 13px}
.tc-col__list{list-style:none;margin:0;padding:0}
.tc-col__list li{margin:0 0 11px}
.tc-col__list a{display:inline-block;font-size:13.5px;line-height:1.4;color:var(--text-secondary);white-space:nowrap;transition:color .18s ease,transform .18s ease}
.tc-col__list a:hover{color:var(--brand-deep);transform:translateX(3px)}
.tc-col__list a:focus-visible{outline:2px solid var(--brand-light);outline-offset:3px;border-radius:2px}
.tc-disclaimer{border-top:1px solid var(--hairline);background:var(--cream)}
.tc-disclaimer p{max-width:var(--maxw);margin:0 auto;padding:18px 32px;font-size:12px;line-height:1.6;color:#756F63}
.tc-footer__bottom{background:var(--cream-dark);border-top:1px solid #E6DECF}
.tc-footer__bottom-inner{max-width:var(--maxw);margin:0 auto;padding:18px 32px;display:flex;align-items:center;flex-wrap:wrap;gap:14px 26px}
.tc-copy{margin:0;font-size:12.5px;color:#6f6a60;line-height:1.6}
.tc-legal{display:flex;flex-wrap:wrap;align-items:center;gap:6px 0}
.tc-legal a{font-size:12.5px;color:#6f6a60;padding:0 14px;position:relative;transition:color .18s ease}
.tc-legal a:first-child{padding-left:0}
.tc-legal a:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:11px;background:rgba(22,52,40,0.22)}
.tc-legal a:hover{color:var(--brand-deep)}
.tc-pay{display:flex;align-items:center;gap:8px;margin-left:auto}
.tc-pay__card{width:40px;height:26px;flex:none;border-radius:3.5px;display:block;box-shadow:0 1px 2px rgba(22,52,40,.10)}
.tc-totop{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-mid);border:1px solid rgba(45,94,74,0.3);border-radius:999px;padding:8px 15px;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease}
.tc-totop svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.tc-totop:hover{background:var(--brand-deep);color:#fff;border-color:var(--brand-deep)}
@media (max-width:992px){.tc-trust__row{padding:16px 24px}.tc-cta__inner{padding:22px 24px;flex-direction:column;align-items:flex-start}.tc-cta__head{font-size:19px}.tc-footer__main{padding:42px 24px 34px}.tc-grid{grid-template-columns:1fr 1fr;gap:36px 40px}.tc-brand{grid-column:1 / -1;padding-right:0}.tc-disclaimer p,.tc-footer__bottom-inner{padding-left:24px;padding-right:24px}}
@media (max-width:768px){.tc-footer__main{padding:36px 20px 28px}.tc-grid{grid-template-columns:1fr;gap:30px}.tc-brand{grid-column:auto}.tc-trust__row{justify-content:flex-start;gap:14px 18px;padding:16px 20px}.tc-trust__sep{display:none}.tc-cta__inner{padding:20px}.tc-cta__actions{width:100%}.tc-btn{flex:1}.tc-disclaimer p{padding:18px 20px}.tc-footer__bottom-inner{flex-direction:column;align-items:flex-start;padding:18px 20px}.tc-pay{margin-left:0}.tc-totop{order:-1;align-self:flex-end}}
@media (max-width:420px){.tc-cta__actions{flex-direction:column}.tc-btn{flex:none;width:100%}.tc-legal{gap:8px 0}}
@media (prefers-reduced-motion:reduce){.tc-col__list a,.tc-totop,.tc-btn,.tc-brand__co a{transition:none}.tc-col__list a:hover,.tc-btn:hover{transform:none}}
