/* =========================================================
   Granith Capital — Design System
   Brand: navy #0D2B45 · green #1B5E3B · teal #1A7A6E
          off-white #F5F5F0 · gold #B8962E · light-blue #D6EAF8
   Type: Be Vietnam Pro
   ========================================================= */

:root {
  --navy: #0D2B45;
  --navy-900: #081d30;
  --navy-700: #12395b;
  --green: #1B5E3B;
  --teal: #1A7A6E;
  --teal-bright: #2da193;
  --cream: #F5F5F0;
  --cream-2: #ecece4;
  --gold: #B8962E;
  --gold-soft: #cbab48;
  --blue-soft: #D6EAF8;
  --grey: #9E9E9E;
  --ink: #0D2B45;
  --muted: #4a5a68;
  --line: rgba(13, 43, 69, 0.12);

  --max: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 16px;
  --radius-lg: 26px;

  --font: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-sm: 0 4px 18px rgba(13, 43, 69, 0.07);
  --shadow-md: 0 18px 50px rgba(13, 43, 69, 0.12);
  --shadow-lg: 0 30px 80px rgba(8, 29, 48, 0.45);
}

/* ----------------------------- Reset ----------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ----------------------------- Layout ----------------------------- */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(72px, 11vw, 150px); position: relative; }
.section--tight { padding-block: clamp(56px, 8vw, 100px); }

/* ----------------------------- Type ----------------------------- */
h1, h2, h3, h4 { font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; color: var(--navy); }
.display {
  font-size: clamp(2.6rem, 6.4vw, 5.2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}
h2.headline { font-size: clamp(2rem, 4.2vw, 3.35rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.3rem); color: var(--muted); line-height: 1.65; }
p { color: var(--muted); }
.muted { color: var(--muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--teal);
}
.eyebrow::before {
  content: ""; width: 26px; height: 1.5px; background: var(--teal); display: inline-block;
}
.eyebrow--center::before { display: none; }

.accent { color: var(--teal); }
.gold { color: var(--gold); }

/* ----------------------------- Buttons ----------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: 100px;
  font-weight: 600; font-size: 0.97rem; letter-spacing: -0.01em;
  transition: transform .4s var(--ease), background .3s var(--ease), color .3s var(--ease), box-shadow .4s var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn .arrow { transition: transform .4s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn--primary { background: var(--teal); color: #fff; box-shadow: 0 10px 30px rgba(26, 122, 110, 0.35); }
.btn--primary:hover { background: var(--teal-bright); box-shadow: 0 16px 40px rgba(26, 122, 110, 0.45); }
.btn--light { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.btn--light:hover { box-shadow: var(--shadow-md); }
.btn--ghost { border: 1.5px solid rgba(255,255,255,0.3); color: #fff; }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.btn--outline { border: 1.5px solid var(--line); color: var(--navy); }
.btn--outline:hover { border-color: var(--teal); color: var(--teal); }

/* ----------------------------- Header ----------------------------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), backdrop-filter .4s var(--ease);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.site-header.scrolled {
  background: rgba(245, 245, 240, 0.85);
  backdrop-filter: saturate(140%) blur(14px);
  box-shadow: 0 1px 0 var(--line);
}

.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); }
.brand .mark { width: 38px; height: 38px; color: var(--navy); flex: none; transition: transform .5s var(--ease); }
.brand:hover .mark { transform: rotate(-6deg) scale(1.05); }
.brand .wordmark { display: flex; flex-direction: column; line-height: 0.98; }
.brand .wordmark b { font-weight: 800; font-size: 1.12rem; letter-spacing: -0.02em; }
.brand .wordmark span { font-weight: 600; font-size: 1.12rem; letter-spacing: -0.02em; color: var(--teal); }

/* header colour states */
.site-header.on-dark .brand, .site-header.on-dark .nav a { color: #fff; }
.site-header.on-dark .brand .mark { color: #fff; }
.site-header.on-dark .brand .wordmark span { color: var(--teal-bright); }
.site-header.on-dark.scrolled .brand, .site-header.on-dark.scrolled .nav a { color: var(--navy); }
.site-header.on-dark.scrolled .brand .mark { color: var(--navy); }
.site-header.on-dark.scrolled .brand .wordmark span { color: var(--teal); }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  padding: 10px 16px; font-weight: 500; font-size: 0.96rem; color: var(--navy);
  border-radius: 100px; position: relative; transition: color .3s var(--ease), opacity .3s;
}
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 1.5px;
  background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); opacity: .6;
}
.nav a:not(.btn):hover::after, .nav a.active:not(.btn)::after { transform: scaleX(1); }
.nav .btn { margin-left: 10px; }

.nav-toggle { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; height: 2px; width: 24px; background: currentColor; color: var(--navy); border-radius: 2px; transition: transform .35s var(--ease), opacity .25s; }
.site-header.on-dark:not(.scrolled) .nav-toggle span { background: #fff; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ----------------------------- Hero ----------------------------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  background: radial-gradient(120% 120% at 78% 30%, #15466b 0%, var(--navy) 42%, var(--navy-900) 100%);
  color: #fff; overflow: hidden; padding-top: 84px;
}
.hero__rings { position: absolute; inset: 0; pointer-events: none; }
.hero__rings svg { position: absolute; top: 50%; right: -12%; transform: translateY(-50%); width: min(110vh, 1100px); height: auto; opacity: 0.85; }
.hero__glow { position: absolute; width: 60vw; height: 60vw; right: -8%; top: 8%; border-radius: 50%;
  background: radial-gradient(circle, rgba(45,161,147,0.22), transparent 62%); filter: blur(10px); pointer-events: none; }
.hero .wrap { position: relative; z-index: 2; width: 100%; }
.hero__inner { max-width: 760px; }
.hero .eyebrow { color: var(--teal-bright); }
.hero .eyebrow::before { background: var(--teal-bright); }
.hero__title { margin: 22px 0 0; color: #fff; }
.hero__title .line2 { color: var(--teal-bright); display: block; }
.hero__sub { margin-top: 26px; max-width: 560px; color: rgba(255,255,255,0.78); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero__cta { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; left: var(--gutter); bottom: 34px; z-index: 2; display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.6); font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase;
}
.hero__scroll .dot { width: 22px; height: 36px; border: 1.5px solid rgba(255,255,255,0.35); border-radius: 12px; position: relative; }
.hero__scroll .dot::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; border-radius: 3px; background: var(--teal-bright); transform: translateX(-50%); animation: scrolldot 1.8s var(--ease) infinite; }
@keyframes scrolldot { 0%{opacity:0; transform: translate(-50%,0);} 30%{opacity:1;} 70%{opacity:1; transform: translate(-50%,12px);} 100%{opacity:0; transform: translate(-50%,12px);} }

/* trust strip */
.trust { border-top: 1px solid rgba(255,255,255,0.12); }

/* ----------------------------- Stat row ----------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stats--dark { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.12); }
.stat { background: var(--cream); padding: 30px 26px; }
.stats--dark .stat { background: var(--navy); }
.stat__num { font-size: clamp(1.9rem, 3.4vw, 2.9rem); font-weight: 800; letter-spacing: -0.04em; color: var(--navy); line-height: 1; }
.stats--dark .stat__num { color: #fff; }
.stat__num .unit { color: var(--teal); }
.stats--dark .stat__num .unit { color: var(--teal-bright); }
.stat__label { margin-top: 10px; font-size: 0.9rem; color: var(--muted); }
.stats--dark .stat__label { color: rgba(255,255,255,0.65); }

/* ----------------------------- Vision / Mission ----------------------------- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vm-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 34px;
  position: relative; overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.vm-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.vm-card__icon { width: 52px; height: 52px; color: var(--teal); margin-bottom: 20px; }
.vm-card h3 { font-size: 1.5rem; margin-bottom: 12px; }
.vm-card--accent { background: var(--navy); color: #fff; border-color: transparent; }
.vm-card--accent h3 { color: #fff; }
.vm-card--accent p { color: rgba(255,255,255,0.78); }
.vm-card--accent .vm-card__icon { color: var(--teal-bright); }
.vm-card__ring { position: absolute; right: -40px; bottom: -40px; width: 160px; opacity: 0.08; color: var(--navy); }
.vm-card--accent .vm-card__ring { color: #fff; opacity: 0.14; }

/* ----------------------------- Values ----------------------------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px 34px; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s;
  position: relative; overflow: hidden;
}
.value::before {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 0; background: linear-gradient(90deg, var(--teal), var(--gold));
  transition: width .55s var(--ease);
}
.value:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.value:hover::before { width: 100%; }
.value__no { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; color: var(--gold); }
.value h3 { margin: 18px 0 12px; font-size: 1.45rem; }
.value p { font-size: 1rem; }
.value__mark { position: absolute; right: 24px; top: 30px; width: 40px; color: var(--navy); opacity: 0.06; }

/* ----------------------------- Approach (dark) ----------------------------- */
.approach { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.approach .headline { color: #fff; }
.approach .lead { color: rgba(255,255,255,0.72); }
.approach__chevrons { position: absolute; inset: 0; opacity: 0.05; pointer-events: none; }
.approach .eyebrow { color: var(--gold-soft); }
.approach .eyebrow::before { background: var(--gold-soft); }
.feature-list { display: grid; gap: 4px; margin-top: 14px; }
.feature {
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start;
  padding: 26px 4px; border-top: 1px solid rgba(255,255,255,0.12);
}
.feature:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.feature__idx { font-weight: 700; color: var(--teal-bright); font-size: 0.95rem; padding-top: 3px; }
.feature h4 { color: #fff; font-size: 1.2rem; margin-bottom: 6px; }
.feature p { color: rgba(255,255,255,0.66); font-size: 0.98rem; }

/* ----------------------------- About preview / profile ----------------------------- */
.profile { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 6vw, 80px); align-items: start; }
.profile__media { position: relative; }
.profile__photo {
  aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; position: relative;
  background: linear-gradient(160deg, var(--navy-700), var(--navy) 55%, var(--navy-900));
  border: 1px solid var(--line); box-shadow: var(--shadow-md); display: grid; place-items: center;
}
.profile__photo .ph-mark { width: 46%; color: rgba(255,255,255,0.10); }
.profile__photo .ph-label { position: absolute; left: 26px; bottom: 24px; color: #fff; }
.profile__photo .ph-label b { display: block; font-size: 1.25rem; font-weight: 700; }
.profile__photo .ph-label span { font-size: 0.9rem; color: var(--teal-bright); }
.profile__badge {
  position: absolute; right: -18px; bottom: 40px; background: var(--gold); color: #fff;
  padding: 18px 22px; border-radius: 16px; box-shadow: var(--shadow-md); max-width: 200px;
}
.profile__badge b { font-size: 1.6rem; font-weight: 800; display: block; line-height: 1; }
.profile__badge span { font-size: 0.82rem; opacity: 0.92; }

.prose p { margin-bottom: 1.15em; color: var(--muted); font-size: 1.05rem; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--navy); font-weight: 600; }

.disclosure {
  margin-top: 30px; padding: 26px 28px; background: var(--cream-2); border: 1px solid var(--line);
  border-left: 3px solid var(--teal); border-radius: 12px;
}
.disclosure p { font-size: 0.95rem; color: var(--muted); margin-bottom: 0.8em; }
.disclosure p:last-child { margin-bottom: 0; }

/* chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 100px; font-size: 0.9rem; font-weight: 500; color: var(--navy); background: #fff; }
.chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

/* page hero (sub pages) */
.pagehero {
  background: radial-gradient(120% 130% at 85% 10%, #15466b 0%, var(--navy) 48%, var(--navy-900) 100%);
  color: #fff; padding: 160px 0 90px; position: relative; overflow: hidden;
}
.pagehero__rings { position: absolute; right: -10%; top: -30%; width: 760px; opacity: 0.5; color: var(--teal-bright); pointer-events: none; }
.pagehero h1 { color: #fff; }
.pagehero .lead { color: rgba(255,255,255,0.76); max-width: 620px; margin-top: 18px; }
.crumb { display: flex; gap: 10px; align-items: center; font-size: 0.85rem; color: rgba(255,255,255,0.55); margin-bottom: 22px; }
.crumb a:hover { color: #fff; }

/* ----------------------------- CTA band ----------------------------- */
.cta {
  background: linear-gradient(120deg, var(--green), var(--teal) 75%);
  color: #fff; border-radius: var(--radius-lg); padding: clamp(48px, 7vw, 84px); position: relative; overflow: hidden;
  text-align: center;
}
.cta__rings { position: absolute; left: -8%; bottom: -60%; width: 540px; opacity: 0.18; color: #fff; }
.cta h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); position: relative; }
.cta p { color: rgba(255,255,255,0.85); max-width: 560px; margin: 18px auto 0; position: relative; }
.cta__actions { margin-top: 34px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ----------------------------- Footer ----------------------------- */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,0.7); padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; }
.site-footer .brand { color: #fff; margin-bottom: 18px; }
.site-footer .brand .mark { color: #fff; }
.site-footer .brand .wordmark span { color: var(--teal-bright); }
.footer-about { max-width: 320px; font-size: 0.96rem; color: rgba(255,255,255,0.6); }
.footer-col h5 { color: #fff; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.footer-col a { display: block; padding: 7px 0; color: rgba(255,255,255,0.62); font-size: 0.96rem; transition: color .25s, transform .25s var(--ease); }
.footer-col a:hover { color: #fff; transform: translateX(3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 26px 0; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 0.85rem; color: rgba(255,255,255,0.45); }
.footer-legal { max-width: 760px; font-size: 0.8rem; color: rgba(255,255,255,0.4); line-height: 1.7; padding-bottom: 30px; }

/* ----------------------------- Investor entry gate ----------------------------- */
.gc-gate { position: fixed; inset: 0; z-index: 3000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(8,29,48,0.86); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; animation: gcGateFade .35s var(--ease) forwards; }
.gc-gate--out { animation: gcGateFade .3s var(--ease) reverse forwards; }
.gc-gate__panel { background: var(--cream); color: var(--ink); width: 100%; max-width: 560px; border-radius: var(--radius-lg); border-top: 4px solid var(--gold); padding: clamp(28px, 5vw, 46px); box-shadow: var(--shadow-lg); transform: translateY(14px); animation: gcGateRise .5s var(--ease) forwards; }
.gc-gate__eyebrow { display: inline-block; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--gold); margin-bottom: 14px; }
.gc-gate h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); letter-spacing: -.02em; line-height: 1.15; color: var(--navy); margin-bottom: 14px; }
.gc-gate p { font-size: .95rem; line-height: 1.72; color: var(--muted); }
.gc-gate__actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.gc-gate__agree { background: var(--green); color: #fff; padding: 14px 28px; border-radius: 999px; font-weight: 600; letter-spacing: .01em; transition: transform .2s var(--ease), background .2s; }
.gc-gate__agree:hover { background: #164d31; transform: translateY(-2px); }
.gc-gate__agree:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }
.gc-gate__leave { font-size: .9rem; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.gc-gate__leave:hover { color: var(--navy); }
html.gc-locked, body.gc-locked { overflow: hidden !important; }
@keyframes gcGateFade { to { opacity: 1; } }
@keyframes gcGateRise { to { transform: translateY(0); } }
@media (max-width: 520px) { .gc-gate__actions { gap: 12px; } .gc-gate__agree { width: 100%; text-align: center; } }

/* ----------------------------- Footer disclaimer ----------------------------- */
.gc-disclaimer { border-top: 1px solid rgba(255,255,255,0.1); padding: 28px 0 8px; max-width: 920px; }
.gc-disclaimer h5 { color: #fff; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin-bottom: 14px; }
.gc-disclaimer p { font-size: .76rem; line-height: 1.7; color: rgba(255,255,255,0.4); margin-bottom: 12px; }
.gc-disclaimer p:last-child { margin-bottom: 0; }
@media (prefers-reduced-motion: reduce) { .gc-gate, .gc-gate__panel { animation: none; opacity: 1; transform: none; } }

/* ----------------------------- Reveal animations ----------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ----------------------------- Responsive ----------------------------- */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-about { grid-column: 1 / -1; }
  .profile { grid-template-columns: 1fr; gap: 44px; }
  .profile__media { max-width: 420px; }
}
@media (max-width: 860px) {
  .nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 360px); flex-direction: column; align-items: stretch;
    justify-content: flex-start; gap: 4px; background: var(--cream); padding: 104px 26px 40px; box-shadow: var(--shadow-lg);
    transform: translateX(100%); transition: transform .5s var(--ease); }
  .nav.open { transform: none; }
  .nav a { color: var(--navy) !important; padding: 14px 12px; font-size: 1.1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav a::after { display: none; }
  .nav .btn { margin: 14px 0 0; justify-content: center; color: #fff !important; }
  .nav-toggle { display: flex; z-index: 110; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .vm-grid { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { justify-content: center; }
  .profile__badge { right: 12px; }
  .brand .wordmark { font-size: 0.95rem; }
}

/* nav scrim */
.scrim { position: fixed; inset: 0; background: rgba(8,29,48,0.5); opacity: 0; visibility: hidden; transition: opacity .4s; z-index: 90; }
.scrim.show { opacity: 1; visibility: visible; }

/* ----------------------------- Headshot (Ivan) ----------------------------- */
/* Drop a photo in: set the <img> src on .profile__photo img and it covers the card. */
.profile__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.profile__photo::after { /* readability gradient over photo */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(8,29,48,0.7) 0%, rgba(8,29,48,0) 45%);
}
.profile__photo .ph-mark, .profile__photo .ph-label { z-index: 2; }
.profile__photo .ph-label { z-index: 3; }
.profile__photo:has(img) .ph-mark { display: none; }

/* ----------------------------- Process steps ----------------------------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step {
  position: relative; padding: 34px 28px 30px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: #fff; transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step__no {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--navy); color: #fff; font-weight: 700; font-size: 1.05rem; margin-bottom: 20px;
}
.step:nth-child(2) .step__no { background: var(--teal); }
.step:nth-child(3) .step__no { background: var(--green); }
.step:nth-child(4) .step__no { background: var(--gold); }
.step h4 { font-size: 1.2rem; margin-bottom: 10px; }
.step p { font-size: 0.97rem; }

/* ----------------------------- Asset / focus cards ----------------------------- */
.asset-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.asset {
  position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 40px 36px;
  background: #fff; border: 1px solid var(--line); transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end;
}
.asset:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.asset__icon { width: 46px; height: 46px; color: var(--teal); margin-bottom: auto; }
.asset h3 { font-size: 1.45rem; margin: 22px 0 10px; }
.asset p { font-size: 1rem; }
.asset__tag { position: absolute; top: 28px; right: 30px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.asset--dark { background: var(--navy); border-color: transparent; }
.asset--dark h3 { color: #fff; }
.asset--dark p { color: rgba(255,255,255,0.74); }
.asset--dark .asset__icon { color: var(--teal-bright); }

/* ----------------------------- Geography ----------------------------- */
.geo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.geo { background: #fff; padding: 34px 30px; transition: background .4s; }
.geo:hover { background: var(--cream-2); }
.geo__flag { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); }
.geo h3 { font-size: 1.4rem; margin: 14px 0 8px; }
.geo p { font-size: 0.97rem; }

/* ----------------------------- Callout ----------------------------- */
.callout {
  background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 72px);
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.callout h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); max-width: 18ch; }
.callout p { color: rgba(255,255,255,0.74); margin-top: 14px; max-width: 52ch; }
.callout__mark { width: 140px; color: var(--teal-bright); opacity: 0.9; flex: none; }

/* ----------------------------- Contact form ----------------------------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.contact-info .lead { margin-top: 18px; }
.contact-list { margin-top: 34px; display: grid; gap: 4px; }
.contact-list a, .contact-list span.ci { display: flex; gap: 16px; align-items: flex-start; padding: 20px 4px; border-top: 1px solid var(--line); }
.contact-list .ci-last { border-bottom: 1px solid var(--line); }
.contact-list .ci-ic { width: 40px; height: 40px; border-radius: 10px; background: var(--cream-2); color: var(--teal); display: grid; place-items: center; flex: none; }
.contact-list b { display: block; color: var(--navy); font-weight: 600; }
.contact-list small { color: var(--muted); font-size: 0.92rem; }
.contact-list a:hover .ci-ic { background: var(--navy); color: #fff; transition: .3s; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.86rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.field label .req { color: var(--teal); }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--navy);
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--cream);
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input::placeholder, .field textarea::placeholder { color: #9aa6b0; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(26,122,110,0.12);
}
.field--error input, .field--error select, .field--error textarea { border-color: #c0392b; }
.field .err-msg { display: none; color: #c0392b; font-size: 0.82rem; margin-top: 6px; }
.field--error .err-msg { display: block; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 6px; flex-wrap: wrap; }
.form-actions .btn { border: none; }
.form-note { font-size: 0.82rem; color: var(--muted); }
.form-status { margin-top: 18px; padding: 16px 18px; border-radius: 12px; font-size: 0.95rem; display: none; }
.form-status.show { display: block; }
.form-status.success { background: rgba(26,122,110,0.1); color: var(--teal); border: 1px solid rgba(26,122,110,0.3); }
.form-status.error { background: rgba(192,57,43,0.08); color: #c0392b; border: 1px solid rgba(192,57,43,0.25); }
.form-sending { opacity: 0.6; pointer-events: none; }

@media (max-width: 860px) {
  .process { grid-template-columns: 1fr 1fr; }
  .asset-grid { grid-template-columns: 1fr; }
  .geo-grid { grid-template-columns: 1fr; }
  .callout { grid-template-columns: 1fr; }
  .callout__mark { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .process { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
