/* =========================================================================
   TerraVante Global — V5 design system
   Architectural · editorial · high-contrast · monochrome + one earth accent
   ========================================================================= */

/* ---- Fonts: Fraunces (display serif) self-hosted for performance + GDPR (no third-party request).
   Body uses the native system grotesque stack — zero network cost. ---- */
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("../fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("../fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces"; font-style: italic; font-weight: 400 600; font-display: swap;
  src: url("../fonts/fraunces-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces"; font-style: italic; font-weight: 400 600; font-display: swap;
  src: url("../fonts/fraunces-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Palette — warm monochrome + evergreen "Earth Forward" accent */
  --ink:        #10120F;   /* near-black, warm */
  --ink-soft:   #2A2E28;
  --graphite:   #55594F;   /* muted body on paper */
  --stone:      #8A8E82;   /* decorative / captions on DARK bg only (fails AA on light) */
  --ink-muted:  #6E7266;   /* smallest text on LIGHT bg — clears WCAG AA 4.5:1 */
  --line:       #D8D4C8;   /* hairline on paper */
  --line-dark:  #2E332B;   /* hairline on ink */
  --paper:      #F6F4EE;   /* warm bone */
  --paper-2:    #EFEBE1;   /* recessed panel */
  --white:      #FCFBF7;
  --accent:     #24503B;   /* deep evergreen */
  --accent-2:   #2F6B4E;   /* hover */
  --accent-ink: #0F241A;
  --sand:       #C9A96A;   /* restrained metallic detail */
  --focus:      #2F6B4E;

  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 72px);
  --radius: 2px;             /* almost-square: engineering, not consumer */

  --f-display: "Fraunces", "Times New Roman", Georgia, serif;
  --f-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --step--1: clamp(0.80rem, 0.77rem + 0.15vw, 0.88rem);
  --step-0:  clamp(1.00rem, 0.96rem + 0.20vw, 1.10rem);
  --step-1:  clamp(1.20rem, 1.10rem + 0.50vw, 1.45rem);
  --step-2:  clamp(1.55rem, 1.35rem + 1.00vw, 2.10rem);
  --step-3:  clamp(2.00rem, 1.60rem + 2.00vw, 3.10rem);
  --step-4:  clamp(2.60rem, 1.90rem + 3.40vw, 4.60rem);
  --step-5:  clamp(3.20rem, 2.10rem + 5.20vw, 6.20rem);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--f-sans);
  font-size: var(--step-0);
  line-height: 1.62;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 400; line-height: 1.04; letter-spacing: -0.015em; margin: 0; }
p { margin: 0; }

::selection { background: var(--accent); color: var(--white); }

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

/* ---- Layout primitives ---- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 8vw, 120px); }
.section--tight { padding-block: clamp(40px, 5vw, 72px); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink h1, .section--ink h2, .section--ink h3 { color: var(--white); }
.section--panel { background: var(--paper-2); }
.section--accent { background: var(--accent-ink); color: #E7EFE9; }
.section--accent h2, .section--accent h3 { color: #fff; }

.eyebrow {
  font-family: var(--f-sans);
  font-size: var(--step--1);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 18px;
  display: flex; align-items: center; gap: 12px;
}
.section--ink .eyebrow, .section--accent .eyebrow { color: var(--sand); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: .8; display: inline-block; }

.lede { font-size: var(--step-1); line-height: 1.5; color: var(--graphite); max-width: 62ch; }
.section--ink .lede, .section--accent .lede { color: #C7CDBE; }

.muted { color: var(--ink-muted); }
.section--ink .muted, .section--accent .muted, .statbar .muted, .footer .muted { color: #AEB3A6; }
.section-head { max-width: 66ch; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head h2 { font-size: var(--step-3); }

/* ---- Buttons ---- */
.btn {
  --bg: var(--ink); --fg: var(--white); --bd: var(--ink);
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px; background: var(--bg); color: var(--fg);
  border: 1px solid var(--bd); border-radius: var(--radius);
  font-family: var(--f-sans); font-weight: 600; font-size: var(--step--1);
  letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap;
  transition: transform .35s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn .arw { transition: transform .35s var(--ease); }
.btn:hover .arw { transform: translateX(4px); }
.btn--accent { --bg: var(--accent); --bd: var(--accent); }
.btn--accent:hover { --bg: var(--accent-2); }
.btn--ghost { --bg: transparent; --fg: var(--ink); --bd: var(--line); }
.btn--ghost:hover { --bg: var(--ink); --fg: var(--white); --bd: var(--ink); }
.section--ink .btn--ghost, .section--accent .btn--ghost, .ctaband .btn--ghost { --fg: #fff; --bd: rgba(255,255,255,.35); }
.section--ink .btn--ghost:hover, .ctaband .btn--ghost:hover { --bg: var(--white); --fg: var(--ink); --bd: var(--white); }
.btn--lg { padding: 18px 32px; }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-sans); font-weight: 600; font-size: var(--step--1);
  letter-spacing: 0.03em; text-transform: uppercase;
  border-bottom: 1px solid var(--line); padding-bottom: 3px;
  transition: gap .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
  color: var(--accent);
}
.textlink:hover { gap: 14px; border-color: var(--accent); }
.section--ink .textlink, .section--accent .textlink { color: var(--sand); border-color: rgba(255,255,255,.25); }

/* =========================================================================
   Header — two-bar (utility + primary nav), condenses on scroll
   ========================================================================= */
.topstrap { background: var(--accent); color: #fff; font-size: 0.76rem; letter-spacing: .06em; }
.topstrap .wrap { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 18px; padding-block: 7px; text-align: center; }
.topstrap span { font-weight: 600; }
.topstrap em { font-style: italic; color: var(--sand); }
.topstrap a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 1px; white-space: nowrap; transition: border-color .25s; }
.topstrap a:hover { border-color: #fff; }
@media (max-width: 620px) { .topstrap a { display: none; } .topstrap span { font-size: 0.72rem; } }

.utilitybar {
  background: var(--ink); color: #B9BEB2;
  font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
}
.utilitybar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.utilitybar a { color: #D7DBCF; border-bottom: 1px solid transparent; transition: border-color .3s; }
.utilitybar a:hover { border-color: var(--sand); }
.utilitybar .markets { color: var(--sand); font-weight: 600; }

.masthead {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease), padding .3s var(--ease);
}
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; transition: min-height .3s var(--ease); }
.masthead.is-scrolled { box-shadow: 0 10px 40px -28px rgba(16,18,15,.5); }
.masthead.is-scrolled .wrap { min-height: 62px; }

.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img { height: 52px; width: auto; transition: height .3s var(--ease); }
.brand__tag { font-family: var(--f-sans); font-size: 0.72rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--accent); padding-left: 14px; border-left: 1px solid var(--line); line-height: 1.1; }
.masthead.is-scrolled .brand img { height: 42px; }
@media (max-width: 1280px) { .brand__tag { display: none; } }

.mainnav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.mainnav a {
  font-family: var(--f-sans); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft);
  position: relative; padding-block: 6px;
}
.mainnav a.btn { color: var(--fg); }  /* keep button colors when the CTA sits inside the nav */
.mainnav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px; background: var(--accent); transition: width .3s var(--ease); }
.mainnav a:hover::after, .mainnav a[aria-current="page"]::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 14px; }
.mainnav__cta { display: none; }  /* only shown inside the open mobile drawer */
.navburger { display: none; background: none; border: 1px solid var(--line); border-radius: var(--radius); width: 46px; height: 42px; align-items: center; justify-content: center; }
.navburger span, .navburger span::before, .navburger span::after { content: ""; display: block; width: 20px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease), opacity .2s; }
.navburger span::before { transform: translateY(-6px); } .navburger span::after { transform: translateY(4.5px); }
.navburger[aria-expanded="true"] span { background: transparent; }
.navburger[aria-expanded="true"] span::before { transform: rotate(45deg); }
.navburger[aria-expanded="true"] span::after { transform: rotate(-45deg) translateY(-0.5px); }

.noscript-nav { padding: 14px var(--gutter); border-bottom: 1px solid var(--line); background: var(--white); font-size: 0.85rem; color: var(--graphite); }
.noscript-nav a { color: var(--accent); }

/* =========================================================================
   Hero
   ========================================================================= */
.hero { position: relative; background: var(--paper); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch;
  min-height: min(84vh, 760px);
}
.hero__copy { padding: clamp(40px, 6vw, 88px) var(--gutter) clamp(40px, 6vw, 80px); display: flex; flex-direction: column; justify-content: center; max-width: calc(var(--maxw) / 2 + 60px); margin-left: auto; }
.hero__eyebrow { font-size: var(--step--1); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--accent); margin-bottom: 22px; }
.hero h1 { font-size: var(--step-5); letter-spacing: -0.03em; margin-bottom: 26px; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero__sub { font-size: var(--step-1); color: var(--graphite); max-width: 46ch; margin-bottom: 34px; line-height: 1.5; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: var(--step--1); color: var(--ink-muted); letter-spacing: .04em; }
.hero__assurances span { display: inline-flex; align-items: center; gap: 8px; }
.hero__assurances span::before { content: ""; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
.hero__trust { margin-top: 18px; font-size: 0.78rem; letter-spacing: .04em; color: var(--ink-muted); }

.hero__media { position: relative; background: var(--ink); }
.hero__media img, .hero__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 40%, rgba(16,18,15,.55)); }
.hero__badge {
  position: absolute; left: 28px; bottom: 28px; z-index: 2; color: #fff;
  border: 1px solid rgba(255,255,255,.28); background: rgba(16,18,15,.35);
  backdrop-filter: blur(6px); padding: 14px 18px; border-radius: var(--radius); max-width: 260px;
}
.hero__badge b { font-family: var(--f-display); font-size: 1.5rem; display: block; }
.hero__badge span { font-size: 0.72rem; letter-spacing: .16em; text-transform: uppercase; color: #C7CDBE; }

/* =========================================================================
   Stat bar (animated counters)
   ========================================================================= */
.statbar { background: var(--ink); color: var(--paper); border-bottom: 1px solid var(--line-dark); }
.statbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: clamp(28px, 3.5vw, 46px) clamp(18px, 2.4vw, 34px); border-left: 1px solid var(--line-dark); }
.stat:first-child { border-left: 0; }
.stat__num { font-family: var(--f-display); font-size: clamp(2.4rem, 1.6rem + 3vw, 3.8rem); line-height: 1; color: #fff; letter-spacing: -0.02em; display: flex; align-items: baseline; gap: 4px; }
.stat__num .suffix, .stat__num .prefix { font-size: 0.42em; color: var(--sand); letter-spacing: 0; }
.stat__label { margin-top: 12px; font-size: var(--step--1); letter-spacing: .04em; color: #AEB3A6; text-transform: uppercase; }
.stat__sub { margin-top: 4px; font-size: 0.78rem; color: var(--stone); }

/* =========================================================================
   Image-backed hero (e.g. sustainability "Return more than we take")
   ========================================================================= */
.impact-hero { position: relative; isolation: isolate; overflow: hidden; }
.impact-hero__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.impact-hero__bg img, .impact-hero__bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.impact-hero__bg img { filter: blur(3px) saturate(0.95); transform: scale(1.07); }
.impact-hero__bg video { z-index: 1; }
.impact-hero::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(15,36,26,.95) 0%, rgba(15,36,26,.82) 48%, rgba(15,36,26,.55) 100%); }
/* centred variant — uniform overlay for centred CTA sections */
.impact-hero--center::before { background: linear-gradient(rgba(15,36,26,.9), rgba(15,36,26,.84)); }
/* neutral ink overlay — keeps the photo's true colour (no green tint), left-biased for text */
.impact-hero--ink::before { background: linear-gradient(90deg, rgba(16,18,15,.94) 0%, rgba(16,18,15,.8) 45%, rgba(16,18,15,.5) 100%); }
/* full-bleed immersive hero */
.hero-full { display: flex; align-items: center; min-height: min(88vh, 800px); padding-block: clamp(96px, 12vw, 160px); }
.hero-full h1 { font-size: var(--step-5); letter-spacing: -0.03em; margin-bottom: 26px; }
.hero-full h1 em { font-style: italic; color: var(--sand); }
.hero-full .hero__copy-full { max-width: 60ch; }

/* Hero slab collage (2×2 of real slabs) */
.hero__collage { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 6px; background: var(--ink); z-index: 1; }
.hero__collage img { position: static; inset: auto; width: 100%; height: 100%; object-fit: cover; }

/* Hero journey slideshow (source → chemistry → slab → logistics → finished) */
.hero__slides { position: absolute; inset: 0; z-index: 1; background: var(--ink); }
.hero__slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 1.1s var(--ease); }
.hero__slide.is-active { opacity: 1; }
.hero__slide img { position: static; inset: auto; width: 100%; height: 100%; object-fit: cover; }
.hero__slide figcaption { position: absolute; left: 22px; bottom: 22px; z-index: 2; color: #fff; font-size: 0.72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; background: rgba(16,18,15,.45); backdrop-filter: blur(6px); padding: 9px 15px; border-radius: var(--radius); }
.hero__slide figcaption b { color: var(--sand); font-weight: 600; margin-right: 8px; }
@media (prefers-reduced-motion: reduce) { .hero__slide { transition: none; } }

/* =========================================================================
   Full-bleed image band
   ========================================================================= */
.imgband { position: relative; width: 100%; height: clamp(260px, 40vw, 520px); overflow: hidden; background: var(--paper-2); }
.imgband img { width: 100%; height: 100%; object-fit: cover; display: block; }
.imgband__cap { position: absolute; left: var(--gutter); bottom: 22px; color: #fff; font-size: 0.78rem; letter-spacing: .14em; text-transform: uppercase; background: rgba(16,18,15,.42); backdrop-filter: blur(4px); padding: 8px 14px; border-radius: var(--radius); }
/* soft/atmospheric treatment — takes the "stock" edge off a photo */
.imgband--soft img { filter: blur(4px) saturate(0.9); transform: scale(1.05); }
.hero__slide.is-soft img { filter: blur(4px) saturate(0.9); transform: scale(1.05); }

/* =========================================================================
   Compliance strip
   ========================================================================= */
.compliance { border-bottom: 1px solid var(--line); background: var(--white); }
.compliance .wrap { display: flex; align-items: center; gap: 10px 30px; flex-wrap: wrap; padding-block: 16px; }
.compliance__label { font-size: 0.7rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--accent); flex-shrink: 0; }
.compliance__list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0; padding: 0; }
.compliance__list li { font-size: 0.8rem; color: var(--graphite); letter-spacing: .01em; position: relative; padding-left: 17px; }
.compliance__list li::before { content: ""; position: absolute; left: 0; top: 50%; width: 9px; height: 9px; margin-top: -4px; border-left: 1.5px solid var(--accent); border-bottom: 1.5px solid var(--accent); transform: rotate(-45deg) translateY(-1px); }

/* =========================================================================
   Generic cards / grids
   ========================================================================= */
.grid { display: grid; gap: clamp(16px, 2vw, 28px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

/* Feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--media-first .split__media { order: -1; }
.split__media { position: relative; aspect-ratio: 4/3.4; overflow: hidden; border-radius: var(--radius); background: var(--paper-2); }
.split__media img { width: 100%; height: 100%; object-fit: cover; }

/* Sector pathways */
.sectors { border-top: 1px solid var(--line); }
.sector {
  display: grid; grid-template-columns: 64px 1fr auto; gap: clamp(16px, 2vw, 32px); align-items: start;
  padding: clamp(26px, 3vw, 40px) 0; border-bottom: 1px solid var(--line);
  transition: background .3s var(--ease); position: relative;
}
.sector:has(a):hover { background: var(--white); }
.sector__no { font-family: var(--f-display); font-size: 1.6rem; color: var(--stone); }
.sector__body h3 { font-size: var(--step-2); margin-bottom: 8px; }
.sector__body p { color: var(--graphite); max-width: 60ch; }
.sector__cta { align-self: center; white-space: nowrap; }
@media (min-width: 861px){ .sector__link::after { content: ""; position: absolute; inset: 0; } }

/* Material / decor cards */
.decor { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.decor:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -40px rgba(16,18,15,.5); }
.decor__img { aspect-ratio: 3/2.2; overflow: hidden; background: var(--paper-2); }
.decor__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.decor:hover .decor__img img { transform: scale(1.05); }
.decor__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.decor__series { font-size: 0.72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.decor__name { font-family: var(--f-display); font-size: var(--step-2); }
.decor__code { font-size: 0.8rem; color: var(--ink-muted); letter-spacing: .1em; }
.decor__spec { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 0.8rem; color: var(--graphite); }
.decor__spec b { color: var(--ink); font-weight: 600; }

/* Value / proof tiles */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.tile { padding: clamp(24px, 3vw, 38px); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.tile:nth-child(-n+3) { border-top: 0; }
.tile:nth-child(3n+1) { border-left: 0; }
.tile__icon { width: 34px; height: 34px; color: var(--accent); margin-bottom: 16px; }
.tile h3 { font-size: var(--step-1); margin-bottom: 8px; }
.tile p { color: var(--graphite); font-size: 0.95rem; }

/* Document / resource list */
.docs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line-dark); }
.doc { display: flex; align-items: center; gap: 18px; padding: 22px 4px; border-bottom: 1px solid var(--line-dark); }
.doc__icon { flex: 0 0 auto; width: 40px; height: 40px; border: 1px solid var(--line-dark); border-radius: var(--radius); display: grid; place-items: center; color: var(--sand); }
.doc__meta { flex: 1; }
.doc__meta b { display: block; font-family: var(--f-display); font-size: 1.15rem; color: #fff; }
.doc__meta span { font-size: 0.8rem; color: var(--stone); letter-spacing: .06em; }
.doc__go { color: var(--sand); font-size: 0.75rem; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.doc:hover .doc__go { text-decoration: underline; }
@media (min-width: 721px){ .doc:nth-child(odd){ padding-right: 40px; } .doc:nth-child(even){ padding-left: 40px; border-left: 1px solid var(--line-dark);} }

/* Compliance chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { border: 1px solid var(--line); border-radius: 100px; padding: 8px 16px; font-size: 0.78rem; letter-spacing: .06em; color: var(--graphite); background: var(--white); }
.section--ink .chip, .section--accent .chip { border-color: var(--line-dark); background: transparent; color: #C7CDBE; }

/* Leadership / board — alternating portrait rows */
.leaders { display: flex; flex-direction: column; gap: clamp(48px, 8vw, 104px); }
.leader { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: clamp(28px, 5vw, 68px); align-items: center; }
.leader__media { aspect-ratio: 4/5; width: 100%; max-width: 400px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper-2); }
.leader__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.leader:hover .leader__media img { transform: scale(1.03); }
.leader:nth-child(even) .leader__media { order: 2; justify-self: end; }
.leader__statement { margin: 0; font-family: var(--f-display); font-size: var(--step-2); line-height: 1.34; color: var(--ink); text-indent: -0.5em; }
.leader__statement::before { content: "\201C"; color: var(--accent); }
.leader__statement::after { content: "\201D"; color: var(--accent); }
.leader__by { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.leader__name { font-family: var(--f-display); font-size: var(--step-1); line-height: 1.1; }
.leader__role { font-size: 0.72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-top: 5px; }
@media (max-width: 800px) {
  .leader { grid-template-columns: 1fr; gap: 22px; }
  .leader:nth-child(even) .leader__media { order: 0; justify-self: start; }
  .leader__media { max-width: 280px; }
}

/* Pull quote */
.pull { border-left: 2px solid var(--accent); padding-left: clamp(20px, 3vw, 40px); }
.pull p { font-family: var(--f-display); font-size: var(--step-2); line-height: 1.28; color: var(--ink); }
.section--ink .pull p, .section--accent .pull p { color: #fff; }
.pull cite { display: block; margin-top: 16px; font-family: var(--f-sans); font-style: normal; font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-muted); }
.section--ink .pull cite, .section--accent .pull cite { color: var(--stone); }

/* CTA band */
.ctaband { background: var(--accent-ink); color: #E7EFE9; text-align: center; }
.ctaband h2 { font-size: var(--step-4); color: #fff; max-width: 20ch; margin: 0 auto 20px; }
.ctaband p { max-width: 54ch; margin: 0 auto 32px; color: #B8C4BB; font-size: var(--step-1); }
.ctaband .hero__actions { justify-content: center; }

/* =========================================================================
   Footer
   ========================================================================= */
.footer { background: var(--ink); color: #AEB3A6; padding-block: clamp(48px, 6vw, 80px) 32px; }
.footer__top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); padding-bottom: 48px; border-bottom: 1px solid var(--line-dark); }
.footer__brand img { height: 38px; width: auto; margin-bottom: 20px; filter: invert(1) brightness(1.6); }
.footer__brand p { max-width: 38ch; font-size: 0.9rem; color: #92988C; }
.footer h4 { font-family: var(--f-sans); font-size: 0.74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sand); margin-bottom: 18px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer a { color: #C0C5B8; font-size: 0.9rem; transition: color .25s; }
.footer a:hover { color: #fff; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-top: 26px; }
.footer__legal a { font-size: 0.8rem; color: #C0C5B8; border-bottom: 1px solid transparent; transition: border-color .25s, color .25s; }
.footer__legal a:hover { color: #fff; border-color: var(--sand); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line-dark); font-size: 0.78rem; color: var(--stone); letter-spacing: .04em; }
.footer__bottom .markets { color: var(--sand); }

/* =========================================================================
   Prose (legal / long-form)
   ========================================================================= */
.prose { max-width: 72ch; }
.prose > p:first-of-type { font-size: var(--step-1); color: var(--graphite); }
.prose h2 { font-size: var(--step-2); margin: 46px 0 14px; }
.prose h3 { font-size: var(--step-1); margin: 30px 0 8px; }
.prose p, .prose li { color: var(--graphite); margin-bottom: 14px; line-height: 1.72; }
.prose ul { padding-left: 20px; margin-bottom: 18px; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--accent); border-bottom: 1px solid var(--line); }
.prose a:hover { border-color: var(--accent); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose .meta { font-size: 0.85rem; color: var(--ink-muted); letter-spacing: .04em; }

/* Contact method cards */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.contact-card { padding: clamp(24px,3vw,36px); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.contact-card:nth-child(-n+2) { border-top: 0; }
.contact-card:nth-child(odd) { border-left: 0; }
.contact-card h3 { font-size: var(--step-1); margin-bottom: 8px; }
.contact-card p { color: var(--graphite); font-size: 0.92rem; margin-bottom: 14px; }
@media (max-width: 700px){ .contact-grid { grid-template-columns: 1fr; } .contact-card { border-left: 0; border-top: 1px solid var(--line); } .contact-card:first-child { border-top: 0; } }

/* =========================================================================
   Scroll-reveal
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .leader__media img, .decor__img img { transition: none; }
  .leader:hover .leader__media img, .decor:hover .decor__img img { transform: none; }
}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1024px) {
  .footer__top { grid-template-columns: 1fr 1fr; }
}
/* Nav collapses to a drawer well before the 6 items + CTA can overflow (tablet/small-laptop) */
@media (max-width: 1120px) {
  .mainnav:not(.is-open) { display: none; }
  .navburger { display: inline-flex; }
  /* Dropdown panel anchored below the sticky header. Must not be position:fixed —
     the masthead's backdrop-filter makes it the containing block, which clips a
     fixed drawer to the bar's height. */
  .mainnav.is-open {
    display: flex; position: absolute; top: 100%; right: 0; left: auto;
    width: min(86vw, 380px); max-height: calc(100vh - 170px);
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: var(--white); z-index: 70; padding: 10px 28px 28px;
    border: 1px solid var(--line); border-top: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 0 40px 70px -30px rgba(16,18,15,.45); overflow-y: auto;
  }
  .mainnav.is-open a { font-size: 1.1rem; padding-block: 12px; width: 100%; border-bottom: 1px solid var(--line); }
  .mainnav.is-open a::after { display: none; }
  .mainnav__cta { display: none; }
  .mainnav.is-open .mainnav__cta { display: inline-flex; margin-top: 20px; border-bottom: 0; width: 100%; justify-content: center; white-space: normal; text-align: center; }
}
/* On phones the persistent header CTA can't share the bar with the burger — the drawer carries it */
@media (max-width: 600px) {
  .nav-cta > .btn { display: none; }
}
@media (max-width: 860px) {
  .utilitybar .markets-hide { display: none; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__media { min-height: 46vh; order: 2; }
  .hero__copy { max-width: none; margin: 0; }
  .statbar__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .split { grid-template-columns: 1fr; }
  .split--media-first .split__media { order: 0; }
  .grid-3, .tiles, .grid-2 { grid-template-columns: 1fr; }
  .tile { border-left: 0; border-top: 1px solid var(--line); }
  .tile:first-child { border-top: 0; }
  .docs { grid-template-columns: 1fr; }
  .doc:nth-child(even){ padding-left: 4px; border-left: 0; }
  .sector { grid-template-columns: 40px 1fr; }
  .sector__cta { grid-column: 2; margin-top: 8px; }
  .footer__top { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .statbar__grid { grid-template-columns: 1fr; }
  .stat { border-left: 0; border-top: 1px solid var(--line-dark); }
  .stat:first-child { border-top: 0; }
  .utilitybar { display: none; }
}

/* Dark-scheme hardening for OS dark mode on the light shell (keep brand light) */
@media (prefers-color-scheme: dark) {
  :root { color-scheme: light; }
}
