/* ============================================================
   Glasswater Heritage — ALTERNATE multi-page concept stylesheet
   Shared across: index-alt, approach, why, about, contact
   Not used by the deployed index.html.
   ============================================================ */
:root {
  --navy:      #1B2A3A;
  --navy-deep: #16222F;
  --slate:     #46617A;
  --sage:      #6E7C6A;
  --driftwood: #A6AC9C;
  --sand:      #D8C8A8;
  --mist:      #ECEAE1;
  --paper:     #F4F2EB;
  --ink:       #1B2A3A;
  --muted:     #8A8F88;
  --gap: 128px;
  --serif: 'EB Garamond', Garamond, 'Times New Roman', serif;
  --sans: 'Calibri', 'Carlito', 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--mist); color: var(--ink); font-weight: 400; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a:focus-visible, .btn:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; border-radius: 2px; }
section[id], div[id] { scroll-margin-top: 120px; }
img { display: block; }

/* SHARED TYPE */
.eyebrow { font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--sage); display: block; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: .002em; }
h1 em, h2 em, h3 em { font-style: italic; }
p { font-size: 1.02rem; line-height: 1.85; }
.accent-rule { width: 46px; height: 2px; background: var(--sand); border: none; }

/* ARROW LINK (deep-dive links) */
.arrow-link { font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--slate); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: gap .2s, color .2s; margin-top: 38px; }
.arrow-link::after { content: "\2192"; font-size: 1.15em; }
.arrow-link:hover { gap: 16px; color: var(--sage); }
.arrow-link.on-dark { color: var(--sand); }
.arrow-link.on-dark:hover { color: var(--mist); }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 22px 56px; background: transparent; transition: background .35s, padding .35s, border-color .35s; border-bottom: 1px solid transparent; }
nav.scrolled { background: rgba(236,234,225,.94); backdrop-filter: blur(10px); border-bottom-color: rgba(166,172,156,.5); padding: 12px 56px; }
.nav-logo-wrap { display: flex; align-items: center; text-decoration: none; }
.nav-logo-wrap img { height: 58px; width: auto; transition: height .35s, opacity .25s; }
nav.scrolled .nav-logo-wrap img { height: 46px; }
.nav-logo-navy { display: none; }
nav.scrolled .nav-logo-cream { display: none; }
nav.scrolled .nav-logo-navy { display: block; }
.nav-links { display: flex; align-items: center; gap: 40px; }
.nav-link { font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; color: var(--mist); transition: color .25s, opacity .2s; opacity: .92; }
.nav-link:hover { opacity: 1; }
.nav-link[aria-current="page"] { color: var(--sand); opacity: 1; }
nav.scrolled .nav-link { color: var(--navy); opacity: .8; }
nav.scrolled .nav-link:hover { color: var(--sage); opacity: 1; }
nav.scrolled .nav-link[aria-current="page"] { color: var(--sage); opacity: 1; }
.nav-cta { font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; padding: 11px 26px; border: 1px solid var(--mist); color: var(--mist); transition: background .25s, color .25s, border-color .25s; }
.nav-cta:hover { background: var(--mist); color: var(--navy); }
nav.scrolled .nav-cta { border-color: var(--sage); color: var(--sage); }
nav.scrolled .nav-cta:hover { background: var(--sage); color: var(--mist); }

/* BUTTONS */
.btn { font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; padding: 15px 34px; cursor: pointer; transition: background .25s, color .25s, border-color .25s; display: inline-block; }
.btn-solid { background: var(--sand); color: var(--navy); border: 1px solid var(--sand); }
.btn-solid:hover { background: transparent; color: var(--sand); }
.btn-ghost { background: transparent; color: var(--mist); border: 1px solid rgba(236,234,225,.5); }
.btn-ghost:hover { background: var(--mist); color: var(--navy); border-color: var(--mist); }

/* HERO (home) */
#hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-scrim { position: absolute; inset: 0; background:
    linear-gradient(90deg, rgba(22,34,47,.92) 0%, rgba(22,34,47,.78) 38%, rgba(22,34,47,.36) 68%, rgba(22,34,47,.12) 100%),
    linear-gradient(0deg, rgba(22,34,47,.65) 0%, rgba(22,34,47,0) 32%); }
.hero-inner { position: relative; z-index: 2; max-width: 1240px; width: 100%; margin: 0 auto; padding: 150px 56px 90px; }
.hero-inner .eyebrow { color: var(--sand); margin-bottom: 26px; }
#hero h1 { color: var(--mist); font-size: clamp(2.4rem, 5vw, 4.1rem); line-height: 1.1; max-width: 20ch; margin-bottom: 30px; font-weight: 500; }
.hero-sub { font-size: 1.12rem; line-height: 1.8; color: rgba(236,234,225,.86); max-width: 50ch; margin-bottom: 40px; font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.hero-phone { display: flex; flex-direction: column; gap: 5px; }
.hero-phone .phone-label { font-family: var(--sans); font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(236,234,225,.55); }
.hero-phone a { font-family: var(--serif); font-size: 1.4rem; color: var(--mist); text-decoration: none; letter-spacing: .02em; transition: color .2s; }
.hero-phone a:hover { color: var(--sand); }

/* SUBHERO (interior page banner) */
.subhero { position: relative; min-height: 56vh; display: flex; align-items: flex-end; overflow: hidden; }
.subhero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.subhero-scrim { position: absolute; inset: 0; background:
    linear-gradient(0deg, rgba(22,34,47,.92) 0%, rgba(22,34,47,.55) 52%, rgba(22,34,47,.34) 100%); }
.subhero-inner { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 56px 74px; }
.subhero .eyebrow { color: var(--sand); margin-bottom: 16px; }
.subhero h1 { color: var(--mist); font-size: clamp(2.2rem, 4.6vw, 3.6rem); line-height: 1.1; max-width: 18ch; font-weight: 500; }
.subhero p { color: rgba(236,234,225,.86); max-width: 54ch; margin-top: 20px; font-size: 1.08rem; line-height: 1.8; }

/* WATERLINE DIVIDER */
.waterline { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 84px 56px 72px; background: var(--mist); }
.waterline-mark { width: 132px; height: auto; opacity: 1; }
.waterline-rule { display: flex; align-items: center; justify-content: center; gap: 28px; width: 100%; max-width: 760px; margin-top: 22px; }
.waterline-rule .line { flex: 1; height: 1px; background: var(--driftwood); opacity: .7; }
.waterline-rule .node { width: 7px; height: 7px; background: var(--slate); transform: rotate(45deg); }

/* SECTIONS */
section { padding: var(--gap) 56px; }
.wrap { max-width: 1180px; margin: 0 auto; }
.sec-head { max-width: 760px; margin-bottom: 64px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .eyebrow { margin-bottom: 18px; }
.sec-head h2 { font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.14; color: var(--navy); margin-bottom: 22px; }
.sec-head h2 em { color: var(--slate); }
.sec-head p { color: #3A4650; max-width: 62ch; }
.sec-head.center p { margin-left: auto; margin-right: auto; }

/* WHAT WE DO — 4 pillar cards */
#do { background: var(--paper); }
.do-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--driftwood); }
.do-card { padding: 40px 34px 8px 0; border-right: 1px solid rgba(166,172,156,.5); }
.do-card:last-child { border-right: none; padding-right: 0; }
.do-card:not(:first-child) { padding-left: 34px; }
.do-card .num { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--sand); display: block; margin-bottom: 14px; }
.do-card h3 { font-size: 1.42rem; color: var(--navy); line-height: 1.22; margin-bottom: 12px; }
.do-card p { font-size: .96rem; color: #4A555F; line-height: 1.78; }

/* IMAGE BANDS */
.imgband { position: relative; height: 66vh; min-height: 440px; overflow: hidden; display: flex; align-items: flex-end; }
.imgband img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.imgband .band-scrim { position: absolute; inset: 0; }
.band-inner { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 56px 64px; }
.band-inner .eyebrow { color: var(--sand); margin-bottom: 14px; }
.band-line { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--mist); font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.4; max-width: 22ch; text-shadow: 0 1px 24px rgba(15,25,34,.5); }
#boatband .band-scrim { background: linear-gradient(0deg, rgba(15,25,34,.66) 0%, rgba(15,25,34,.12) 42%, rgba(15,25,34,0) 70%); }
#houseband { align-items: center; text-align: center; height: 74vh; }
#houseband .band-scrim { background: linear-gradient(0deg, rgba(15,25,34,.72) 0%, rgba(15,25,34,.42) 45%, rgba(15,25,34,.34) 100%); }
#houseband .band-inner { padding: 0 56px; }
#houseband .band-line { margin: 0 auto; max-width: 22ch; font-style: normal; font-size: clamp(2rem, 4vw, 3.2rem); }
#houseband .eyebrow { display: inline-block; }

/* PROCESS — full numbered steps */
#process { background: var(--mist); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px; }
.step .step-num { font-family: var(--serif); font-style: italic; font-size: 2.6rem; color: var(--sand); line-height: 1; display: block; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid rgba(166,172,156,.55); }
.step h3 { font-size: 1.4rem; color: var(--navy); line-height: 1.22; margin-bottom: 12px; }
.step .step-meta { font-family: var(--sans); font-size: .6rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--sage); display: block; margin-bottom: 12px; }
.step p { font-size: .96rem; color: #4A555F; line-height: 1.8; }

/* PROCESS — compact strip (home teaser) */
.step-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; border-top: 1px solid var(--driftwood); }
.step-mini { padding-top: 26px; }
.step-mini .n { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--sand); display: block; margin-bottom: 10px; }
.step-mini h3 { font-size: 1.24rem; color: var(--navy); line-height: 1.25; margin-bottom: 6px; }
.step-mini span { font-family: var(--sans); font-size: .82rem; color: var(--muted); }

/* WHAT WE LOOK FOR — criteria list */
#fit { background: var(--paper); }
.criteria { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; border-top: 1px solid var(--driftwood); }
.crit { display: flex; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(166,172,156,.45); }
.crit .node { flex: none; width: 9px; height: 9px; margin-top: 12px; background: var(--sand); transform: rotate(45deg); }
.crit h3 { font-size: 1.28rem; color: var(--navy); line-height: 1.25; margin-bottom: 6px; }
.crit p { font-size: .95rem; color: #4A555F; line-height: 1.7; }
.fit-note { margin-top: 44px; font-family: var(--serif); font-style: italic; font-size: 1.24rem; color: var(--slate); max-width: 58ch; }

/* WHY GLASSWATER — differentiator grid on navy */
#why { background: var(--navy-deep); color: var(--mist); }
#why .sec-head h2 { color: var(--mist); }
#why .sec-head h2 em { color: var(--driftwood); }
#why .sec-head p { color: rgba(236,234,225,.8); }
#why .sec-head .eyebrow { color: var(--sand); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(166,172,156,.28); border: 1px solid rgba(166,172,156,.28); }
.why-card { background: var(--navy-deep); padding: 44px 38px; }
.why-card .why-k { font-family: var(--sans); font-size: .62rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--sand); display: block; margin-bottom: 16px; }
.why-card h3 { font-size: 1.5rem; color: var(--mist); line-height: 1.25; margin-bottom: 12px; }
.why-card p { font-size: .96rem; color: rgba(236,234,225,.76); line-height: 1.82; }

/* BELIEFS — three convictions */
#beliefs { background: var(--mist); }
.beliefs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--driftwood); }
.belief { padding: 40px 40px 44px 0; border-right: 1px solid rgba(166,172,156,.5); }
.belief:last-child { border-right: none; padding-right: 0; }
.belief:not(:first-child) { padding-left: 40px; }
.belief .bnum { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--sand); display: block; margin-bottom: 16px; }
.belief h3 { font-size: 1.62rem; color: var(--navy); line-height: 1.22; margin-bottom: 14px; }
.belief p { font-size: .98rem; color: #4A555F; line-height: 1.8; }

/* STORY / ORIGIN */
#story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px; align-items: center; }
.story-copy .eyebrow { margin-bottom: 20px; }
.story-copy h2 { font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: 1.16; color: var(--navy); margin-bottom: 22px; }
.story-copy h2 em { color: var(--slate); }
.story-copy .accent-rule { margin-bottom: 30px; }
.story-copy p { color: #3A4650; margin-bottom: 18px; max-width: 52ch; }
.story-copy p:last-child { margin-bottom: 0; }
.story-copy .lede { font-family: var(--serif); font-size: 1.42rem; line-height: 1.6; font-style: italic; color: var(--slate); }
.story-figure { position: relative; }
.story-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; }
.story-caption { font-family: var(--sans); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 16px; }

/* ABOUT MATT */
#about { background: var(--navy); color: var(--mist); }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.28fr 0.9fr; grid-template-rows: auto auto; column-gap: 56px; row-gap: 30px; align-items: center; }
.about-photo-main, .about-photo-fam { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 22px 48px rgba(0,0,0,.38); }
/* when .about-photo-fam is a <picture>, the box is the picture and the <img> fills it */
.about-photo-fam > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-photo-main { grid-column: 1; grid-row: 1; align-self: start; object-position: center 22%; }
.about-photo-fam  { grid-column: 3; grid-row: 2; align-self: end;   object-position: center 16%; }
.about-copy { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.about-copy .eyebrow { color: var(--sand); margin-bottom: 20px; }
.about-copy h2 { font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1.16; color: var(--mist); margin-bottom: 10px; }
.about-copy h2 em { color: var(--driftwood); }
.about-title { font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--sage); margin-bottom: 24px; }
.about-copy .accent-rule { margin-bottom: 26px; }
.about-copy p { font-size: 1rem; line-height: 1.9; color: rgba(236,234,225,.82); margin-bottom: 16px; max-width: 56ch; }
.about-copy p:last-child { margin-bottom: 0; }

/* INVESTORS */
#investors { background: var(--mist); text-align: center; }
#investors .eyebrow { color: var(--sage); margin-bottom: 18px; }
#investors h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.2; color: var(--navy); max-width: 24ch; margin: 0 auto 20px; }
#investors h2 em { color: var(--slate); }
#investors .sub { color: #3A4650; max-width: 56ch; margin: 0 auto 60px; }
.investors-row { display: flex; justify-content: center; gap: 96px; flex-wrap: wrap; }
.investor { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.investor-photo { width: 148px; height: 148px; border-radius: 50%; object-fit: cover; object-position: center top; border: 1px solid var(--driftwood); box-shadow: 0 0 0 5px var(--paper), 0 0 0 6px rgba(166,172,156,.4); }
.investor-name { font-family: var(--serif); font-size: 1.4rem; color: var(--navy); text-decoration: none; transition: color .2s; }
.investor-name:hover { color: var(--sage); }
.investor-role { font-family: var(--sans); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

/* CTA BAND (closing, reused on sub-pages + home) */
.cta-band { background: var(--navy-deep); text-align: center; }
.cta-band .inner { max-width: 720px; margin: 0 auto; }
.cta-band .eyebrow { color: var(--sand); margin-bottom: 20px; }
.cta-band h2 { color: var(--mist); font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.16; margin-bottom: 20px; }
.cta-band h2 em { color: var(--driftwood); }
.cta-band p { color: rgba(236,234,225,.8); max-width: 52ch; margin: 0 auto 36px; }
.cta-band .btn-row { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* CONTACT PAGE */
#contact { position: relative; background: var(--navy-deep); overflow: hidden; }
.contact-mark { position: absolute; right: -60px; top: 50%; transform: translateY(-50%); width: 420px; opacity: .05; pointer-events: none; }
.contact-inner { position: relative; z-index: 2; max-width: 840px; margin: 0 auto; text-align: center; }
.contact-inner .eyebrow { color: var(--sand); margin-bottom: 22px; }
.contact-inner h2 { font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.16; color: var(--mist); margin-bottom: 22px; }
.contact-inner h2 em { color: var(--driftwood); }
.contact-sub { font-size: 1.08rem; color: rgba(236,234,225,.78); max-width: 56ch; margin: 0 auto 44px; line-height: 1.85; }
.contact-cta-row { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 56px; }
.contact-grid { display: flex; align-items: flex-start; justify-content: center; gap: 64px; flex-wrap: wrap; }
.contact-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.c-label { font-family: var(--sans); font-size: .6rem; letter-spacing: .24em; text-transform: uppercase; color: rgba(236,234,225,.5); }
.contact-item a { font-family: var(--serif); font-size: 1.5rem; color: var(--mist); text-decoration: none; letter-spacing: .01em; transition: color .2s; }
.contact-item a:hover { color: var(--sand); }
.contact-divider { width: 1px; height: 56px; background: rgba(166,172,156,.28); }
/* reassurance row on contact page */
.assure { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1000px; margin: 84px auto 0; text-align: left; }
.assure-item { padding: 28px 0 0; border-top: 1px solid rgba(166,172,156,.3); }
.assure-item h3 { font-family: var(--serif); font-size: 1.3rem; color: var(--mist); margin-bottom: 10px; }
.assure-item p { font-size: .95rem; color: rgba(236,234,225,.72); line-height: 1.75; }

/* FOOTER */
footer { background: #0F1922; padding: 40px 56px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.footer-logo img { height: 52px; width: auto; opacity: .9; }
.footer-nav { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-nav a { font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(236,234,225,.6); text-decoration: none; transition: color .2s; }
.footer-nav a:hover { color: var(--sand); }
.footer-right { text-align: right; }
.footer-copy { font-family: var(--sans); font-size: .72rem; color: rgba(236,234,225,.5); letter-spacing: .04em; line-height: 1.7; }
.footer-tag { font-family: var(--serif); font-style: italic; font-size: .95rem; color: var(--driftwood); }

/* ANIMATIONS */
.fade-in { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }

/* MOBILE */
@media (max-width: 940px) {
  :root { --gap: 78px; }
  nav { padding: 16px 22px; } nav.scrolled { padding: 12px 22px; }
  .nav-links { gap: 18px; }
  .nav-link { display: none; }
  .nav-cta { padding: 9px 16px; }
  section { padding: var(--gap) 24px; }
  .hero-inner { padding: 128px 24px 72px; }
  #hero h1 { font-size: clamp(2.2rem, 9vw, 3rem); }
  .subhero-inner { padding: 0 24px 54px; }
  .do-grid { grid-template-columns: 1fr; border-top: none; }
  .do-card, .do-card:not(:first-child) { border-right: none; border-bottom: 1px solid rgba(166,172,156,.5); padding: 30px 0; }
  .do-card:last-child { border-bottom: none; }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .step-strip { grid-template-columns: 1fr 1fr; gap: 26px; }
  .criteria { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .beliefs { grid-template-columns: 1fr; border-top: none; }
  .belief, .belief:not(:first-child) { border-right: none; border-bottom: 1px solid rgba(166,172,156,.5); padding: 32px 0; }
  .belief:last-child { border-bottom: none; }
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-figure { order: -1; }
  .about-grid { grid-template-columns: 1fr; grid-template-rows: none; row-gap: 26px; }
  .about-photo-main, .about-photo-fam { grid-column: 1; grid-row: auto; align-self: auto; justify-self: center; max-width: 400px; }
  .about-copy { grid-column: 1; grid-row: auto; }
  .assure { grid-template-columns: 1fr; gap: 0; margin-top: 54px; }
  .assure-item { padding: 24px 0; }
  .contact-grid { flex-direction: column; gap: 30px; }
  .contact-divider { display: none; }
  .investors-row { gap: 48px; }
  footer { flex-direction: column; text-align: center; }
  .footer-right { text-align: center; }
  .footer-nav { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-in { opacity: 1; transform: none; transition: none; }
}
