/* Base, layout, header, footer, shared sections */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--navy-850);
  color: var(--text);
  font: 400 1rem/1.7 var(--font-ui);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1em; color: var(--text-2); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
::selection { background: rgba(201, 169, 110, 0.35); }

.container { width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { position: relative; padding: clamp(80px, 12vw, 160px) 0; }
.section--tight { padding: clamp(56px, 8vw, 96px) 0; }
.h-xl { font-size: clamp(2.8rem, 7vw, 6.4rem); }
.h-lg { font-size: clamp(2.2rem, 4.6vw, 4.2rem); }
.h-md { font-size: clamp(1.6rem, 2.6vw, 2.4rem); }
.lead { font-size: clamp(1.02rem, 1.3vw, 1.18rem); color: var(--text-2); max-width: 62ch; }
.section-head { display: grid; gap: 18px; margin-bottom: clamp(36px, 5vw, 64px); max-width: 780px; }
.section-head.center { margin-inline: auto; text-align: center; justify-items: center; }

/* ambient backdrop */
.ambient { position: fixed; inset: 0; z-index: -2; pointer-events: none; background:
  radial-gradient(60vw 50vw at 85% -10%, rgba(201, 169, 110, 0.10), transparent 60%),
  radial-gradient(50vw 40vw at -10% 30%, rgba(46, 70, 150, 0.18), transparent 60%),
  radial-gradient(40vw 30vw at 100% 70%, rgba(0, 127, 61, 0.06), transparent 60%),
  radial-gradient(70vw 50vw at 50% 120%, rgba(201, 169, 110, 0.06), transparent 60%),
  var(--navy-850); }
.grain { position: fixed; inset: -50%; z-index: 90; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite; }
@keyframes grain { 0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); } 60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); } }

/* ---------- Header ---------- */
.site-header { position: fixed; top: 14px; left: 0; right: 0; z-index: 80; pointer-events: none; }
.site-header .bar {
  pointer-events: auto;
  width: min(1360px, 100% - 2 * clamp(12px, 2vw, 28px));
  margin-inline: auto;
  height: var(--header-h);
  display: flex; align-items: center; gap: 20px;
  padding: 0 14px 0 22px;
  border-radius: 22px;
  transition: transform 0.6s var(--ease), background 0.4s;
}
.site-header.is-hidden .bar { transform: translateY(-130%); }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 40px; height: 40px; }
.brand-logo { display: block; width: auto; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35)); }
.brand-logo.in-header { height: 60px; margin: 0 -4px; }
.brand-logo.in-footer { height: 104px; filter: none; }
/* ivory plate so the logo keeps its original navy & green on the dark footer */
.logo-plate { display: inline-flex; padding: 14px 22px 12px; border-radius: 20px;
  background: linear-gradient(160deg, rgba(252, 251, 248, 0.96), rgba(236, 233, 226, 0.92));
  --glass-border: linear-gradient(140deg, #fff, rgba(255, 255, 255, 0.4) 40%, rgba(201, 169, 110, 0.35) 65%, rgba(201, 169, 110, 0.85));
  box-shadow: 0 1px 0 #fff inset, 0 20px 50px -20px rgba(0, 0, 0, 0.7); }
.logo-plate::after { background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), transparent 90%); }
.brand-tag { margin: 14px 0 0; font: 700 0.66rem/1.4 var(--font-ui); letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.brand-name { display: grid; line-height: 1.1; }
.brand-name b { font: 600 1.28rem/1 var(--font-display); letter-spacing: 0.02em; }
.brand-name small { font: 600 0.58rem/1.4 var(--font-ui); letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.nav > .nav-item { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 12px; font: 600 0.84rem/1 var(--font-ui); color: var(--text-2); background: none; border: 0; cursor: pointer; transition: color 0.3s, background 0.3s; }
.nav-link svg { width: 12px; height: 12px; opacity: 0.7; transition: transform 0.3s; }
.nav-link:hover, .nav-item:focus-within > .nav-link, .nav-link.is-current { color: var(--text); background: rgba(255, 255, 255, 0.06); }
.nav-link.is-current { color: var(--gold-light); }
.nav-item:hover > .nav-link svg, .nav-item:focus-within > .nav-link svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%;
  min-width: 250px; padding: 10px;
  display: grid; gap: 2px;
  opacity: 0; visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
}
.dropdown::after { content: ''; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.dropdown.cols-2 { grid-template-columns: 1fr 1fr; min-width: 420px; }
.nav-item:hover > .dropdown, .nav-item:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown a { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-radius: 10px; font: 500 0.86rem/1.2 var(--font-ui); color: var(--text-2); transition: all 0.25s; }
.dropdown a:hover { color: var(--text); background: rgba(201, 169, 110, 0.12); padding-left: 18px; }
.dropdown a.all { color: var(--gold-light); font-weight: 700; grid-column: 1 / -1; border-bottom: 1px solid var(--line); border-radius: 10px 10px 0 0; margin-bottom: 4px; }
.header-cta { display: flex; gap: 8px; align-items: center; margin-left: 8px; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 14px; border: 0; color: var(--text); background: rgba(255, 255, 255, 0.07); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; background: currentColor; margin: 4px auto; transition: transform 0.35s var(--ease), opacity 0.3s; }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* ---------- Light "ivory glass" header: lets the FTI logo keep its true navy/green ---------- */
.site-header {
  --text: #1e2e5e; --text-2: rgba(30, 46, 94, 0.8); --text-3: rgba(30, 46, 94, 0.55); --line: rgba(30, 46, 94, 0.12);
  --glass-border: linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.35) 40%, rgba(201, 169, 110, 0.25) 65%, rgba(201, 169, 110, 0.7));
}
.site-header .glass--strong { background: linear-gradient(160deg, rgba(252, 251, 248, 0.94), rgba(238, 235, 228, 0.9)); box-shadow: 0 1px 0 #fff inset, 0 -1px 0 rgba(30, 46, 94, 0.08) inset, 0 18px 50px -18px rgba(0, 0, 0, 0.55), 0 2px 8px rgba(0, 0, 0, 0.18); }
.site-header .glass::after { background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 90%); }
.site-header .nav-link:hover, .site-header .nav-item:focus-within > .nav-link { background: rgba(30, 46, 94, 0.07); }
.site-header .nav-link.is-current { color: var(--navy-700); box-shadow: inset 0 -2px 0 var(--gold); border-radius: 12px 12px 4px 4px; }
.site-header .dropdown a:hover { background: rgba(201, 169, 110, 0.2); color: var(--navy-700); }
.site-header .dropdown a.all { color: var(--gold-deep); }
.site-header .btn--glass { color: var(--navy-700); background: rgba(30, 46, 94, 0.06); box-shadow: 0 0 0 1px rgba(30, 46, 94, 0.18) inset; -webkit-backdrop-filter: none; backdrop-filter: none; }
.site-header .btn--glass svg { color: var(--green); }
.site-header .menu-toggle { color: var(--navy-700); background: rgba(30, 46, 94, 0.06); box-shadow: 0 0 0 1px rgba(30, 46, 94, 0.16) inset; }
.site-header .brand-logo { filter: none; }

/* compact menu: dropdown panel under the menu button (hover on desktop, tap on touch) */
.menu-wrap { position: relative; display: none; }
.drawer {
  position: absolute; top: calc(100% + 14px); right: 0; z-index: 81;
  width: min(340px, calc(100vw - 32px));
  max-height: calc(100vh - var(--header-h) - 60px); max-height: calc(100svh - var(--header-h) - 60px);
  overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin;
  padding: 10px; border-radius: 20px;
  background: linear-gradient(160deg, rgba(252, 251, 248, 0.98), rgba(238, 235, 228, 0.97));
  opacity: 0; visibility: hidden; transform: translateY(8px) scale(0.98); transform-origin: top right;
  transition: opacity 0.3s var(--ease), transform 0.35s var(--ease), visibility 0.3s;
}
.menu-wrap::after { content: ''; position: absolute; right: 0; top: 100%; width: 100%; height: 16px; } /* hover bridge */
body.menu-open .drawer, .menu-wrap:focus-within .drawer { opacity: 1; visibility: visible; transform: none; }
@media (hover: hover) and (pointer: fine) {
  .menu-wrap:hover .drawer { opacity: 1; visibility: visible; transform: none; }
  .menu-wrap:hover .menu-toggle { color: var(--gold-deep); box-shadow: 0 0 0 1px rgba(201, 169, 110, 0.5) inset; }
  .menu-wrap:hover .menu-toggle span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .menu-wrap:hover .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-wrap:hover .menu-toggle span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
}
.drawer > a, .drawer summary { display: flex; justify-content: space-between; align-items: center; padding: 11px 14px; border-radius: 12px; font: 600 0.92rem/1.2 var(--font-ui); color: var(--text); list-style: none; cursor: pointer; transition: background 0.25s, color 0.25s; }
.drawer summary::-webkit-details-marker { display: none; }
.drawer > a:hover, .drawer summary:hover { background: rgba(201, 169, 110, 0.2); color: var(--navy-700); }
.drawer summary svg { transition: transform 0.3s var(--ease); opacity: 0.7; }
.drawer details[open] summary { color: var(--gold-deep); }
.drawer details[open] summary svg { transform: rotate(180deg); }
.drawer details > div, .drawer details { display: block; }
.drawer details a { display: block; margin-left: 14px; padding: 8px 12px; border-left: 1px solid var(--line); color: var(--text-2); font-size: 0.86rem; transition: color 0.2s, border-color 0.2s; }
.drawer details a:hover { color: var(--navy-700); border-left-color: var(--gold); }
.drawer details[open] { padding-bottom: 6px; }
.drawer .drawer-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line); }
.drawer .drawer-cta .btn { justify-content: center; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; min-height: min(88vh, 860px); display: grid; align-items: end; padding: calc(var(--header-h) + 60px) 0 clamp(48px, 7vw, 90px); overflow: hidden; }
.page-hero .bg { position: absolute; inset: -6%; background-size: cover; background-position: center; transform-origin: 50% 60%; will-change: transform; }
.page-hero .bg::after { content: ''; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(11, 17, 24, 0.55) 0%, rgba(11, 17, 24, 0.10) 35%, rgba(11, 17, 24, 0.35) 65%, var(--navy-850) 100%),
  radial-gradient(120% 90% at 50% 40%, transparent 50%, rgba(0, 0, 0, 0.55)); }
.page-hero .panel { max-width: 820px; padding: clamp(26px, 4vw, 48px); display: grid; gap: 18px; }
.crumbs { display: flex; gap: 10px; align-items: center; font: 600 0.74rem/1 var(--font-ui); letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); }
.crumbs a:hover { color: var(--gold); }
.crumbs span { color: var(--gold); }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: clamp(16px, 2vw, 24px); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: clamp(22px, 2.6vw, 34px); display: grid; gap: 12px; align-content: start; }
.card h3 { font-size: 1.55rem; }
.card p { margin: 0; font-size: 0.95rem; }
.icon-badge { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; color: var(--gold-light); background: linear-gradient(145deg, rgba(201, 169, 110, 0.22), rgba(201, 169, 110, 0.04)); box-shadow: 0 0 0 1px rgba(201, 169, 110, 0.35) inset, 0 8px 20px -8px rgba(201, 169, 110, 0.5); }
.icon-badge svg { width: 24px; height: 24px; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ticks li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; color: var(--text-2); font-size: 0.95rem; line-height: 1.5; }
.ticks li::before { content: ''; width: 18px; height: 18px; margin-top: 2px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f3e3bf, #c9a96e 60%, #8c6d38); box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.14); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm-1.6 17.2-5-5 1.8-1.8 3.2 3.2 7-7 1.8 1.8z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm-1.6 17.2-5-5 1.8-1.8 3.2 3.2 7-7 1.8 1.8z'/%3E%3C/svg%3E") center/contain no-repeat; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1px; border-radius: var(--r-lg); overflow: hidden; }
.stat { padding: clamp(22px, 3vw, 36px); display: grid; gap: 6px; }
.stat + .stat { box-shadow: -1px 0 0 var(--line); }
.stat b { font: 500 clamp(2.4rem, 4.4vw, 3.8rem)/1 var(--font-display); }
.stat span { font: 600 0.74rem/1.3 var(--font-ui); letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-3); }

/* media tile */
.tile { position: relative; overflow: hidden; border-radius: var(--r-lg); aspect-ratio: 4 / 5; background: var(--navy-700); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter 0.6s; }
.tile:hover img { transform: scale(1.06); }
.tile .cap { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 14px 16px; border-radius: 16px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.tile .cap h3 { font-size: 1.3rem; }
.tile .cap small { display: block; font: 600 0.68rem/1.2 var(--font-ui); letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.tile .arrow { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; background: rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset; transition: all 0.4s var(--ease); }
.tile:hover .arrow { background: var(--gold); color: #1a1408; transform: rotate(-45deg); }
.img-fallback { background: linear-gradient(145deg, #243044, #121a26); }

/* marquee */
.marquee { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: clamp(36px, 6vw, 90px); width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font: 500 clamp(1.4rem, 2.6vw, 2.2rem)/1 var(--font-display); letter-spacing: 0.12em; color: var(--text-3); white-space: nowrap; transition: color 0.3s; }
.marquee-track span:hover { color: var(--gold-light); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* accordion */
.faq { display: grid; gap: 12px; }
.faq details { border-radius: var(--r-md); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 20px 24px; font: 600 1.02rem/1.4 var(--font-ui); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: rgba(201, 169, 110, 0.12); color: var(--gold); transition: transform 0.4s var(--ease); font-style: normal; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq .ans { padding: 0 24px 22px; }
.faq .ans p { margin: 0; }

/* forms */
.form { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.form .full { grid-column: 1 / -1; }
.field { display: grid; gap: 8px; }
.field label { font: 700 0.7rem/1 var(--font-ui); letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-3); }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; border-radius: 14px; border: 0; color: var(--text); font: 500 0.95rem/1.4 var(--font-ui); background: rgba(255, 255, 255, 0.05); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 2px 6px rgba(0, 0, 0, 0.2) inset; transition: box-shadow 0.3s; }
.field select option { background: var(--navy-700); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; box-shadow: 0 0 0 1px rgba(201, 169, 110, 0.7) inset, 0 0 0 4px rgba(201, 169, 110, 0.14); }
.form-note { font-size: 0.85rem; color: var(--gold-light); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 24px; background: rgba(6, 9, 14, 0.82); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transition: opacity 0.4s, visibility 0.4s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { margin: 0; max-width: min(1200px, 100%); display: grid; gap: 14px; }
.lightbox img { max-height: 78vh; width: auto; margin: auto; border-radius: var(--r-md); box-shadow: 0 40px 100px -20px #000; }
.lightbox figcaption { text-align: center; }
.lightbox .close { position: absolute; top: 20px; right: 20px; }

/* CTA band */
.cta-band { padding: clamp(32px, 5vw, 64px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; overflow: hidden; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.cta-band .glow { position: absolute; width: 520px; height: 520px; right: -140px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 169, 110, 0.35), transparent 65%); z-index: 0; }

/* ---------- Footer ---------- */
.site-footer { position: relative; padding: 90px 0 30px; margin-top: 40px; border-top: 1px solid var(--line); background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35)); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.site-footer h4 { font: 700 0.72rem/1 var(--font-ui); letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer li, .site-footer li a { color: var(--text-2); font-size: 0.92rem; }
.site-footer li a:hover { color: var(--gold-light); }
.newsletter { display: flex; gap: 8px; padding: 6px; margin-top: 18px; max-width: 420px; }
.newsletter input { flex: 1; min-width: 0; border: 0; background: none; color: var(--text); padding: 0 14px; font: 500 0.9rem var(--font-ui); }
.newsletter input:focus { outline: none; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, 0.06); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset; transition: all 0.3s; }
.socials a:hover { background: var(--gold); color: #1a1408; }
.socials svg { width: 18px; height: 18px; }
.footer-bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.82rem; color: var(--text-3); }

/* floating whatsapp */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 70; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(180deg, #3fd26b, #1ea650); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 14px 30px -8px rgba(30, 166, 80, 0.7); transition: transform 0.3s var(--ease); }
.fab:hover { transform: scale(1.08); }
.fab svg { width: 28px; height: 28px; }

/* reveal (JS adds .in) */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); transition-delay: var(--d, 0s); }
[data-reveal].in { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .nav, .header-cta .btn--glass { display: none; }
  .menu-toggle { display: block; }
  .menu-wrap { display: block; }
  .header-cta { margin-left: auto; }
}
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-band { grid-template-columns: 1fr; }
  .cta-band .actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  :root { --header-h: 64px; }
  .site-header { top: 10px; }
  .site-header .bar { padding: 0 10px 0 14px; border-radius: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-logo.in-header { height: 50px; }
  .brand-name b { font-size: 1.1rem; }
  .header-cta .btn { display: none; }
  .site-header .bar { position: relative; }
  .site-header .bar .header-cta, .menu-wrap { position: static; }
  .drawer { left: 0; right: 0; width: auto; top: calc(100% + 10px); }
  .grid-2, .grid-3, .grid-4, .form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat, .stat + .stat { box-shadow: inset 0 -1px 0 var(--line); padding: 18px 16px; }
  .stat:nth-child(odd) { box-shadow: inset 0 -1px 0 var(--line), inset -1px 0 0 var(--line); }
  .stat:last-child:nth-child(odd) { grid-column: 1 / -1; box-shadow: none; }
  .stat b { font-size: 2.3rem; }
  .crumbs { flex-wrap: wrap; gap: 4px 8px; font-size: 0.62rem; letter-spacing: 0.1em; line-height: 1.4; }
  .fab { width: 52px; height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
