@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#101828;--ink2:#182236;--muted:#667085;--blue:#1e4c86;--gold:#d6b25e;--sand:#f7f2e8;--line:#e6eaf1;--soft:#f6f8fb;--white:#fff;--shadow:0 24px 70px rgba(16,24,40,.12);--r:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,234,241,.85)}.nav{max-width:1280px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{height:42px}.menu{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700;color:#29354c}.menu a{opacity:.86}.menu a:hover{opacity:1;color:var(--blue)}.lang{display:flex;gap:7px;align-items:center}.lang a{font-size:12px;border:1px solid var(--line);border-radius:99px;padding:6px 8px}.mobile-toggle{display:none;background:transparent;border:0;font-size:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 19px;font-weight:850;border:1px solid transparent;background:var(--ink);color:#fff}.btn.gold{background:var(--gold);color:#111}.btn.ghost{background:#fff;color:var(--ink);border-color:#d7dde8}.btn.line{background:transparent;border-color:rgba(255,255,255,.3);color:#fff}.wrap{max-width:1280px;margin:0 auto;padding:90px 24px}.hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 20% 20%,rgba(214,178,94,.28),transparent 29%),linear-gradient(135deg,#0b1120,#142038 52%,#1e4c86)}.hero:before{content:'MentalX';position:absolute;right:-4vw;bottom:-10vw;font-size:21vw;font-weight:950;letter-spacing:-.09em;color:rgba(255,255,255,.045)}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:58px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.16em}.eyebrow:before{content:'';display:block;width:34px;height:2px;background:currentColor}.hero h1,.page-hero h1{font-size:clamp(44px,6vw,88px);line-height:.95;letter-spacing:-.065em;margin:20px 0}.lead{font-size:clamp(18px,2vw,22px);color:rgba(255,255,255,.78);max-width:820px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.hero-art{position:relative;border-radius:40px;overflow:hidden;box-shadow:0 38px 110px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.16)}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}.metric{padding:19px;border-radius:22px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}.metric strong{display:block;font-size:34px;line-height:1}.metric span{font-size:13px;color:rgba(255,255,255,.72)}.section{padding:10px 0}.section.soft{background:var(--soft)}.section.sand{background:var(--sand)}.section.dark{background:var(--ink);color:#fff}.section-head{max-width:820px;margin-bottom:44px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head h2{font-size:clamp(34px,4.2vw,62px);line-height:1;letter-spacing:-.052em;margin:12px 0 16px}.section-head p{font-size:18px;color:var(--muted)}.dark .section-head p{color:rgba(255,255,255,.72)}.grid{display:grid;gap:22px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:29px;transition:.22s;box-shadow:0 1px 0 rgba(16,24,40,.03)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card h3{font-size:23px;line-height:1.15;letter-spacing:-.025em;margin:0 0 10px}.card p{margin:0;color:var(--muted)}.dark .card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13);color:#fff}.dark .card p{color:rgba(255,255,255,.69)}.num{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(214,178,94,.18);color:#806324;font-weight:950;margin-bottom:18px}.process{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.step{min-height:114px;border-radius:22px;background:#fff;border:1px solid var(--line);padding:18px 13px;font-weight:850}.step span{display:block;color:var(--gold);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px}.logo-wall{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.logo-chip{height:74px;border-radius:18px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;text-align:center;padding:10px;font-weight:950;color:#566174;letter-spacing:-.02em}.bio-card{display:grid;grid-template-columns:310px 1fr;gap:36px;align-items:start}.portrait{width:100%;height:auto;border-radius:34px;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff}.quote{font-size:25px;line-height:1.35;color:#26324a;border-left:5px solid var(--gold);padding-left:24px;margin:0 0 18px}.page-hero{background:linear-gradient(135deg,#0b1120,#172033 55%,#1e4c86);color:#fff}.page-hero .wrap{padding:74px 24px}.crumb{color:rgba(255,255,255,.63);font-weight:800}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill{padding:9px 13px;border-radius:99px;background:#edf2f7;color:#344158;font-weight:800;font-size:14px}.timeline{display:grid;gap:18px}.tl{display:grid;grid-template-columns:170px 1fr;gap:20px;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--line)}.tl time{font-weight:950;color:var(--blue)}.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;padding:15px 16px;border:1px solid var(--line);border-radius:15px;font:inherit;background:#fff}.form textarea{min-height:150px}.contact-card{background:#fff;border-radius:var(--r);padding:30px;border:1px solid var(--line);box-shadow:var(--shadow)}.footer{background:#080d19;color:#fff}.footer .wrap{padding:56px 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .9fr;gap:30px}.footer a,.footer p{color:rgba(255,255,255,.68)}.notice{padding:14px 16px;border-radius:18px;background:#fff8e5;border:1px solid #f0dfad;color:#5c4814}.rtl{direction:rtl}.rtl .eyebrow:before{display:none}.rtl .quote{border-left:0;border-right:5px solid var(--gold);padding-left:0;padding-right:24px}@media(max-width:1040px){.hero-grid,.grid.two,.grid.three,.grid.four,.split,.bio-card,.footer-grid{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.logo-wall,.metric-row{grid-template-columns:repeat(2,1fr)}.menu{display:none}.mobile-toggle{display:block}.nav.open .menu{display:flex;position:absolute;left:0;right:0;top:75px;flex-direction:column;align-items:flex-start;background:white;padding:24px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.wrap{padding:66px 20px}}@media(max-width:560px){.process,.logo-wall,.metric-row{grid-template-columns:1fr}.tl{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:42px}.brand img{height:36px}}


/* 2026-07 update: HTML5 hero and real logo-grid presentation */
.hero-art{background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));min-height:560px;display:grid;place-items:center;padding:28px}
.hero-stage{position:relative;width:min(100%,560px);aspect-ratio:1/1;border-radius:44px;overflow:hidden;background:radial-gradient(circle at 30% 20%,rgba(214,178,94,.26),transparent 24%),radial-gradient(circle at 75% 78%,rgba(86,141,210,.25),transparent 28%),linear-gradient(145deg,#101828,#172642 55%,#0a1224);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.hero-stage:before{content:'';position:absolute;inset:34px;border:1px solid rgba(255,255,255,.08);border-radius:36px}.hero-stage:after{content:'MENTALX';position:absolute;right:-28px;bottom:26px;font-weight:950;font-size:76px;letter-spacing:-.08em;color:rgba(255,255,255,.035)}
.orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.88}.orb-one{width:190px;height:190px;left:42px;top:42px;background:radial-gradient(circle,#d6b25e,rgba(214,178,94,0) 67%);animation:floatA 8s ease-in-out infinite}.orb-two{width:230px;height:230px;right:10px;bottom:30px;background:radial-gradient(circle,#1e4c86,rgba(30,76,134,0) 67%);animation:floatB 9s ease-in-out infinite}
.orbit{position:absolute;inset:92px;border-radius:50%;border:1px solid rgba(255,255,255,.14)}.orbit-a{animation:spin 22s linear infinite}.orbit-b{inset:132px;transform:rotate(45deg);border-color:rgba(214,178,94,.22);animation:spin 34s linear reverse infinite}
.hero-panel{position:absolute;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.11);backdrop-filter:blur(20px);box-shadow:0 24px 70px rgba(0,0,0,.22);border-radius:24px;padding:18px;color:#fff}.hero-panel span{display:block;color:rgba(255,255,255,.64);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.hero-panel strong{display:block;font-size:28px;line-height:1.05;letter-spacing:-.04em;margin-top:5px}.hero-panel small{display:block;color:rgba(255,255,255,.66);font-size:13px;line-height:1.35;margin-top:10px}.panel-main{left:50%;top:50%;width:260px;transform:translate(-50%,-50%);padding:24px}.panel-main strong{font-size:44px}.panel-top{top:52px;right:52px}.panel-left{left:38px;top:210px}.panel-bottom{right:52px;bottom:86px}.hero-flow{position:absolute;left:38px;right:38px;bottom:38px;display:flex;align-items:center;justify-content:space-between;gap:10px}.hero-flow b{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.72)}.hero-flow i{height:1px;flex:1;background:linear-gradient(90deg,rgba(214,178,94,.1),rgba(214,178,94,.9),rgba(214,178,94,.1))}
.reference-logo-wall .logo-card{height:92px;background:#fff;padding:0;transition:.22s}.reference-logo-wall .logo-card img{width:100%;height:100%;object-fit:contain;filter:grayscale(1);opacity:.82}.reference-logo-wall .logo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.reference-logo-wall .logo-card:hover img{filter:grayscale(0);opacity:1}
@keyframes floatA{0%,100%{transform:translate(0,0)}50%{transform:translate(18px,28px)}}@keyframes floatB{0%,100%{transform:translate(0,0)}50%{transform:translate(-20px,-18px)}}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1040px){.hero-art{min-height:auto}.hero-stage{max-width:560px}.panel-left{left:24px}.panel-top{right:24px}.panel-bottom{right:24px}.logo-wall{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.hero-art{padding:16px;border-radius:28px}.hero-stage{border-radius:28px}.panel-main{width:220px}.panel-main strong{font-size:34px}.hero-panel{padding:13px}.hero-panel strong{font-size:22px}.panel-top{top:24px;right:22px}.panel-left{left:22px;top:175px}.panel-bottom{right:22px;bottom:74px}.hero-flow{left:20px;right:20px;bottom:24px}.reference-logo-wall .logo-card{height:86px}.logo-wall{grid-template-columns:repeat(2,1fr)}}


/* Refined hero and reference presentation */
.hero-copy{position:relative;z-index:1}
.hero-art{position:relative;min-height:560px;padding:18px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border-radius:40px;border:1px solid rgba(255,255,255,.14);box-shadow:0 38px 110px rgba(0,0,0,.34);overflow:hidden;display:block}
.hero-art:before{content:'';position:absolute;inset:-1px;background:radial-gradient(circle at 20% 18%,rgba(214,178,94,.2),transparent 24%),radial-gradient(circle at 78% 82%,rgba(30,76,134,.24),transparent 29%),linear-gradient(145deg,rgba(8,13,25,.7),rgba(8,13,25,.18));pointer-events:none}
.hero-frame{position:relative;width:100%;aspect-ratio:24/19;min-height:524px;border-radius:30px;overflow:hidden;background:#0b1220}
.hero-image{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.98) contrast(1.02)}
.hero-summary{position:absolute;left:28px;top:28px;max-width:300px;padding:18px 20px;border-radius:22px;background:rgba(8,13,25,.5);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 48px rgba(0,0,0,.22);color:#fff}
.hero-summary span{display:block;color:rgba(255,255,255,.68);font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}
.hero-summary strong{display:block;margin-top:8px;font-size:42px;line-height:.95;letter-spacing:-.05em}
.hero-summary small{display:block;margin-top:10px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.45}
.reference-logo-wall{grid-template-columns:repeat(6,minmax(0,1fr))}
.reference-logo-wall .logo-card{height:92px;padding:18px 20px;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid #dde4ef;box-shadow:0 1px 0 rgba(16,24,40,.03);transition:.22s}
.reference-logo-wall .logo-card img{width:100%;height:100%;object-fit:contain;filter:none;opacity:1}
.reference-logo-wall .logo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d4dceb}
@media(max-width:1040px){.hero-art{min-height:auto}.hero-frame{min-height:420px}.reference-logo-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.hero-art{padding:12px;border-radius:28px}.hero-frame{aspect-ratio:24/19;min-height:340px;border-radius:24px}.hero-summary{left:16px;right:16px;top:auto;bottom:16px;max-width:none}.hero-summary strong{font-size:32px}.reference-logo-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-logo-wall .logo-card{height:84px;padding:14px 16px}}




/* Keep reference logos visually aligned inside each box */
.reference-logo-wall .logo-card{display:flex;align-items:center;justify-content:center;overflow:hidden;}
.reference-logo-wall .logo-card img{width:auto;height:48px;max-width:100%;object-fit:contain;object-position:center center;filter:none;opacity:1;flex:0 0 auto;}
@media(max-width:560px){.reference-logo-wall .logo-card img{height:42px;}}


.hero-summary{display:none !important}/* simplified hero */

/* 2026-07 two-row auto-scrolling reference logo marquee */
.reference-logo-wall.logo-marquee{display:flex;flex-direction:column;gap:18px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.logo-marquee-row{overflow:hidden;width:100%;direction:ltr}
.logo-marquee-track{display:flex;align-items:stretch;width:max-content;gap:14px;will-change:transform;direction:ltr}
.logo-marquee-row-a .logo-marquee-track{animation:logoScroll 42s linear infinite}
.logo-marquee-row-b .logo-marquee-track{animation:logoScroll 36s linear infinite}
.logo-marquee-set{display:flex;gap:14px;flex:0 0 auto;direction:ltr}
.reference-logo-wall.logo-marquee .logo-card{flex:0 0 auto;width:clamp(140px,15vw,180px)}
.reference-logo-wall.logo-marquee:hover .logo-marquee-track{animation-play-state:paused}
@keyframes logoScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:560px){.reference-logo-wall.logo-marquee .logo-card{width:132px}}
@media(prefers-reduced-motion:reduce){.logo-marquee-track{animation:none !important}.logo-marquee-set[aria-hidden="true"]{display:none}.logo-marquee-row{overflow-x:auto}}


/* 2026-07 hero refresh: lighter header, simpler hero, full-width metrics */
.topbar{background:rgba(248,250,255,.94);border-bottom:1px solid rgba(210,219,232,.95);box-shadow:0 1px 0 rgba(16,24,40,.03)}
.hero{background:linear-gradient(180deg,#f7fbff 0%,#eef4fb 100%);color:var(--ink)}
.hero:before{color:rgba(30,76,134,.035);right:-2vw;bottom:-12vw}
.hero-grid{grid-template-columns:1fr;gap:28px;align-items:start}
.hero-copy{max-width:none}
.hero h1{color:var(--ink)}
.hero .lead{color:#516072;max-width:1020px}
.hero-actions .btn.line{background:rgba(255,255,255,.74);border-color:#d1d9e6;color:var(--ink)}
.hero-actions .btn.line:hover{background:#fff}
.hero-actions .btn.gold{background:linear-gradient(135deg,#0b1120,#1e4c86);color:#fff}
.hero-art{display:none}
.metric-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}
.metric{min-height:188px;padding:24px;background:#fff;border-color:#d9e2ef;box-shadow:0 14px 30px rgba(16,24,40,.05);color:var(--ink);display:flex;flex-direction:column;justify-content:space-between}
.metric strong{font-size:clamp(28px,4vw,48px)}
.metric span{color:#5d6a7b;font-size:15px}
@media(max-width:1040px){.metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.metric-row{grid-template-columns:1fr}.metric{min-height:146px;padding:20px}}


/* 2026-07 color refresh: warm olive palette sampled from reference image */
.topbar{background:rgba(249,248,235,.96);border-bottom:1px solid rgba(176,167,112,.28);box-shadow:0 1px 0 rgba(16,24,40,.03)}
.menu{color:#2f311a}.menu a:hover{color:#4f4b12}
.lang a{background:rgba(255,255,255,.6);border-color:rgba(124,116,61,.2);color:#403a12}
.hero{background:linear-gradient(135deg,#7f7a50 0%,#666133 52%,#4f4a1e 100%);color:#fff}
.hero:before{color:rgba(255,255,255,.04)}
.hero h1{color:#fff}
.hero .lead{color:rgba(255,255,255,.82)}
.hero-actions .btn.gold{background:linear-gradient(135deg,#f0d78a,#d2b25a);color:#241f06}
.hero-actions .btn.line{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}
.hero-actions .btn.line:hover{background:rgba(255,255,255,.14)}
.metric{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);box-shadow:0 14px 30px rgba(31,28,8,.18);color:#fff}
.metric span{color:rgba(255,255,255,.78)}
.metric strong{color:#fff}
.section.soft{background:#fff}
.section.sand{background:#efe7ca}
.section.dark{background:#333016;color:#fff}
.section-head p{color:#6f6949}
.dark .section-head p{color:rgba(255,255,255,.72)}
.card{background:#fffdf6;border-color:#ddd4b1}
.card p{color:#6f6949}
.dark .card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}
.notice{background:#f7f0c8;border-color:#e0d18d;color:#625213}
.pill{background:#f0ead1;color:#4b481f}
.logo-chip{background:#fffef7;border-color:#ddd5b6;color:#4d4b23}
.reference-logo-wall .logo-card{background:linear-gradient(180deg,#fffef8,#f8f4e8);border-color:#d8cfab}
.reference-logo-wall .logo-card:hover{border-color:#cfc38e}
.hero-actions .btn.line,.btn.ghost{border-color:rgba(124,116,61,.22)}
.hero .btn.line{box-shadow:none}
@media(max-width:560px){.topbar{background:rgba(249,248,235,.98)}}

/* 2026-07 footer refresh: warm olive instead of blue */
.footer{background:linear-gradient(180deg,#353215 0%,#24220f 100%);color:#fff}
.footer .wrap{padding:56px 24px}
.footer-grid{gap:30px}

.footer h4{color:#f0e3ad}
.footer a,.footer p{color:rgba(255,248,225,.78)}
.footer a:hover{color:#fff2c9}
.footer .wrap p{max-width:34ch}
.footer .logo-chip{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.10)}
.footer .logo-chip img{filter:none}

/* 2026-07 radius and button refresh: 9px corners, lighter button type */
:root{--r:9px}
.btn,
.lang a,
.pill,
.card,
.metric,
.step,
.logo-chip,
.tl,
.form input,
.form textarea,
.form select,
.contact-card,
.notice,
.portrait,
.reference-logo-wall .logo-card,
.hero-panel,
.hero-stage,
.hero-frame,
.hero-summary{
  border-radius:9px;
}
.btn{
  font-weight:700;
  letter-spacing:.01em;
}
.menu{
  font-weight:600;
}
.hero-actions .btn{
  border-radius:9px;
}

/* 2026-07 refinement pass: lighter, finer, less bulky */
:root{--r:8px;--shadow:0 16px 40px rgba(16,24,40,.08)}
.wrap{padding:24px 24px}
.hero-actions{gap:10px;margin-top:26px}
.btn{padding:11px 16px;font-weight:600;letter-spacing:0}
.hero-actions .btn{padding:12px 18px}
.card{padding:24px}
.card h3{font-size:21px}
.metric{min-height:172px;padding:20px}
.metric strong{font-size:clamp(24px,3.6vw,42px)}
.step{min-height:98px;padding:15px 12px;font-weight:750}
.logo-chip{height:66px;padding:8px;font-weight:850}
.pill{padding:7px 11px;font-size:13px;font-weight:700}
.tl{padding:20px;gap:16px}
.form input,.form textarea,.form select{padding:12px 14px}
.contact-card{padding:24px}
.notice{padding:12px 14px}
.hero .lead{max-width:760px;font-size:clamp(17px,1.8vw,20px)}
.hero h1,.page-hero h1{letter-spacing:-.06em}
.section-head h2{font-size:clamp(32px,3.8vw,54px)}
.footer .wrap{padding:48px 24px}
.footer-grid{gap:24px}
.reference-logo-wall .logo-card{height:84px;padding:14px 16px}
.reference-logo-wall .logo-card img{height:40px}
.bio-card{gap:28px}
.portrait{border-radius:8px}
.hero-stage,.hero-frame,.hero-summary,.hero-panel{border-radius:8px}
.hero-stage{box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.hero-art{box-shadow:0 26px 70px rgba(0,0,0,.22)}
@media(max-width:1040px){.wrap{padding:66px 20px}.metric{min-height:150px}.card{padding:20px}.reference-logo-wall .logo-card{height:78px}.reference-logo-wall .logo-card img{height:36px}.hero .wrap,.page-hero .wrap{padding:20px 20px}}
@media(max-width:560px){.hero-actions{gap:8px}.btn{padding:10px 14px}.hero-actions .btn{padding:11px 15px}.card,.contact-card{padding:18px}.metric{min-height:136px;padding:18px}.logo-chip{height:60px}.tl{padding:16px}.form input,.form textarea,.form select{padding:11px 12px}.reference-logo-wall .logo-card{height:72px;padding:12px 14px}.reference-logo-wall .logo-card img{height:34px}}

/* 2026-07 brand size refinement */
.brand img{height:38px}
@media(max-width:560px){.brand img{height:32px}}


/* 2026-07 brand imagery update: logo header and x watermark */
.hero::before{
  content:'';
  position:absolute;
  right:-15vw;
  bottom:-18vw;
  width:min(86vw,1180px);
  height:min(86vw,1180px);
  background:url('../logos/mentalx-x.png') no-repeat center center / contain;
  opacity:.14;
  filter:brightness(1.02) saturate(.75);
  pointer-events:none;
}
.hero{background:linear-gradient(135deg,#7f7a50 0%,#666133 52%,#4f4a1e 100%)}
.hero:after{display:none}
.topbar{backdrop-filter:blur(12px)}
.brand img{height:38px}
@media(max-width:560px){.brand img{height:32px}}

/* 2026-07 olive CTA variant */
.btn.olive{background:#333016;color:#fff;border-color:#333016;box-shadow:none}
.btn.olive:hover{background:#43401f;border-color:#43401f;color:#fff}


/* 2026-07 header color correction for subpages */
.topbar{background:rgba(249,248,235,.98);border-bottom:1px solid rgba(176,167,112,.28);box-shadow:0 1px 0 rgba(16,24,40,.03)}
.menu{color:#2f311a}
.menu a:hover{color:#4f4b12}
.lang a{background:rgba(255,255,255,.72);border-color:rgba(124,116,61,.18);color:#403a12}
.mobile-toggle{color:#333016}
.nav.open .menu{background:rgba(249,248,235,.98);border-bottom:1px solid rgba(176,167,112,.28);box-shadow:var(--shadow)}

/* 2026-07 heading color refinement */
h2,h3,h4,h5,h6{color:#43401f}
.section-head h2,.card h3,.split h2,.bio-card h2,.timeline h3,.contact-card h3{color:#43401f}
.footer h4{color:#f0e3ad}
.hero h1,.page-hero h1{color:#fff}

/* 2026-07 heading contrast adjustment */
h2,h3,h4,h5,h6{color:#43401f}
.section.soft h2,.section.soft h3,.section.soft h4,.section.soft h5,.section.soft h6,
.section h2,.section h3,.section h4,.section h5,.section h6,
.card h3,.split h2,.bio-card h2,.timeline h3,.contact-card h3{color:#43401f}
.hero h1,.page-hero h1,.section.sand h2,.section.sand h3,.section.sand h4,.section.sand h5,.section.sand h6,
.section.dark h2,.section.dark h3,.section.dark h4,.section.dark h5,.section.dark h6,
.footer h4{color:#cccccc}

/* 2026-07 subpage hero to footer palette */
.page-hero{background:linear-gradient(180deg,#353215 0%,#24220f 100%);color:#fff}
.page-hero .crumb{color:rgba(255,248,225,.58)}
.page-hero .lead{color:rgba(255,248,225,.78)}
.page-hero h1{color:#cccccc}
.page-hero .wrap{padding:74px 24px}

/* 2026-07 shared footer gradient */
:root{--footer-grad:linear-gradient(180deg,#353215 0%,#24220f 100%)}
.footer{background:var(--footer-grad)}
.page-hero{background:var(--footer-grad);color:#fff}

.bio-name{color:#43401f}


.section.sand .bio-name{color:#43401f}


/* 2026-07 hero watermark parallax */
.hero:before{transform:translate3d(0,var(--hero-watermark-y,0px),0)}
.hero-copy,.hero-actions,.metric-row,.section-head,.grid,.split{will-change:transform}


/* 2026-07 home parallax layers */
.home .hero,
.home .section{
  position:relative;
  overflow:hidden;
}
.home .hero::after,
.home .section::before,
.home .section::after{
  content:'';
  position:absolute;
  pointer-events:none;
  z-index:0;
  transition:transform .12s linear;
}
.home .hero > .wrap,
.home .section > .wrap{
  position:relative;
  z-index:1;
}
.home .hero::after{
  left:8%;
  top:10%;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(214,178,94,.22),rgba(214,178,94,0) 68%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * .03),0);
}
.home .section.soft::before{
  left:-6rem;
  top:4rem;
  width:18rem;
  height:18rem;
  border-radius:50%;
  background:radial-gradient(circle,rgba(31,28,8,.08),rgba(31,28,8,0) 70%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.04),0);
}
.home .section:not(.soft):not(.dark)::before{
  right:-5rem;
  top:3rem;
  width:16rem;
  height:16rem;
  border-radius:50%;
  background:radial-gradient(circle,rgba(30,76,134,.08),rgba(30,76,134,0) 72%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * .05),0);
}
.home .section.dark::before{
  left:-7rem;
  top:2rem;
  width:20rem;
  height:20rem;
  border-radius:50%;
  background:radial-gradient(circle,rgba(214,178,94,.12),rgba(214,178,94,0) 70%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * .06),0);
}
.home .section.dark::after{
  right:-8rem;
  bottom:-5rem;
  width:22rem;
  height:22rem;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.06),rgba(255,255,255,0) 72%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.06),0);
}
/* 2026-07 stronger home parallax */
.home .hero{
  min-height:clamp(760px,110vh,1120px);
}
.home .hero::before{
  right:-6vw;
  bottom:-14vw;
  font-size:25vw;
  color:rgba(255,255,255,.03);
}
.home .hero::after{
  left:auto;
  right:4%;
  top:4%;
  width:min(56vw,760px);
  height:min(56vw,760px);
  background:url('../logos/mentalx-x.png') center/contain no-repeat;
  opacity:.18;
  filter:drop-shadow(0 30px 70px rgba(0,0,0,.18)) saturate(.95) contrast(1.02);
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.12),0);
}
.home .section.soft::before{
  left:-10rem;
  top:-2rem;
  width:24rem;
  height:24rem;
  background:radial-gradient(circle at 35% 35%, rgba(53,50,21,.18), rgba(53,50,21,0) 70%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.12),0);
}
.home .section.soft::after{
  right:-8rem;
  bottom:-7rem;
  width:24rem;
  height:24rem;
  background:radial-gradient(circle at 60% 40%, rgba(30,76,134,.1), rgba(30,76,134,0) 72%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * .08),0);
}
.home .section:not(.soft):not(.dark)::before{
  right:-8rem;
  top:-2rem;
  width:22rem;
  height:22rem;
  background:radial-gradient(circle at 40% 30%, rgba(53,50,21,.12), rgba(53,50,21,0) 72%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * .12),0);
}
.home .section:not(.soft):not(.dark)::after{
  left:-7rem;
  bottom:-6rem;
  width:20rem;
  height:20rem;
  background:radial-gradient(circle at 50% 50%, rgba(255,255,255,.08), rgba(255,255,255,0) 70%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.08),0);
}
.home .section.dark::before{
  left:-10rem;
  top:-4rem;
  width:26rem;
  height:26rem;
  background:radial-gradient(circle at 40% 35%, rgba(214,178,94,.16), rgba(214,178,94,0) 68%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * .15),0);
}
.home .section.dark::after{
  right:-10rem;
  bottom:-8rem;
  width:30rem;
  height:30rem;
  background:radial-gradient(circle at 45% 50%, rgba(255,255,255,.07), rgba(255,255,255,0) 70%);
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.1),0);
}
.home .hero .hero-copy,
.home .hero .hero-actions,
.home .hero .metric-row,
.home .section-head,
.home .grid,
.home .split{
  transition:transform .14s linear;
}

.insights-page .card .pill{display:inline-flex;margin-bottom:14px;}
.form .btn.olive{
  padding:11px 16px;
  margin-top:2px;
  align-self:start;
  font-size:14px;
  font-weight:600;
}

/* 2026-07 home reset: reference-style reveal instead of heavy parallax */
.topbar.is-scrolled{background:rgba(249,248,235,.98);box-shadow:0 8px 24px rgba(16,24,40,.06)}
.home .hero{min-height:auto}
.home .hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(1100px 480px at 82% -10%, rgba(214,178,94,.20), transparent 60%),
    radial-gradient(700px 500px at -10% 110%, rgba(53,50,21,.42), transparent 60%);
  pointer-events:none;
}
.home .hero::after,
.home .section::before,
.home .section::after{content:none !important;display:none !important}
.home .hero > .wrap,
.home .section > .wrap{position:relative;z-index:1}
[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}
[data-reveal].in{opacity:1;transform:none}

/* 2026-07 editorial refresh: warm paper, navy, gold, serif headline system */
:root{
  --ink:#10203a;
  --ink2:#16263f;
  --muted:#5f6878;
  --blue:#1e4c86;
  --gold:#b48a49;
  --sand:#f4ede0;
  --line:#e5dac6;
  --soft:#fbf9f4;
  --white:#fffdf8;
  --shadow:0 18px 46px rgba(15,26,44,.08);
  --r:10px;
  --footer-grad:linear-gradient(180deg,#10203a 0%,#091120 100%);
}
body{
  font-family:'Manrope',ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;
  background:#fbf8f2;
  color:var(--ink);
}
h1,h2,h3,h4,h5,h6,
.brand,.btn,.menu,.eyebrow,.lang a,.pill,.step,.tl time,.footer h4{
  font-family:'Manrope',ui-sans-serif,system-ui,sans-serif;
}
.hero h1,.page-hero h1,.section-head h2,.card h3,.split h2,.bio-card h2,.timeline h3,.contact-card h3,.footer h4{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:500;
  color:var(--ink);
}
.topbar{
  background:rgba(252,249,243,.96);
  border-bottom:1px solid rgba(197,176,137,.35);
  box-shadow:0 1px 0 rgba(15,26,44,.03);
  backdrop-filter:blur(10px);
}
.nav{gap:24px}
.brand{gap:12px}
.menu{
  color:#13223c;
  font-weight:500;
  gap:28px;
}
.menu a{opacity:.9;position:relative}
.menu a:hover,.menu a.active{color:var(--gold)}
.menu a.active:after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:2px;
  background:var(--gold);
}
.lang{gap:0}
.lang a{
  border:0;
  padding:0 0 4px;
  color:#13223c;
  font-size:13px;
}
.lang a+a{
  margin-left:12px;
  padding-left:12px;
  border-left:1px solid rgba(19,34,60,.25);
}
.btn{
  border-radius:8px;
  padding:12px 18px;
  font-weight:600;
  letter-spacing:.01em;
}
.btn.gold{
  background:#10203a;
  color:#fff;
  border-color:#10203a;
}
.btn.gold:hover{
  background:#0b1627;
  border-color:#0b1627;
}
.btn.line{
  background:transparent;
  border-color:rgba(180,138,73,.52);
  color:#13223c;
}
.btn.line:hover{background:rgba(180,138,73,.08)}
.btn.olive{
  background:transparent;
  color:var(--gold);
  border-color:rgba(180,138,73,.55);
  box-shadow:none;
}
.btn.olive:hover{
  background:rgba(180,138,73,.08);
  border-color:var(--gold);
  color:var(--ink);
}
.hero{
  position:relative;
  overflow:hidden;
  color:var(--ink);
  background:linear-gradient(180deg,#fbf7f1 0%,#f4eee4 100%);
  padding:34px 0 24px;
}
.home .hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(820px 420px at 78% 28%,rgba(255,255,255,.92),transparent 60%),
    radial-gradient(860px 500px at 88% 60%,rgba(180,138,73,.10),transparent 55%),
    radial-gradient(700px 420px at 0% 0%,rgba(255,255,255,.95),transparent 50%);
  pointer-events:none;
}
.home .hero::after,
.home .section::before,
.home .section::after{content:none !important;display:none !important}
.home .hero-grid{
  grid-template-columns:minmax(0,1.03fr) minmax(320px,.97fr);
  gap:34px;
  align-items:center;
}
.home .hero-copy{max-width:620px}
.home .hero h1{
  color:var(--ink);
  font-size:clamp(52px,5.8vw,84px);
  line-height:.94;
  letter-spacing:-.04em;
  max-width:16ch;
  margin:18px 0 18px;
}
.home .lead{
  color:#4f5b6c;
  max-width:700px;
  font-size:clamp(17px,1.8vw,20px);
}
.home .eyebrow{color:var(--gold);font-size:12px;letter-spacing:.24em}
.home .hero-actions{gap:16px;margin-top:30px}
.home .hero-actions .btn{padding:13px 22px}
.home .hero-actions .btn.gold{background:#10203a;color:#fff}
.home .hero-actions .btn.line{background:transparent;color:#10203a;border-color:rgba(180,138,73,.52)}
.home .hero-visual{
  position:relative;
  min-height:560px;
  border-radius:24px;
  background:url('../img/hero-wave-light.svg') right center / cover no-repeat;
}
.home .hero-visual:before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:24px;
  background:
    radial-gradient(circle at 72% 32%,rgba(255,255,255,.48),transparent 34%),
    radial-gradient(circle at 86% 58%,rgba(180,138,73,.08),transparent 36%);
  pointer-events:none;
}
.home .hero-visual:after{
  content:'';
  position:absolute;
  inset:12% 10% 8% 20%;
  border:1px solid rgba(180,138,73,.15);
  border-radius:28px;
  pointer-events:none;
}
.home .metric-row{margin-top:34px;gap:12px}
.home .metric{
  background:#fffdf8;
  border-color:rgba(180,138,73,.18);
  box-shadow:0 12px 30px rgba(15,26,44,.05);
  padding:20px;
}
.home .metric strong{
  color:#10203a;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:32px;
}
.home .metric span{color:#5d6878}
.section.soft{background:#fff}
.section.sand{background:#f4ede0}
.section.dark{background:#10203a;color:#fff}
.section.dark .section-head p,
.section.dark .card p,
.section.dark .split p{color:rgba(255,255,255,.72)}
.section.dark .btn.gold{
  background:#f6ead2;
  border-color:#f6ead2;
  color:#10203a;
}
.section.dark .btn.line{
  border-color:rgba(255,255,255,.45);
  color:#fff;
}
.card{
  background:#fffdf8;
  border-color:rgba(180,138,73,.22);
  box-shadow:0 10px 26px rgba(15,26,44,.05);
}
.card h3{color:#10203a}
.section-head p{color:#5f6878}
.section-head h2,.split h2,.bio-card h2,.timeline h3,.contact-card h3{color:#10203a}
.reference-logo-wall .logo-card{
  background:#fffdf8;
  border-color:rgba(180,138,73,.18);
}
.reference-logo-wall .logo-card:hover{border-color:rgba(180,138,73,.35)}
.page-hero{background:var(--footer-grad);color:#fff}
.page-hero h1,.page-hero .lead,.page-hero .crumb{color:#fff}
.footer{background:var(--footer-grad);color:#fff}
.footer h4{color:#d9bf86}
.footer a,.footer p{color:rgba(255,248,233,.78)}
.home .hero > .wrap,
.home .section > .wrap{position:relative;z-index:1}
@media(max-width:1040px){
  .home .hero-grid{grid-template-columns:1fr;gap:22px}
  .home .hero-visual{min-height:420px}
}
@media(max-width:560px){
  .home .hero{padding:28px 0 16px}
  .home .hero h1{font-size:clamp(40px,12vw,56px)}
  .home .hero-visual{min-height:300px}
  .btn{padding:11px 15px}
}

.brand img{height:44px}
@media(max-width:560px){.brand img{height:34px}}

.home .metric-row{
  margin-top:28px;
  gap:16px;
}
.home .metric{
  min-height:132px;
  border-radius:14px;
  padding:22px 22px 20px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:8px;
}
.home .metric strong{
  font-size:26px;
  line-height:1;
  letter-spacing:-.03em;
}
.home .metric span{
  font-size:14px;
  line-height:1.45;
}
.topbar{border-bottom:0}
.topbar.is-scrolled{border-bottom:0}

/* 2026-07 hero refit: wave image, gold subline, full-width boxes */
.home .hero{
  padding:32px 0 24px;
  background:#fbf7f1;
}
.home .hero::before,
.home .hero::after,
.home .section::before,
.home .section::after{
  content:none !important;
  display:none !important;
}
.home .hero-grid{
  grid-template-columns:minmax(0,4fr) minmax(0,1fr);
  gap:38px;
  align-items:center;
}
.home .hero-copy{
  max-width:700px;
  padding-top:8px;
}
.home .hero h1{
  margin:18px 0 8px;
  max-width:16ch;
  font-size:clamp(52px,5.8vw,86px);
  line-height:.92;
  letter-spacing:-.045em;
}
.home .hero-impact{
  margin:0 0 18px;
  color:var(--gold);
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(30px,3.4vw,54px);
  line-height:.9;
  letter-spacing:-.02em;
}
.home .hero .wrap{
  position:relative;
  background:url("../img/heroback.png") right center / clamp(860px,54vw,1120px) auto no-repeat;
}
.home .hero .wrap:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(249,248,235,.95) 0%,rgba(249,248,235,.88) 34%,rgba(249,248,235,.48) 58%,rgba(249,248,235,0) 74%);
  pointer-events:none;
}
.home .hero-grid,
.home .metric-row{
  position:relative;
  z-index:1;
}
.home .hero-visual{
  display:none;
}
.home .lead{
  max-width:600px;
  font-size:clamp(17px,1.65vw,20px);
}
.home .hero-actions{gap:16px;margin-top:28px}
.home .hero-actions .btn{padding:13px 22px}
.home .metric-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:26px;
}
.home .metric{
  min-height:120px;
  padding:22px 22px 20px;
  border-radius:14px;
  background:#fffdf8;
  border:1px solid rgba(180,138,73,.18);
  box-shadow:0 12px 30px rgba(15,26,44,.05);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:6px;
}
.home .metric strong{
  color:#10203a;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:28px;
  line-height:1;
  letter-spacing:-.03em;
}
.home .metric span{
  color:#5d6878;
  font-size:14px;
  line-height:1.45;
}
.home .section.soft{background:#fff}
.home .section.sand{background:#f4ede0}
.home .section.dark{background:#10203a;color:#fff}
.home .section.dark .section-head p,
.home .section.dark .card p,
.home .section.dark .split p{color:rgba(255,255,255,.72)}
@media(max-width:1040px){
  .home .hero-grid{grid-template-columns:1fr;gap:22px}
  .home .hero-visual{min-height:380px}
  .home .metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .home .hero{padding:26px 0 14px}
  .home .hero h1{font-size:clamp(40px,12vw,58px)}
  .home .hero-impact{font-size:clamp(26px,8vw,38px)}
  .home .hero-visual{min-height:280px}
  .home .metric-row{grid-template-columns:1fr}
  .home .metric{min-height:108px;padding:18px}
}

.home .metric{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  grid-template-areas:"icon title" "icon text";
  column-gap:16px;
  align-items:start;
}
.home .metric-icon{
  grid-area:icon;
  width:52px;
  height:52px;
  margin-top:2px;
  display:block;
}
.home .metric strong{
  grid-area:title;
}
.home .metric span{
  grid-area:text;
}
@media(max-width:560px){
  .home .metric{
    grid-template-columns:44px minmax(0,1fr);
    column-gap:12px;
  }
  .home .metric-icon{
    width:44px;
    height:44px;
  }
}


.section.dark .market-cta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  max-width:900px;
}
.section.dark .market-cta .eyebrow{
  white-space:nowrap;
}
.section.dark .market-cta-body{
  display:flex;
  align-items:center;
  gap:22px;
}
.section.dark .market-cta h2{
  margin:0;
  font-size:34px;
  line-height:1;
  letter-spacing:-.055em;
  max-width:15ch;
}
.freezone-badge{
  width:auto;
  height:123px;
  max-width:none;
  flex:0 0 auto;
  object-fit:contain;
}
@media(max-width:760px){
  .section.dark .market-cta-body{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  .freezone-badge{
    height:96px;
  }
}
.footer-cta{
  background:#10203a;
}
.footer-cta .split{
  grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
  gap:56px;
  align-items:center;
}
.footer-cta .market-cta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  max-width:820px;
}
.footer-cta .market-cta .eyebrow{
  white-space:nowrap;
}
.footer-cta .market-cta-body{
  display:grid;
  grid-template-columns:123px minmax(0,1fr);
  gap:22px;
  align-items:center;
}
.footer-cta .freezone-badge{
  width:auto;
  height:123px;
  max-width:none;
  flex:0 0 auto;
  object-fit:contain;
}
.footer-cta .market-cta h2{
  margin:0;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:34px;
  line-height:1.04;
  letter-spacing:-.04em;
  max-width:12ch;
}
.footer-cta .lead{
  max-width:620px;
  font-size:18px;
  line-height:1.5;
}
.footer-cta .btn.gold{
  margin-top:18px;
  background:#f4e8c7;
  color:#10203a;
}
@media(max-width:1040px){
  .footer-cta .split{
    grid-template-columns:1fr;
    gap:28px;
  }
}
@media(max-width:760px){
  .footer-cta .market-cta-body{
    grid-template-columns:1fr;
    gap:12px;
  }
  .footer-cta .market-cta h2{
    max-width:none;
  }
  .footer-cta .freezone-badge{
    height:96px;
  }
}
.footer-cta .freezone-badge{
  width:123px;
  height:123px;
}
@media(max-width:760px){
  .footer-cta .freezone-badge{
    width:96px;
    height:96px;
  }
}
/* 2026-07 hero load parallax refresh */
body.home .hero .wrap{
  background-position:calc(100% + 96px) center;
  transition:background-position 1.05s cubic-bezier(.16,1,.3,1);
}
body.home.hero-ready .hero .wrap{
  background-position:right center;
}
.home .hero-actions .btn{
  transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease;
}
.home .hero-actions .btn.gold:hover,
.home .hero-actions .btn.gold:focus-visible{
  background:#d6b25e;
  border-color:#d6b25e;
  color:#111;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(214,178,94,.22);
}
.home .hero-actions .btn.line:hover,
.home .hero-actions .btn.line:focus-visible{
  background:#1e4c86;
  border-color:#1e4c86;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(30,76,134,.18);
}
/* 2026-07 hero parallax refresh: copy + cards */
body.home .hero-copy h1,
body.home .hero-copy .lead,
body.home .hero-copy .hero-actions,
body.home .metric-row .metric{
  will-change:transform,opacity;
}
body.home:not(.hero-ready) .hero-copy h1{
  opacity:0;
  transform:translate3d(0,24px,0) scale(.985);
}
body.home:not(.hero-ready) .hero-copy .lead{
  opacity:0;
  transform:translate3d(0,28px,0);
}
body.home:not(.hero-ready) .hero-copy .hero-actions{
  opacity:0;
  transform:translate3d(0,32px,0);
}
body.home:not(.hero-ready) .metric-row .metric{
  opacity:0;
  transform:translate3d(0,34px,0);
}
body.home.hero-ready .hero-copy h1{
  opacity:1;
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.05),0);
  transition:transform .14s linear,opacity .75s cubic-bezier(.16,1,.3,1);
}
body.home.hero-ready .hero-copy .lead{
  opacity:1;
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.03),0);
  transition:transform .14s linear,opacity .75s cubic-bezier(.16,1,.3,1);
}
body.home.hero-ready .hero-copy .hero-actions{
  opacity:1;
  transform:translate3d(0,calc(var(--scroll-y,0px) * -.02),0);
  transition:transform .14s linear,opacity .75s cubic-bezier(.16,1,.3,1);
}
body.home.hero-ready .metric-row .metric:nth-child(1){
  opacity:1;
  transform:translate3d(0,calc(var(--scroll-y,0px) * .008),0);
  transition:transform .14s linear,opacity .75s cubic-bezier(.16,1,.3,1);
}
body.home.hero-ready .metric-row .metric:nth-child(2){
  opacity:1;
  transform:translate3d(0,calc(var(--scroll-y,0px) * .014),0);
  transition:transform .14s linear,opacity .75s cubic-bezier(.16,1,.3,1);
}
body.home.hero-ready .metric-row .metric:nth-child(3){
  opacity:1;
  transform:translate3d(0,calc(var(--scroll-y,0px) * .02),0);
  transition:transform .14s linear,opacity .75s cubic-bezier(.16,1,.3,1);
}
body.home.hero-ready .metric-row .metric:nth-child(4){
  opacity:1;
  transform:translate3d(0,calc(var(--scroll-y,0px) * .026),0);
  transition:transform .14s linear,opacity .75s cubic-bezier(.16,1,.3,1);
}
@media(max-width:1040px){
  body.home.hero-ready .hero-copy h1,
  body.home.hero-ready .hero-copy .lead,
  body.home.hero-ready .hero-copy .hero-actions,
  body.home.hero-ready .metric-row .metric{
    transform:none;
  }
}
@media(prefers-reduced-motion: reduce){
  body.home .hero-copy h1,
  body.home .hero-copy .lead,
  body.home .hero-copy .hero-actions,
  body.home .metric-row .metric{
    transition:none !important;
    transform:none !important;
    opacity:1 !important;
  }
}
/* 2026-07 metric flip cards */
body.home .metric-row{
  perspective:1200px;
}
body.home .metric{
  transform-style:preserve-3d;
  backface-visibility:hidden;
  transform-origin:center top;
}
body.home:not(.hero-ready) .metric-row .metric{
  opacity:0;
  transform:perspective(1200px) rotateX(82deg) translateY(28px);
}
body.home.hero-ready .metric-row .metric{
  opacity:1;
  transform:perspective(1200px) rotateX(0deg) translateY(0);
  transition:transform .95s cubic-bezier(.16,1,.3,1),opacity .75s cubic-bezier(.16,1,.3,1),box-shadow .22s ease,transform-origin .22s ease;
}
body.home.hero-ready .metric-row .metric:nth-child(1){transition-delay:.10s}
body.home.hero-ready .metric-row .metric:nth-child(2){transition-delay:.20s}
body.home.hero-ready .metric-row .metric:nth-child(3){transition-delay:.30s}
body.home.hero-ready .metric-row .metric:nth-child(4){transition-delay:.40s}
body.home .metric-row .metric:hover{
  transform:perspective(1200px) rotateX(12deg) translateY(-2px);
}
@media(max-width:1040px){
  body.home .metric-row{perspective:none}
  body.home .metric-row .metric,
  body.home.hero-ready .metric-row .metric,
  body.home .metric-row .metric:hover{
    transform:none;
  }
}
@media(prefers-reduced-motion: reduce){
  body.home .metric-row,
  body.home .metric-row .metric{
    perspective:none !important;
    transform:none !important;
    transition:none !important;
    opacity:1 !important;
  }
}