/* ============================================================
   Crest — stili condivisi
   Motion ispirato a Revolut, palette Terra, font General Sans
   ============================================================ */

:root {
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

html { scroll-behavior: smooth; }
/* Lenis smooth scroll (attivo solo su desktop): evita conflitti col nativo */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { background: #1E3A2F; color: #F4EDE0; }

/* tipografia display: stretta come Revolut/Aeonik */
.h-display { letter-spacing: -0.035em; line-height: 0.98; }

/* ---- Reveal allo scroll ---- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

/* ---- Parallax (gestito da app.js via --py) ---- */
.parallax { transform: translate3d(0, var(--py, 0), 0); will-change: transform; }

/* ---- Sfondo "mesh" caldo Terra (no purple) ---- */
.mesh-terra {
  background-color: #F4EDE0;
  background-image:
    radial-gradient(40% 55% at 78% 18%, rgba(194,96,46,0.18) 0%, transparent 60%),
    radial-gradient(45% 50% at 12% 8%, rgba(30,58,47,0.12) 0%, transparent 55%),
    radial-gradient(50% 60% at 60% 100%, rgba(125,99,72,0.14) 0%, transparent 60%);
}

/* curve di livello — richiamo Monte Titano */
.contour {
  background-image: repeating-radial-gradient(110% 80% at 80% -10%, transparent 0 38px, rgba(30,58,47,0.05) 38px 39px);
}

/* ---- Marquee ---- */
/* overflow esplicito: la utility Tailwind via CDN non è garantita (e il CDN
   non è pensato per la produzione). Qui mettiamo al sicuro il clipping. */
.marquee { overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* il hero deve ritagliare aurora/telefono che sporgono oltre i bordi */
#hero, #hero > div { overflow: hidden; }
/* rete di sicurezza anti-scroll orizzontale su mobile (non rompe lo sticky) */
html, body { overflow-x: clip; }

/* ---- Hero mobile: mt-auto spingerebbe il copy al fondo perché il telefono
   è hidden — su mobile il copy parte da ~28svh dal top invece che dal fondo ---- */
@media (max-width: 767px) {
  #hero { height: auto; min-height: 90svh; }
  #hero-copy { margin-top: 0; padding-top: clamp(88px, 28svh, 180px); }
}

/* ---- Bottoni ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 9999px; font-weight: 600; transition: transform .25s var(--ease-out), background-color .2s, color .2s, border-color .2s; }
.btn:active { transform: scale(.97); }
.btn:focus-visible { outline: 3px solid #C2603A; outline-offset: 3px; }
.btn-primary { background: #1E3A2F; color: #F4EDE0; }
.btn-primary:hover { background: #16291F; }
.btn-clay { background: #C2603A; color: #F4EDE0; }
.btn-clay:hover { background: #A84E2B; }
.btn-ghost { border: 1px solid rgba(125,99,72,.4); color: #110F08; }
.btn-ghost:hover { border-color: #1E3A2F; color: #1E3A2F; }

/* skip-to-content link (per screen reader e navigazione da tastiera) */
.skip-link { position: absolute; left: -9999px; top: 1rem; z-index: 9999; padding: .5rem 1rem; background: #1E3A2F; color: #F4EDE0; border-radius: 9999px; font-weight: 600; font-size: .875rem; }
.skip-link:focus { left: 1rem; }

/* link underline animato */
.link-underline { background-image: linear-gradient(currentColor, currentColor); background-size: 0% 1.5px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .35s var(--ease-out); }
.link-underline:hover { background-size: 100% 1.5px; }

/* card tilt hero */
.card-tilt { transform: rotate(4deg); }

/* mockup telefono — cornice realistica stile iPhone (metallo champagne) */
.phone {
  border-radius: 2.9rem;
  padding: 9px;
  background:
    linear-gradient(145deg, #f7eed3 0%, #d9bf8a 14%, #ad8a55 30%, #f3e8c8 46%,
                    #bb9b63 60%, #e8d5a7 76%, #c4a76b 100%);
  box-shadow:
    0 46px 84px -28px rgba(8,10,8,.78),
    0 10px 24px -10px rgba(8,10,8,.5),
    inset 0 0 0 1px rgba(255,255,255,.55),
    inset 0 0 3px 1px rgba(120,92,42,.35);
}
.phone-screen {
  position: relative;
  border-radius: 2.25rem;
  overflow: hidden;
  background: #070a08;
  box-shadow: inset 0 0 0 3px #0a0c0a;
}
.phone-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 42%; height: 20px; z-index: 30;
  background: #04050a; border-radius: 0 0 13px 13px;
  display: flex; align-items: center; justify-content: center; gap: 7px;
}
.phone-notch .nspk { width: 30px; height: 4px; border-radius: 4px; background: #15140f; }
.phone-notch .ncam {
  width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #3a5470 0%, #0a1018 60%, #04060a 100%);
  box-shadow: inset 0 0 1.5px rgba(140,180,220,.6);
}
.phone-btn {
  position: absolute; width: 3px; border-radius: 4px; z-index: 1;
  background: linear-gradient(180deg, #efdcae 0%, #c6a467 55%, #9f7e43 100%);
  box-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.phone-btn.l { left: -2px; }
.phone-btn.r { right: -2px; }

/* prose per pagine legali */
.prose-crest { color: rgba(17,15,8,.82); line-height: 1.7; }
.prose-crest h2 { font-weight: 600; font-size: 1.5rem; letter-spacing: -0.02em; color: #110F08; margin: 2.2rem 0 .8rem; }
.prose-crest h3 { font-weight: 600; font-size: 1.12rem; color: #110F08; margin: 1.6rem 0 .5rem; }
.prose-crest p { margin: 0 0 1rem; }
.prose-crest ul { margin: 0 0 1rem; padding-left: 1.2rem; list-style: disc; }
.prose-crest li { margin: .3rem 0; }
.prose-crest a { color: #1E3A2F; text-decoration: underline; text-underline-offset: 3px; }
.prose-crest strong { color: #110F08; font-weight: 600; }

/* nascondi scrollbar orizzontale marquee */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* quando GSAP è attivo prende lui il controllo delle reveal */
.gsap-on .reveal { transition: none; }

/* barra di avanzamento scroll (GSAP) */
#scrollProgress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform: scaleX(0); transform-origin: 0 50%; background: linear-gradient(90deg, #1E3A2F, #C2603A); z-index: 60; pointer-events: none; }

/* ============================================================
   HERO — movimento ambientale continuo (stile Revolut)
   ============================================================ */

/* vignette: bordi scuri per leggibilità testo in basso, profondità ai bordi */
.hero-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to top, rgba(17,15,8,0.92) 0%, rgba(17,15,8,0.40) 28%, rgba(17,15,8,0.08) 55%, transparent 80%),
    radial-gradient(80% 80% at 50% 60%, transparent 48%, rgba(17,15,8,0.55) 100%);
}

/* aurora: blob luminosi che derivano lentamente */
.aurora { position: absolute; inset: -25%; pointer-events: none; }
.aurora-blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; will-change: transform; }
.aurora-1 { width: 60vw; height: 60vw; top: -18%; left: 38%; background: radial-gradient(circle at 50% 50%, rgba(30,58,47,0.95), transparent 68%); animation: drift1 22s ease-in-out infinite; }
.aurora-2 { width: 48vw; height: 48vw; bottom: -16%; left: -10%; background: radial-gradient(circle at 50% 50%, rgba(125,99,72,0.65), transparent 66%); animation: drift2 28s ease-in-out infinite; }
.aurora-3 { width: 40vw; height: 40vw; bottom: 4%; right: -6%; background: radial-gradient(circle at 50% 50%, rgba(194,96,46,0.55), transparent 64%); animation: drift3 25s ease-in-out infinite; }

@keyframes drift1 {
  0%,100% { transform: translate(0,0) scale(1); }
  33%     { transform: translate(-6%, 7%) scale(1.12); }
  66%     { transform: translate(5%, -4%) scale(0.95); }
}
@keyframes drift2 {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(9%, -8%) scale(1.15); }
}
@keyframes drift3 {
  0%,100% { transform: translate(0,0) scale(1); }
  40%     { transform: translate(-8%, 5%) scale(1.1); }
  80%     { transform: translate(4%, -6%) scale(0.92); }
}

/* grana animata: profondità "film" sopra il fondo */
.grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainshift 0.7s steps(4) infinite;
}
@keyframes grainshift {
  0%{transform:translate(0,0)} 25%{transform:translate(-3%,2%)} 50%{transform:translate(2%,-3%)} 75%{transform:translate(-2%,-2%)} 100%{transform:translate(0,0)}
}

/* riflesso che attraversa la carta */
.card-shine { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; pointer-events: none; }
.card-shine::after {
  content: ''; position: absolute; top: -60%; left: -120%; width: 60%; height: 220%;
  background: linear-gradient(100deg, transparent, rgba(244,237,224,0.35), transparent);
  transform: rotate(8deg); animation: shine 5.5s ease-in-out infinite;
}
@keyframes shine { 0%,72%{ left:-120% } 100%{ left:160% } }

/* punto "live" che pulsa */
.live-dot { animation: livepulse 1.8s ease-in-out infinite; }
@keyframes livepulse { 0%,100%{ opacity:1; transform:scale(1) } 50%{ opacity:.45; transform:scale(.7) } }

/* gruppo device: fluttua di suo (sotto al mouse-parallax di GSAP) */
.device-float { animation: floatslow 9s ease-in-out infinite; }

/* mouse-parallax: usa la proprietà CSS `translate` indipendente,
   così non entra in conflitto con transform (rotate/float/entrance) */
.px-layer { translate: var(--px-x, 0) var(--px-y, 0); transition: translate .4s cubic-bezier(0.22,1,0.36,1); will-change: translate; }

/* ---- Nav trasparente sul hero scuro ---- */
/* header wrapper must not form a containing block, or the inner sticky bar
   would only stay fixed within the header's own (nav-height) box and scroll
   away after ~64px. display:contents lets the sticky bar use <body>. */
#site-nav { display: contents; }
.nav-wrap { position: sticky; top: 0; z-index: 50; }
/* la barra: piena larghezza su mobile, pillola fluttuante e staccata da sm in su */
.nav-bar {
  background-color: rgba(244,237,224,0.85);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(125,99,72,0.15);
  transition: background-color 0.45s ease, border-color 0.45s ease;
}
@media (min-width: 640px) {
  .nav-wrap { top: 14px; padding: 0 16px; }
  .nav-bar {
    max-width: 72rem; margin: 0 auto;
    border: 1px solid rgba(125,99,72,0.15);
    border-radius: 18px;
    box-shadow: 0 18px 45px -26px rgba(17,15,8,0.55);
  }
}
/* tendina mobile: sfondo solido, agganciata sotto la barra */
#mobileMenu { background-color: #F4EDE0; }
#site-nav .brand-mark { color: #1E3A2F; transition: color 0.45s ease; }
#site-nav.nav-hero .nav-bar {
  background-color: rgba(17,15,8,0.45) !important;
  border-color: rgba(244,237,224,0.10) !important;
  -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px);
}
#site-nav.nav-hero a { color: rgba(244,237,224,0.90) !important; }
#site-nav.nav-hero span.font-display { color: #F4EDE0 !important; }
#site-nav.nav-hero .brand-mark { color: #F4EDE0; }
#site-nav.nav-hero .btn-primary {
  background-color: rgba(244,237,224,0.12) !important;
  color: rgba(244,237,224,0.88) !important;
  border: 1.5px solid rgba(244,237,224,0.22) !important;
}
#site-nav.nav-hero #navToggle svg path { stroke: rgba(244,237,224,0.85); }
#site-nav.nav-hero .nav-app-btn {
  border-color: rgba(244,237,224,0.28) !important;
  color: rgba(244,237,224,0.90) !important;
}
#site-nav .nav-app-btn svg { color: currentColor; }
/* Mobile menu keeps its cream background and dark text regardless of nav-hero */
#site-nav.nav-hero #mobileMenu { background-color: #F4EDE0 !important; }
#site-nav.nav-hero #mobileMenu a { color: rgba(17,15,8,0.80) !important; }

/* ---- Tabella di confronto: indicatori sì / no / parziale ---- */
.cmp-yes, .cmp-no, .cmp-mid {
  display: flex; width: 26px; height: 26px; margin: 0 auto;
  border-radius: 50%; background-repeat: no-repeat; background-position: center;
  background-size: 14px 14px;
}
.cmp-yes { background-color: rgba(30,58,47,0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4 4 10-10' stroke='%231E3A2F' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.cmp-no { background-color: rgba(125,99,72,0.10);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6l12 12M18 6L6 18' stroke='%237D6348' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E"); opacity: 0.7; }
.cmp-mid { background-color: rgba(194,96,46,0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12h12' stroke='%23C2603A' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E"); }
.cmp-sm { width: 16px; height: 16px; background-size: 10px 10px; display: inline-flex; margin: 0; }

/* ---- Piani: card interattive + accenti colore ---- */
.plan-card {
  position: relative;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s var(--ease-out);
}
.plan-card:hover { transform: translateY(-8px); }
/* striscia d'accento in alto, rivelata all'hover */
.plan-card::before {
  content: ''; position: absolute; top: 0; left: 1.75rem; right: 1.75rem; height: 3px;
  border-radius: 0 0 3px 3px; transform: scaleX(0); transform-origin: 50% 0;
  transition: transform .4s var(--ease-out);
}
.plan-card:hover::before { transform: scaleX(1); }
.plan-standard::before { background: #7D6348; }
.plan-standard:hover { border-color: rgba(125,99,72,.5); box-shadow: 0 24px 50px -28px rgba(125,99,72,.5); }
.plan-premium::before { background: #C2603A; }
.plan-premium:hover { border-color: rgba(194,96,46,.5); box-shadow: 0 24px 50px -28px rgba(194,96,46,.55); }
.plan-plus::before { background: #C2603A; }
.plan-plus:hover { box-shadow: 0 30px 60px -25px rgba(30,58,47,.6); }
/* icona tonda d'accento per piano */
.plan-icon { display: inline-flex; width: 44px; height: 44px; border-radius: 14px; align-items: center; justify-content: center; }
.plan-icon-standard { background: rgba(125,99,72,.14); color: #7D6348; }
.plan-icon-plus { background: rgba(194,96,46,.20); color: #F4EDE0; }
.plan-icon-premium { background: rgba(194,96,46,.14); color: #C2603A; }

/* ---- Piani: spunte nelle liste di funzionalità ---- */
.plan-check {
  display: inline-flex; width: 18px; height: 18px; flex: none; margin-top: 1px;
  border-radius: 50%; background-color: rgba(30,58,47,0.12);
  background-repeat: no-repeat; background-position: center; background-size: 11px 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4 4 10-10' stroke='%231E3A2F' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.plan-check-light {
  background-color: rgba(244,237,224,0.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4 4 10-10' stroke='%23F4EDE0' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ============================================================
   HIGHLIGHTS — carosello a schede immagine (stile ZEN, on-brand)
   ============================================================ */
.hl-hint { display: inline-block; color: #C2603A; font-weight: 700; animation: hlnudge 1.6s ease-in-out infinite; }
@keyframes hlnudge { 0%,100% { transform: translateX(0); } 50% { transform: translateX(5px); } }

.hl-viewport { position: relative; }
.hl-scroller {
  overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity;
  scrollbar-width: none; overscroll-behavior-x: contain;
  scroll-padding-inline-start: 1.25rem;
  /* spazio verticale per il sollevamento e l'ombra delle card (overflow-y è hidden) */
  padding-block: 1.25rem 2.5rem;
}
.hl-scroller::-webkit-scrollbar { display: none; }
.hl-track {
  display: flex; gap: 1rem; width: max-content;
  padding-inline: 1.25rem;
}
@media (min-width: 640px) {
  .hl-track { gap: 1.25rem; padding-inline: max(2rem, calc((100vw - 72rem) / 2 + 2rem)); }
  .hl-scroller { scroll-padding-inline-start: max(2rem, calc((100vw - 72rem) / 2 + 2rem)); }
}

/* card = link a tutta scheda, immagine di sfondo + testo in basso */
.hl-card {
  scroll-snap-align: start; position: relative; overflow: hidden;
  flex: none; width: min(280px, 82vw); height: 420px;
  display: block; border-radius: 1.75rem; cursor: pointer;
  text-decoration: none; color: #F4EDE0; isolation: isolate;
  background: #16291F;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.hl-card.is-hidden { display: none; }
@media (min-width: 640px) { .hl-card { width: 300px; height: 460px; } }
@media (hover: hover) { .hl-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -28px rgba(17,15,8,.6); } }
.hl-card:focus-visible { outline: 3px solid #C2603A; outline-offset: 3px; }

/* "immagine": arte illustrata on-brand (sostituibile con foto via --hl-img) */
.hl-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background-size: cover; background-position: center; }
.hl-media .hl-art {
  position: absolute; width: 150%; height: 150%; left: -25%; top: -18%;
  color: rgba(244,237,224,.42); transition: transform .6s var(--ease-out);
}
@media (hover: hover) { .hl-card:hover .hl-media .hl-art { transform: scale(1.06); } }
/* texture curve di livello sopra l'immagine */
.hl-media::after { content: ''; position: absolute; inset: 0; opacity: .5;
  background-image: repeating-radial-gradient(120% 90% at 80% -10%, transparent 0 40px, rgba(17,15,8,0.06) 40px 41px); }

/* temi colore della scena */
.hl-forest .hl-media { background: radial-gradient(120% 90% at 70% 15%, #2c5443 0%, #1E3A2F 45%, #14241c 100%); }
.hl-clay .hl-media   { background: radial-gradient(120% 90% at 70% 15%, #d3744b 0%, #C2603A 45%, #94431f 100%); }
.hl-sand .hl-media   { background: radial-gradient(120% 90% at 70% 15%, #8a6f50 0%, #7D6348 45%, #5c4733 100%); }

/* velo scuro in basso per leggibilità testo */
.hl-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(17,15,8,.88) 0%, rgba(17,15,8,.55) 26%, rgba(17,15,8,.10) 52%, transparent 72%);
  transition: background .4s var(--ease-out); }
@media (hover: hover) { .hl-card:hover .hl-scrim { background: linear-gradient(to top, rgba(17,15,8,.92) 0%, rgba(17,15,8,.7) 38%, rgba(17,15,8,.28) 66%, rgba(17,15,8,.06) 100%); } }

.hl-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.5rem 1.5rem 1.6rem; }
.hl-pill {
  display: inline-flex; align-items: center; gap: .4rem; margin-bottom: .85rem;
  border-radius: 9999px; padding: .35rem .8rem; font-size: .64rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .09em;
  background: #C2603A; color: #F4EDE0; box-shadow: 0 6px 16px -6px rgba(194,96,46,.8);
}
.hl-forest .hl-pill { background: #C2603A; }
.hl-clay .hl-pill   { background: #1E3A2F; }
.hl-sand .hl-pill   { background: #1E3A2F; }
.hl-title {
  display: block; font-family: "General Sans", system-ui, sans-serif;
  font-weight: 600; font-size: 1.5rem; line-height: 1.12; letter-spacing: -0.02em;
  color: #F4EDE0; max-width: 92%;
}
/* descrizione: nascosta, si apre al passaggio del mouse (o sempre su touch) */
.hl-desc {
  display: block; max-height: 0; opacity: 0; overflow: hidden;
  margin-top: 0; color: rgba(244,237,224,.82); line-height: 1.5; font-size: .95rem;
  transition: max-height .5s var(--ease-out), opacity .4s var(--ease-out), margin-top .5s var(--ease-out);
}
@media (hover: hover) {
  .hl-card:hover .hl-desc, .hl-card:focus-visible .hl-desc { max-height: 10rem; opacity: 1; margin-top: .7rem; }
}
.hl-more {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: .9rem;
  font-weight: 600; font-size: .9rem; color: #F4EDE0;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .5s var(--ease-out), opacity .4s var(--ease-out), margin-top .5s var(--ease-out);
}
@media (hover: hover) {
  .hl-card:hover .hl-more, .hl-card:focus-visible .hl-more { max-height: 2.5rem; opacity: 1; }
}

/* pulsante "+" in basso a destra */
.hl-plus {
  position: absolute; right: 1rem; bottom: 1rem; z-index: 3;
  width: 38px; height: 38px; border-radius: 9999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #C2603A; color: #F4EDE0;
  box-shadow: 0 8px 20px -6px rgba(17,15,8,.6);
  transition: transform .45s var(--ease-out), background-color .25s;
}
.hl-clay .hl-plus, .hl-sand .hl-plus { background: #1E3A2F; }
@media (hover: hover) { .hl-card:hover .hl-plus { transform: rotate(135deg); } }

/* stato aperto (tocco da mobile o click): mostra la parte informativa */
.hl-card.is-open .hl-desc { max-height: 12rem; opacity: 1; margin-top: .7rem; }
.hl-card.is-open .hl-more { max-height: 3rem; opacity: 1; }
.hl-card.is-open .hl-plus { transform: rotate(135deg); }
.hl-card.is-open .hl-scrim { background: linear-gradient(to top, rgba(17,15,8,.92) 0%, rgba(17,15,8,.7) 38%, rgba(17,15,8,.28) 66%, rgba(17,15,8,.06) 100%); }

/* ---- Tab categoria: barra "liquid glass" centrata (stile ZEN) ---- */
.hl-tabs-wrap { display: flex; justify-content: center; }
.hl-tabs {
  display: inline-flex; gap: .25rem; max-width: 100%; position: relative;
  padding: .4rem; border-radius: 9999px;
  overflow-x: auto; overflow-y: hidden; scrollbar-width: none; overscroll-behavior-x: contain;
  background: linear-gradient(160deg, rgba(255,255,255,.66), rgba(255,255,255,.20));
  -webkit-backdrop-filter: blur(18px) saturate(180%); backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow:
    0 18px 44px -18px rgba(17,15,8,.38),
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -12px 26px -16px rgba(125,99,72,.30);
}
.hl-tabs::-webkit-scrollbar { display: none; }
/* riflesso lucido superiore (effetto liquid glass) */
.hl-tabs::before {
  content: ''; position: absolute; left: 5%; right: 5%; top: 2px; height: 46%;
  border-radius: 9999px; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,0));
}
.hl-tab {
  position: relative; z-index: 1; flex: none;
  display: inline-flex; align-items: center; gap: .5rem; white-space: nowrap;
  border: 0; background: transparent; border-radius: 9999px; cursor: pointer;
  padding: .62rem 1.05rem; font-size: .9rem; font-weight: 600; color: rgba(17,15,8,.6);
  transition: color .25s, background-color .3s var(--ease-out), box-shadow .3s var(--ease-out), transform .15s;
}
.hl-tab:hover { color: #110F08; }
.hl-tab:active { transform: scale(.97); }
.hl-tab-ico {
  display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center;
  border-radius: 9999px; color: rgba(17,15,8,.5); transition: color .25s, background-color .25s;
}
.hl-tab.is-active {
  color: #110F08; background: rgba(244,237,224,.96);
  box-shadow: 0 8px 18px -8px rgba(17,15,8,.42), inset 0 1px 0 rgba(255,255,255,.95);
}
.hl-tab.is-active .hl-tab-ico { color: #F4EDE0; background: #C2603A; }
@media (max-width: 430px) {
  .hl-tab { padding: .5rem .6rem; font-size: .8rem; gap: .35rem; }
  .hl-tab-ico { width: 18px; height: 18px; }
  .hl-tab-ico svg { width: 15px; height: 15px; }
}

/* frecce del carosello, in basso (stile ZEN) */
.hl-controls { display: flex; gap: .75rem; }
.hl-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 9999px; cursor: pointer;
  border: 1px solid rgba(125,99,72,.28); background: transparent; color: #1E3A2F;
  transition: background-color .25s, border-color .25s, opacity .25s, transform .15s;
}
.hl-arrow:hover { background: rgba(30,58,47,.08); border-color: rgba(30,58,47,.55); }
.hl-arrow:active { transform: scale(.93); }
.hl-arrow[disabled] { opacity: .3; cursor: default; pointer-events: none; }

/* ============================================================
   PERCHÉ CREST — carosello "motivi" (stile ZEN, on-brand)
   Ogni slide = scena illustrata (carta + oggetto a tema) a sinistra,
   titolo + "highlight" su card scura + nastro fluente a destra.
   ============================================================ */
.rz-stage { position: relative; }
.rz-deck { position: relative; }

/* ogni slide è un layout a due colonne che sfuma in dissolvenza */
.rz-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(18px) scale(.985);
  transition: opacity .6s var(--ease-out), transform .6s var(--ease-out), visibility .6s;
  display: grid; gap: 2.25rem; align-items: center;
}
@media (min-width: 900px) { .rz-slide { grid-template-columns: 1fr 1.05fr; gap: 3.5rem; } }
.rz-slide.is-active {
  position: relative; opacity: 1; visibility: visible; pointer-events: auto; transform: none;
}

/* ---- nastro fluente "firma ZEN" ----
   vive nella fascia vuota in basso alla card scura, SOTTO al testo, e il
   pallino sporge a destra: il cappio resta visibile e nulla copre le scritte */
.rz-ribbon { position: absolute; left: .9rem; right: -2rem; bottom: .6rem; z-index: 1; pointer-events: none; opacity: .92; }
.rz-ribbon svg { display: block; width: 100%; height: auto; overflow: visible; }

/* ---- colonna sinistra: scena illustrata ---- */
.rz-visual {
  position: relative; z-index: 2; border-radius: 2rem; overflow: hidden;
  aspect-ratio: 4 / 3; min-height: 280px;
  background:
    radial-gradient(120% 110% at 18% 6%, rgba(194,96,46,0.12) 0%, transparent 55%),
    radial-gradient(120% 110% at 100% 100%, rgba(30,58,47,0.12) 0%, transparent 55%),
    #EBE1D0;
  border: 1px solid rgba(125,99,72,0.16);
  box-shadow: 0 30px 70px -45px rgba(17,15,8,0.5);
  display: grid; place-items: center; padding: 2rem;
}
.rz-scene { position: relative; width: min(330px, 88%); aspect-ratio: 1 / 0.82; }
.rz-halo {
  position: absolute; inset: 6% 4%; border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(194,96,46,0.22), transparent 62%);
  filter: blur(8px); pointer-events: none;
}
/* tile "vetro" che regge l'oggetto a tema */
.rz-prop {
  position: absolute; left: -2%; top: 2%; width: 46%; aspect-ratio: 1 / 1;
  display: grid; place-items: center; border-radius: 1.4rem;
  background: linear-gradient(150deg, rgba(255,255,255,.65), rgba(255,255,255,.2));
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 20px 40px -22px rgba(17,15,8,.45);
  transform: rotate(-8deg); color: #1E3A2F;
  animation: floatslow 10s ease-in-out infinite;
}
.rz-prop svg { width: 54%; height: 54%; }

/* carta Crest al centro, inclinata e fluttuante */
.rz-card {
  position: absolute; right: 0; bottom: 4%; z-index: 1; width: 70%; aspect-ratio: 1.586 / 1;
  border-radius: 1rem; padding: 1rem 1.05rem; overflow: hidden;
  color: #F4EDE0; background: linear-gradient(140deg,#1E3A2F 0%,#2d5040 60%,#44694f 100%);
  box-shadow: 0 32px 54px -22px rgba(17,15,8,.62); transform: rotate(-6deg);
  animation: floatslow 9s ease-in-out infinite;
}
.rz-card--forest { background: linear-gradient(140deg,#1E3A2F 0%,#2d5040 60%,#44694f 100%); }
.rz-card--clay   { background: linear-gradient(140deg,#7a3a20 0%,#C2603A 70%,#d98a5f 100%); }
.rz-card--ink    { background: linear-gradient(140deg,#0c0b07 0%,#26251c 70%,#3b3a2c 100%); }
.rz-card--sand   { background: linear-gradient(140deg,#6f5840 0%,#9a7c5a 65%,#b89671 100%); }
.rz-card-row { display: flex; align-items: center; gap: .4rem; position: relative; }
.rz-card-name { font-family: "General Sans", system-ui, sans-serif; font-size: .78rem; font-weight: 600; color: rgba(244,237,224,.92); }
.rz-card-chip { margin-top: .85rem; width: 2.1rem; height: 1.4rem; border-radius: .3rem; background: linear-gradient(135deg,#E8D9BE,#b89a72); }
.rz-card-num { margin-top: .7rem; font-family: "General Sans", system-ui, sans-serif; font-size: .8rem; letter-spacing: .14em; color: rgba(244,237,224,.78); }
.rz-card-foot { margin-top: .25rem; font-size: .56rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(244,237,224,.42); }

/* pill notifica fluttuante */
.rz-notif {
  position: absolute; z-index: 3; right: 6%; top: 9%;
  display: inline-flex; align-items: center; gap: .45rem;
  background: #F4EDE0; color: #110F08; border-radius: 9999px;
  padding: .45rem .8rem; font-size: .72rem; font-weight: 600;
  box-shadow: 0 14px 30px -12px rgba(17,15,8,.5);
}

/* ---- colonna destra: titolo + highlight ---- */
.rz-content { position: relative; z-index: 2; }
.rz-num { font-family: "General Sans", system-ui, sans-serif; font-weight: 700; font-size: 1rem; color: #C2603A; letter-spacing: .1em; }
.rz-title { margin-top: .5rem; font-family: "General Sans", system-ui, sans-serif; font-weight: 600; font-size: 1.7rem; line-height: 1.08; letter-spacing: -0.02em; color: #110F08; }
@media (min-width: 640px) { .rz-title { font-size: 2.15rem; } }
.rz-text { margin-top: .85rem; color: rgba(17,15,8,.66); line-height: 1.6; font-size: 1.02rem; max-width: 32rem; }

/* card scura "highlight" — eco delle testimonianze ZEN, con deck impilato */
.rz-quote {
  position: relative; margin-top: 1.4rem; max-width: 30rem;
  background: #17150E; color: #F4EDE0; border-radius: 1.25rem; padding: 1.2rem 1.35rem 3.3rem;
  border: 1px solid rgba(244,237,224,.08);
  box-shadow: 0 26px 54px -28px rgba(17,15,8,.75);
}
.rz-quote::before, .rz-quote::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: -1;
  background: #EFE6D6; border: 1px solid rgba(125,99,72,.16);
}
.rz-quote::before { transform: translate(9px, 11px); opacity: .8; }
.rz-quote::after  { transform: translate(18px, 22px); opacity: .45; }
.rz-tag { display: inline-flex; align-items: center; gap: .4rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #E2A074; }
.rz-tag svg { width: 14px; height: 14px; }
.rz-review { margin-top: .55rem; font-size: 1rem; line-height: 1.5; color: rgba(244,237,224,.92); }
.rz-author { margin-top: .7rem; display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; color: rgba(244,237,224,.5); }

.rz-controls { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.rz-arrow { width: 46px; height: 46px; }
.rz-dots { display: flex; align-items: center; gap: .5rem; }
.rz-dot {
  width: 9px; height: 9px; border-radius: 9999px; border: 0; padding: 0; cursor: pointer;
  background: rgba(125,99,72,.32); transition: background-color .25s, transform .25s, width .25s;
}
.rz-dot:hover { background: rgba(125,99,72,.55); }
.rz-dot.is-active { background: #C2603A; width: 24px; }

/* ============================================================
   DECORI "nastro" fluente (stile ZEN) — riempiono gli spazi vuoti
   ============================================================ */
.deco { position: absolute; pointer-events: none; z-index: 0; }
.deco svg { display: block; width: 100%; height: auto; overflow: visible; }
.deco-float { animation: decofloat 16s var(--ease-out) infinite; }
@keyframes decofloat { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-16px,0); } }
/* il contenuto resta sopra ai nastri */
.deco-host { position: relative; overflow: clip; }
.deco-host > :not(.deco) { position: relative; z-index: 1; }
@media (max-width: 767px) { .deco { opacity: .6; } .deco-float { animation: none; } }

/* ---- Pannello soffice arrotondato (stile ZEN) ---- */
.soft-panel {
  position: relative; border-radius: 2rem;
  background:
    radial-gradient(120% 90% at 85% 0%, rgba(194,96,46,0.07) 0%, transparent 55%),
    radial-gradient(110% 90% at 0% 100%, rgba(30,58,47,0.06) 0%, transparent 55%),
    #EBE1D0;
  border: 1px solid rgba(125,99,72,0.16);
  box-shadow: 0 30px 70px -45px rgba(17,15,8,0.5);
}
@media (min-width: 768px) { .soft-panel { border-radius: 2.5rem; } }

/* ---- Pillola sticky "Unisciti alla lista" (come il QR di ZEN) ---- */
.wl-fab {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 45;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8rem 1.25rem; border-radius: 9999px;
  background: #C2603A; color: #F4EDE0; font-weight: 600; font-size: .9rem;
  box-shadow: 0 16px 38px -14px rgba(194,96,46,0.7);
  opacity: 0; transform: translateY(16px) scale(.96); pointer-events: none;
  transition: opacity .4s var(--ease-out), transform .4s var(--ease-out), background-color .2s;
}
.wl-fab:hover { background: #A84E2B; }
.wl-fab:focus-visible { outline: 3px solid #F4EDE0; outline-offset: 3px; }
.wl-fab.is-visible { opacity: 1; transform: none; pointer-events: auto; }
/* lascia spazio al cookie banner quando è presente */
.wl-fab.cookie-up { bottom: 7.5rem; }
@media (min-width: 640px) { .wl-fab { right: 1.5rem; bottom: 1.5rem; } .wl-fab.cookie-up { bottom: 1.5rem; } }

/* ============================================================
   LIQUID GLASS — superfici vetro su fondo scuro (forest/ink)
   Riutilizzabile: #problema e blocco "Un'app moderna".
   ============================================================ */
.lg-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .lg-grid { gap: 1.15rem; } }

.lg-card {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: 1.5rem; padding: 1.5rem;
  background: linear-gradient(155deg, rgba(244,237,224,.12) 0%, rgba(244,237,224,.04) 48%, rgba(244,237,224,.02) 100%);
  -webkit-backdrop-filter: blur(16px) saturate(150%); backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(244,237,224,.14);
  box-shadow:
    0 22px 50px -26px rgba(0,0,0,.66),
    inset 0 1px 0 rgba(244,237,224,.22),
    inset 0 -18px 36px -28px rgba(0,0,0,.5);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .45s var(--ease-out), background .45s var(--ease-out);
}
@media (min-width: 640px) { .lg-card { padding: 1.85rem; border-radius: 1.75rem; } }
/* riflesso lucido superiore */
.lg-card::before {
  content: ''; position: absolute; left: 6%; right: 6%; top: 1px; height: 42%;
  border-radius: inherit; pointer-events: none; z-index: 0;
  background: linear-gradient(180deg, rgba(244,237,224,.20), rgba(244,237,224,0));
}
/* alone tenue d'accento (clay) in alto a destra */
.lg-card::after {
  content: ''; position: absolute; top: -40%; right: -30%; width: 70%; height: 90%;
  border-radius: 9999px; pointer-events: none; z-index: 0; filter: blur(36px); opacity: .5;
  background: radial-gradient(circle, rgba(194,96,46,.42) 0%, transparent 70%);
  transition: opacity .45s var(--ease-out), transform .45s var(--ease-out);
}
.lg-card > * { position: relative; z-index: 1; }
@media (hover: hover) {
  .lg-card:hover {
    transform: translateY(-6px);
    border-color: rgba(244,237,224,.28);
    box-shadow:
      0 36px 70px -30px rgba(0,0,0,.74),
      inset 0 1px 0 rgba(244,237,224,.32),
      inset 0 -18px 36px -28px rgba(0,0,0,.5);
  }
  .lg-card:hover::after { opacity: .85; transform: translate(-8%, 8%); }
}

/* badge numerico in vetro (01/02/03) */
.lg-badge {
  display: inline-grid; place-items: center; flex: none;
  width: 3rem; height: 3rem; border-radius: 1rem;
  font-family: "General Sans", system-ui, sans-serif; font-size: 1.15rem; font-weight: 700;
  color: #F4EDE0;
  background: linear-gradient(150deg, rgba(244,237,224,.18), rgba(244,237,224,.05));
  border: 1px solid rgba(244,237,224,.22);
  box-shadow: inset 0 1px 0 rgba(244,237,224,.4), 0 8px 18px -10px rgba(0,0,0,.6);
}
.lg-badge--clay {
  color: #F4EDE0;
  background: linear-gradient(150deg, rgba(194,96,46,.95), rgba(168,78,43,.78));
  border-color: rgba(244,237,224,.3);
  box-shadow: inset 0 1px 0 rgba(244,237,224,.5), 0 10px 22px -10px rgba(194,96,46,.7);
}

/* chip/pill in vetro (store badge) */
.lg-pill {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: .65rem;
  border-radius: .9rem; padding: .62rem 1rem;
  background: linear-gradient(155deg, rgba(244,237,224,.16), rgba(244,237,224,.05));
  -webkit-backdrop-filter: blur(12px) saturate(150%); backdrop-filter: blur(12px) saturate(150%);
  border: 1px solid rgba(244,237,224,.2);
  box-shadow: inset 0 1px 0 rgba(244,237,224,.3), 0 12px 26px -16px rgba(0,0,0,.55);
  transition: transform .2s var(--ease-out), border-color .3s, box-shadow .3s;
}
.lg-pill::before {
  content: ''; position: absolute; left: 8%; right: 8%; top: 1px; height: 45%;
  border-radius: inherit; pointer-events: none;
  background: linear-gradient(180deg, rgba(244,237,224,.4), rgba(244,237,224,0));
}
@media (hover: hover) {
  .lg-pill:hover { transform: translateY(-2px); border-color: rgba(244,237,224,.4);
    box-shadow: inset 0 1px 0 rgba(244,237,224,.45), 0 16px 30px -16px rgba(0,0,0,.6); }
}
.lg-pill > * { position: relative; }

/* tile interna (mockup app) in vetro */
.lg-tile {
  position: relative; overflow: hidden; border-radius: 1.1rem;
  background: linear-gradient(155deg, rgba(244,237,224,.10), rgba(244,237,224,.03));
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(244,237,224,.12);
  box-shadow: inset 0 1px 0 rgba(244,237,224,.18);
}
.lg-tile--accent {
  background: linear-gradient(155deg, rgba(194,96,46,.22), rgba(194,96,46,.06));
  border-color: rgba(194,96,46,.3);
  box-shadow: inset 0 1px 0 rgba(244,237,224,.22);
}
/* contenitore vetro esterno del mockup */
.lg-shell {
  position: relative; overflow: hidden; border-radius: 1.85rem; padding: 1rem;
  background: linear-gradient(160deg, rgba(244,237,224,.10) 0%, rgba(244,237,224,.03) 60%, rgba(0,0,0,.06) 100%);
  -webkit-backdrop-filter: blur(20px) saturate(150%); backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(244,237,224,.16);
  box-shadow:
    0 40px 80px -34px rgba(0,0,0,.7),
    inset 0 1px 0 rgba(244,237,224,.26);
}
@media (min-width: 640px) { .lg-shell { padding: 1.25rem; } }
.lg-shell::before {
  content: ''; position: absolute; left: 5%; right: 5%; top: 1px; height: 30%;
  border-radius: inherit; pointer-events: none; z-index: 0;
  background: linear-gradient(180deg, rgba(244,237,224,.16), rgba(244,237,224,0));
}
.lg-shell > * { position: relative; z-index: 1; }

@media (max-width: 767px) {
  /* Niente backdrop-filter su mobile: il blur ricalcolato a ogni frame
     durante lo scroll causa scatti. Sfondi solidi più opachi mantengono
     l'effetto vetro senza costo di ricomposizione. */
  .lg-card, .lg-shell, .lg-tile, .lg-pill {
    -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  }
  .lg-card {
    background: linear-gradient(155deg, rgba(54,80,66,.96) 0%, rgba(34,52,42,.96) 100%);
  }
  .lg-shell {
    background: linear-gradient(160deg, rgba(48,72,60,.94) 0%, rgba(30,48,38,.94) 100%);
  }
  .lg-tile { background: rgba(244,237,224,.07); }
  .lg-tile--accent { background: rgba(194,96,46,.16); }
  .lg-pill { background: rgba(244,237,224,.10); }
}

/* Order utilities (pricing cards mobile reorder) */
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
@media (min-width: 768px) {
  .md\:order-1 { order: 1; }
  .md\:order-2 { order: 2; }
  .md\:order-3 { order: 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .parallax { transform: none !important; }
  .marquee-track, .animate-float, .animate-floatslow { animation: none !important; }
  .aurora-blob, .grain, .card-shine::after, .live-dot, .device-float { animation: none !important; }
  .hl-hint { animation: none !important; }
  .hl-card, .hl-desc, .hl-more, .hl-plus { transition: none !important; }
  .rz-card, .rz-prop { animation: none !important; }
  .rz-slide { transition: opacity .3s ease; transform: none !important; }
  .deco-float { animation: none !important; }
  .grain { opacity: 0.04; }
  .lg-card, .lg-pill { transition: none !important; }
}

/* ---- Mobile perf: stop expensive GPU-composited animations ---- */
@media (max-width: 767px) {
  /* native browser smooth-scroll aggiunge jank su mobile; Lenis è disattivo qui */
  html { scroll-behavior: auto !important; }
  .aurora-blob { animation: none !important; will-change: auto; filter: blur(50px); }
  .grain { animation: none !important; opacity: 0.03; }
  .px-layer { transition: none; will-change: auto; }
  /* will-change su ogni .reveal promuove centinaia di layer GPU su mobile */
  .reveal { will-change: auto; }
  /* la barra di avanzamento fixed + GSAP scrub aggiunge un layer compositor per niente */
  #scrollProgress { display: none; }
  /* backdrop-filter è la causa principale di scroll a scatti su mobile:
     lo disattiviamo ovunque e lasciamo gli sfondi (già semi-opachi) solidi. */
  .nav-bar, #site-nav.nav-hero .nav-bar, .hl-tabs, .rz-prop {
    -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  }
  #site-nav.nav-hero .nav-bar { background-color: rgba(17,15,8,0.82) !important; }
  .hl-tabs { background: rgba(244,237,224,.92); }
}
