/* ============================================================
   BHUTAN CORDYCEPS — Design System
   Palette: deep forest, aged gold, ivory, earth brown
   Display: Fraunces (serif, warm, organic curves — echoes the
             mushroom's form) / Body: Work Sans / Utility: Work Sans caps
   Signature: the "gold contour ring" — a thin gold ring + topographic
             mountain-contour line motif that recurs as image frames,
             section dividers and the scroll-progress ring.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Work+Sans:wght@300;400;500;600;700&display=swap');

:root{
  --forest-deep:   #1E4636;
  --forest:        #2E6B4F;
  --forest-mid:    #4C8F6B;
  --forest-pale:   #E8F1EB;
  --gold:          #C9A24B;
  --gold-light:    #E4C874;
  --gold-dim:      #9C7A2E;
  --ivory:         #F8F5EC;
  --ivory-2:       #EFEADA;
  --brown:         #6E4A2E;
  --white:         #FFFFFF;
  --text:          #23291F;
  --text-soft:     #55594E;
  --text-on-dark:  #FFFFFF;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1240px;
  --radius-s: 6px;
  --radius-m: 14px;
  --radius-l: 28px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --header-h: 128px;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *,*::before,*::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

body{
  margin:0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ font-family: var(--font-display); font-weight: 500; margin: 0 0 .5em; letter-spacing: .2px; color: var(--forest-deep); }
p{ margin: 0 0 1em; color: var(--text-soft); }

:focus-visible{ outline: 2px solid var(--gold); outline-offset: 3px; }

.container{ max-width: var(--container); margin: 0 auto; padding: 0 28px; }

.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family: var(--font-body); font-size: 12px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gold-dim);
  margin-bottom: 16px;
}
.eyebrow::before{ content:""; width: 26px; height:1px; background: var(--gold); }
.on-dark .eyebrow{ color: var(--gold-light); }

.section{ padding: 96px 0; }
.section--tight{ padding: 64px 0; }
.section--dark{ background: var(--forest-deep); color: var(--text-on-dark); }
.section--dark p{ color: #C7CFC5; }
.section--dark h2, .section--dark h3{ color: var(--ivory); }
.section--alt{ background: var(--ivory-2); }

.section-head{ max-width: 640px; margin-bottom: 52px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
h2.display{ font-size: clamp(30px, 4vw, 44px); }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 15px 30px; border-radius: 999px; font-family: var(--font-body);
  font-weight: 600; font-size: 14px; letter-spacing: .4px; cursor:pointer;
  border: 1px solid transparent; transition: all .35s var(--ease);
  white-space: nowrap;
}
.btn-gold{ background: linear-gradient(135deg, var(--gold-light), var(--gold-dim)); color: var(--forest-deep); box-shadow: 0 8px 24px -10px rgba(201,162,75,.6); }
.btn-gold:hover{ transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(201,162,75,.75); }
.btn-outline{ border-color: rgba(244,239,226,.55); color: var(--text-on-dark); }
.btn-outline:hover{ background: rgba(244,239,226,.1); border-color: var(--gold-light); }
.btn-line{ border-color: var(--forest); color: var(--forest); }
.btn-line:hover{ background: var(--forest); color: var(--ivory); }
.btn-whatsapp{ background: var(--forest); color: var(--ivory); }
.btn-whatsapp:hover{ background: var(--forest-mid); transform: translateY(-2px); }
.btn-whatsapp svg{ width:16px; height:16px; }

/* ---------- Header / Nav ---------- */
.site-header{
  position: fixed; inset: 0 0 auto 0; z-index: 500; height: var(--header-h);
  display:flex; align-items:center;
  background: transparent;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), height .3s var(--ease);
}
.site-header.solid{
  background: rgba(30,70,54,.94); backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px -18px rgba(0,0,0,.5);
  height: 92px;
}
.site-header .container{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap: nowrap; }
.brand{ display:flex; align-items:center; gap:14px; flex-shrink:0; }
.brand img.brand-logo{
  height: 96px; width:96px; object-fit:contain; display:block; border-radius:50%;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.4));
  transition: height .3s var(--ease), width .3s var(--ease);
}
.site-header.solid .brand img.brand-logo{ height: 70px; width:70px; }
.brand-word{ font-family: var(--font-display); font-size: 19px; color: var(--ivory); letter-spacing:.3px; line-height:1.1; }
.brand-word small{ display:block; font-family: var(--font-body); font-size: 9px; letter-spacing: 2.5px; color: var(--gold-light); font-weight:600; margin-top:3px; }

.nav-links{ display:flex; align-items:center; gap: 21px; flex-wrap: nowrap; }
.nav-links a{
  font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.9);
  position: relative; padding: 6px 0; font-weight:600; white-space: nowrap;
}
.nav-links a::after{
  content:""; position:absolute; left:0; bottom:0; width:0; height:1px;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after{ width:100%; }
.nav-links a.active{ color: var(--gold-light); }

.nav-cta{ display:flex; align-items:center; gap:14px; flex-shrink:0; }
.nav-cta .btn-whatsapp{ padding: 12px 20px; font-size: 13px; white-space: nowrap; }
.nav-toggle{
  display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px;
}
.nav-toggle span{ width:24px; height:2px; background: var(--ivory); transition: all .3s var(--ease); }

@media (max-width: 1080px){
  .nav-links{
    position: fixed; inset: 0 0 0 auto; width: min(320px,84vw); height:100vh;
    background: var(--forest-deep); flex-direction:column; align-items:flex-start;
    padding: 110px 34px 40px; gap: 26px; transform: translateX(100%);
    transition: transform .45s var(--ease); box-shadow: -20px 0 50px rgba(0,0,0,.35);
  }
  .nav-links.open{ transform: translateX(0); }
  .nav-toggle{ display:flex; }
  .nav-cta .btn-whatsapp span{ display:none; }
  .brand img.brand-logo{ height: 56px; width:56px; }
  .site-header.solid .brand img.brand-logo{ height: 50px; width:50px; }
}

/* ---------- Hero ---------- */
.hero{
  position: relative; min-height: 92vh; display:flex; align-items:center;
  background: linear-gradient(180deg, var(--forest-deep) 0%, var(--forest) 60%, var(--forest-mid) 100%);
  overflow: hidden; color: var(--ivory); padding-top: var(--header-h);
}
.hero-contours{ position:absolute; inset:0; opacity:.35; pointer-events:none; }
.hero-mountains{ position:absolute; left:0; right:0; bottom:0; width:100%; opacity:.9; }
.hero .container{ position:relative; z-index:2; }

/* Hero slideshow: 4 images crossfading behind an overlay for text contrast */
.hero-slideshow{ position:absolute; inset:0; z-index:0; }
.hero-slide{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transform: scale(1.06); z-index:0;
  transition: opacity 1.8s ease-in-out, transform 8s linear;
}
.hero-slide.active{ opacity:1; transform: scale(1); z-index:1; }
.hero-scrim{
  position:absolute; inset:0; z-index:1;
  background: linear-gradient(180deg, rgba(30,70,54,.72) 0%, rgba(20,50,38,.55) 45%, rgba(15,38,29,.82) 100%);
}
@media (prefers-reduced-motion: reduce){
  .hero-slide{ transition: opacity .3s ease; transform:none !important; }
}
.hero-inner{ max-width: 720px; padding: 60px 0 120px; }
.hero h1{ color: var(--white); font-size: clamp(38px, 6vw, 66px); line-height: 1.06; margin-bottom: 22px; }
.hero h1 em{ font-style: italic; color: var(--gold-light); }
.hero p.lead{ font-size: 18px; color: #D7DCCF; max-width: 540px; margin-bottom: 36px; }
.hero-actions{ display:flex; gap: 18px; flex-wrap: wrap; }

.page-hero{
  position: relative; min-height: 46vh; display:flex; align-items:flex-end;
  background: linear-gradient(160deg, var(--forest-deep), var(--forest) 70%);
  color: var(--ivory); padding: calc(var(--header-h) + 70px) 0 70px;
  overflow:hidden;
}
.page-hero-scrim{
  position:absolute; inset:0; z-index:0;
  background: linear-gradient(160deg, rgba(30,70,54,.88) 0%, rgba(20,50,38,.72) 45%, rgba(15,38,29,.9) 100%);
}
.page-hero .container{ position:relative; z-index:1; }
.page-hero .eyebrow{ color: var(--gold-light); }
.page-hero h1{ color: var(--white); font-size: clamp(32px, 5vw, 50px); max-width: 700px; }
.page-hero p{ max-width: 560px; color: #D7DCCF; font-size: 16.5px; }

/* ---------- Cards ---------- */
.grid{ display:grid; gap: 30px; }
.grid-3{ grid-template-columns: repeat(3, 1fr); }
.grid-2{ grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px){ .grid-3{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .grid-3, .grid-2{ grid-template-columns: 1fr; } }

.product-card{
  position: relative; background: var(--white); border-radius: var(--radius-m);
  overflow: hidden; box-shadow: 0 18px 40px -24px rgba(11,33,27,.35);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
  border: 1px solid rgba(20,51,42,.06);
}
.product-card:hover{ transform: translateY(-8px); box-shadow: 0 30px 60px -24px rgba(11,33,27,.45); }
.product-media{ position:relative; aspect-ratio: 4/3.1; overflow:hidden; background: var(--ivory-2); }
.product-media img{ width:100%; height:100%; object-fit:cover; transition: transform .7s var(--ease); }
.product-card:hover .product-media img{ transform: scale(1.07); }
.badge{
  position:absolute; top:16px; left:16px; background: linear-gradient(135deg,var(--gold-light),var(--gold-dim));
  color: var(--forest-deep); font-size: 11px; font-weight:700; letter-spacing: 1.2px;
  padding: 6px 12px; border-radius: 999px; text-transform:uppercase;
}
.grade-tag{
  position:absolute; bottom:16px; right:16px; background: rgba(30,70,54,.85); color: var(--gold-light);
  font-family: var(--font-display); font-size:14px; padding: 5px 14px; border-radius: 999px; backdrop-filter: blur(4px);
}
.product-body{ padding: 24px 24px 26px; }
.product-body h3{ font-size: 20px; margin-bottom: 6px; }
.product-body p{ font-size: 14.5px; margin-bottom: 18px; }
.product-body .btn{ width:100%; }

/* Featured product spotlight (e.g. Capsules) — sits below the grade grid */
.product-spotlight{
  margin-top: 56px; display:grid; grid-template-columns: 340px 1fr; gap: 46px; align-items:center;
  background: var(--white); border-radius: var(--radius-l); padding: 38px;
  border: 1px solid rgba(20,51,42,.08); box-shadow: 0 24px 60px -34px rgba(11,33,27,.35);
}
.product-spotlight-media .product-media{ box-shadow: 0 14px 30px -18px rgba(11,33,27,.3); }
.spotlight-price{
  font-family: var(--font-display); font-size: 24px; color: var(--forest); margin: 10px 0 20px;
}
.spotlight-price span{ font-family: var(--font-body); font-size: 14px; color: var(--text-soft); font-weight:500; }
@media (max-width: 780px){
  .product-spotlight{ grid-template-columns: 1fr; padding: 26px; gap:26px; }
  .product-spotlight-media .product-media{ max-width: 320px; margin:0 auto; }
}

.benefit-card{
  background: var(--white); border-radius: var(--radius-m); padding: 34px 28px;
  border: 1px solid rgba(20,51,42,.08); transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.benefit-card:hover{ transform: translateY(-6px); box-shadow: 0 24px 46px -28px rgba(11,33,27,.35); }
.benefit-icon{
  width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background: radial-gradient(circle at 30% 30%, var(--gold-light), var(--gold-dim));
  margin-bottom: 20px; color: var(--forest-deep);
}
.benefit-icon svg{ width:26px; height:26px; }
.benefit-card h3{ font-size: 18.5px; margin-bottom: 8px; }
.benefit-card p{ font-size: 14.5px; margin:0; }

/* Ring-framed image, the signature device */
.ring-frame{ position:relative; display:inline-block; border-radius: var(--radius-l); overflow:hidden; }
.ring-frame::after{
  content:""; position:absolute; inset:14px; border: 1px solid rgba(228,200,116,.65);
  border-radius: calc(var(--radius-l) - 10px); pointer-events:none;
}
.ring-frame img{ border-radius: var(--radius-l); }

.divider-gold{ width:70px; height:2px; background: linear-gradient(90deg, var(--gold), transparent); margin: 22px 0; }

/* ---------- About / Values ---------- */
.value-row{ display:flex; gap:22px; padding: 26px 0; border-bottom: 1px solid rgba(20,51,42,.12); }
.value-row:first-child{ border-top: 1px solid rgba(20,51,42,.12); }
.value-num{ font-family: var(--font-display); font-style: italic; font-size: 26px; color: var(--gold-dim); min-width: 52px; }
.value-row h3{ font-size: 19px; margin-bottom: 6px; }
.value-row p{ margin:0; font-size: 15px; }

.split{ display:grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items:center; }
@media (max-width: 900px){ .split{ grid-template-columns: 1fr; gap: 40px; } }

/* ---------- Steps (How to Consume) ---------- */
.step-card{
  background: var(--white); border-radius: var(--radius-m); padding: 30px 26px;
  border: 1px solid rgba(20,51,42,.08); position:relative;
}
.step-index{
  font-family: var(--font-display); font-style: italic; font-size: 34px; color: var(--gold-dim); line-height:1; margin-bottom: 14px;
}
.step-card h3{ font-size: 18px; margin-bottom: 8px; }
.step-card p{ font-size: 14.5px; margin:0; }

.dos-donts{ display:grid; grid-template-columns: 1fr 1fr; gap: 26px; }
@media (max-width: 700px){ .dos-donts{ grid-template-columns:1fr; } }
.dd-card{ border-radius: var(--radius-m); padding: 28px; }
.dd-card.do{ background: rgba(30,68,56,.07); border: 1px solid rgba(30,68,56,.25); }
.dd-card.dont{ background: rgba(110,74,46,.07); border: 1px solid rgba(110,74,46,.25); }
.dd-card h3{ font-size: 16px; letter-spacing:.5px; text-transform:uppercase; margin-bottom:14px; }
.dd-card ul li{ font-size: 14.5px; color: var(--text-soft); padding: 8px 0 8px 26px; position:relative; border-top: 1px dashed rgba(20,51,42,.14); }
.dd-card ul li:first-child{ border-top:none; }
.dd-card.do ul li::before{ content:"✓"; position:absolute; left:0; color: var(--forest-mid); font-weight:700; }
.dd-card.dont ul li::before{ content:"✕"; position:absolute; left:0; color: var(--brown); font-weight:700; }

.disclaimer{
  margin-top: 50px; padding: 22px 26px; border-radius: var(--radius-s);
  background: rgba(201,162,75,.09); border: 1px solid rgba(201,162,75,.35);
  font-size: 13.5px; color: var(--text-soft);
}

/* ---------- Gallery ---------- */
.masonry{ columns: 3 260px; column-gap: 18px; }
.masonry-item{
  break-inside: avoid; margin-bottom: 18px; border-radius: var(--radius-m); overflow:hidden;
  position:relative; cursor: zoom-in; box-shadow: 0 14px 30px -20px rgba(11,33,27,.4);
}
.masonry-item img{ width:100%; display:block; transition: transform .6s var(--ease); }
.masonry-item:hover img{ transform: scale(1.08); }
.masonry-item .cap{
  position:absolute; left:0; right:0; bottom:0; padding: 14px 16px;
  background: linear-gradient(0deg, rgba(30,70,54,.88), transparent);
  color: var(--ivory); font-size: 13px; opacity:0; transition: opacity .35s var(--ease);
}
.masonry-item:hover .cap{ opacity:1; }

.lightbox{
  position: fixed; inset:0; background: rgba(14,32,25,.95); z-index: 900;
  display:flex; align-items:center; justify-content:center; padding: 40px;
  opacity:0; visibility:hidden; transition: opacity .35s var(--ease);
}
.lightbox.open{ opacity:1; visibility:visible; }
.lightbox img{ max-width: 88vw; max-height: 84vh; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox img.zoom-in{ animation: lightboxZoomIn .45s var(--ease); }
@keyframes lightboxZoomIn{
  from{ opacity:0; transform: scale(0.82); }
  to{ opacity:1; transform: scale(1); }
}
.product-media.zoomable{ cursor: zoom-in; }
.zoom-icon{
  position:absolute; bottom:16px; left:16px; width:34px; height:34px;
  background: rgba(11,33,27,.65); color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center;
  opacity:0; transition: opacity .3s var(--ease); pointer-events:none;
}
.zoom-icon svg{ width:16px; height:16px; }
.product-media.zoomable:hover .zoom-icon{ opacity:1; }
.lightbox-close{
  position:absolute; top:24px; right:32px; width:44px; height:44px; border-radius:50%;
  background: rgba(244,239,226,.1); border: 1px solid rgba(244,239,226,.3); color: var(--ivory);
  font-size: 22px; cursor:pointer; display:flex; align-items:center; justify-content:center;
}
.lightbox-nav{
  position:absolute; top:50%; transform: translateY(-50%); width:48px; height:48px; border-radius:50%;
  background: rgba(244,239,226,.1); border: 1px solid rgba(244,239,226,.3); color: var(--ivory);
  font-size: 20px; cursor:pointer; display:flex; align-items:center; justify-content:center;
}
.lightbox-prev{ left: 24px; } .lightbox-next{ right: 24px; }

/* ---------- Contact ---------- */
.info-card{
  display:flex; gap:16px; padding: 22px 0; border-bottom: 1px solid rgba(244,239,226,.14);
}
.info-card:last-child{ border-bottom:none; }
.info-ico{ width:42px; height:42px; border-radius:50%; background: rgba(201,162,75,.15); border:1px solid rgba(201,162,75,.4); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.info-ico svg{ width:19px; height:19px; color: var(--gold-light); }
.info-card h4{ font-family: var(--font-body); font-size: 13px; letter-spacing:1.5px; text-transform:uppercase; color: var(--gold-light); margin: 0 0 4px; }
.info-card p{ margin:0; color: #D7DCCF; font-size: 15px; }

.map-frame{ border-radius: var(--radius-m); overflow:hidden; border: 1px solid rgba(244,239,226,.15); aspect-ratio: 16/11; }
.map-frame iframe{ width:100%; height:100%; border:0; }

.form-card{ background: var(--white); border-radius: var(--radius-l); padding: 44px; box-shadow: 0 30px 70px -34px rgba(11,33,27,.4); }
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px){ .form-row{ grid-template-columns: 1fr; } }
.field{ margin-bottom: 20px; }
.field label{ display:block; font-size: 12.5px; font-weight:600; letter-spacing: .8px; text-transform: uppercase; color: var(--forest); margin-bottom: 8px; }
.field input, .field select, .field textarea{
  width:100%; padding: 13px 15px; border-radius: var(--radius-s); border: 1px solid rgba(20,51,42,.2);
  font-family: var(--font-body); font-size: 14.5px; color: var(--text); background: var(--ivory);
  transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color: var(--gold-dim); box-shadow: 0 0 0 3px rgba(201,162,75,.18); background: var(--white);
}
.field textarea{ resize: vertical; min-height: 120px; }
.field.error input, .field.error select, .field.error textarea{ border-color: #B4472F; }
.field .err-msg{ display:none; color:#B4472F; font-size:12.5px; margin-top:6px; }
.field.error .err-msg{ display:block; }
.recaptcha-mock{
  display:flex; align-items:center; gap:12px; border:1px solid rgba(20,51,42,.2); border-radius: var(--radius-s);
  padding: 14px 16px; background: var(--ivory); font-size:13px; color: var(--text-soft); margin-bottom: 22px;
}
.recaptcha-mock input[type=checkbox]{ width:20px; height:20px; accent-color: var(--forest); }
.form-success{
  display:none; text-align:center; padding: 50px 20px;
}
.form-success.show{ display:block; }
.form-success svg{ width:56px; height:56px; color: var(--forest-mid); margin-bottom:16px; }

/* ---------- Footer ---------- */
.site-footer{ background: var(--forest-deep); color: #C7CFC5; padding: 76px 0 30px; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 46px; }
@media (max-width: 900px){ .footer-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .footer-grid{ grid-template-columns: 1fr; } }
.footer-brand p{ color: #9AA398; font-size: 14px; margin: 16px 0 20px; max-width: 300px; }
.footer-logo-wrap{
  display:inline-flex; align-items:center;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.45));
}
.footer-logo-wrap img{ border-radius:50%; }
.footer-col h4{ font-family: var(--font-body); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.footer-col ul li{ margin-bottom: 12px; }
.footer-col a{ color: #C7CFC5; font-size: 14.5px; transition: color .25s; }
.footer-col a:hover{ color: var(--gold-light); }
.social-row{ display:flex; gap: 12px; margin-top: 20px; }
.social-row a{
  width: 38px; height:38px; border-radius:50%; border:1px solid rgba(244,239,226,.2);
  display:flex; align-items:center; justify-content:center; transition: all .3s var(--ease);
}
.social-row a:hover{ background: var(--gold); border-color: var(--gold); color: var(--forest-deep); }
.social-row svg{ width:16px; height:16px; }
.footer-bottom{ margin-top: 60px; padding-top: 26px; border-top: 1px solid rgba(244,239,226,.1); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size: 13px; color: #7F887A; }

/* ---------- Scroll to top ---------- */
.to-top{
  position: fixed; right: 26px; bottom: 26px; width: 48px; height:48px; border-radius:50%;
  background: var(--forest-deep); border: 1px solid var(--gold-dim); color: var(--gold-light);
  display:flex; align-items:center; justify-content:center; cursor:pointer; z-index: 400;
  opacity:0; visibility:hidden; transform: translateY(12px); transition: all .35s var(--ease);
}
.to-top.show{ opacity:1; visibility:visible; transform:translateY(0); }
.to-top:hover{ background: var(--gold); color: var(--forest-deep); }

/* WhatsApp floating button */
.wa-float{
  position: fixed; left: 26px; bottom: 26px; z-index: 400;
  width: 56px; height:56px; border-radius:50%; background: var(--forest);
  display:flex; align-items:center; justify-content:center; box-shadow: 0 14px 34px -14px rgba(11,33,27,.6);
  border: 1px solid var(--gold-dim);
}
.wa-float svg{ width:26px; height:26px; color: var(--gold-light); }
.wa-float:hover{ background: var(--forest-mid); }

/* ---------- Reveal animation ---------- */
.reveal{ opacity:0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in{ opacity:1; transform: translateY(0); }
.reveal-stagger > *{ transition-delay: calc(var(--i, 0) * 90ms); }

/* Skip link */
.skip-link{
  position:absolute; left:-999px; top:0; background: var(--gold); color: var(--forest-deep);
  padding: 10px 16px; z-index: 1000; border-radius: 0 0 8px 0; font-weight:600;
}
.skip-link:focus{ left:0; }
