/* ==========================================================================
   STEELLY.IN — Design System v30 "Liquid Glass"
   Light premium · gold (primary CTA only) · steel-teal (secondary)
   Legacy class names (.card .section .btn-primary ...) are kept so every
   page picks the new look without markup changes.
   ========================================================================== */

:root {
    /* ground — warm white (not cream) */
    --bg: #f7f6f3; --bg2: #f0eeea; --bg3: #ffffff; --bg4: #e7e4de;
    /* text — warm near-black, min 7:1 on --bg */
    --ink: #171412; --ink2: #4d4841; --ink3: #7a746b;
    /* accents — gold for CTA/eyebrow only, steel-teal for everything else */
    /* single accent: deep teal (replaces gold). Token names kept for compatibility. */
    --gold: #1c6b78; --gold2: #155661; --gold3: #a9dbe3; --gold-btn: #22808f;
    --gold-glow: rgba(28,107,120,.38); --gold-dim: rgba(28,107,120,.09);
    --on-accent: #ffffff;
    --steel: #1c6b78; --steel2: #155661; --steel-dim: rgba(28,107,120,.09);
    --wa: #25b566; --wa2: #178a4b;
    --ok: #1f7a4d; --err: #b3261e;
    /* lines & glass */
    --line: rgba(23,20,18,.09); --line2: rgba(23,20,18,.16);
    --glass-bg: linear-gradient(140deg, rgba(255,255,255,.82), rgba(255,255,255,.58) 60%, rgba(255,255,255,.7));
    --glass-solid: rgba(255,255,255,.88);
    /* shape & motion */
    --r-sm: 12px; --r: 20px; --r-lg: 28px; --pill: 999px;
    --ease: cubic-bezier(.22,.8,.2,1); --spring: cubic-bezier(.34,1.56,.64,1);
    --w: min(1240px, 92vw);
    /* ---- legacy aliases (old pages / inline styles keep working) ---- */
    --navy: var(--ink); --navy-2: var(--bg4); --blue: var(--steel); --blue-2: var(--steel);
    --cyan: var(--steel); --text: var(--ink); --muted: var(--ink3); --border: var(--line);
    --white: var(--bg3);
    --grad: linear-gradient(160deg, var(--gold-btn), var(--gold) 55%, var(--gold2));
    --grad-dark: linear-gradient(160deg, #2a2622, #171412);
    --shadow: 0 20px 50px -24px rgba(23,20,18,.22);
    --shadow-2: 0 30px 70px -30px rgba(23,20,18,.28);
    --shadow-3: 0 40px 90px -30px rgba(23,20,18,.34);
    --radius: var(--r);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; padding: 0; }
@media (max-width: 960px) { body { padding-bottom: 96px; } }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; color: inherit; }
::selection { background: var(--gold); color: #1a1408; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--bg4); border-radius: 99px; border: 2px solid var(--bg); }

.container { width: var(--w); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold); color: #1a1408; padding: 10px 14px; z-index: 300; border-radius: 0 0 12px 0; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--steel); outline-offset: 3px; border-radius: 6px; }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: "Outfit", "Instrument Sans", sans-serif; color: var(--ink); line-height: 1.06; letter-spacing: -.02em; margin: 0 0 16px; }
h1 { font-size: clamp(38px, 5.6vw, 66px); font-weight: 300; }
h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 300; margin-bottom: 14px; }
h3 { font-size: 21px; font-weight: 500; margin-bottom: 8px; letter-spacing: -.01em; }
h4 { font-size: 17px; font-weight: 500; }
h1 strong, h2 strong, h1 em, h2 em { font-style: normal; font-weight: 400; color: var(--gold); }
p { margin: 0 0 14px; }
.lead { font-size: 17.5px; color: var(--ink2); max-width: 760px; line-height: 1.7; }
.muted { color: var(--ink3); }
.small { font-size: 13.5px; }
.small a, .crumb a { color: var(--ink2); }
.small a:hover, .crumb a:hover { color: var(--steel); }
strong { font-weight: 600; }
p a, li a { color: var(--steel); }
p a:hover, li a:hover { color: var(--ink); }

/* gradient text of the old design → quiet gold now (used inside h2) */
.grad-text { color: var(--gold); font-weight: 400; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--gold); opacity: .7; }

/* ==========================================================================
   LIQUID GLASS PRIMITIVE
   ========================================================================== */
.glass, .card, .s-card, .icon-tile, .why-item, .faq-item, .p-step, .price-band, .table-wrap, .form-card, .form-panel > div, .role-card, .testimonial-card, .cta-band, .contact-box, .callout, .price-band, .hero-inline, .stats-band {
    position: relative; border-radius: var(--r);
    background: var(--glass-bg);
    -webkit-backdrop-filter: blur(24px) saturate(1.7) brightness(1.05); backdrop-filter: blur(24px) saturate(1.7) brightness(1.05);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 -1px 0 rgba(0,0,0,.35), 0 26px 60px -30px rgba(0,0,0,.85);
    transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .4s;
}
/* pointer-following specular */
.glass::before, .card::before, .s-card::before, .icon-tile::before, .why-item::before, .price-band::before, .cta-band::before, .testimonial-card::before {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 2;
    background: radial-gradient(260px circle at var(--mx, 50%) var(--my, -20%), rgba(255,255,255,.16), rgba(255,255,255,.03) 40%, transparent 62%);
    opacity: 0; transition: opacity .5s;
}
.glass:hover::before, .card:hover::before, .s-card:hover::before, .icon-tile:hover::before, .why-item:hover::before, .price-band:hover::before, .cta-band:hover::before, .testimonial-card:hover::before { opacity: 1; }
/* rim light */
.glass::after, .card::after, .s-card::after, .icon-tile::after, .why-item::after, .price-band::after, .cta-band::after, .testimonial-card::after, .faq-item::after, .p-step::after {
    content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none; z-index: 3; padding: 1px;
    background: linear-gradient(155deg, rgba(255,255,255,.5), rgba(255,255,255,.07) 28%, transparent 50%, rgba(157,195,204,.10) 80%, rgba(255,255,255,.25));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
    transition: filter .5s;
}
.glass:hover::after, .card:hover::after, .s-card:hover::after, .price-band:hover::after, .cta-band:hover::after { filter: url(#liquid); }
.glass:hover, .card:hover, .s-card:hover, .icon-tile:hover, .why-item:hover, .testimonial-card:hover {
    border-color: rgba(255,255,255,.16); transform: translateY(-4px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.26), inset 0 -1px 0 rgba(0,0,0,.35), 0 40px 90px -30px rgba(0,0,0,.95), 0 0 0 1px rgba(157,195,204,.08);
}
.glass > *, .card > *, .s-card > *, .faq-item > *, .p-step > *, .price-band > *, .cta-band > *, .table-wrap > *, .form-card > *, .testimonial-card > * { position: relative; z-index: 1; }
/* solid variant for text-heavy glass over photos */
.glass-solid { background: var(--glass-solid) !important; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: var(--pill); border: 1px solid transparent; font-weight: 600; font-size: 14px; line-height: 1.2; letter-spacing: .01em; cursor: pointer; white-space: nowrap; overflow: hidden; isolation: isolate; transition: transform .5s var(--spring), box-shadow .5s var(--ease), background .3s, border-color .3s; }
.btn:active { transform: scale(.96); }
.btn .bi { width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,.14); display: grid; place-items: center; flex: none; }
.btn .bi svg { width: 14px; height: 14px; }
.btn-primary { background: linear-gradient(160deg, var(--gold3), var(--gold) 45%, var(--gold2)); color: #1c1509; box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -1px 0 rgba(0,0,0,.18), 0 14px 34px -12px var(--gold-glow); }
.btn-primary::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%); transform: translateX(-120%); transition: transform .9s var(--ease); }
.btn-primary:hover::before { transform: translateX(120%); }
.btn-primary:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 22px 44px -14px var(--gold-glow); transform: translateY(-2px); }
.btn-secondary, .btn-glass { color: var(--ink); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); -webkit-backdrop-filter: blur(18px) saturate(1.6); backdrop-filter: blur(18px) saturate(1.6); box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.btn-secondary:hover, .btn-glass:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.26); transform: translateY(-2px); }
.btn-whatsapp { background: linear-gradient(160deg, #3ad07b, #1f9d58); color: #08160e; box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 14px 34px -12px rgba(46,190,110,.5); }
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 22px 44px -14px rgba(46,190,110,.6); }
.btn-steel { background: rgba(157,195,204,.14); color: var(--steel); border-color: rgba(157,195,204,.28); }
.btn-steel:hover { background: rgba(157,195,204,.22); transform: translateY(-2px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.btn-sm { padding: 10px 16px; font-size: 13px; }
.btn-block { width: 100%; }
.btn[disabled], .btn.is-disabled { opacity: .5; pointer-events: none; }
/* old "arrow" links */
.card-link, .view-all, .arrow-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; color: var(--steel); margin-top: 6px; transition: color .3s, gap .3s; }
.card-link:hover, .view-all:hover { color: var(--ink); gap: 12px; }
.arrow-btn { width: 44px; height: 44px; border-radius: 50%; justify-content: center; margin: 0; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: var(--ink); font-size: 18px; transition: background .3s, transform .5s var(--spring), color .3s; }
.s-card:hover .arrow-btn, .card:hover .arrow-btn { background: var(--gold); color: #1c1509; transform: rotate(-45deg); }

/* ==========================================================================
   HEADER — floating glass pill
   ========================================================================== */
.site-header { position: fixed; top: 14px; left: 50%; transform: translateX(-50%); z-index: 1000; width: var(--w); border-radius: var(--pill); transition: width .6s var(--ease), top .5s var(--ease); }
.site-header.scrolled { width: min(980px, 92vw); top: 10px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 8px 8px 20px; transition: padding .5s var(--ease); }
.site-header.scrolled .header-inner { padding: 6px 6px 6px 16px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 44px; width: auto; filter: brightness(0) invert(1) opacity(.96); transition: height .4s var(--ease), transform .4s var(--ease); }
.site-header.scrolled .brand-logo { height: 38px; }
@media (max-width: 960px) { .brand-logo, .site-header.scrolled .brand-logo { height: 38px; } }
.brand:hover .brand-logo { transform: scale(1.03); }
.hdr-nav { display: none; align-items: center; gap: 2px; }
@media (min-width: 1180px) { .hdr-nav { display: flex; } }
.hdr-nav .nl { display: inline-flex; align-items: center; gap: 6px; padding: 9px 13px; border-radius: var(--pill); font-size: 13.5px; font-weight: 500; color: var(--ink2); background: none; border: 0; cursor: pointer; font-family: inherit; transition: background .25s, color .25s; }
.hdr-nav .nl:hover, .hdr-dd:focus-within > .nl, .hdr-nav .nl.on { color: var(--ink); background: rgba(255,255,255,.08); }
.hdr-nav .car { font-size: 9px; opacity: .55; margin-left: 2px; transition: transform .25s; }
.hdr-dd:hover .car, .hdr-dd:focus-within .car { transform: rotate(180deg); }
.hdr-nav .nl-car svg { width: 17px; height: 17px; color: var(--steel); }
.hdr-dd { position: relative; }
.hdr-dd .drop { position: absolute; top: calc(100% + 12px); left: 0; min-width: 250px; padding: 10px; border-radius: var(--r); opacity: 0; visibility: hidden; transform: translateY(10px) scale(.985); transition: opacity .25s ease, transform .3s var(--ease), visibility .3s; z-index: 300; }
.hdr-dd:hover .drop, .hdr-dd:focus-within .drop { opacity: 1; visibility: visible; transform: none; }
.drop.right { left: auto; right: 0; }
.drop.cols2 { display: grid; grid-template-columns: 1fr 1fr; min-width: 470px; }
.drop .dh { grid-column: 1/-1; margin: 8px 12px 4px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.drop a { display: block; padding: 9px 12px; border-radius: 10px; font-size: 13.5px; font-weight: 500; color: var(--ink2); white-space: nowrap; transition: background .18s, color .18s, transform .18s; }
.drop a:hover { background: rgba(255,255,255,.08); color: var(--ink); transform: translateX(3px); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.hdr-tel { display: none; font-size: 13px; font-weight: 600; color: var(--ink2); padding: 0 8px; }
@media (min-width: 1180px) { .hdr-tel { display: inline-flex; } }
.header-cta { display: none !important; padding: 11px 20px; font-size: 13px; }
@media (min-width: 1180px) { .header-cta { display: inline-flex !important; } }
.hdr-join, .car-pill { display: none; }
.menu-btn { width: 44px; height: 44px; border-radius: 50%; display: flex; flex-direction: column; gap: 5px; align-items: center; justify-content: center; cursor: pointer; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); transition: background .25s, transform .2s; }
.menu-btn:hover { background: rgba(255,255,255,.12); }
.menu-btn:active { transform: scale(.94); }
.menu-btn span { width: 16px; height: 1.6px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.menu-btn span:last-child { width: 10px; align-self: flex-start; margin-left: 14px; }

/* mobile sheet (checkbox driven, no JS needed) */
.menu-check { display: none; }
.menu-backdrop { position: fixed; inset: 0; background: rgba(4,3,2,.6); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; transition: .35s; z-index: 1400; }
.menu-check:checked ~ .menu-backdrop { opacity: 1; pointer-events: auto; }
.menu-sheet { position: fixed; left: 0; right: 0; bottom: 0; max-height: 88svh; border-radius: 28px 28px 0 0; z-index: 1500; transform: translateY(105%); transition: transform .5s var(--ease); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 14px 18px calc(28px + env(safe-area-inset-bottom)); background: rgba(16,15,13,.92); -webkit-backdrop-filter: blur(30px) saturate(1.6); backdrop-filter: blur(30px) saturate(1.6); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -30px 80px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.2); }
.menu-sheet::before { content: ""; display: block; width: 40px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.22); margin: 0 auto 14px; }
.menu-check:checked ~ .menu-sheet { transform: none; }
.ms-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.ms-logo { height: 30px; width: auto; filter: brightness(0) invert(1); }
.ms-close { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--ink); display: grid; place-items: center; font-size: 15px; cursor: pointer; }
.ms-quick { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.ms-quick a { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 14px; padding: 13px; font-weight: 600; font-size: 14px; }
.ms-call { background: rgba(157,195,204,.14); color: var(--steel); border: 1px solid rgba(157,195,204,.22); }
.ms-wa { background: rgba(58,208,123,.14); color: #6fe3a0; border: 1px solid rgba(58,208,123,.24); }
.ms-quick svg { width: 17px; height: 17px; }
.ms-carriers, .ms-feature { display: flex; align-items: center; gap: 12px; border-radius: 16px; padding: 13px; margin-bottom: 10px; background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.ms-carriers-ico, .ms-f-ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex: none; }
.ms-carriers-ico { background: var(--steel-dim); color: var(--steel); }
.ms-f-ico { background: linear-gradient(160deg, var(--gold3), var(--gold2)); color: #1c1509; }
.ms-carriers-ico svg, .ms-f-ico svg { width: 20px; height: 20px; }
.ms-carriers strong, .ms-feature strong { display: block; color: var(--ink); font-size: 14px; font-weight: 600; }
.ms-carriers small, .ms-feature small { color: var(--ink3); font-size: 12px; }
.ms-arrow { margin-left: auto; color: var(--gold); font-weight: 600; }
.ms-acc details { border-bottom: 1px solid var(--line); }
.ms-acc summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 14px 4px; font-weight: 600; color: var(--ink); font-size: 15px; cursor: pointer; }
.ms-acc summary::-webkit-details-marker { display: none; }
.ms-acc .chev { color: var(--ink3); transition: .25s; }
details[open] .chev { transform: rotate(180deg); }
.ms-links { display: grid; gap: 2px; padding: 2px 4px 12px; }
.ms-links a { padding: 10px 10px; border-radius: 10px; font-size: 14px; font-weight: 500; color: var(--ink2); }
.ms-links a:active { background: rgba(255,255,255,.08); }
.ms-foot { margin-top: 14px; }
.ms-join { display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, var(--gold3), var(--gold2)); color: #1c1509; border-radius: 14px; padding: 14px; font-weight: 600; font-size: 14px; }
@media (min-width: 1180px) { .menu-btn, .menu-sheet, .menu-backdrop { display: none !important; } }

/* ==========================================================================
   MOBILE TAB BAR (footer.php)
   ========================================================================== */
.tabbar { position: fixed; left: 50%; transform: translateX(-50%); bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 999; width: min(440px, calc(100vw - 24px)); display: none; padding: 8px; border-radius: 26px; }
.tabbar a, .tabbar label { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 9px 4px 7px; border-radius: 18px; font-size: 10px; font-weight: 600; color: var(--ink3); position: relative; cursor: pointer; transition: color .3s; -webkit-tap-highlight-color: transparent; }
.tabbar svg { width: 21px; height: 21px; position: relative; }
.tabbar span { position: relative; }
.tabbar .on { color: var(--steel); }
.tabbar .on::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--steel-dim); border: 1px solid rgba(157,195,204,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.tabbar .q { color: #1c1509; }
.tabbar .q::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(160deg, var(--gold3), var(--gold2)); box-shadow: 0 10px 24px -10px var(--gold-glow); }
.tabbar a:active, .tabbar label:active { transform: scale(.94); }
@media (max-width: 960px) { .tabbar { display: flex; } }

/* ==========================================================================
   LAYOUT
   ========================================================================== */
main { display: block; padding-top: 96px; }
body.has-hero main { padding-top: 0; }
.section { padding: 84px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, var(--bg2), var(--bg)); }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading .lead { margin-top: 6px; }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 16px; }
.s-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
@media (max-width: 640px) { .section { padding: 60px 0; } .grid, .s-grid { grid-template-columns: 1fr; } }

/* first section on inner pages = page hero (H1 + lead) */
main > .section:first-of-type h1 { margin-top: 6px; }
main > .section:first-of-type .lead { font-size: clamp(16px, 1.4vw, 19px); }
main > .section:first-of-type .muted.small { color: var(--ink3); margin-bottom: 8px; }
.hero-inline { margin: 26px 0 8px; overflow: hidden; line-height: 0; padding: 6px; border-radius: var(--r-lg); }
.hero-inline img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; border-radius: calc(var(--r-lg) - 6px); filter: saturate(.85) contrast(1.05); }
.h1-media { display: block; width: 100%; height: auto; border-radius: var(--r-lg); margin: 20px 0 6px; }

/* ==========================================================================
   CARDS
   ========================================================================== */
.card, .s-card, .testimonial-card { overflow: hidden; display: flex; flex-direction: column; }
.card img, .s-card img, .s-card > img, .project-slide img, .slot-thumb img { width: 100%; height: 220px; object-fit: cover; border-radius: calc(var(--r) - 6px); margin: 6px 6px 0; width: calc(100% - 12px); filter: saturate(.85) contrast(1.05); transition: transform 1.2s var(--ease); }
.card:hover img, .s-card:hover img { transform: scale(1.04); }
.card-body, .s-card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.s-card-body { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 12px; }
.card-body h3, .s-card-body h3 { margin-bottom: 4px; font-size: 19px; }
.card-body p, .s-card-body p { color: var(--ink2); font-size: 14.5px; margin-bottom: 8px; }
.card-body .card-link { margin-top: auto; }
.card .badge, .badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: var(--pill); font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); background: var(--steel-dim); border: 1px solid rgba(157,195,204,.2); width: max-content; }
.badge.gold { color: var(--gold3); background: var(--gold-dim); border-color: rgba(214,187,132,.22); }

.icon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.icon-tile { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 20px; font-weight: 600; font-size: 15px; color: var(--ink); }
.icon-tile svg { width: 26px; height: 26px; color: var(--steel); }

.why-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; padding: 22px; }
.why-item svg { width: 22px; height: 22px; color: var(--steel); flex: none; margin-top: 3px; }
.why-item h3 { font-size: 17px; margin-bottom: 4px; }
.why-item p { color: var(--ink2); font-size: 14.5px; margin: 0; }

/* stats */
.stats-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0; padding: 8px; }
.stats-band > div { padding: 24px 22px; border-right: 1px solid var(--line); }
.stats-band > div:last-child { border-right: 0; }
.stats-band strong { display: block; font-family: "Outfit", sans-serif; font-weight: 300; font-size: clamp(34px, 3.4vw, 46px); line-height: 1; color: var(--ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stats-band span { display: block; margin-top: 8px; font-size: 13px; color: var(--ink3); }
@media (max-width: 640px) { .stats-band > div { border-right: 0; border-bottom: 1px solid var(--line); } .stats-band > div:last-child { border-bottom: 0; } }
.stat { text-align: left; }

/* process */
.process-list { display: grid; gap: 10px; }
.p-step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: center; padding: 18px 20px; border-radius: var(--r-sm); }
.p-num { font-family: "Outfit", sans-serif; font-weight: 300; font-size: 30px; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.p-step h3 { font-size: 17px; margin-bottom: 3px; }
.p-step p { margin: 0; color: var(--ink2); font-size: 14.5px; }

/* FAQ */
.faq-list { display: grid; gap: 10px; }
.faq-item { padding: 20px 22px; border-radius: var(--r-sm); }
.faq-item h3 { font-size: 17px; margin-bottom: 6px; color: var(--ink); }
.faq-item p { margin: 0; color: var(--ink2); font-size: 15px; }

/* lists */
.list-checks { list-style: none; display: grid; gap: 10px; }
.list-checks li { position: relative; padding-left: 30px; color: var(--ink2); }
.list-checks li::before { content: ""; position: absolute; left: 0; top: 5px; width: 18px; height: 18px; border-radius: 50%; background: var(--steel-dim); border: 1px solid rgba(157,195,204,.35); }
.list-checks li::after { content: ""; position: absolute; left: 6px; top: 9px; width: 5px; height: 8px; border: solid var(--steel); border-width: 0 1.8px 1.8px 0; transform: rotate(45deg); }
.list-checks li strong { color: var(--ink); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li, .chip { padding: 9px 16px; border-radius: var(--pill); font-size: 13.5px; font-weight: 500; color: var(--ink2); background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.chips li.on, .chip.on { background: var(--steel-dim); color: var(--steel); border-color: rgba(157,195,204,.3); }

/* tables */
.table-wrap { overflow-x: auto; padding: 0; border-radius: var(--r-sm); }
.table, table.table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 520px; }
.table th, .table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.table th { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink3); font-weight: 600; background: rgba(255,255,255,.03); }
.table td { color: var(--ink2); font-variant-numeric: tabular-nums; }
.table td strong { color: var(--ink); }
.table tr:last-child td { border-bottom: 0; }
.rate-table td:nth-child(2) { color: var(--gold); font-weight: 600; }

/* price band + CTA band */
.price-band { padding: 40px 44px; }
.price-band .lead { max-width: 60ch; }
.cta-band { padding: 56px 48px; margin: 0 auto; width: var(--w); text-align: left; }
.cta-band h2 { max-width: 16ch; }
.cta-band p { color: var(--ink2); max-width: 54ch; font-size: 16.5px; }
.cta-band h2 span { color: var(--gold) !important; }
.contact-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 22px; font-size: 14px; color: var(--ink3); }
.contact-list a { color: var(--steel); }
@media (max-width: 640px) { .price-band { padding: 26px 22px; } .cta-band { padding: 34px 22px; } }
.callout { padding: 18px 22px !important; border-left: 3px solid var(--gold) !important; background: var(--gold-dim) !important; border-radius: var(--r-sm) !important; }

/* ==========================================================================
   FORMS (quote / join / checkout)
   ========================================================================== */
.form-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 22px; align-items: start; }
.form-panel > div { padding: 32px; }
.form-panel > div:first-child { background: none; border: 0; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; padding: 0 12px 0 0; }
@media (max-width: 900px) { .form-panel { grid-template-columns: 1fr; } .form-panel > div { padding: 22px; } }
.form-card { padding: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label, label.lbl { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink3); }
.field input, .field select, .field textarea, input.inp, select.inp, textarea.inp { width: 100%; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--ink); font: inherit; font-size: 15px; transition: border-color .25s, background .25s, box-shadow .25s; -webkit-appearance: none; appearance: none; }
.field select, select.inp { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a49c8f' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; padding-right: 40px; }
.field select option { background: var(--bg3); color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus, .inp:focus { outline: none; border-color: rgba(157,195,204,.5); background: rgba(255,255,255,.07); box-shadow: 0 0 0 4px rgba(157,195,204,.12); }
.field input::placeholder, .field textarea::placeholder { color: rgba(164,156,143,.6); }
.field textarea { min-height: 120px; resize: vertical; }
.field input[type="file"] { padding: 12px; font-size: 13px; color: var(--ink3); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.alert-success, .alert-error, .msg { padding: 16px 18px; border-radius: 14px; margin-bottom: 18px; font-size: 14.5px; border: 1px solid; }
.alert-success, .msg { background: rgba(111,211,160,.1); border-color: rgba(111,211,160,.3); color: #9fe6c0; }
.alert-error { background: rgba(240,138,128,.1); border-color: rgba(240,138,128,.3); color: #f6b3ac; }
.alert-error ul { padding-left: 18px; }
.contact-box { padding: 22px 24px; margin-top: 18px; }
.contact-box a { color: var(--steel); }
/* checkbox / consent */
label.chk { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink2); cursor: pointer; }
label.chk input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); flex: none; }

/* join-network legacy overrides */
.role-card { background: var(--glass-bg) !important; border: 1px solid var(--line) !important; color: var(--ink) !important; }
.role-card strong { color: var(--ink) !important; }
.join-hero { background: none !important; padding: 20px 0 30px !important; }
.join-hero p { color: var(--ink2) !important; }
.join-chips span { background: rgba(255,255,255,.06) !important; border-color: var(--line) !important; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { padding: 80px 0 40px; border-top: 1px solid var(--line); background: linear-gradient(180deg, var(--bg), #070605); position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.15fr; gap: 32px; }
.footer-brand { display: inline-block; margin-bottom: 14px; }
.footer-brand img { height: 32px; width: auto; filter: brightness(0) invert(1) opacity(.95); }
.site-footer > .container > .footer-grid > div > p { font-size: 14px; color: var(--ink2); max-width: 34ch; }
.footer-title { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink3); margin: 0 0 14px; font-weight: 600; }
.footer-title + ul + .footer-title { margin-top: 24px; }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer ul a { font-size: 14px; color: var(--ink2); transition: color .25s; display: inline-block; }
.site-footer ul a:hover { color: var(--gold); }
.footer-address { font-style: normal; color: var(--ink2); font-size: 14px; line-height: 1.6; margin-bottom: 8px; }
.site-footer p a { color: var(--ink2); }
.site-footer p a:hover { color: var(--gold); }
.social-row { display: flex; gap: 8px; }
.social-row a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--ink2); transition: .25s; }
.social-row a:hover { border-color: var(--gold); color: var(--gold); }
.social-row svg { width: 15px; height: 15px; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink3); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }
.footer-bottom a { color: var(--ink3); }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 26px; } .site-footer { padding: 56px 0 40px; } }
.stx-bottom, .stx-dock, .side-dock, .bottom-bar { display: none !important; }

/* ==========================================================================
   MOTION
   ========================================================================== */
html.js-reveal .reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
html.js-reveal .reveal.is-visible, html.js-reveal .reveal.on { opacity: 1; transform: none; }
html.js .rv { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
html.js .rv.in { opacity: 1; transform: none; }
html.js .rv-scale { opacity: 0; transform: scale(.95); transition: opacity 1s var(--ease), transform 1.2s var(--ease); }
html.js .rv-scale.in { opacity: 1; transform: none; }
.cursor-glow { position: fixed; left: 0; top: 0; width: 560px; height: 560px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(157,195,204,.09), transparent 60%); transform: translate(-50%, -50%); display: none; mix-blend-mode: screen; }
@media (pointer: fine) { .cursor-glow { display: block; } }
main, .site-footer { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    html.js-reveal .reveal, html.js .rv, html.js .rv-scale { opacity: 1; transform: none; }
}

/* ==========================================================================
   PHOTO GRADE (warm cinematic) — used by homepage + shop
   ========================================================================== */
.grade { position: relative; isolation: isolate; overflow: hidden; }
.grade > .ph, .grade > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06) brightness(.92); transition: transform 1.4s var(--ease); margin: 0; border-radius: 0; }
.grade > [data-parallax] { transition: none; will-change: transform; }
.hx-hero .grade > picture { position: absolute; inset: 0; }
.hx-hero .grade > picture > img, .hx-hero .grade > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); will-change: transform, opacity; transition: opacity 1.4s var(--ease); }
.grade::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(216,150,70,.08), rgba(10,9,8,0) 40%, rgba(10,9,8,.6)), linear-gradient(0deg, rgba(216,170,100,.08), transparent 60%); }
.ph { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.hx-hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 150px 0 40px; overflow: hidden; isolation: isolate; }
.hx-hero .grade { position: absolute; inset: 0; z-index: -1; animation: kb 24s var(--ease) both; }
@keyframes kb { from { transform: scale(1.1); } to { transform: scale(1); } }
.hx-hero .grade::after { background: linear-gradient(90deg, rgba(11,10,9,.88) 0%, rgba(11,10,9,.58) 36%, rgba(11,10,9,.1) 66%, transparent), linear-gradient(180deg, rgba(11,10,9,.55), transparent 30%, transparent 55%, rgba(11,10,9,.97)), linear-gradient(0deg, rgba(216,160,80,.10), transparent 60%); }
.hx-hero-in { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px; align-items: end; }
.hx-hero h1 { font-size: clamp(46px, 7vw, 98px); text-transform: uppercase; letter-spacing: .005em; line-height: .94; font-weight: 300; margin: 18px 0 22px; }
.hx-hero h1 .ln { display: block; overflow: hidden; }
.hx-hero h1 .ln span { display: block; transform: translateY(110%); animation: rise 1.1s var(--ease) forwards; }
.hx-hero h1 .ln:nth-child(2) span { animation-delay: .12s; }
.hx-hero h1 .ln:nth-child(3) span { animation-delay: .24s; color: var(--gold); font-weight: 400; }
@keyframes rise { to { transform: none; } }
.hx-hero .lead { font-size: clamp(15.5px, 1.4vw, 18px); color: #ddd6ca; max-width: 46ch; margin-bottom: 30px; }
.hx-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hx-play { display: inline-flex; align-items: center; gap: 14px; font-weight: 600; font-size: 14px; color: var(--ink); padding: 6px; }
.hx-play .pb { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; position: relative; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.hx-play .pb::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid rgba(157,195,204,.4); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.hx-play svg { width: 14px; height: 14px; margin-left: 2px; color: var(--steel); }
.hx-side { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.hx-chip { padding: 14px 18px 14px 14px; display: flex; align-items: center; gap: 14px; border-radius: var(--pill); max-width: 330px; transform: translateY(20px); opacity: 0; animation: up 1s var(--ease) .6s forwards; }
@keyframes up { to { transform: none; opacity: 1; } }
.hx-chip .dot { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--steel-dim); color: var(--steel); border: 1px solid rgba(157,195,204,.3); }
.hx-chip .dot svg { width: 18px; height: 18px; }
.hx-chip b { display: block; font-family: "Outfit", sans-serif; font-weight: 500; font-size: 15px; }
.hx-chip span { font-size: 12.5px; color: var(--ink2); }
.hx-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line); }
.hx-stat { padding: 4px 22px 4px 0; border-right: 1px solid var(--line); }
.hx-stat:last-child { border-right: 0; }
.hx-stat + .hx-stat { padding-left: 22px; }
.hx-stat b { display: block; font-family: "Outfit", sans-serif; font-weight: 300; font-size: clamp(30px, 3.2vw, 44px); line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.hx-stat b i { font-style: normal; color: var(--steel); }
.hx-stat span { font-size: 12.5px; color: var(--ink3); display: block; margin-top: 8px; }
.hx-scroll { position: absolute; left: calc((100vw - var(--w)) / 2); bottom: 34px; display: flex; align-items: center; gap: 12px; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink3); font-weight: 600; }
.hx-scroll i { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line2); display: grid; place-items: center; overflow: hidden; }
.hx-scroll i::after { content: ""; width: 1px; height: 12px; background: var(--steel); animation: drop 1.6s ease-in-out infinite; }
@keyframes drop { 0% { transform: translateY(-14px); opacity: 0; } 40% { opacity: 1; } 100% { transform: translateY(14px); opacity: 0; } }
@media (max-width: 960px) {
    .hx-hero { padding: 120px 0 110px; min-height: 92svh; }
    .hx-hero-in { grid-template-columns: 1fr; gap: 26px; }
    .hx-side { align-items: flex-start; }
    .hx-stats { grid-template-columns: repeat(2, 1fr); gap: 18px 0; margin-top: 36px; }
    .hx-stat:nth-child(2) { border-right: 0; }
    .hx-stat:nth-child(3) { padding-left: 0; }
    .hx-scroll { display: none; }
}

.sec-hd { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 40px; align-items: end; margin-bottom: 40px; }
.sec-hd h2 { margin-top: 12px; margin-bottom: 0; }
.sec-hd p { color: var(--ink2); max-width: 52ch; font-size: 15.5px; margin: 0; }
.sec-hd .lnk { margin-top: 16px; display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; color: var(--steel); }
.sec-hd .lnk svg { width: 14px; height: 14px; transition: transform .4s var(--spring); }
.sec-hd .lnk:hover svg { transform: translateX(4px); }
@media (max-width: 960px) { .sec-hd { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; } }

.hx-prod { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pcard { padding: 8px; transform-style: preserve-3d; will-change: transform; display: block; overflow: hidden; }
.pcard .im { height: 230px; border-radius: calc(var(--r) - 8px); }
.pcard .im > .ph, .pcard .im > img { transform: scale(1.02); }
.pcard:hover .im > .ph, .pcard:hover .im > img { transform: scale(1.09); }
.pcard .tg { position: absolute; left: 12px; top: 12px; z-index: 2; padding: 6px 10px; border-radius: var(--pill); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); background: rgba(11,10,9,.6); border: 1px solid rgba(255,255,255,.12); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.pcard .bd { padding: 18px 12px 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.pcard h3 { font-size: 20px; margin-bottom: 5px; }
.pcard p { font-size: 13px; color: var(--ink3); margin: 0; }
.pcard .pr { font-size: 13px; color: var(--ink2); margin-top: 7px; }
.pcard .pr b { color: var(--gold); font-weight: 600; }
.arb { width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: var(--ink); transition: background .3s, transform .5s var(--spring), color .3s; }
.arb svg { width: 14px; height: 14px; }
.pcard:hover .arb, .jcard:hover .arb { background: var(--gold); color: #1c1509; transform: rotate(-45deg); }
@media (max-width: 1100px) { .hx-prod { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .hx-prod { grid-template-columns: 1fr; } .pcard .im { height: 200px; } }

.hx-story { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 22px; }
.story-im { min-height: 520px; border-radius: var(--r-lg); }
.story-im .cap { position: absolute; left: 22px; bottom: 22px; right: 22px; z-index: 2; padding: 24px 26px; border-radius: var(--r); background: var(--glass-solid); }
.story-im .cap h2 { font-size: clamp(30px, 3.4vw, 44px); margin: 10px 0 0; }
.story-im .cap p { color: var(--ink2); font-size: 15px; max-width: 46ch; margin: 10px 0 18px; }
.feat { display: grid; gap: 14px; }
.ftile { padding: 20px; display: flex; gap: 16px; align-items: center; border-radius: var(--r-sm); }
.ftile .ic { width: 48px; height: 48px; border-radius: 14px; flex: none; display: grid; place-items: center; color: var(--steel); background: var(--steel-dim); border: 1px solid rgba(157,195,204,.2); }
.ftile .ic svg { width: 20px; height: 20px; }
.ftile b { display: block; font-family: "Outfit", sans-serif; font-weight: 500; font-size: 16px; }
.ftile span { font-size: 13px; color: var(--ink3); }
@media (max-width: 960px) { .hx-story { grid-template-columns: 1fr; } .story-im { min-height: 420px; } }

.mq { overflow: hidden; border-block: 1px solid var(--line); padding: 18px 0; -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.mq-t { display: flex; width: max-content; animation: mq 38s linear infinite; }
.mq:hover .mq-t { animation-play-state: paused; }
.mq-t span { padding: 0 34px; font-family: "Outfit", sans-serif; font-weight: 300; font-size: 22px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink3); display: inline-flex; align-items: center; gap: 34px; white-space: nowrap; }
.mq-t span::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--steel); opacity: .7; }
@keyframes mq { to { transform: translateX(-50%); } }

.hx-proj { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.jcard { height: 340px; border-radius: var(--r); position: relative; overflow: hidden; }
.jcard > img { transform: scale(1.02); }
.jcard:hover > img { transform: scale(1.08); }
.jcard .cap { position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 2; padding: 14px 12px 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: var(--r-sm); background: var(--glass-solid); }
.jcard .cap b { display: block; font-family: "Outfit", sans-serif; font-weight: 500; font-size: 16px; }
.jcard .cap span { font-size: 12.5px; color: var(--ink3); }
@media (max-width: 1100px) { .hx-proj { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .hx-proj { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-inline: calc((100vw - var(--w)) / -2); padding-inline: calc((100vw - var(--w)) / 2); scrollbar-width: none; } .hx-proj::-webkit-scrollbar { display: none; } .jcard { flex: 0 0 78vw; scroll-snap-align: start; height: 300px; } }

.hx-prec { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 22px; align-items: stretch; }
.prec-im { min-height: 520px; border-radius: var(--r-lg); }
.prec-im .badge2 { position: absolute; left: 22px; top: 22px; z-index: 2; padding: 12px 16px; border-radius: var(--pill); display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; letter-spacing: .04em; background: var(--glass-solid); border: 1px solid var(--line); }
.prec-im .badge2 i { width: 8px; height: 8px; border-radius: 50%; background: var(--steel); box-shadow: 0 0 12px var(--steel); }
.prec-in { padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.prec-in > p { color: var(--ink2); font-size: 15.5px; max-width: 44ch; margin: 0; }
.steps2 { display: grid; }
.step2 { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; padding: 16px 0; border-top: 1px solid var(--line); }
.step2:last-child { border-bottom: 1px solid var(--line); }
.step2 .no { font-family: "Outfit", sans-serif; font-weight: 300; font-size: 26px; color: var(--gold); font-variant-numeric: tabular-nums; }
.step2 b { display: block; font-family: "Outfit", sans-serif; font-weight: 500; font-size: 16px; }
.step2 span { font-size: 13px; color: var(--ink3); }
@media (max-width: 960px) { .hx-prec { grid-template-columns: 1fr; } .prec-im { min-height: 360px; } .prec-in { padding: 28px 22px; } }

.tm-wrap { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.tm-track { display: flex; gap: 18px; width: max-content; animation: mq 60s linear infinite; padding: 6px 0; }
.tm-wrap:hover .tm-track { animation-play-state: paused; }
.tm { width: 360px; padding: 26px 26px 22px; flex: none; }
.tm .stars { color: var(--gold); letter-spacing: 3px; font-size: 13px; margin-bottom: 14px; }
.tm p { font-family: "Outfit", sans-serif; font-weight: 400; font-size: 17.5px; line-height: 1.5; color: var(--ink); margin-bottom: 20px; }
.tm .who { display: flex; align-items: center; gap: 12px; }
.tm .av { width: 40px; height: 40px; border-radius: 50%; background: var(--steel-dim); border: 1px solid rgba(157,195,204,.3); display: grid; place-items: center; font-weight: 600; color: var(--steel); font-size: 14px; }
.tm .who b { display: block; font-size: 14px; font-weight: 600; }
.tm .who span { font-size: 12.5px; color: var(--ink3); }
.tm-note { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink3); padding: 7px 12px; border-radius: var(--pill); border: 1px dashed var(--line2); margin-top: 14px; }

.hx-ctaband { border-radius: var(--r-lg); min-height: 460px; display: grid; align-items: center; padding: 60px 56px; }
.hx-ctaband.grade::after { background: linear-gradient(90deg, rgba(11,10,9,.92), rgba(11,10,9,.66) 50%, rgba(11,10,9,.25)), linear-gradient(0deg, rgba(216,160,80,.12), transparent 60%); }
.hx-cta-in { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; }
.hx-ctaband h2 { max-width: 14ch; margin-top: 14px; }
.hx-ctaband p { color: var(--ink2); font-size: 16px; margin: 14px 0 26px; max-width: 46ch; }
.sig { font-family: "Caveat", cursive; font-weight: 500; color: var(--gold3); font-size: clamp(28px, 3vw, 40px); transform: rotate(-6deg); line-height: 1; }
@media (max-width: 960px) { .hx-ctaband { padding: 40px 24px; min-height: 420px; } .hx-cta-in { grid-template-columns: 1fr; } .sig { transform: none; } }
.map-wrap { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); filter: grayscale(.4) contrast(1.05) brightness(.85); }

/* ==========================================================================
   SHOP (carriers)
   ========================================================================== */
.shop-hero { padding: 120px 0 30px; }
.shop-hero h1 { max-width: 18ch; }
.shop-tools { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; margin: 26px 0 22px; }
.shop-filter { display: flex; gap: 8px; flex-wrap: wrap; }
.shop-filter button { padding: 9px 16px; border-radius: var(--pill); font-size: 13.5px; font-weight: 600; color: var(--ink2); background: rgba(255,255,255,.05); border: 1px solid var(--line); cursor: pointer; transition: .25s; }
.shop-filter button.on { background: var(--steel-dim); color: var(--steel); border-color: rgba(157,195,204,.3); }
.shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.prod { padding: 8px; display: flex; flex-direction: column; }
.prod .im { height: 210px; border-radius: calc(var(--r) - 8px); background: var(--bg3); }
.prod .im img { transform: scale(1.02); }
.prod:hover .im img { transform: scale(1.07); }
.prod .im .noimg { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink3); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; background: radial-gradient(60% 60% at 50% 40%, rgba(157,195,204,.12), transparent 70%), var(--bg3); }
.prod .im .noimg svg { width: 42px; height: 42px; color: var(--steel); margin-bottom: 10px; opacity: .8; }
.prod .bd { padding: 16px 12px 12px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.prod .cat { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); font-weight: 600; }
.prod h3 { font-size: 18px; margin: 0; }
.prod .pr { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.prod .pr b { font-family: "Outfit", sans-serif; font-weight: 500; font-size: 22px; color: var(--ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.prod .pr small { font-size: 12.5px; color: var(--ink3); }
.prod .pr .was { font-size: 13px; color: var(--ink3); text-decoration: line-through; }
.prod .meta { font-size: 12.5px; color: var(--ink3); }
.prod .act { display: flex; gap: 8px; margin-top: auto; padding-top: 12px; }
.prod .act .btn { flex: 1; padding: 12px 14px; font-size: 13px; }
.stock { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ok); }
.stock::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 8px var(--ok); }

/* product page */
.pdp { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 26px; align-items: start; }
.pdp-gallery { position: sticky; top: 110px; }
.pdp-main { height: 480px; border-radius: var(--r-lg); background: var(--bg3); }
.pdp-main img { transform: scale(1.01); }
.pdp-thumbs { display: flex; gap: 10px; margin-top: 10px; }
.pdp-thumbs button { width: 74px; height: 62px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--bg3); padding: 0; cursor: pointer; }
.pdp-thumbs button.on { border-color: var(--steel); box-shadow: 0 0 0 3px var(--steel-dim); }
.pdp-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pdp-buy { padding: 30px; }
.pdp-buy h1 { font-size: clamp(28px, 3vw, 40px); margin-bottom: 6px; }
.pdp-buy .sub { color: var(--ink3); font-size: 14px; margin-bottom: 18px; }
.pdp-price { display: flex; align-items: baseline; gap: 10px; margin: 12px 0 4px; }
.pdp-price b { font-family: "Outfit", sans-serif; font-weight: 400; font-size: 40px; color: var(--ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.pdp-price small { color: var(--ink3); font-size: 13px; }
.opt-lbl { font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink3); margin: 22px 0 10px; display: flex; justify-content: space-between; }
.opt-lbl b { color: var(--ink); font-weight: 600; letter-spacing: 0; text-transform: none; font-size: 13px; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.seg label { position: relative; cursor: pointer; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg .opt { display: flex; flex-direction: column; gap: 3px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.05); border: 1px solid var(--line); transition: .25s; }
.seg .opt b { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.seg .opt span { font-size: 12.5px; color: var(--ink3); }
.seg .opt i { font-style: normal; font-family: "Outfit", sans-serif; font-size: 16px; color: var(--gold); margin-top: 6px; }
.seg input:checked + .opt { border-color: var(--steel); background: var(--steel-dim); box-shadow: 0 0 0 3px rgba(157,195,204,.12); }
.seg input:focus-visible + .opt { outline: 2px solid var(--steel); }
.qty { display: inline-flex; align-items: center; border-radius: var(--pill); border: 1px solid var(--line); background: rgba(255,255,255,.05); }
.qty button { width: 44px; height: 44px; border: 0; background: none; color: var(--ink); font-size: 20px; cursor: pointer; border-radius: 50%; }
.qty button:hover { background: rgba(255,255,255,.08); }
.qty input { width: 48px; text-align: center; background: none; border: 0; color: var(--ink); font: inherit; font-size: 16px; font-weight: 600; }
.pdp-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.pdp-actions .btn { width: 100%; padding: 16px; font-size: 14.5px; }
.pdp-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.pdp-trust div { padding: 12px 10px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid var(--line); text-align: center; font-size: 11.5px; color: var(--ink2); line-height: 1.35; }
.pdp-trust svg { width: 18px; height: 18px; color: var(--steel); display: block; margin: 0 auto 6px; }
.pdp-specs { margin-top: 26px; }
.pdp-specs .row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; }
.pdp-specs .row span { color: var(--ink3); }
.pdp-specs .row b { color: var(--ink); font-weight: 500; text-align: right; }
@media (max-width: 960px) { .pdp { grid-template-columns: 1fr; } .pdp-gallery { position: static; } .pdp-main { height: 300px; } .pdp-buy { padding: 22px; } }
/* sticky mobile buy bar */
.buybar { position: fixed; left: 12px; right: 12px; bottom: calc(102px + env(safe-area-inset-bottom)); z-index: 998; padding: 10px 10px 10px 16px; display: none; align-items: center; justify-content: space-between; gap: 10px; border-radius: 18px; background: rgba(16,15,13,.9); }
.buybar .t span { display: block; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink3); }
.buybar .t b { font-family: "Outfit", sans-serif; font-size: 20px; font-weight: 500; }
.buybar .btn { padding: 12px 18px; font-size: 13.5px; }
@media (max-width: 960px) { .buybar { display: flex; } }

/* cart drawer */
.cart-fab { position: fixed; right: 18px; bottom: calc(96px + env(safe-area-inset-bottom)); z-index: 997; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); cursor: pointer; border: 1px solid var(--line2); background: rgba(16,15,13,.85); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); box-shadow: 0 20px 40px -14px rgba(0,0,0,.8); transition: transform .4s var(--spring); }
.cart-fab:hover { transform: scale(1.06); }
.cart-fab svg { width: 22px; height: 22px; }
.cart-fab .n { position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px; background: var(--gold); color: #1c1509; font-size: 12px; font-weight: 700; display: grid; place-items: center; }
.cart-fab[data-items="0"] .n { display: none; }
@media (min-width: 961px) { .cart-fab { bottom: 28px; } }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100vw); z-index: 1600; transform: translateX(105%); transition: transform .5s var(--ease); display: flex; flex-direction: column; background: rgba(16,15,13,.94); -webkit-backdrop-filter: blur(30px) saturate(1.6); backdrop-filter: blur(30px) saturate(1.6); border-left: 1px solid var(--line2); box-shadow: -30px 0 80px rgba(0,0,0,.6); }
.cart-drawer.open { transform: none; }
.cart-bd { position: fixed; inset: 0; z-index: 1590; background: rgba(4,3,2,.6); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; pointer-events: none; transition: .35s; }
.cart-bd.open { opacity: 1; pointer-events: auto; }
.cart-hd { display: flex; align-items: center; justify-content: space-between; padding: 22px 22px 16px; border-bottom: 1px solid var(--line); }
.cart-hd h3 { margin: 0; font-size: 20px; }
.cart-items { flex: 1; overflow-y: auto; padding: 12px 22px; display: grid; gap: 10px; align-content: start; }
.cart-it { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; padding: 10px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.cart-it .th { width: 60px; height: 60px; border-radius: 10px; overflow: hidden; background: var(--bg3); }
.cart-it .th img { width: 100%; height: 100%; object-fit: cover; }
.cart-it b { display: block; font-size: 14px; font-weight: 600; }
.cart-it small { color: var(--ink3); font-size: 12px; display: block; }
.cart-it .qty { transform: scale(.85); transform-origin: left; margin-top: 4px; }
.cart-it .rm { color: var(--ink3); font-size: 12px; cursor: pointer; background: none; border: 0; padding: 4px; }
.cart-it .rm:hover { color: var(--err); }
.cart-it .p { font-family: "Outfit", sans-serif; font-size: 16px; font-weight: 500; white-space: nowrap; text-align: right; }
.cart-empty { text-align: center; color: var(--ink3); padding: 40px 20px; font-size: 14px; }
.cart-ft { padding: 16px 22px calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); }
.cart-tot { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.cart-tot span { color: var(--ink3); font-size: 13px; }
.cart-tot b { font-family: "Outfit", sans-serif; font-size: 26px; font-weight: 400; }
.cart-ft .btn { width: 100%; padding: 16px; }
.cart-ft .note { font-size: 12px; color: var(--ink3); text-align: center; margin-top: 10px; }

/* checkout */
.co { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 22px; align-items: start; }
.co-sum { padding: 26px; position: sticky; top: 110px; }
.co-sum h3 { font-size: 18px; margin-bottom: 14px; }
.co-line { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 14px; }
.co-line span { color: var(--ink2); }
.co-line b { font-weight: 500; white-space: nowrap; }
.co-line.tot { border-top: 1px solid var(--line2); margin-top: 6px; padding-top: 14px; }
.co-line.tot b { font-family: "Outfit", sans-serif; font-size: 24px; font-weight: 400; }
.co-steps { display: flex; gap: 8px; margin-bottom: 22px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink3); font-weight: 600; }
.co-steps span { padding: 6px 12px; border-radius: var(--pill); border: 1px solid var(--line); }
.co-steps span.on { color: var(--steel); border-color: rgba(157,195,204,.35); background: var(--steel-dim); }
.order-ok { text-align: center; padding: 48px 28px; }
.order-ok .big { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; background: rgba(111,211,160,.12); border: 1px solid rgba(111,211,160,.35); color: var(--ok); }
.order-ok .big svg { width: 32px; height: 32px; }
.order-ok .oid { font-family: "Outfit", sans-serif; font-size: 30px; letter-spacing: .04em; margin: 6px 0 4px; }
@media (max-width: 960px) { .co { grid-template-columns: 1fr; } .co-sum { position: static; } }

/* ---------- misc legacy ---------- */
.trust-bar, .location-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.location-list li { list-style: none; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--ink2); }
.project-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
.project-slide { flex: 0 0 min(360px, 82vw); scroll-snap-align: start; position: relative; border-radius: var(--r); overflow: hidden; }
.project-slide img { height: 260px; margin: 0; width: 100%; border-radius: var(--r); }
.project-overlay { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 14px 16px; border-radius: var(--r-sm); background: var(--glass-solid); border: 1px solid var(--line); }
.project-overlay h3 { font-size: 16px; margin: 0 0 2px; }
.project-overlay p { margin: 0; font-size: 12.5px; color: var(--ink3); }
.project-badge { font-family: "Outfit", sans-serif; font-size: 14px; color: var(--ink3); letter-spacing: .1em; }
.t-item, .testimonial-card { padding: 24px; }
.stars { color: var(--gold); letter-spacing: 3px; }
iframe { max-width: 100%; }

/* ---------- patches ---------- */
.icb { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--ink2); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); cursor: pointer; transition: .25s; }
.icb:hover { color: var(--ink); background: rgba(255,255,255,.1); }
.eyebrow.steel { color: var(--steel); }
.eyebrow.steel::before { background: var(--steel); }
@media (max-width: 960px) { .buybar ~ .cart-fab { bottom: calc(190px + env(safe-area-inset-bottom)); } }
.prod h3 a:hover { color: var(--steel); }
main > .section:first-of-type, main > .section:first-child { padding-top: 44px; }
.shop-hero { padding: 40px 0 26px; }

/* ---------- hero slider ---------- */
.hx-hero .grade > img, .hx-hero .grade > picture > img { opacity: 0; }
.hx-hero .grade > img.on, .hx-hero .grade > picture > img.on { opacity: 1; }
.hx-slider-ui { display: flex; align-items: center; gap: 10px; }
.hx-dots { display: flex; gap: 6px; }
.hx-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; background: rgba(255,255,255,.28); cursor: pointer; transition: .3s; }
.hx-dots button.on { background: var(--gold); width: 22px; border-radius: 4px; }
.hx-arrows { display: flex; gap: 6px; margin-left: 6px; }
.hx-arrows button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: var(--ink); cursor: pointer; font-size: 16px; display: grid; place-items: center; transition: .25s; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.hx-arrows button:hover { background: rgba(255,255,255,.14); }
.hx-chip { animation: none; opacity: 1; transform: none; }
.hx-chip.swap { animation: chipIn .8s var(--ease); }
@keyframes chipIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (max-width: 1320px) { .hdr-tel { display: none !important; } .hdr-nav .nl { padding: 9px 10px; font-size: 13px; } }


/* ==========================================================================
   LIGHT THEME OVERRIDES (v32) — rules above that hard-coded dark-surface values
   ========================================================================== */
::selection { background: var(--gold-btn); color: #1c1509; }
::-webkit-scrollbar-thumb { background: #cfcac2; border-color: var(--bg); }

/* glass on light */
.glass, .card, .s-card, .icon-tile, .why-item, .faq-item, .p-step, .price-band, .table-wrap, .form-card, .form-panel > div, .role-card, .testimonial-card, .cta-band, .contact-box, .callout, .hero-inline, .stats-band {
    background: var(--glass-bg);
    -webkit-backdrop-filter: blur(22px) saturate(1.4); backdrop-filter: blur(22px) saturate(1.4);
    border: 1px solid rgba(23,20,18,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(23,20,18,.04), 0 24px 50px -28px rgba(23,20,18,.22);
}
.glass::before, .card::before, .s-card::before, .icon-tile::before, .why-item::before, .price-band::before, .cta-band::before, .testimonial-card::before {
    background: radial-gradient(260px circle at var(--mx, 50%) var(--my, -20%), rgba(255,255,255,.9), rgba(255,255,255,.2) 40%, transparent 62%);
}
.glass::after, .card::after, .s-card::after, .icon-tile::after, .why-item::after, .price-band::after, .cta-band::after, .testimonial-card::after, .faq-item::after, .p-step::after {
    background: linear-gradient(155deg, rgba(255,255,255,1), rgba(255,255,255,.3) 28%, transparent 50%, rgba(53,112,124,.10) 80%, rgba(255,255,255,.7));
}
.glass:hover, .card:hover, .s-card:hover, .icon-tile:hover, .why-item:hover, .testimonial-card:hover {
    border-color: rgba(23,20,18,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 2px 4px rgba(23,20,18,.05), 0 34px 70px -30px rgba(23,20,18,.3), 0 0 0 1px rgba(53,112,124,.08);
}
.form-panel > div:first-child { background: none; border: 0; box-shadow: none; }
.callout { background: var(--gold-dim) !important; }
.glass-solid { background: var(--glass-solid) !important; }

/* buttons */
.btn-primary { background: linear-gradient(160deg, var(--gold3), var(--gold-btn) 45%, var(--gold2)); color: #1c1509; box-shadow: inset 0 1px 0 rgba(255,255,255,.7), inset 0 -1px 0 rgba(0,0,0,.12), 0 14px 30px -12px var(--gold-glow); }
.btn-primary:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 22px 40px -14px var(--gold-glow); }
.btn-secondary, .btn-glass { color: var(--ink); background: rgba(255,255,255,.72); border-color: rgba(23,20,18,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(23,20,18,.04); }
.btn-secondary:hover, .btn-glass:hover { background: #fff; border-color: rgba(23,20,18,.2); }
.btn-whatsapp { background: linear-gradient(160deg, #3fcf7f, #1f9d58); color: #06170d; }
.btn-steel { background: var(--steel-dim); color: var(--steel); border-color: rgba(53,112,124,.25); }
.arrow-btn, .arb { background: rgba(23,20,18,.05); border-color: rgba(23,20,18,.1); color: var(--ink); }
.pcard:hover .arb, .jcard:hover .arb, .s-card:hover .arrow-btn, .card:hover .arrow-btn { background: var(--gold-btn); color: #1c1509; }

/* header */
.brand-logo, .ms-logo, .footer-brand img { filter: none; }
.hdr-nav .nl:hover, .hdr-dd:focus-within > .nl, .hdr-nav .nl.on { background: rgba(23,20,18,.06); }
.drop a:hover { background: rgba(23,20,18,.05); }
.menu-btn { background: rgba(23,20,18,.05); border-color: rgba(23,20,18,.08); }
.menu-btn:hover { background: rgba(23,20,18,.1); }
.hdr-tel { color: var(--ink2); }
.icb { background: rgba(23,20,18,.05); border-color: rgba(23,20,18,.08); }
.icb:hover { background: rgba(23,20,18,.1); }

/* mobile sheet */
.menu-backdrop { background: rgba(23,20,18,.35); }
.menu-sheet { background: rgba(255,255,255,.94); border-top: 1px solid rgba(23,20,18,.08); box-shadow: 0 -30px 80px rgba(23,20,18,.18), inset 0 1px 0 #fff; }
.menu-sheet::before { background: rgba(23,20,18,.18); }
.ms-close { background: rgba(23,20,18,.06); }
.ms-call { background: var(--steel-dim); color: var(--steel); border-color: rgba(53,112,124,.2); }
.ms-wa { background: rgba(37,181,102,.12); color: #178a4b; border-color: rgba(37,181,102,.25); }
.ms-carriers, .ms-feature { background: rgba(23,20,18,.03); }
.ms-f-ico { background: linear-gradient(160deg, var(--gold3), var(--gold-btn)); }
.ms-links a:active { background: rgba(23,20,18,.06); }
.ms-join { background: linear-gradient(160deg, var(--gold3), var(--gold-btn)); }

/* tab bar / fab / drawers */
.tabbar .on::before { border-color: rgba(53,112,124,.2); box-shadow: inset 0 1px 0 #fff; }
.tabbar .q::before { background: linear-gradient(160deg, var(--gold3), var(--gold-btn)); }
.cart-fab { color: var(--ink); border-color: rgba(23,20,18,.12); background: rgba(255,255,255,.88); box-shadow: 0 20px 40px -14px rgba(23,20,18,.3); }
.cart-fab .n { background: var(--gold-btn); }
.cart-drawer { background: rgba(255,255,255,.96); border-left: 1px solid rgba(23,20,18,.08); box-shadow: -30px 0 80px rgba(23,20,18,.18); }
.cart-bd { background: rgba(23,20,18,.35); }
.cart-it { background: rgba(23,20,18,.03); }
.cart-it .th, .prod .im, .pdp-main, .pdp-thumbs button { background: var(--bg4); }
.buybar { background: rgba(255,255,255,.92); }

/* hero — photo with white text, fading into the light page */
.hx-hero .grade::after { background: linear-gradient(90deg, rgba(23,20,18,.74) 0%, rgba(23,20,18,.5) 34%, rgba(23,20,18,.12) 62%, transparent), linear-gradient(180deg, rgba(23,20,18,.35), transparent 26%, transparent 62%, var(--bg) 100%); }
.hx-hero h1 { color: #fff; }
.hx-hero h1 .ln:nth-child(3) span { color: var(--gold3); }
.hx-hero .eyebrow { color: var(--gold3); }
.hx-hero .eyebrow::before { background: var(--gold3); }
.hx-hero .lead { color: #efeae0; }
.hx-play { color: #fff; }
.hx-play .pb { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.35); }
.hx-play .pb::after { border-color: rgba(255,255,255,.45); }
.hx-play svg { color: #fff; }
.hx-chip { background: var(--glass-solid); }
.hx-chip .dot { background: var(--steel-dim); color: var(--steel); border-color: rgba(53,112,124,.25); }
.hx-dots button { background: rgba(255,255,255,.4); }
.hx-dots button.on { background: var(--gold3); }
.hx-arrows button { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.35); color: #fff; }
.hx-scroll { color: rgba(255,255,255,.75); }
.hx-scroll i { border-color: rgba(255,255,255,.4); }
.hx-scroll i::after { background: #fff; }
.hx-hero { padding-bottom: 90px; }
/* stats now sit below the hero on the light ground */
.hx-stats-wrap { margin-top: -40px; position: relative; z-index: 2; }
.hx-stats { margin-top: 0; padding: 22px 28px; border-top: 0; border-radius: var(--r); }
.hx-stat { padding: 8px 22px 8px 0; border-right: 1px solid var(--line); }
.hx-stat + .hx-stat { padding-left: 22px; }
.hx-stat b { color: var(--ink); }
.hx-stat b i { color: var(--steel); }
@media (max-width: 960px) { .hx-hero { padding-bottom: 80px; } .hx-stats { padding: 14px 18px; } .hx-stat:nth-child(2) { border-right: 0; } .hx-stat:nth-child(3) { padding-left: 0; } }

/* photo grade — lighter bottom on light pages */
.grade::after { background: linear-gradient(180deg, rgba(216,150,70,.06), rgba(23,20,18,0) 45%, rgba(23,20,18,.28)), linear-gradient(0deg, rgba(216,170,100,.06), transparent 60%); }
.pcard .tg { background: rgba(255,255,255,.86); color: var(--steel); border-color: rgba(23,20,18,.08); }
.story-im .cap, .jcard .cap, .prec-im .badge2, .project-overlay { background: var(--glass-solid); border: 1px solid rgba(23,20,18,.06); box-shadow: 0 20px 50px -24px rgba(23,20,18,.3); }
.map-wrap { filter: saturate(.9); }

/* CTA band stays cinematic (photo + white text) */
.hx-ctaband.grade::after { background: linear-gradient(90deg, rgba(23,20,18,.86), rgba(23,20,18,.6) 50%, rgba(23,20,18,.2)), linear-gradient(0deg, rgba(216,160,80,.1), transparent 60%); }
.hx-ctaband h2 { color: #fff; }
.hx-ctaband h2 em { color: var(--gold3); }
.hx-ctaband p { color: #e6e0d5; }
.hx-ctaband .eyebrow { color: var(--gold3); }
.hx-ctaband .eyebrow::before { background: var(--gold3); }
.hx-ctaband .btn-secondary { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.3); }
.hx-ctaband .btn-secondary:hover { background: rgba(255,255,255,.2); }

/* forms */
.field input, .field select, .field textarea, input.inp, select.inp, textarea.inp { background: #fff; border-color: rgba(23,20,18,.14); }
.field input:focus, .field select:focus, .field textarea:focus, .inp:focus { background: #fff; border-color: rgba(53,112,124,.55); box-shadow: 0 0 0 4px rgba(53,112,124,.12); }
.field select option { background: #fff; }
.field input::placeholder, .field textarea::placeholder { color: rgba(122,116,107,.7); }
.alert-success, .msg { background: rgba(31,122,77,.08); border-color: rgba(31,122,77,.3); color: #1b6b45; }
.alert-error { background: rgba(179,38,30,.07); border-color: rgba(179,38,30,.3); color: #9c2118; }
.seg .opt, .qty, .pdp-trust div, .chips li, .chip, .location-list li, .shop-filter button, .join-chips span { background: rgba(23,20,18,.035) !important; border-color: rgba(23,20,18,.09) !important; }
.seg input:checked + .opt { border-color: var(--steel) !important; background: var(--steel-dim) !important; }
.shop-filter button.on, .chips li.on, .chip.on { background: var(--steel-dim) !important; color: var(--steel); border-color: rgba(53,112,124,.3) !important; }
.qty button:hover { background: rgba(23,20,18,.06); }
.table th { background: rgba(23,20,18,.03); }
.tabbar, .site-header { box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 2px 4px rgba(23,20,18,.04), 0 24px 50px -28px rgba(23,20,18,.28); }

/* footer — light */
.site-footer { background: linear-gradient(180deg, var(--bg), #ece9e3); border-top: 1px solid var(--line); }
.site-footer ul a:hover, .site-footer p a:hover { color: var(--steel); }
.social-row a:hover { border-color: var(--steel); color: var(--steel); }

/* misc */
.cursor-glow { background: radial-gradient(circle, rgba(53,112,124,.09), transparent 60%); mix-blend-mode: multiply; }
.section-alt { background: linear-gradient(180deg, var(--bg2), var(--bg)); }
.prod .im .noimg { background: radial-gradient(60% 60% at 50% 40%, rgba(53,112,124,.1), transparent 70%), var(--bg4); }
.role-card { background: var(--glass-bg) !important; }
.tm .av { background: var(--steel-dim); border-color: rgba(53,112,124,.25); }
.order-ok .big { background: rgba(31,122,77,.1); border-color: rgba(31,122,77,.3); }
h1 strong, h2 strong, h1 em, h2 em, .grad-text { color: var(--gold); }


/* ==========================================================================
   v33 — teal accent, visible hover, real liquid glass on light
   ========================================================================== */
/* ambient colour behind the glass so the blur has something to refract */
body { position: relative; }
body::before { content: ""; position: fixed; inset: -10%; z-index: 0; pointer-events: none;
    background:
        radial-gradient(38% 34% at 12% 18%, rgba(34,128,143,.20), transparent 70%),
        radial-gradient(30% 30% at 88% 12%, rgba(212,182,108,.16), transparent 70%),
        radial-gradient(36% 32% at 78% 82%, rgba(34,128,143,.14), transparent 70%),
        radial-gradient(28% 26% at 18% 86%, rgba(212,182,108,.12), transparent 70%);
    filter: blur(40px); animation: ambient 26s ease-in-out infinite alternate; }
@keyframes ambient { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(2%,-2%,0) scale(1.06); } }
@media (prefers-reduced-motion: reduce) { body::before { animation: none; } }
main, .site-footer { position: relative; z-index: 1; }

/* glass: translucent enough to show the ambient through it */
.glass, .card, .s-card, .icon-tile, .why-item, .faq-item, .p-step, .price-band, .table-wrap, .form-card, .form-panel > div, .role-card, .testimonial-card, .cta-band, .contact-box, .hero-inline, .stats-band, .pcard, .prod, .tm, .ftile, .prec-in, .pdp-buy, .co-sum {
    background: linear-gradient(140deg, rgba(255,255,255,.72), rgba(255,255,255,.44) 55%, rgba(255,255,255,.62));
    -webkit-backdrop-filter: blur(28px) saturate(1.8); backdrop-filter: blur(28px) saturate(1.8);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 0 -1px 0 rgba(23,20,18,.05), 0 0 0 1px rgba(23,20,18,.06), 0 24px 50px -26px rgba(23,20,18,.28);
}
.form-panel > div:first-child { background: none; border: 0; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.glass::after, .card::after, .s-card::after, .icon-tile::after, .why-item::after, .price-band::after, .cta-band::after, .testimonial-card::after, .faq-item::after, .p-step::after {
    background: linear-gradient(155deg, rgba(255,255,255,1), rgba(255,255,255,.35) 30%, transparent 52%, rgba(28,107,120,.18) 82%, rgba(255,255,255,.8));
}
/* HOVER — must be obvious: teal edge, lift, brighter surface, refracting rim */
.glass:hover, .card:hover, .s-card:hover, .icon-tile:hover, .why-item:hover, .testimonial-card:hover, .pcard:hover, .prod:hover, .tm:hover, .ftile:hover, .faq-item:hover, .p-step:hover, .price-band:hover, .cta-band:hover {
    background: linear-gradient(140deg, rgba(255,255,255,.9), rgba(255,255,255,.66) 55%, rgba(28,107,120,.08));
    border-color: rgba(28,107,120,.45); transform: translateY(-5px);
    box-shadow: inset 0 1px 0 #fff, 0 0 0 1px rgba(28,107,120,.2), 0 30px 60px -26px rgba(28,107,120,.35), 0 40px 80px -30px rgba(23,20,18,.3);
}
.faq-item:hover, .p-step:hover, .price-band:hover, .cta-band:hover, .prec-in:hover, .pdp-buy:hover, .co-sum:hover { transform: none; }
.glass::before, .card::before, .s-card::before, .icon-tile::before, .why-item::before, .price-band::before, .cta-band::before, .testimonial-card::before {
    background: radial-gradient(240px circle at var(--mx, 50%) var(--my, -20%), rgba(28,107,120,.16), rgba(255,255,255,.35) 38%, transparent 62%);
}
.site-header:hover { background: linear-gradient(140deg, rgba(255,255,255,.86), rgba(255,255,255,.7)); }

/* buttons on the new accent */
.btn-primary { background: linear-gradient(160deg, var(--gold-btn), var(--gold) 55%, var(--gold2)); color: var(--on-accent); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), inset 0 -1px 0 rgba(0,0,0,.18), 0 14px 30px -12px var(--gold-glow); }
.btn-primary:hover { background: linear-gradient(160deg, #2a93a3, #1c6b78 55%, #124751); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 22px 40px -14px var(--gold-glow); transform: translateY(-2px); }
.btn-primary .bi { background: rgba(255,255,255,.18); }
.btn-primary::before { background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%); }
.btn-secondary:hover, .btn-glass:hover { border-color: rgba(28,107,120,.5); color: var(--gold); background: #fff; }
.btn-whatsapp:hover { filter: brightness(1.06); }
.card-link, .view-all, .sec-hd .lnk { color: var(--gold); }
.card-link:hover, .view-all:hover, .sec-hd .lnk:hover { color: var(--gold2); text-decoration: underline; text-underline-offset: 4px; }
p a:hover, li a:hover, .small a:hover, .crumb a:hover, .site-footer ul a:hover, .site-footer p a:hover, .prod h3 a:hover { color: var(--gold2); text-decoration: underline; text-underline-offset: 3px; }
.pcard:hover .arb, .jcard:hover .arb, .s-card:hover .arrow-btn, .card:hover .arrow-btn, .prod:hover .arb { background: var(--gold); color: #fff; border-color: var(--gold); }

/* header + nav hover */
.hdr-nav .nl:hover, .hdr-dd:focus-within > .nl { background: var(--gold-dim); color: var(--gold); }
.hdr-nav .nl.on { background: rgba(23,20,18,.07); color: var(--ink); }
.drop a:hover { background: var(--gold-dim); color: var(--gold); }
.drop .dh { color: var(--gold); }
.menu-btn:hover { background: var(--gold-dim); }
.menu-btn:hover span { background: var(--gold); }
.hdr-tel:hover { color: var(--gold); }

/* text-on-accent everywhere the old gold assumed dark text */
.tabbar .q { color: #fff; }
.tabbar .q::before { background: linear-gradient(160deg, var(--gold-btn), var(--gold)); }
.ms-f-ico { background: linear-gradient(160deg, var(--gold-btn), var(--gold)); color: #fff; }
.ms-join { background: linear-gradient(160deg, var(--gold-btn), var(--gold)); color: #fff; }
.cart-fab .n { background: var(--gold); color: #fff; }
.tm .stars, .stars { color: var(--gold-btn); }
.p-num, .step2 .no { color: var(--gold); }
.pcard .pr b, .prod .pr b, .seg .opt i, .rate-table td:nth-child(2) { color: var(--gold); }
.hx-dots button.on { background: #fff; }
.hx-hero h1 .ln:nth-child(3) span { color: var(--gold3); }
.hx-hero .eyebrow, .hx-ctaband .eyebrow { color: var(--gold3); }
.hx-hero .eyebrow::before, .hx-ctaband .eyebrow::before { background: var(--gold3); }
.hx-ctaband h2 em { color: var(--gold3); }
.sig { color: var(--gold3); }
.hx-chip .dot { background: var(--gold-dim); color: var(--gold); border-color: rgba(28,107,120,.25); }
.callout { border-left-color: var(--gold) !important; background: var(--gold-dim) !important; }
.order-ok .big { color: var(--ok); }
label.chk input { accent-color: var(--gold); }
.badge.gold { color: var(--gold); background: var(--gold-dim); border-color: rgba(28,107,120,.22); }
.hx-play .pb::after { border-color: rgba(169,219,227,.6); }
.hx-play svg { color: var(--gold3); }

/* subtle section rhythm so it doesn't read as one flat white sheet */
.section-alt { background: linear-gradient(180deg, rgba(28,107,120,.045), rgba(28,107,120,0) 70%); }
.mq { background: rgba(255,255,255,.35); }
.site-footer { background: linear-gradient(180deg, rgba(255,255,255,0), rgba(28,107,120,.06)); }

/* v33.1 fixes */
.hx-stat b span, .stats-band strong span { font: inherit; display: inline; margin: 0; color: inherit; }
.hx-stat > span { display: block; }
.hx-chip { border-radius: 22px; align-items: flex-start; max-width: 360px; }
.hx-chip .dot { margin-top: 2px; }
.hx-chip span { display: block; line-height: 1.4; }
@media (max-width: 960px) {
    .hx-hero .grade::after { background: linear-gradient(180deg, rgba(23,20,18,.55), rgba(23,20,18,.35) 30%, rgba(23,20,18,.15) 55%, var(--bg) 100%), linear-gradient(90deg, rgba(23,20,18,.5), transparent 80%); }
    .hx-hero .lead { text-shadow: 0 1px 12px rgba(0,0,0,.35); }
}
/* fixed chrome must never take the card hover lift */
.site-header, .site-header:hover { transform: translateX(-50%); background: linear-gradient(140deg, rgba(255,255,255,.82), rgba(255,255,255,.62)); border-color: rgba(255,255,255,.8); }
.tabbar, .tabbar:hover { transform: translateX(-50%); }
.hx-chip:hover, .hx-stats:hover, .hero-inline:hover, .table-wrap:hover, .contact-box:hover, .form-card:hover, .story-im .cap:hover, .jcard .cap:hover, .buybar:hover, .badge2:hover { transform: none; }
.site-header::before, .tabbar::before { display: none; }


/* ==========================================================================
   v35 — top-down mobile menu, 3-action pill bar
   ========================================================================== */
/* menu sheet slides DOWN from the top (under the header pill) */
.menu-sheet { top: 0; bottom: auto; left: 0; right: 0; max-height: 92svh; border-radius: 0 0 30px 30px; border-top: 0; border-bottom: 1px solid rgba(23,20,18,.08);
    transform: translateY(-105%); padding: calc(88px + env(safe-area-inset-top)) 18px 24px; box-shadow: 0 30px 80px rgba(23,20,18,.22); }
.menu-check:checked ~ .menu-sheet { transform: none; }
.menu-sheet::before { display: none; }
.menu-sheet::after { content: ""; display: block; width: 40px; height: 4px; border-radius: 4px; background: rgba(23,20,18,.18); margin: 18px auto 0; }
.menu-sheet .ms-top { display: none; }
.menu-check:checked ~ .site-header { z-index: 1600; }
.menu-check:checked ~ .site-header .menu-btn span:first-child { transform: translateY(3.3px) rotate(45deg); width: 16px; }
.menu-check:checked ~ .site-header .menu-btn span:last-child { transform: translateY(-3.3px) rotate(-45deg); width: 16px; margin-left: 0; align-self: center; }
.menu-btn span { transition: transform .3s var(--ease), width .3s, margin .3s; }

/* floating pill: Shop · Get Quote · WhatsApp */
.tabbar { width: auto; max-width: calc(100vw - 24px); padding: 6px; border-radius: var(--pill); gap: 4px; }
.tabbar a, .tabbar label { flex: 0 0 auto; flex-direction: row; gap: 8px; padding: 12px 16px; border-radius: var(--pill); font-size: 13px; font-weight: 600; color: var(--ink2); }
.tabbar svg { width: 19px; height: 19px; }
.tabbar .on { color: var(--gold); }
.tabbar .on::before { border-radius: var(--pill); }
.tabbar .q { color: #fff; padding: 12px 18px; }
.tabbar .q::before { border-radius: var(--pill); box-shadow: 0 10px 24px -10px var(--gold-glow); }
.tabbar .wa { color: #178a4b; }
.tabbar .wa::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: rgba(37,181,102,.12); border: 1px solid rgba(37,181,102,.22); }
@media (max-width: 380px) { .tabbar a { padding: 12px 12px; font-size: 12px; } .tabbar .q { padding: 12px 14px; } }


/* ==========================================================================
   v36 — warm stone palette + deep-teal panels, serif display, side drawer,
   floating WhatsApp, compact hero text & stats, rotating stamp
   ========================================================================== */
:root {
    --bg: #f1eee8; --bg2: #e9e5dd; --bg3: #fbfaf7; --bg4: #ddd7cc;
    --deep: #12343c; --deep2: #0d272e; --on-deep: #e6eef0; --on-deep2: #a9bcc1;
    --line: rgba(23,20,18,.10); --line2: rgba(23,20,18,.18);
    --glass-bg: linear-gradient(140deg, rgba(251,250,247,.78), rgba(251,250,247,.52) 60%, rgba(251,250,247,.68));
    --glass-solid: rgba(251,250,247,.9);
}
body::before { background:
    radial-gradient(40% 36% at 10% 14%, rgba(28,107,120,.16), transparent 70%),
    radial-gradient(34% 30% at 90% 10%, rgba(196,160,96,.16), transparent 70%),
    radial-gradient(38% 34% at 80% 84%, rgba(28,107,120,.12), transparent 70%),
    radial-gradient(30% 28% at 16% 88%, rgba(196,160,96,.12), transparent 70%); }
.glass, .card, .s-card, .icon-tile, .why-item, .faq-item, .p-step, .price-band, .table-wrap, .form-card, .form-panel > div, .role-card, .testimonial-card, .cta-band, .contact-box, .hero-inline, .stats-band, .pcard, .prod, .tm, .ftile, .prec-in, .pdp-buy, .co-sum {
    background: linear-gradient(140deg, rgba(251,250,247,.8), rgba(251,250,247,.5) 55%, rgba(251,250,247,.7)); }
.form-panel > div:first-child { background: none; }
.section-alt { background: linear-gradient(180deg, var(--bg2), rgba(233,229,221,0) 85%); }
.site-header, .site-header:hover { background: linear-gradient(140deg, rgba(251,250,247,.86), rgba(251,250,247,.66)); }

/* --- type: serif display for headlines --- */
h1, h2, .hx-hero h1, .sec-hd h2, .story-im .cap h2, .prec-in h2, .hx-ctaband h2, .pdp-buy h1 { font-family: "Cormorant Garamond", "Outfit", Georgia, serif; font-weight: 600; letter-spacing: -.012em; line-height: 1.04; }
h1 { font-size: clamp(40px, 5.6vw, 70px); }
h2 { font-size: clamp(32px, 4.2vw, 54px); }
h1 em, h2 em, h1 strong, h2 strong { font-style: italic; font-weight: 500; color: var(--gold); }
h3, h4 { font-family: "Outfit", sans-serif; }

/* --- hero: text block smaller so the photo shows --- */
.hx-hero { min-height: 90svh; padding: 130px 0 70px; }
.hx-hero .grade::after { background: linear-gradient(90deg, rgba(23,20,18,.62) 0%, rgba(23,20,18,.34) 30%, rgba(23,20,18,.06) 52%, transparent), linear-gradient(180deg, rgba(23,20,18,.28), transparent 24%, transparent 62%, var(--bg) 100%); }
.hx-hero-in { grid-template-columns: minmax(0, 540px) minmax(0, 1fr); gap: 30px; }
.hx-hero h1 { font-size: clamp(42px, 5.4vw, 78px); text-transform: none; letter-spacing: -.015em; line-height: 1.02; margin: 12px 0 14px; max-width: 12ch; }
.hx-hero h1 .ln:nth-child(3) span { color: inherit; }
.hx-hero h1 em { color: var(--gold3); font-style: italic; font-weight: 500; }
.hx-hero .lead { font-size: clamp(14.5px, 1.15vw, 16.5px); max-width: 40ch; margin-bottom: 20px; color: #ece7dd; }
.hx-cta .btn { padding: 12px 20px; font-size: 13.5px; }
.hx-play { font-size: 13px; }
.hx-play .pb { width: 42px; height: 42px; }
.hx-chip { max-width: 300px; padding: 11px 14px 11px 11px; }
.hx-chip .dot { width: 36px; height: 36px; }
.hx-chip b { font-size: 13.5px; }
.hx-chip span { font-size: 12px; }
@media (max-width: 960px) {
    .hx-hero { min-height: 82svh; padding: 110px 0 70px; }
    .hx-hero .grade::after { background: linear-gradient(180deg, rgba(23,20,18,.42), rgba(23,20,18,.18) 34%, rgba(23,20,18,.2) 60%, var(--bg) 100%), linear-gradient(90deg, rgba(23,20,18,.42), transparent 75%); }
    .hx-hero h1 { font-size: clamp(38px, 10vw, 54px); max-width: 11ch; }
    .hx-hero .lead { max-width: 34ch; }
}

/* --- stats: slim strip --- */
.hx-stats--slim { display: flex; flex-wrap: wrap; align-items: center; gap: 0; padding: 6px 10px; }
.hx-stats--slim .hx-stat { flex: 1 1 160px; display: flex; align-items: baseline; gap: 10px; padding: 12px 18px; border-right: 1px solid var(--line); }
.hx-stats--slim .hx-stat:last-child { border-right: 0; }
.hx-stats--slim .hx-stat b { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 28px; line-height: 1; }
.hx-stats--slim .hx-stat > span { margin: 0; font-size: 12.5px; }
@media (max-width: 960px) { .hx-stats--slim .hx-stat { flex-basis: 50%; border-right: 0; padding: 10px 12px; } .hx-stats--slim .hx-stat b { font-size: 24px; } }
.hx-stats-wrap { margin-top: -34px; }

/* --- deep teal panel for the "precision" block + footer --- */
.prec-in, .prec-in:hover { background: linear-gradient(160deg, var(--deep), var(--deep2)); border-color: rgba(255,255,255,.08); color: var(--on-deep); transform: none; }
.prec-in h2, .prec-in .step2 b { color: #fff; }
.prec-in > p, .prec-in .step2 span { color: var(--on-deep2); }
.prec-in .eyebrow, .prec-in .step2 .no { color: var(--gold3); }
.prec-in .eyebrow::before { background: var(--gold3); }
.prec-in .step2 { border-color: rgba(255,255,255,.1); }
.prec-in .btn-primary { background: #fff; color: var(--deep); box-shadow: 0 14px 30px -12px rgba(0,0,0,.4); }
.prec-in .btn-primary:hover { background: var(--gold3); color: var(--deep); }
.site-footer { background: linear-gradient(180deg, var(--deep), var(--deep2)); border-top: 0; color: var(--on-deep); margin-top: 40px; }
.site-footer .footer-title { color: var(--gold3); }
.site-footer ul a, .site-footer p, .site-footer > .container > .footer-grid > div > p, .footer-address, .site-footer p a { color: var(--on-deep2); }
.site-footer ul a:hover, .site-footer p a:hover { color: #fff; }
.footer-brand img { filter: brightness(0) invert(1); }
.social-row a { border-color: rgba(255,255,255,.18); color: var(--on-deep2); }
.social-row a:hover { border-color: var(--gold3); color: var(--gold3); }
.footer-bottom { border-color: rgba(255,255,255,.12); color: var(--on-deep2); }
.footer-bottom a { color: var(--on-deep2); }
.mq { background: none; border-color: var(--line); }

/* --- side drawer (app-style) --- */
.menu-sheet { top: 0; right: 0; bottom: 0; left: auto; width: min(400px, 86vw); max-height: none; border-radius: 28px 0 0 28px; border: 0; border-left: 1px solid rgba(23,20,18,.08);
    transform: translateX(105%); padding: calc(16px + env(safe-area-inset-top)) 18px calc(28px + env(safe-area-inset-bottom)); box-shadow: -30px 0 80px rgba(23,20,18,.25);
    background: rgba(251,250,247,.96); }
.menu-check:checked ~ .menu-sheet { transform: none; }
.menu-sheet::after { display: none; }
.menu-sheet .ms-top { display: flex; }
.menu-check:checked ~ .site-header { z-index: 1000; }
.menu-check:checked ~ .site-header .menu-btn span:first-child, .menu-check:checked ~ .site-header .menu-btn span:last-child { transform: none; width: 16px; margin-left: 0; }
.menu-check:checked ~ .site-header .menu-btn span:last-child { width: 10px; margin-left: 14px; }
.menu-sheet .ms-acc summary { font-family: "Outfit", sans-serif; font-weight: 500; font-size: 16px; }

/* --- floating WhatsApp + pill --- */
.wa-fab { position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 999; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #fff;
    background: linear-gradient(160deg, #3fcf7f, #1f9d58); box-shadow: 0 16px 34px -12px rgba(31,157,88,.7), inset 0 1px 0 rgba(255,255,255,.4); transition: transform .4s var(--spring); }
.wa-fab::before { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(37,181,102,.45); animation: pulse 2.4s ease-out infinite; }
.wa-fab svg { width: 28px; height: 28px; position: relative; }
.wa-fab:hover { transform: scale(1.08); }
.tabbar { left: 16px; transform: none; right: auto; width: auto; }
.tabbar, .tabbar:hover { transform: none; }
.tabbar a { padding: 12px 16px; }
.tabbar .q { padding: 12px 18px; }
@media (max-width: 960px) {
    .wa-fab { bottom: calc(14px + env(safe-area-inset-bottom)); width: 56px; height: 56px; }
    .tabbar { bottom: calc(14px + env(safe-area-inset-bottom)); max-width: calc(100vw - 100px); }
    .cart-fab { right: 16px; bottom: calc(86px + env(safe-area-inset-bottom)); width: 50px; height: 50px; }
    .buybar ~ .cart-fab { bottom: calc(86px + env(safe-area-inset-bottom)); }
    .buybar { bottom: calc(86px + env(safe-area-inset-bottom)); right: 78px; }
}
@media (min-width: 961px) { .cart-fab { right: 16px; bottom: 92px; } }
body { padding-bottom: 0; }
@media (max-width: 960px) { body { padding-bottom: 100px; } }

/* --- rotating stamp (replaces the script signature) --- */
.stamp { width: 150px; height: 150px; position: relative; justify-self: end; }
.stamp svg { width: 100%; height: 100%; animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.stamp-txt { font-family: "Instrument Sans", sans-serif; font-size: 12.4px; font-weight: 600; letter-spacing: .24em; fill: rgba(255,255,255,.85); }
.stamp-star { fill: var(--gold3); }
@media (max-width: 960px) { .stamp { width: 120px; height: 120px; justify-self: start; } }
@media (prefers-reduced-motion: reduce) { .stamp svg, .wa-fab::before { animation: none; } }
.sig { display: none; }


/* ==========================================================================
   v38 — copper accent (replaces teal), charcoal panels, Apple-style liquid glass,
   compact hero copy, stat chips
   ========================================================================== */
:root {
    --gold: #a3441f; --gold2: #7f3216; --gold3: #f2c9b1; --gold-btn: #c2582c;
    --gold-glow: rgba(163,68,31,.38); --gold-dim: rgba(163,68,31,.09);
    --steel: #a3441f; --steel2: #7f3216; --steel-dim: rgba(163,68,31,.09);
    --deep: #1b1917; --deep2: #121110; --on-deep: #ece7df; --on-deep2: #a9a196;
    --bg: #f3f0ea; --bg2: #ebe7df;
}
body::before { background:
    radial-gradient(40% 36% at 10% 14%, rgba(194,88,44,.13), transparent 70%),
    radial-gradient(34% 30% at 90% 10%, rgba(120,140,150,.16), transparent 70%),
    radial-gradient(38% 34% at 80% 84%, rgba(194,88,44,.10), transparent 70%),
    radial-gradient(30% 28% at 16% 88%, rgba(120,140,150,.12), transparent 70%); }
.btn-primary { background: linear-gradient(160deg, #d2683c, #b84f26 55%, #8f3a1a); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -1px 0 rgba(0,0,0,.2), 0 14px 30px -12px var(--gold-glow); }
.btn-primary:hover { background: linear-gradient(160deg, #e0744a, #c2582c 55%, #9c401c); }
.hx-hero h1 em, .hx-ctaband h2 em, .prec-in .eyebrow, .prec-in .step2 .no, .site-footer .footer-title, .stamp-star { color: var(--gold3); fill: var(--gold3); }
.hx-hero .eyebrow, .hx-ctaband .eyebrow { color: var(--gold3); }
.hx-hero .eyebrow::before, .hx-ctaband .eyebrow::before, .prec-in .eyebrow::before { background: var(--gold3); }
.prec-in .btn-primary:hover { background: var(--gold3); }
.section-alt { background: linear-gradient(180deg, var(--bg2), rgba(235,231,223,0) 85%); }
.glass:hover, .card:hover, .s-card:hover, .icon-tile:hover, .why-item:hover, .testimonial-card:hover, .pcard:hover, .prod:hover, .tm:hover, .ftile:hover, .faq-item:hover, .p-step:hover, .price-band:hover, .cta-band:hover {
    background: linear-gradient(140deg, rgba(251,250,247,.92), rgba(251,250,247,.7) 55%, rgba(194,88,44,.07));
    border-color: rgba(163,68,31,.4);
    box-shadow: inset 0 1px 0 #fff, 0 0 0 1px rgba(163,68,31,.18), 0 30px 60px -26px rgba(163,68,31,.3), 0 40px 80px -30px rgba(23,20,18,.3); }
.glass::before, .card::before, .s-card::before, .icon-tile::before, .why-item::before, .price-band::before, .cta-band::before, .testimonial-card::before {
    background: radial-gradient(240px circle at var(--mx, 50%) var(--my, -20%), rgba(194,88,44,.14), rgba(255,255,255,.4) 38%, transparent 62%); }
.glass::after, .card::after, .s-card::after, .icon-tile::after, .why-item::after, .price-band::after, .cta-band::after, .testimonial-card::after, .faq-item::after, .p-step::after {
    background: linear-gradient(155deg, rgba(255,255,255,1), rgba(255,255,255,.35) 30%, transparent 52%, rgba(163,68,31,.16) 82%, rgba(255,255,255,.8)); }
.hdr-nav .nl:hover, .hdr-dd:focus-within > .nl, .drop a:hover, .menu-btn:hover { background: var(--gold-dim); color: var(--gold); }
.tabbar .on::before { border-color: rgba(163,68,31,.2); }
.tabbar .q::before { background: linear-gradient(160deg, #d2683c, #b84f26); }
.ms-f-ico, .ms-join { background: linear-gradient(160deg, #d2683c, #b84f26); }
.ms-call { background: var(--gold-dim); color: var(--gold); border-color: rgba(163,68,31,.2); }
.seg input:checked + .opt { border-color: var(--gold) !important; background: var(--gold-dim) !important; }
.shop-filter button.on, .chips li.on, .chip.on { background: var(--gold-dim) !important; color: var(--gold); border-color: rgba(163,68,31,.3) !important; }
.field input:focus, .field select:focus, .field textarea:focus, .inp:focus { border-color: rgba(163,68,31,.55); box-shadow: 0 0 0 4px rgba(163,68,31,.12); }
.hx-play .pb::after { border-color: rgba(242,201,177,.6); }
.hx-play svg { color: var(--gold3); }
.list-checks li::before { background: var(--gold-dim); border-color: rgba(163,68,31,.35); }
.list-checks li::after { border-color: var(--gold); }
.prec-in .step2 { border-color: rgba(255,255,255,.1); }
.site-header, .site-header:hover { background: linear-gradient(140deg, rgba(251,250,247,.88), rgba(251,250,247,.7)); }

/* ---- Apple-style liquid glass: lens edge, top highlight, inner depth ---- */
.glass, .card, .s-card, .icon-tile, .why-item, .faq-item, .p-step, .price-band, .table-wrap, .form-card, .form-panel > div, .role-card, .testimonial-card, .cta-band, .contact-box, .hero-inline, .stats-band, .pcard, .prod, .tm, .ftile, .pdp-buy, .co-sum, .site-header, .tabbar, .hx-chip, .story-im .cap, .jcard .cap, .prec-im .badge2, .cart-drawer, .buybar, .menu-sheet {
    -webkit-backdrop-filter: blur(34px) saturate(1.9) contrast(1.04); backdrop-filter: blur(34px) saturate(1.9) contrast(1.04);
    border: 1px solid rgba(255,255,255,.85);
    box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255,.35), inset 0 12px 28px -18px rgba(255,255,255,1), inset 0 -10px 24px -18px rgba(23,20,18,.22), 0 0 0 1px rgba(23,20,18,.06), 0 22px 48px -26px rgba(23,20,18,.3); }
.form-panel > div:first-child { border: 0; box-shadow: none; }
.prec-in { box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 30px 70px -30px rgba(0,0,0,.6); border-color: rgba(255,255,255,.08); }
/* refracted top-left lens highlight */
.glass::before, .card::before, .s-card::before, .icon-tile::before, .why-item::before, .price-band::before, .cta-band::before, .testimonial-card::before {
    opacity: 1;
    background: radial-gradient(120% 55% at 18% -10%, rgba(255,255,255,.75), transparent 55%), radial-gradient(240px circle at var(--mx, 50%) var(--my, -20%), rgba(194,88,44,.12), rgba(255,255,255,.3) 38%, transparent 62%); }
/* liquid sheen on hover */
.glass:hover::before, .card:hover::before, .s-card:hover::before, .icon-tile:hover::before, .why-item:hover::before, .testimonial-card:hover::before { filter: url(#liquid); }
.btn-secondary, .btn-glass { -webkit-backdrop-filter: blur(20px) saturate(1.8); backdrop-filter: blur(20px) saturate(1.8); background: rgba(251,250,247,.6); border-color: rgba(255,255,255,.9); box-shadow: inset 0 1px 0 #fff, inset 0 -6px 14px -12px rgba(23,20,18,.25), 0 0 0 1px rgba(23,20,18,.08); }
.wa-fab { -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); background: linear-gradient(160deg, rgba(63,207,127,.95), rgba(31,157,88,.95)); box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -6px 14px -10px rgba(0,0,0,.35), 0 16px 34px -12px rgba(31,157,88,.7); }
.pcard .tg { -webkit-backdrop-filter: blur(14px) saturate(1.8); backdrop-filter: blur(14px) saturate(1.8); background: rgba(251,250,247,.7); border-color: rgba(255,255,255,.9); color: var(--gold); }

/* ---- hero: smaller copy, higher, no button ---- */
.hx-hero { min-height: 84svh; padding: 118px 0 60px; justify-content: center; }
.hx-hero-in { align-items: start; }
.hx-copy { align-self: start; }
.hx-hero h1 { font-size: clamp(34px, 4.2vw, 58px); max-width: 15ch; margin: 10px 0 12px; }
.hx-hero .lead { font-size: clamp(14px, 1.05vw, 15.5px); max-width: 44ch; margin-bottom: 16px; }
.hx-cta { gap: 18px; }
.hx-link { color: #fff; font-weight: 600; font-size: 13.5px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 2px; }
.hx-link:hover { border-color: #fff; }
.hx-side { align-self: end; }
.hx-hero .grade::after { background: linear-gradient(90deg, rgba(23,20,18,.6) 0%, rgba(23,20,18,.3) 30%, rgba(23,20,18,.05) 52%, transparent), linear-gradient(180deg, rgba(23,20,18,.35), transparent 30%, transparent 62%, var(--bg) 100%); }
@media (max-width: 960px) {
    .hx-hero { min-height: 78svh; padding: 104px 0 60px; justify-content: flex-start; }
    .hx-hero h1 { font-size: clamp(30px, 8vw, 44px); max-width: 13ch; }
    .hx-hero .lead { max-width: 36ch; font-size: 14px; }
    .hx-side { margin-top: 18px; }
}

/* ---- stat chips (replaces the strip) ---- */
.hx-stats-wrap { margin-top: -18px; }
.hx-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-start; }
.hx-chips li { display: inline-flex; align-items: baseline; gap: 7px; padding: 9px 14px; border-radius: var(--pill); font-size: 12.5px; color: var(--ink2);
    background: rgba(251,250,247,.72); border: 1px solid rgba(255,255,255,.9); box-shadow: inset 0 1px 0 #fff, 0 0 0 1px rgba(23,20,18,.06), 0 10px 24px -16px rgba(23,20,18,.3);
    -webkit-backdrop-filter: blur(20px) saturate(1.8); backdrop-filter: blur(20px) saturate(1.8); }
.hx-chips b { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 20px; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.hx-chips b span { font: inherit; color: inherit; }

/* ---- SEO guide sections ---- */
.seo-guide { padding-top: 0; }
.seo-guide-body { max-width: 780px; }
.seo-guide-body p { color: var(--ink2); font-size: 16px; line-height: 1.75; }
.seo-guide-body h3 { font-family: "Outfit", sans-serif; font-size: 19px; margin: 26px 0 10px; }
.seo-guide-body .list-checks { margin: 8px 0 18px; }
.seo-guide-body .list-checks li { font-size: 15.5px; }
.seo-guide-body a { color: var(--gold); font-weight: 600; }

/* shop: stock + gallery */
.stock.made_to_order { color: #9a6a12; } .stock.made_to_order::before { background: #d19a2f; box-shadow: 0 0 8px #d19a2f; }
.stock.out_of_stock { color: var(--err); } .stock.out_of_stock::before { background: var(--err); box-shadow: none; }
.pbadge { color: var(--gold); }
.pdp-main .pdp-shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s var(--ease); }
.pdp-main .pdp-shot.on { opacity: 1; }
.pdp-thumbs { flex-wrap: wrap; }

/* hero per-slide text animation */
.hx-copy { transition: opacity .42s var(--ease), transform .42s var(--ease); }
.hx-copy.out { opacity: 0; transform: translateY(14px); }
.hx-copy.in h1 .ln span { animation: rise .9s var(--ease) both; }
.hx-copy.in .lead, .hx-copy.in .hx-cta { animation: up .9s var(--ease) both; animation-delay: .15s; }
.hx-copy.in .hx-cta { animation-delay: .25s; }
.hx-hero h1 .ln { overflow: hidden; }

/* blog */
.blog-feat { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 0; overflow: hidden; margin-bottom: 18px; text-decoration: none; }
.bf-im { min-height: 300px; }
.bf-bd { padding: 30px 32px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.bf-bd h2 { font-size: clamp(26px, 2.8vw, 38px); margin: 6px 0 0; }
.bf-bd p { color: var(--ink2); font-size: 15.5px; margin: 0; }
.bmeta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 12.5px; color: var(--ink3); margin-top: 6px; }
.bmeta .lnk { color: var(--gold); font-weight: 600; }
.blog-grid .card img { height: 200px; }
@media (max-width: 900px) { .blog-feat { grid-template-columns: 1fr; } .bf-im { min-height: 220px; } .bf-bd { padding: 22px; } }
.article-body { font-size: 17px; line-height: 1.8; color: var(--ink2); }
.article-body p { margin: 0 0 18px; }
.article-body h2 { font-size: clamp(24px, 2.6vw, 32px); margin: 34px 0 12px; }
.article-body a { color: var(--gold); font-weight: 600; }
.article-body .list-checks { margin: 8px 0 20px; }
.share-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink3); }


/* ==========================================================================
   v41 — accent tokens (--ac-l / --ac / --ac-d) so the whole accent can be swapped
   ========================================================================== */
:root { --ac-l: #3a3632; --ac: #1b1917; --ac-d: #0b0a09; --ac-t: #1b1917; --ac-lt: #d9d3ca;
    --gold: var(--ac-t); --gold2: var(--ac-d); --gold3: var(--ac-lt); --gold-btn: var(--ac);
    --gold-glow: color-mix(in srgb, var(--ac) 38%, transparent); --gold-dim: color-mix(in srgb, var(--ac-t) 9%, transparent);
    --steel: var(--ac-t); --steel2: var(--ac-d); --steel-dim: color-mix(in srgb, var(--ac-t) 9%, transparent); }
body::before { background:
    radial-gradient(40% 36% at 10% 14%, color-mix(in srgb, var(--ac) 13%, transparent), transparent 70%),
    radial-gradient(34% 30% at 90% 10%, rgba(120,140,150,.16), transparent 70%),
    radial-gradient(38% 34% at 80% 84%, color-mix(in srgb, var(--ac) 10%, transparent), transparent 70%),
    radial-gradient(30% 28% at 16% 88%, rgba(120,140,150,.12), transparent 70%); }
.btn-primary { background: linear-gradient(160deg, var(--ac-l), var(--ac) 55%, var(--ac-d)); }
.btn-primary:hover { background: linear-gradient(160deg, color-mix(in srgb, var(--ac-l) 85%, #fff), var(--ac) 55%, var(--ac-d)); }
.tabbar .q::before, .ms-f-ico, .ms-join { background: linear-gradient(160deg, var(--ac-l), var(--ac)); }
.glass:hover, .card:hover, .s-card:hover, .icon-tile:hover, .why-item:hover, .testimonial-card:hover, .pcard:hover, .prod:hover, .tm:hover, .ftile:hover, .faq-item:hover, .p-step:hover, .price-band:hover, .cta-band:hover {
    background: linear-gradient(140deg, rgba(251,250,247,.92), rgba(251,250,247,.7) 55%, color-mix(in srgb, var(--ac) 7%, transparent));
    border-color: color-mix(in srgb, var(--ac-t) 40%, transparent);
    box-shadow: inset 0 1px 0 #fff, 0 0 0 1px color-mix(in srgb, var(--ac-t) 18%, transparent), 0 30px 60px -26px color-mix(in srgb, var(--ac-t) 30%, transparent), 0 40px 80px -30px rgba(23,20,18,.3); }
.glass::before, .card::before, .s-card::before, .icon-tile::before, .why-item::before, .price-band::before, .cta-band::before, .testimonial-card::before {
    background: radial-gradient(120% 55% at 18% -10%, rgba(255,255,255,.75), transparent 55%), radial-gradient(240px circle at var(--mx, 50%) var(--my, -20%), color-mix(in srgb, var(--ac) 12%, transparent), rgba(255,255,255,.3) 38%, transparent 62%); }
.glass::after, .card::after, .s-card::after, .icon-tile::after, .why-item::after, .price-band::after, .cta-band::after, .testimonial-card::after, .faq-item::after, .p-step::after {
    background: linear-gradient(155deg, rgba(255,255,255,1), rgba(255,255,255,.35) 30%, transparent 52%, color-mix(in srgb, var(--ac-t) 16%, transparent) 82%, rgba(255,255,255,.8)); }
.tabbar .on::before { border-color: color-mix(in srgb, var(--ac-t) 20%, transparent); }
.ms-call { background: var(--gold-dim); color: var(--gold); border-color: color-mix(in srgb, var(--ac-t) 20%, transparent); }
.seg input:checked + .opt { border-color: var(--gold) !important; background: var(--gold-dim) !important; }
.shop-filter button.on, .chips li.on, .chip.on { background: var(--gold-dim) !important; color: var(--gold); border-color: color-mix(in srgb, var(--ac-t) 30%, transparent) !important; }
.field input:focus, .field select:focus, .field textarea:focus, .inp:focus { border-color: color-mix(in srgb, var(--ac-t) 55%, transparent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--ac-t) 12%, transparent); }
.hx-play .pb::after { border-color: color-mix(in srgb, var(--ac-lt) 60%, transparent); }
.list-checks li::before { background: var(--gold-dim); border-color: color-mix(in srgb, var(--ac-t) 35%, transparent); }
.pdp-thumbs button.on { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); }
/* palette preview switcher (only shown with ?palette) */
.pal-sw { position: fixed; left: 50%; transform: translateX(-50%); top: 84px; z-index: 3000; display: flex; gap: 8px; padding: 8px 10px 26px; border-radius: 22px; background: rgba(251,250,247,.94); border: 1px solid rgba(23,20,18,.12); box-shadow: 0 20px 50px -20px rgba(23,20,18,.5); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); max-width: calc(100vw - 20px); overflow-x: auto; }
.pal-sw button { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(23,20,18,.15); cursor: pointer; flex: none; position: relative; }
.pal-sw button.on { box-shadow: 0 0 0 2px #1b1917; }
.pal-sw button span { position: absolute; top: 38px; left: 50%; transform: translateX(-50%); font-size: 9.5px; white-space: nowrap; color: #1b1917; font-weight: 600; }
.pal-sw .x { width: auto; height: 34px; padding: 0 12px; border-radius: 999px; background: #1b1917; color: #fff; font-size: 12px; font-weight: 600; }

/* v42 — black accent (owner pick): keep glass tint neutral, sharpen hover */
.hx-hero h1 em, .hx-ctaband h2 em { color: #fff; font-style: italic; }
.hx-hero .eyebrow, .hx-ctaband .eyebrow { color: rgba(255,255,255,.85); }
.hx-hero .eyebrow::before, .hx-ctaband .eyebrow::before { background: rgba(255,255,255,.7); }
.prec-in .eyebrow, .prec-in .step2 .no, .site-footer .footer-title { color: #d9d3ca; }
.prec-in .btn-primary { background: #fff; color: #1b1917; }
.prec-in .btn-primary:hover { background: #ece7df; color: #1b1917; }
.stamp-star { fill: #fff; }
.btn-whatsapp { background: linear-gradient(160deg, #3fcf7f, #1f9d58); }
.pal-sw { display: none !important; }
