:root {
  --paper: #ffffff;
  --white: #ffffff;
  --ink: #0d1114;
  --graphite: #1c252b;
  --muted: #68747c;
  --line: rgba(13, 17, 20, 0.12);
  --blue: #174f7c;
  --blue-deep: #0c3354;
  --mist: #e7f1f8;
  --mist-strong: #cfe3f2;
  --radius-lg: 38px;
  --radius-md: 26px;
  --max: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; font-style: normal; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  --pointer-x: 72vw;
  --pointer-y: 18vh;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 58%, #fff 100%);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
.desktop-spotlight { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.desktop-spotlight::before { content: ""; position: absolute; left: var(--pointer-x); top: var(--pointer-y); width: min(62vw, 760px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(23,79,124,.2) 0, rgba(47,120,174,.1) 34%, rgba(231,241,248,.08) 52%, transparent 72%); transform: translate(-50%, -50%); transition: opacity 220ms ease; }
main, .site-footer { position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(47, 120, 174, .45); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; border-radius: 999px; background: var(--ink); color: white; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: max(12px, env(safe-area-inset-top));
  z-index: 50;
  width: min(calc(100% - 32px), var(--max));
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 14px auto 0;
  padding: 8px 9px 8px 14px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 46px rgba(12,51,84,.09);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-weight: 760; letter-spacing: -.035em; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; }
.brand-mark img { width: 100%; height: 100%; }
.brand-name { white-space: nowrap; }
.desktop-nav { position: relative; isolation: isolate; display: flex; align-items: center; gap: 6px; padding: 5px; border-radius: 999px; background: rgba(13,17,20,.04); }
.nav-indicator { position: absolute; z-index: 0; top: 5px; left: 0; width: 0; height: calc(100% - 10px); border-radius: 999px; background: var(--blue); box-shadow: 0 8px 18px rgba(23,79,124,.18); opacity: 0; transform: translateX(0); pointer-events: none; transition: width 300ms var(--ease), transform 300ms var(--ease), opacity 160ms ease; }
.desktop-nav a { position: relative; z-index: 1; padding: 10px 15px; border-radius: 999px; color: #43515a; font-size: 13px; font-weight: 650; transition: color 180ms ease; }
.desktop-nav a.is-indicated { color: white; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.nav-toggle { display: none; min-height: 44px; border: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 700; }
.mobile-menu { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 760; letter-spacing: -.01em; transition: transform 180ms var(--ease), box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .64; transform: none; }
.button-blue { background: var(--blue); color: white; box-shadow: 0 14px 30px rgba(23,79,124,.2); }
.button-light { background: white; color: var(--ink); }

.hero {
  position: relative;
  width: min(calc(100% - 40px), var(--max));
  min-height: min(820px, calc(100svh - 90px));
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 132px) 0 clamp(74px, 8vw, 116px);
}
.hero::before { content: ""; position: absolute; z-index: -1; width: 720px; height: 720px; top: -180px; right: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(47,120,174,.14), rgba(231,241,248,.2) 44%, transparent 70%); }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--blue); font-size: 11px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 710px; margin: 0; font-size: clamp(3.2rem, 5.35vw, 5.75rem); line-height: .94; letter-spacing: -.068em; font-weight: 740; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #4e5b63; font-size: clamp(1.02rem, 1.55vw, 1.28rem); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }

.hero-visual { position: relative; min-height: 590px; perspective: 1200px; isolation: isolate; }
.visual-orbit { position: absolute; width: 78%; aspect-ratio: 1; top: 4%; left: 12%; border: 1px solid rgba(23,79,124,.16); border-radius: 50%; box-shadow: 0 0 0 56px rgba(255,255,255,.28), 0 0 0 112px rgba(23,79,124,.025); }
.deck-card { position: absolute; inset: 0; width: min(78%, 470px); height: 570px; margin: auto; overflow: hidden; border-radius: 34px; box-shadow: 0 34px 80px rgba(22,41,53,.18); transition: transform 900ms var(--ease), opacity 700ms ease, filter 700ms ease; }
.deck-card > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.deck-card[data-position="front"] { z-index: 3; transform: translate3d(0,0,0) rotate(0deg); opacity: 1; filter: saturate(1); }
.deck-card[data-position="middle"] { z-index: 2; transform: translate3d(48px,-16px,-80px) rotate(6deg); opacity: .86; filter: saturate(.66); }
.deck-card[data-position="back"] { z-index: 1; transform: translate3d(-44px,18px,-150px) rotate(-8deg); opacity: .58; filter: saturate(.38); }
.deck-card-speaking-white { background: #d8dbdc; }
.deck-card-speaking-navy { background: #172230; }
.portrait-card { background: linear-gradient(150deg, #eef3f8, #c9d8e3 64%, #aabac4); }
.portrait-card > img { position: absolute; z-index: 2; inset: auto 0 0; height: 94%; object-fit: contain; object-position: center bottom; }
.portrait-word { position: absolute; z-index: 1; top: 28px; left: -10px; color: rgba(255,255,255,.54); font-size: clamp(4rem, 7vw, 6.5rem); font-weight: 820; letter-spacing: -.075em; writing-mode: vertical-rl; transform: rotate(180deg); }

.identity-strip { width: min(calc(100% - 40px), var(--max)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0 auto; padding: 10px; overflow: hidden; border: 1px solid rgba(23,79,124,.12); border-radius: 34px; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(231,241,248,.68)); box-shadow: 0 26px 70px rgba(12,51,84,.09), inset 0 1px 0 rgba(255,255,255,.92); }
.identity-strip > a { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px clamp(22px, 2.8vw, 40px); border-radius: 25px; transition: background 260ms ease, transform 260ms var(--ease), box-shadow 260ms ease; }
.identity-strip > a + a::before { content: ""; position: absolute; top: 28px; bottom: 28px; left: 0; width: 1px; background: rgba(13,17,20,.1); }
.identity-strip > a:hover, .identity-strip > a:focus-visible { z-index: 1; background: rgba(255,255,255,.82); box-shadow: 0 18px 44px rgba(12,51,84,.08); transform: translateY(-2px); }
.identity-strip h2 { max-width: 250px; margin: 0; font-size: clamp(1.12rem, 1.6vw, 1.42rem); line-height: 1.15; letter-spacing: -.035em; font-weight: 760; }
.identity-strip p { max-width: 350px; margin: 14px 0 0; color: #59676f; font-size: 14.5px; line-height: 1.62; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: clamp(96px, 12vw, 170px) 0; }
.section-heading { display: grid; grid-template-columns: .55fr 1.35fr .8fr; gap: clamp(26px, 5vw, 78px); align-items: start; margin-bottom: 64px; }
.section-heading h2, .about-copy h2, .ideas-copy h2 { margin: 0; color: var(--ink); font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.066em; font-weight: 700; }
.section-heading > p:last-child { margin: 4px 0 0; color: var(--muted); line-height: 1.7; }

.venture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.venture-card { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 48px); border-radius: var(--radius-lg); transition: transform 300ms var(--ease), box-shadow 300ms ease; overflow: hidden; }
.venture-card:hover { transform: translateY(-7px); }
.venture-topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.venture-copy h3 { max-width: 570px; margin: 0; font-size: clamp(2.5rem, 4.6vw, 5rem); line-height: .96; letter-spacing: -.065em; font-weight: 480; }
.venture-copy h3 strong { font-weight: 730; }
.venture-copy sup { font-size: .25em; vertical-align: top; }
.venture-copy > p:last-child { max-width: 520px; margin: 26px 0 0; line-height: 1.65; }
.venture-action { width: fit-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 720; }
.venture-anchored { position: relative; background: linear-gradient(145deg, var(--blue-deep), var(--blue) 62%, #2d6f9e); color: white; box-shadow: 0 26px 70px rgba(12,51,84,.2); }
.venture-anchored::after { content: ""; position: absolute; width: 360px; aspect-ratio: 1; right: -110px; bottom: -130px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.03); }
.venture-ascent { background: linear-gradient(145deg, #101416, #252d31); color: white; box-shadow: 0 26px 70px rgba(13,17,20,.17); }
.venture-ascent .venture-copy > p:last-child { color: #b8c1c6; }
.venture-products { position: relative; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(222,237,247,.92)); color: var(--ink); box-shadow: 0 26px 70px rgba(12,51,84,.11); }
.venture-products::before { content: ""; position: absolute; right: -105px; top: -82px; width: 280px; aspect-ratio: 1; border: 1px solid rgba(23,79,124,.13); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.26), 0 0 0 96px rgba(23,79,124,.03); }
.venture-products .venture-topline { color: var(--blue); }
.venture-products .venture-copy { position: relative; z-index: 2; max-width: 780px; }
.venture-products .venture-copy h3 { font-weight: 700; }
.venture-products .venture-copy > p:last-child { max-width: 610px; color: #526068; }
.venture-products .venture-action { position: relative; z-index: 2; color: var(--blue); }

.about-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.about-portrait { position: relative; min-height: 650px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: #1c2632; }
.about-portrait img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: 52% center; filter: saturate(.78) contrast(1.03); }
.about-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,15,21,.88), transparent 42%); }
.about-portrait p { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.about-portrait p span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.11); color: white; font-size: 11px; font-weight: 650; backdrop-filter: blur(14px); }
.about-copy > p:not(.section-kicker) { max-width: 690px; margin: 32px 0 0; color: #526068; font-size: 17px; line-height: 1.8; }
.about-action { width: fit-content; min-height: 50px; display: inline-flex; align-items: center; margin-top: 30px; padding: 0 20px; border-radius: 999px; background: var(--blue); color: white; font-size: 13px; font-weight: 750; transition: transform 180ms var(--ease), box-shadow 180ms ease; }
.about-action:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,79,124,.2); }

.services-section { border-top: 0; }
.services-heading { grid-template-columns: .55fr 2.15fr; }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.service-row { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(26px, 3vw, 38px); border: 1px solid var(--line); border-radius: 26px; background: #fbfcfc; transition: transform 260ms var(--ease), border-color 260ms ease, box-shadow 260ms ease; }
.service-row:first-child { background: var(--blue-deep); color: white; }
.service-row:hover { transform: translateY(-5px); border-color: rgba(23,79,124,.32); box-shadow: 0 24px 54px rgba(13,17,20,.08); }
.service-row > .service-audience { margin: 0; color: var(--blue); font-size: 11px; font-weight: 760; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }
.service-row:first-child > .service-audience { color: #8fc1e2; }
.service-row h3 { margin: 0; font-size: clamp(1.55rem, 2.8vw, 2.4rem); letter-spacing: -.04em; }
.service-row p { max-width: 720px; margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.service-row:first-child div p { color: #aeb9bf; }

.ideas-section { width: min(calc(100% - 40px), 1380px); display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(40px, 8vw, 130px); align-items: end; padding: clamp(60px, 8vw, 110px); border-radius: 42px; background: var(--blue-deep); color: white; }
.ideas-copy .section-kicker { color: #8fc1e2; }
.ideas-copy h2 { max-width: 880px; color: white; }
.ideas-copy > p:last-child { max-width: 660px; margin: 28px 0 0; color: #bcd0dc; font-size: 17px; line-height: 1.7; }
.ideas-action { display: grid; gap: 18px; }
.ideas-action p { margin: 0; color: #9db5c5; font-size: 11px; line-height: 1.55; }

.site-footer { width: min(calc(100% - 40px), var(--max)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; margin: 0 auto; padding: 62px 0 34px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 44px; height: 44px; }
.footer-brand p { margin: 0; font-weight: 760; line-height: 1.35; }
.footer-brand span { display: block; color: var(--muted); font-size: 11px; font-weight: 550; }
.footer-socials { display: flex; align-items: center; gap: 8px; }
.footer-social-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(23,79,124,.18); border-radius: 50%; background: rgba(255,255,255,.72); color: var(--blue); transition: transform 180ms var(--ease), border-color 180ms ease, background 180ms ease; }
.footer-social-icon:hover, .footer-social-icon:focus-visible { transform: translateY(-2px); border-color: rgba(23,79,124,.34); background: white; }
.footer-social-icon svg { width: 18px; height: 18px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-social-facebook svg { fill: currentColor; stroke: none; }
.footer-social-youtube .youtube-play { fill: currentColor; stroke: none; }
.site-footer nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 20px; color: #526068; font-size: 12px; font-weight: 650; }
.site-footer nav a { min-height: 32px; display: inline-flex; align-items: center; }
.site-footer nav a:hover { color: var(--blue); }
.copyright { grid-column: 1 / -1; margin: 18px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.inner-nav a.is-current { background: var(--blue); color: white; box-shadow: 0 8px 18px rgba(23,79,124,.18); }
.inner-main { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.inner-hero { min-height: 680px; display: grid; align-items: center; padding: clamp(120px, 13vw, 190px) 0 clamp(90px, 10vw, 140px); }
.inner-hero-copy { max-width: 1120px; }
.inner-hero h1 { max-width: 1120px; margin: 0; font-size: clamp(3.2rem, 4.6vw, 4.8rem); line-height: 1; letter-spacing: -.058em; }
.inner-hero-copy > p { max-width: 800px; margin: 32px 0 0; color: #4e5b63; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.65; }
.inner-hero-copy .button { margin-top: 34px; }

.pathways { padding: clamp(80px, 10vw, 140px) 0; border-top: 1px solid var(--line); }
.pathways-heading { max-width: 1120px; margin-bottom: 62px; }
.pathways-heading h2 { margin: 0; font-size: clamp(2.2rem, 3.25vw, 3.35rem); line-height: 1.08; letter-spacing: -.046em; }
.booking-copy h2 { margin: 0; font-size: clamp(2.9rem, 5.7vw, 5.8rem); line-height: .98; letter-spacing: -.067em; }
.pathway { display: grid; grid-template-columns: .36fr 1.64fr; gap: clamp(32px, 6vw, 86px); padding: 44px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.pathway-service { margin: 5px 0 0; color: var(--blue); font-size: 13px; font-weight: 760; line-height: 1.45; }
.pathway h3 { max-width: 980px; margin: 0; font-size: clamp(1.55rem, 2.15vw, 2.25rem); line-height: 1.18; letter-spacing: -.035em; }
.pathway div p { max-width: 860px; margin: 18px 0 0; color: #59666d; font-size: 16px; line-height: 1.75; }
.pathway-choice { min-height: 44px; margin-top: 24px; padding: 0 16px; border: 1px solid rgba(23,79,124,.24); border-radius: 999px; background: white; color: var(--blue); font-size: 12px; font-weight: 760; transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease); }
.pathway-choice:hover, .pathway-choice:focus-visible { background: var(--blue); color: white; transform: translateY(-2px); }

.booking-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 110px); align-items: start; padding: clamp(90px, 11vw, 160px) 0; scroll-margin-top: 110px; }
.booking-copy { position: sticky; top: 130px; }
.booking-copy p { max-width: 520px; margin: 28px 0 0; color: #59666d; font-size: 16px; line-height: 1.75; }
.booking-panel { padding: clamp(26px, 4vw, 46px); border: 1px solid rgba(23,79,124,.14); border-radius: 32px; background: rgba(255,255,255,.82); box-shadow: 0 28px 80px rgba(12,51,84,.1); backdrop-filter: blur(18px); }
.booking-form { display: grid; gap: 22px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking-form label { display: grid; gap: 9px; color: #34434c; font-size: 12px; font-weight: 720; }
.booking-form label > span { color: var(--muted); font-size: 10px; font-weight: 560; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid rgba(13,17,20,.16); border-radius: 14px; background: white; color: var(--ink); font: inherit; font-size: 16px; outline: 0; transition: border-color 160ms ease, box-shadow 160ms ease; }
.booking-form input, .booking-form select { min-height: 52px; padding: 0 14px; }
.booking-form textarea { min-height: 150px; padding: 14px; resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(23,79,124,.11); }
.booking-submit { width: 100%; margin-top: 4px; }
.booking-disclosure { margin: -4px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.6; text-align: center; }
.booking-disclosure a { color: var(--blue); font-weight: 680; text-decoration: underline; text-underline-offset: 3px; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.inquiry-review { min-height: 560px; }
.review-label { margin: 0 0 12px; color: var(--blue); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-review h3 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.4rem); line-height: .98; letter-spacing: -.06em; }
.inquiry-review > p:not(.review-label):not(.copy-status) { margin: 20px 0 0; color: #59666d; line-height: 1.7; }
.inquiry-review pre { margin: 28px 0; padding: 22px; overflow: auto; border: 1px solid var(--line); border-radius: 18px; background: #f5f8fa; color: #30414c; font: 13px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; white-space: pre-wrap; }
.review-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.review-edit { min-height: 48px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-weight: 720; }
.copy-status { min-height: 20px; margin: 14px 0 0; color: var(--blue); font-size: 12px; }
.inquiry-success { display: flex; flex-direction: column; justify-content: center; }
.inquiry-success .button { width: fit-content; margin-top: 30px; }

/* Version 39: restrained material system for the Work with Me experience. */
.work-page-v39 .inner-main { width: min(calc(100% - 40px), 1320px); }
.work-page-v39 [hidden] { display: none !important; }
.work-page-v39 .inquiry-review:focus { outline: none; }
.work-page-v39 .inner-hero { min-height: 640px; padding: clamp(112px, 12vw, 170px) clamp(12px, 3vw, 42px) clamp(88px, 9vw, 124px); }
.work-page-v39 .inner-hero-copy { max-width: 1040px; }
.work-page-v39 .inner-hero h1 { max-width: 1040px; font-size: clamp(3.35rem, 5.25vw, 5.45rem); line-height: .98; letter-spacing: -.066em; }
.work-page-v39 .inner-hero-copy > p { max-width: 760px; margin-top: 30px; color: #53616a; font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.68; }

.work-page-v39 .pathways {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(23,79,124,.1);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(244,248,251,.96), rgba(231,241,248,.72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 34px 100px rgba(12,51,84,.07);
}
.work-page-v39 .pathways-heading { max-width: 900px; margin: 12px 18px 46px; }
.work-page-v39 .pathways-heading h2 { font-size: clamp(2.4rem, 3.7vw, 4rem); line-height: 1.04; letter-spacing: -.054em; }
.work-page-v39 .pathway {
  grid-template-columns: minmax(150px, .34fr) minmax(0, 1.66fr);
  gap: clamp(28px, 5vw, 72px);
  margin-top: 12px;
  padding: clamp(30px, 3.4vw, 44px);
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 30px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 1px 1px rgba(13,17,20,.03), 0 16px 44px rgba(12,51,84,.045);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  transition: transform 300ms var(--ease), background 240ms ease, box-shadow 300ms ease;
}
.work-page-v39 .pathway:hover { transform: translateY(-3px); background: rgba(255,255,255,.94); box-shadow: 0 22px 58px rgba(12,51,84,.09); }
.work-page-v39 .pathway-service { margin-top: 4px; color: var(--blue); font-size: 12px; font-weight: 720; letter-spacing: -.01em; }
.work-page-v39 .pathway h3 { max-width: 900px; font-size: clamp(1.55rem, 2.1vw, 2.2rem); line-height: 1.16; letter-spacing: -.04em; }
.work-page-v39 .pathway div p { max-width: 820px; margin-top: 16px; color: #5c6870; line-height: 1.68; }
.work-page-v39 .pathway-choice { min-height: 42px; margin-top: 22px; padding-inline: 17px; border-color: transparent; background: rgba(23,79,124,.08); }
.work-page-v39 .pathway-choice:hover, .work-page-v39 .pathway-choice:focus-visible { background: var(--blue); }

.work-page-v39 .booking-section {
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 7vw, 96px);
  margin-top: clamp(34px, 5vw, 68px);
  padding: clamp(40px, 6vw, 78px);
  border: 1px solid rgba(23,79,124,.1);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(248,250,252,.98), rgba(236,243,248,.9));
  box-shadow: inset 0 1px 0 white, 0 34px 100px rgba(12,51,84,.07);
}
.work-page-v39 .booking-copy { top: 124px; padding-top: 12px; }
.work-page-v39 .booking-copy h2 { max-width: 430px; font-size: clamp(3rem, 4.45vw, 4.7rem); line-height: 1; letter-spacing: -.062em; }
.work-page-v39 .booking-copy p { max-width: 410px; margin-top: 24px; color: #5b6870; line-height: 1.68; }
.work-page-v39 .booking-panel {
  padding: clamp(26px, 3.4vw, 44px);
  border-color: rgba(255,255,255,.9);
  border-radius: 32px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 70px rgba(12,51,84,.09), inset 0 1px 0 white;
  backdrop-filter: blur(24px) saturate(1.15);
  -webkit-backdrop-filter: blur(24px) saturate(1.15);
}
.work-page-v39 .booking-form { gap: 26px; }
.work-page-v39 .field-pair { gap: 14px; }
.work-page-v39 .booking-form > label, .work-page-v39 .field-pair > label { gap: 10px; color: #28363f; font-size: 12px; font-weight: 700; }
.work-page-v39 .field-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; color: #28363f; font-size: 12px; font-weight: 700; }
.work-page-v39 .field-label small { color: var(--muted); font-size: 10px; font-weight: 560; }
.work-page-v39 .booking-form input:not([type="radio"]), .work-page-v39 .booking-form textarea {
  border: 1px solid transparent;
  border-radius: 16px;
  background: #f3f5f6;
  box-shadow: inset 0 0 0 1px rgba(13,17,20,.045);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.work-page-v39 .booking-form input:not([type="radio"]) { min-height: 56px; padding: 0 16px; }
.work-page-v39 .booking-form textarea { min-height: 168px; padding: 16px; line-height: 1.55; }
.work-page-v39 .booking-form input:not([type="radio"]):hover, .work-page-v39 .booking-form textarea:hover { background: #eef1f3; }
.work-page-v39 .booking-form input:not([type="radio"]):focus, .work-page-v39 .booking-form textarea:focus { border-color: rgba(23,79,124,.58); background: white; box-shadow: 0 0 0 4px rgba(23,79,124,.11); }

.work-page-v39 .choice-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.work-page-v39 .choice-field legend { margin: 0 0 11px; padding: 0; color: #28363f; font-size: 12px; font-weight: 700; }
.work-page-v39 .choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.work-page-v39 .choice-grid-services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.work-page-v39 .choice-option {
  position: relative;
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #f3f5f6;
  box-shadow: inset 0 0 0 1px rgba(13,17,20,.045);
  color: #34424a;
  font-size: 13px;
  font-weight: 630;
  line-height: 1.3;
  cursor: pointer;
  transition: transform 180ms var(--ease), background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}
.work-page-v39 .choice-option:hover { transform: translateY(-1px); background: #edf1f4; }
.work-page-v39 .choice-option input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; opacity: 0; pointer-events: none; }
.work-page-v39 .choice-dot { flex: 0 0 18px; width: 18px; height: 18px; display: grid; place-items: center; border: 1.5px solid #9da8ae; border-radius: 50%; background: white; transition: border-color 180ms ease, box-shadow 180ms ease; }
.work-page-v39 .choice-dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: white; transform: scale(0); transition: transform 180ms var(--ease); }
.work-page-v39 .choice-option:has(input:checked) { border-color: rgba(23,79,124,.48); background: rgba(231,241,248,.9); color: var(--blue-deep); box-shadow: 0 8px 20px rgba(23,79,124,.08), inset 0 0 0 1px rgba(255,255,255,.55); }
.work-page-v39 .choice-option:has(input:checked) .choice-dot { border-color: var(--blue); background: var(--blue); box-shadow: 0 0 0 4px rgba(23,79,124,.1); }
.work-page-v39 .choice-option:has(input:checked) .choice-dot::after { transform: scale(1); }
.work-page-v39 .choice-option:has(input:focus-visible) { outline: 2px solid rgba(23,79,124,.5); outline-offset: 2px; }
.work-page-v39 .marketing-consent {
  position: relative;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(23,79,124,.12);
  border-radius: 16px;
  background: rgba(231,241,248,.56);
  color: #43515a;
  font-size: 12px;
  font-weight: 580;
  line-height: 1.55;
  cursor: pointer;
}
.work-page-v39 .marketing-consent input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; opacity: 0; }
.work-page-v39 .marketing-consent > span { color: inherit; font-size: inherit; font-weight: inherit; }
.work-page-v39 .marketing-consent-box { width: 20px; height: 20px; display: grid; place-items: center; border: 1.5px solid #8c9aa3; border-radius: 6px; background: white; transition: 180ms ease; }
.work-page-v39 .marketing-consent-box::after { content: ""; width: 9px; height: 5px; border-left: 2px solid white; border-bottom: 2px solid white; opacity: 0; transform: translateY(-1px) rotate(-45deg); }
.work-page-v39 .marketing-consent:has(input:checked) { border-color: rgba(23,79,124,.4); background: rgba(231,241,248,.92); }
.work-page-v39 .marketing-consent:has(input:checked) .marketing-consent-box { border-color: var(--blue); background: var(--blue); }
.work-page-v39 .marketing-consent:has(input:checked) .marketing-consent-box::after { opacity: 1; }
.work-page-v39 .marketing-consent:has(input:focus-visible) { outline: 2px solid rgba(23,79,124,.5); outline-offset: 2px; }
.work-page-v39 .booking-submit { min-height: 54px; margin-top: 0; box-shadow: 0 14px 30px rgba(23,79,124,.17); }
.work-page-v39 .booking-disclosure { max-width: 560px; margin: -4px auto 0; line-height: 1.55; }

/* Version 40: carry the same material language across the complete site. */
.home-page-v40 .hero, .home-page-v40 .identity-strip, .home-page-v40 .section, .home-page-v40 .site-footer { --max: 1320px; }
.home-page-v40 .hero { min-height: min(820px, calc(100svh - 86px)); gap: clamp(42px, 6vw, 90px); }
.home-page-v40 .hero h1 { max-width: 670px; font-size: clamp(4rem, 5.7vw, 6.25rem); line-height: .96; }
.home-page-v40 .hero-lead { max-width: 680px; color: #53616a; line-height: 1.7; }
.home-page-v40 .identity-strip {
  border-color: rgba(23,79,124,.1);
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(248,250,252,.94), rgba(231,241,248,.7));
  box-shadow: inset 0 1px 0 white, 0 28px 80px rgba(12,51,84,.07);
}
.home-page-v40 .identity-strip > a { padding: 38px 34px; }
.home-page-v40 .section { padding: clamp(86px, 9vw, 124px) 0; }
.home-page-v40 .work-section {
  margin-top: clamp(44px, 6vw, 84px);
  padding: clamp(48px, 6vw, 78px);
  border: 1px solid rgba(23,79,124,.1);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(248,250,252,.96), rgba(231,241,248,.7));
  box-shadow: inset 0 1px 0 white, 0 34px 100px rgba(12,51,84,.07);
}
.home-page-v40 .section-heading { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(42px, 7vw, 96px); align-items: end; margin-bottom: clamp(42px, 5vw, 68px); }
.home-page-v40 .section-heading h2 { max-width: 760px; font-size: clamp(3rem, 4.4vw, 4.7rem); line-height: 1; letter-spacing: -.06em; }
.home-page-v40 .section-heading > p:last-child { max-width: 470px; margin: 0; color: #5b6870; font-size: 16px; line-height: 1.72; }
.home-page-v40 .venture-grid { gap: 18px; }
.home-page-v40 .venture-card { border-radius: 36px; box-shadow: 0 24px 64px rgba(12,51,84,.12); }
.home-page-v42 .venture-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.home-page-v42 .venture-card { min-width: 0; min-height: 500px; padding: clamp(28px, 3vw, 40px); }
.home-page-v42 .venture-card .venture-copy h3 { max-width: 100%; font-size: clamp(2.25rem, 3.15vw, 3.35rem); line-height: .98; }
.home-page-v42 .venture-card .venture-copy > p:last-child { margin-top: 22px; font-size: 15px; line-height: 1.62; }

.home-page-v40 .about-section-v40 {
  display: block;
  margin-top: clamp(34px, 5vw, 68px);
  padding: clamp(54px, 7vw, 94px);
  overflow: hidden;
  border: 1px solid rgba(23,79,124,.1);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,246,250,.92));
  box-shadow: inset 0 1px 0 white, 0 34px 100px rgba(12,51,84,.07);
}
.home-page-v40 .about-section-v40::after { content: ""; position: absolute; right: -110px; bottom: -190px; width: 440px; aspect-ratio: 1; border: 1px solid rgba(23,79,124,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(231,241,248,.36), 0 0 0 140px rgba(231,241,248,.18); pointer-events: none; }
.home-page-v40 .about-copy { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(280px, .84fr); gap: clamp(42px, 8vw, 110px); align-items: end; }
.home-page-v40 .about-copy h2 { max-width: 760px; font-size: clamp(2.9rem, 4.15vw, 4.45rem); line-height: 1.01; }
.home-page-v40 .about-details { padding-bottom: 4px; }
.home-page-v40 .about-details > p { max-width: 620px; margin: 0; color: #526068; font-size: 17px; line-height: 1.78; }
.home-page-v40 .about-action { margin-top: 28px; }

.home-page-v40 .services-section {
  margin-top: clamp(34px, 5vw, 68px);
  padding: clamp(50px, 6vw, 80px);
  border: 1px solid rgba(23,79,124,.1);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(244,248,251,.96), rgba(231,241,248,.72));
  box-shadow: inset 0 1px 0 white, 0 34px 100px rgba(12,51,84,.07);
}
.home-page-v40 .services-heading { display: block; margin-bottom: 46px; }
.home-page-v40 .services-heading h2 { max-width: 860px; }
.home-page-v40 .service-list { gap: 12px; }
.home-page-v40 .service-row {
  min-height: 270px;
  padding: 34px;
  border-color: rgba(255,255,255,.9);
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  color: var(--ink);
  box-shadow: 0 1px 1px rgba(13,17,20,.03), 0 16px 44px rgba(12,51,84,.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.home-page-v40 .service-row:first-child { background: rgba(255,255,255,.78); color: var(--ink); }
.home-page-v40 .service-row:hover { transform: translateY(-3px); background: white; border-color: rgba(23,79,124,.16); box-shadow: 0 22px 58px rgba(12,51,84,.09); }
.home-page-v40 .service-row div { margin-top: auto; }
.home-page-v40 .service-row h3 { font-size: clamp(1.8rem, 2.5vw, 2.7rem); line-height: 1.02; letter-spacing: -.048em; }
.home-page-v40 .service-row div p { color: #5c6870; line-height: 1.68; }

.home-page-v40 .ideas-section { margin-top: clamp(42px, 6vw, 82px); margin-bottom: 12px; padding: clamp(60px, 8vw, 110px); border-radius: 48px; background: linear-gradient(145deg, #173e62, #0c2f4c); box-shadow: 0 34px 90px rgba(12,51,84,.18); }
.home-page-v40 .ideas-copy h2 { max-width: 780px; font-size: clamp(3.2rem, 4.8vw, 5.2rem); }
.home-page-v40 .ideas-action .button { background: rgba(255,255,255,.94); }

.work-page-v40 .work-hero-v40 { min-height: 720px; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .68fr); gap: clamp(54px, 8vw, 112px); align-items: center; padding: clamp(100px, 10vw, 150px) 0 clamp(74px, 8vw, 112px); }
.work-page-v40 .work-hero-v40 .inner-hero-copy { max-width: 760px; }
.work-page-v40 .work-hero-v40 h1 { max-width: 760px; font-size: clamp(3.7rem, 5.2vw, 5.5rem); line-height: .97; }
.work-page-v40 .work-hero-portrait { position: relative; min-height: 600px; margin: 0; overflow: hidden; border: 10px solid rgba(255,255,255,.84); border-radius: 42px; background: #1c2632; box-shadow: 0 34px 90px rgba(12,51,84,.18); transform: rotate(1.2deg); }
.work-page-v40 .work-hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,21,31,.25), transparent 38%); pointer-events: none; }
.work-page-v40 .work-hero-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 51% center; filter: saturate(.84) contrast(1.02); }

/* Version 41: internal products destination. */
.products-main { width: min(calc(100% - 40px), 1320px); margin: 0 auto; }
.products-hero { min-height: min(760px, calc(100svh - 90px)); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: clamp(50px, 8vw, 116px); align-items: center; padding: clamp(100px, 11vw, 160px) 0 clamp(78px, 9vw, 128px); }
.products-hero-copy { max-width: 790px; }
.products-hero h1 { margin: 0; font-size: clamp(4rem, 5.8vw, 6.35rem); line-height: .95; letter-spacing: -.067em; }
.products-hero-copy p { max-width: 670px; margin: 30px 0 0; color: #526068; font-size: clamp(1.05rem, 1.55vw, 1.26rem); line-height: 1.72; }
.products-hero-copy .button { margin-top: 34px; }
.products-hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(23,79,124,.1); border-radius: 44px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(225,239,248,.9)); box-shadow: inset 0 1px 0 white, 0 34px 90px rgba(12,51,84,.12); }
.products-hero-visual::before, .products-hero-visual::after { content: ""; position: absolute; border: 1px solid rgba(23,79,124,.11); border-radius: 50%; }
.products-hero-visual::before { width: 370px; aspect-ratio: 1; }
.products-hero-visual::after { width: 520px; aspect-ratio: 1; }
.product-object { position: absolute; z-index: 1; display: block; border: 1px solid rgba(255,255,255,.88); border-radius: 28px; box-shadow: 0 28px 70px rgba(12,51,84,.14), inset 0 1px 0 rgba(255,255,255,.92); }
.product-object-one { width: 210px; height: 290px; background: linear-gradient(155deg, #174f7c, #0c3354); transform: translate(-64px, 18px) rotate(-8deg); }
.product-object-two { width: 225px; height: 310px; background: linear-gradient(155deg, #ffffff, #d8e8f3); transform: translate(38px, -8px) rotate(6deg); }
.product-object-three { width: 148px; height: 210px; background: linear-gradient(155deg, #253139, #101416); transform: translate(90px, 104px) rotate(12deg); }
.products-note { margin-bottom: clamp(70px, 10vw, 140px); padding: clamp(46px, 7vw, 88px); overflow: hidden; border: 1px solid rgba(23,79,124,.1); border-radius: 48px; background: linear-gradient(145deg, rgba(248,250,252,.98), rgba(231,241,248,.76)); box-shadow: inset 0 1px 0 white, 0 34px 100px rgba(12,51,84,.07); }
.products-note-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: clamp(44px, 8vw, 112px); align-items: end; }
.products-note h2 { max-width: 760px; margin: 0; font-size: clamp(3rem, 4.8vw, 5.25rem); line-height: .99; letter-spacing: -.062em; }
.products-note-copy p { max-width: 560px; margin: 0; color: #526068; font-size: 17px; line-height: 1.75; }
.products-note-copy .button { margin-top: 28px; }

.join-modal { width: min(calc(100% - 24px), 680px); max-height: min(92svh, 920px); padding: 0; border: 0; border-radius: 30px; background: white; color: var(--ink); box-shadow: 0 40px 120px rgba(13,17,20,.3); }
.join-modal::backdrop { background: rgba(9,16,21,.64); backdrop-filter: blur(8px); }
.modal-shell { max-height: inherit; padding: 28px; overflow-y: auto; overscroll-behavior: contain; }
.modal-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.modal-header p { margin: 0 0 7px; color: var(--blue); font-size: 10px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.modal-header h2 { margin: 0; font-size: 2.7rem; letter-spacing: -.06em; }
.modal-header button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 24px; line-height: 1; }
.modal-copy { max-width: 540px; margin: 18px 0 24px; color: var(--muted); line-height: 1.6; }
.join-form { display: grid; gap: 16px; }
.join-form[hidden] { display: none; }
.join-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.join-field { display: grid; gap: 8px; color: #2c3b44; font-size: 12px; font-weight: 720; }
.join-field input { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid transparent; border-radius: 16px; background: #f2f5f6; box-shadow: inset 0 0 0 1px rgba(13,17,20,.05); color: var(--ink); font: inherit; font-size: 16px; outline: 0; transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.join-field input:hover { background: #edf1f3; }
.join-field input:focus { border-color: rgba(23,79,124,.58); background: white; box-shadow: 0 0 0 4px rgba(23,79,124,.11); }
.join-consents { min-width: 0; display: grid; gap: 10px; margin: 2px 0 0; padding: 0; border: 0; }
.join-consents legend { margin-bottom: 10px; padding: 0; color: #2c3b44; font-size: 12px; font-weight: 720; }
.join-consents legend small { color: var(--muted); font-size: 10px; font-weight: 560; }
.join-consent { position: relative; display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: start; padding: 14px; border: 1px solid rgba(23,79,124,.11); border-radius: 16px; background: rgba(231,241,248,.5); color: #526068; font-size: 11px; font-weight: 560; line-height: 1.5; cursor: pointer; }
.join-consent input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; opacity: 0; }
.join-consent-box { width: 20px; height: 20px; display: grid; place-items: center; border: 1.5px solid #8c9aa3; border-radius: 6px; background: white; transition: 180ms ease; }
.join-consent-box::after { content: ""; width: 9px; height: 5px; border-left: 2px solid white; border-bottom: 2px solid white; opacity: 0; transform: translateY(-1px) rotate(-45deg); }
.join-consent:has(input:checked) { border-color: rgba(23,79,124,.38); background: rgba(231,241,248,.94); }
.join-consent:has(input:checked) .join-consent-box { border-color: var(--blue); background: var(--blue); }
.join-consent:has(input:checked) .join-consent-box::after { opacity: 1; }
.join-consent:has(input:focus-visible) { outline: 2px solid rgba(23,79,124,.5); outline-offset: 2px; }
.join-submit { width: 100%; min-height: 54px; margin-top: 2px; }
.join-submit:disabled { cursor: wait; opacity: .72; }
.join-disclosure { margin: -2px 4px 0; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }
.join-status { min-height: 18px; margin: -4px 0 0; color: var(--blue); font-size: 12px; line-height: 1.5; text-align: center; }
.join-success { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 36px 20px; text-align: center; }
.join-success[hidden] { display: none; }
.join-success:focus { outline: 0; }
.join-success-mark { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: 24px; font-weight: 760; }
.join-success h3 { margin: 24px 0 0; font-size: clamp(2.3rem, 7vw, 3.4rem); line-height: 1; letter-spacing: -.06em; }
.join-success p { max-width: 440px; margin: 18px 0 0; color: var(--muted); line-height: 1.65; }
.form-legal-links { display: flex; gap: 18px; margin-top: 16px; color: var(--muted); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 760ms var(--ease), transform 760ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; }
  .mobile-menu { position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: grid; gap: 2px; padding: 12px; border: 1px solid rgba(255,255,255,.85); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 22px 54px rgba(12,51,84,.14); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: 180ms ease; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu a { padding: 13px 14px; border-radius: 14px; font-size: 14px; font-weight: 700; }
  .mobile-menu a:hover { background: var(--mist); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 86px; }
  .hero-copy { max-width: 790px; }
  .hero-visual { min-height: 680px; }
  .deck-card { height: 650px; }
  .section-heading { grid-template-columns: .35fr 1.1fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .about-section { grid-template-columns: 1fr 1fr; gap: 44px; }
  .about-portrait { min-height: 590px; }
  .service-list { grid-template-columns: 1fr; }
  .service-row { min-height: 260px; }
  .ideas-section { grid-template-columns: 1fr; }
  .ideas-action { max-width: 360px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer nav { grid-column: 1 / -1; justify-content: flex-start; }
  .inner-main { width: min(calc(100% - 40px), var(--max)); }
  .inner-hero { min-height: auto; padding-top: 120px; }
  .booking-section { grid-template-columns: 1fr; }
  .booking-copy { position: static; }
  .work-page-v39 .inner-main { width: min(calc(100% - 40px), 1320px); }
  .work-page-v39 .pathway { grid-template-columns: 1fr; gap: 16px; }
  .work-page-v39 .booking-section { grid-template-columns: 1fr; }
  .work-page-v39 .booking-copy { position: static; padding-top: 0; }
  .work-page-v39 .booking-copy h2 { max-width: 620px; }
  .home-page-v40 .section-heading { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .home-page-v40 .section-heading > p:last-child { grid-column: auto; }
  .home-page-v40 .about-copy { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  .home-page-v40 .about-details { max-width: 700px; }
  .home-page-v42 .venture-grid { grid-template-columns: 1fr; }
  .home-page-v42 .venture-card { min-height: 430px; }
  .work-page-v40 .work-hero-v40 { grid-template-columns: 1fr; gap: 54px; }
  .work-page-v40 .work-hero-v40 .inner-hero-copy { max-width: 820px; }
  .work-page-v40 .work-hero-portrait { width: min(100%, 720px); min-height: 620px; }
  .products-hero { grid-template-columns: 1fr; gap: 54px; }
  .products-hero-visual { width: min(100%, 720px); }
  .products-note-inner { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 560px) {
  .join-modal { width: calc(100% - 12px); max-height: calc(100svh - 12px); border-radius: 28px; }
  .modal-shell { padding: 24px 18px; }
  .modal-header h2 { font-size: 2.35rem; }
  .join-field-row { grid-template-columns: 1fr; }
  .join-consent { padding: 13px 12px; }
}

@media (max-width: 700px) {
  :root { --radius-lg: 28px; }
  body { background: #f4f5f5; }
  .desktop-spotlight { display: none; }
  .site-header { width: calc(100% - 22px); min-height: 60px; margin-top: 8px; padding: 7px 7px 7px 10px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 13px; }
  .header-cta { min-height: 42px; padding-inline: 14px; font-size: 11px; }
  .nav-toggle { padding: 0 8px; }
  main, .site-footer { background: var(--paper); }
  main { width: calc(100% - 6px); margin: 3px auto 0; overflow: hidden; border-radius: 28px; box-shadow: 0 0 0 1px rgba(13,17,20,.08); }
  .hero, .identity-strip, .section { width: calc(100% - 34px); }
  .hero { gap: 48px; padding: 72px 0 62px; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; letter-spacing: .12em; }
  .hero h1 { max-width: 570px; font-size: clamp(2.8rem, 11.7vw, 3.8rem); line-height: .96; }
  .hero-lead { margin-top: 24px; font-size: 1rem; line-height: 1.62; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
  .hero-visual { min-height: 570px; margin-top: 10px; }
  .visual-orbit { width: 100%; left: 0; }
  .deck-card { width: min(80vw, 360px); height: 540px; border-radius: 28px; }
  .deck-card[data-position="middle"] { transform: translate3d(24px,-11px,-80px) rotate(5deg); }
  .deck-card[data-position="back"] { transform: translate3d(-22px,12px,-150px) rotate(-6deg); }
  .portrait-word { font-size: 4.7rem; }
  .identity-strip { grid-template-columns: 1fr; padding: 8px; border-radius: 28px; }
  .identity-strip > a { min-height: 170px; padding: 26px 22px; border-radius: 21px; }
  .identity-strip > a + a::before { top: 0; right: 22px; bottom: auto; left: 22px; width: auto; height: 1px; }
  .identity-strip h2 { max-width: none; }
  .section { padding: 104px 0; }
  .section-heading, .services-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 42px; }
  .section-heading > p:last-child { grid-column: auto; margin-top: 24px; }
  .section-heading h2, .about-copy h2, .ideas-copy h2 { max-width: 590px; font-size: clamp(2.45rem, 10.5vw, 3.45rem); line-height: 1.01; letter-spacing: -.055em; }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-card { min-height: 470px; padding: 30px 26px; }
  .venture-copy h3 { font-size: 3.35rem; }
  .venture-products { min-height: 470px; }
  .venture-products::before { width: 250px; right: -90px; top: -70px; }
  .about-section { grid-template-columns: 1fr; }
  .about-portrait { min-height: 540px; }
  .about-copy { padding-top: 16px; }
  .service-row { min-height: 285px; }
  .ideas-section { width: calc(100% - 18px); margin-bottom: 9px; padding: 54px 24px; border-radius: 30px; }
  .site-footer { width: calc(100% - 6px); grid-template-columns: 1fr; gap: 32px; margin-top: 3px; padding: 50px 22px 28px; border-radius: 28px 28px 0 0; }
  .site-footer nav { grid-column: auto; }
  .site-footer nav { justify-content: flex-start; gap: 15px 20px; }
  .modal-shell { padding: 22px 18px; }
  .modal-header h2 { font-size: 2.3rem; }
  .inner-main { width: calc(100% - 34px); }
  .inner-hero { padding: 92px 0 94px; }
  .inner-hero h1 { font-size: 2.4rem; line-height: 1.04; letter-spacing: -.05em; }
  .inner-hero-copy > p { margin-top: 24px; font-size: 1rem; }
  .pathways { padding: 86px 0; }
  .pathways-heading { margin-bottom: 44px; }
  .pathway { grid-template-columns: 1fr; gap: 18px; padding: 34px 0; }
  .pathways-heading h2 { font-size: 2rem; line-height: 1.08; }
  .pathway h3 { font-size: 1.55rem; line-height: 1.22; letter-spacing: -.03em; }
  .pathway div p { margin-top: 16px; font-size: 15px; }
  .booking-section { padding: 92px 0; }
  .booking-panel { padding: 24px 18px; border-radius: 26px; }
  .field-pair { grid-template-columns: 1fr; }
  .inquiry-review { min-height: 0; }
  .work-page-v39 .inner-main { width: calc(100% - 22px); }
  .work-page-v39 .inner-hero { min-height: auto; padding: 96px 8px 88px; }
  .work-page-v39 .inner-hero h1 { font-size: 2.65rem; line-height: 1; }
  .work-page-v39 .inner-hero-copy > p { margin-top: 22px; font-size: .98rem; line-height: 1.62; }
  .work-page-v39 .pathways { padding: 20px; border-radius: 32px; }
  .work-page-v39 .pathways-heading { margin: 12px 2px 32px; }
  .work-page-v39 .pathways-heading h2 { font-size: 2.15rem; }
  .work-page-v39 .pathway { gap: 14px; margin-top: 9px; padding: 24px 20px; border-radius: 24px; }
  .work-page-v39 .pathway h3 { font-size: 1.52rem; line-height: 1.2; }
  .work-page-v39 .pathway div p { font-size: .94rem; line-height: 1.62; }
  .work-page-v39 .booking-section { gap: 32px; margin-top: 18px; padding: 30px 20px 24px; border-radius: 32px; }
  .work-page-v39 .booking-copy h2 { font-size: 2.65rem; line-height: 1; }
  .work-page-v39 .booking-panel { padding: 20px 16px; border-radius: 25px; }
  .work-page-v39 .booking-form { gap: 23px; }
  .work-page-v39 .choice-grid { grid-template-columns: 1fr; gap: 8px; }
  .work-page-v39 .choice-option { min-height: 54px; }
  .home-page-v40 .hero { gap: 46px; }
  .home-page-v40 .hero h1 { font-size: clamp(2.8rem, 11.7vw, 3.8rem); }
  .home-page-v40 .identity-strip > a { padding: 26px 22px; }
  .home-page-v40 .work-section, .home-page-v40 .about-section-v40, .home-page-v40 .services-section { margin-top: 24px; padding: 30px 22px; border-radius: 32px; }
  .home-page-v40 .section-heading { gap: 20px; margin-bottom: 34px; }
  .home-page-v40 .section-heading h2 { font-size: 2.55rem; line-height: 1.01; }
  .home-page-v40 .about-copy h2 { max-width: 18ch; font-size: 2.25rem; line-height: 1.06; letter-spacing: -.05em; }
  .home-page-v40 .section-heading > p:last-child, .home-page-v40 .about-details > p { font-size: 15px; line-height: 1.66; }
  .home-page-v40 .venture-card { border-radius: 26px; }
  .home-page-v40 .about-copy { gap: 28px; }
  .home-page-v40 .about-section-v40::after { right: -210px; bottom: -220px; }
  .home-page-v40 .services-heading { margin-bottom: 34px; }
  .home-page-v40 .service-row { min-height: 220px; padding: 26px 22px; border-radius: 23px; }
  .home-page-v40 .service-row h3 { font-size: 2rem; }
  .home-page-v40 .ideas-section {
    width: calc(100% - 18px);
    margin-top: 24px;
    margin-bottom: 9px;
    padding: 54px 24px;
    border-radius: 30px;
  }
  .home-page-v40 .ideas-copy,
  .home-page-v40 .ideas-action { min-width: 0; }
  .home-page-v40 .ideas-copy h2 { font-size: 2.7rem; }
  .work-page-v40 .work-hero-v40 { gap: 40px; padding: 94px 8px 54px; }
  .work-page-v40 .work-hero-v40 h1 { font-size: 2.75rem; }
  .work-page-v40 .work-hero-portrait { width: 100%; min-height: 500px; border-width: 7px; border-radius: 32px; transform: none; }
  .products-main { width: calc(100% - 6px); overflow: hidden; border-radius: 28px; background: white; box-shadow: 0 0 0 1px rgba(13,17,20,.08); }
  .products-hero { width: calc(100% - 34px); min-height: auto; gap: 40px; padding: 94px 0 62px; margin: 0 auto; }
  .products-hero h1 { font-size: clamp(2.85rem, 12vw, 3.8rem); line-height: .97; }
  .products-hero-copy p { font-size: 1rem; line-height: 1.66; }
  .products-hero-visual { min-height: 430px; border-radius: 32px; }
  .products-hero-visual::before { width: 260px; }
  .products-hero-visual::after { width: 370px; }
  .product-object-one { width: 164px; height: 226px; transform: translate(-48px, 16px) rotate(-8deg); }
  .product-object-two { width: 176px; height: 242px; transform: translate(32px, -8px) rotate(6deg); }
  .product-object-three { width: 116px; height: 160px; transform: translate(70px, 80px) rotate(12deg); }
  .products-note { width: calc(100% - 34px); margin: 24px auto 34px; padding: 42px 24px; border-radius: 32px; }
  .products-note h2 { font-size: 2.7rem; line-height: 1; }
  .products-note-copy p { font-size: 15px; line-height: 1.68; }
}

/* v47 community continuity */
.community-main-v47 { width: min(calc(100% - 64px), 1320px); margin: 0 auto; }
.community-hero-v47 {
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: center;
  padding: clamp(118px, 11vw, 168px) 0 clamp(80px, 8vw, 116px);
}
.community-copy-v47 h1 { max-width: 760px; margin: 0; font-size: clamp(3.7rem, 5.45vw, 5.8rem); line-height: .97; letter-spacing: -.066em; }
.community-copy-v47 p { max-width: 700px; margin: 30px 0 0; color: #53616a; font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.72; }
.community-copy-v47 .button { margin-top: 34px; }
.community-visual-v47 {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255,255,255,.86);
  border-radius: 44px;
  background: #152534;
  box-shadow: 0 36px 96px rgba(12,51,84,.2);
  transform: rotate(1deg);
}
.community-visual-v47::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,22,33,.88), transparent 56%); pointer-events: none; }
.community-visual-v47 img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.76) contrast(1.04); }
.community-status-v47 { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.16); color: white; font-size: 12px; font-weight: 720; backdrop-filter: blur(16px); }
.community-visual-v47 figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; max-width: 420px; color: white; font-size: clamp(1.55rem, 2.4vw, 2.35rem); font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }

.community-foundations-v47 { padding: clamp(90px, 10vw, 146px) 0; border-top: 1px solid var(--line); }
.community-foundations-heading-v47 { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr); gap: clamp(42px, 7vw, 96px); align-items: end; margin-bottom: clamp(44px, 6vw, 72px); }
.community-foundations-heading-v47 h2 { max-width: 800px; margin: 0; font-size: clamp(3rem, 4.7vw, 4.9rem); line-height: 1; letter-spacing: -.06em; }
.community-foundations-heading-v47 p { max-width: 460px; margin: 0; color: #5c6970; font-size: 16px; line-height: 1.72; }
.community-foundation-grid-v47 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.community-foundation-grid-v47 article { min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; border: 1px solid rgba(23,79,124,.1); border-radius: 32px; background: linear-gradient(155deg, rgba(255,255,255,.94), rgba(238,246,251,.9)); box-shadow: 0 22px 58px rgba(12,51,84,.06); }
.community-foundation-grid-v47 article:nth-child(2) { background: linear-gradient(150deg, #173e62, #0c2f4c); color: white; box-shadow: 0 26px 70px rgba(12,51,84,.16); }
.community-foundation-grid-v47 h3 { margin: 0; font-size: clamp(1.6rem, 2.25vw, 2.2rem); line-height: 1.08; letter-spacing: -.04em; }
.community-foundation-grid-v47 p { margin: 20px 0 0; color: #5c6970; font-size: 15px; line-height: 1.68; }
.community-foundation-grid-v47 article:nth-child(2) p { color: rgba(255,255,255,.74); }

.community-close-v47 { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(44px, 8vw, 118px); align-items: end; margin-bottom: 12px; padding: clamp(58px, 8vw, 106px); overflow: hidden; border-radius: 46px; background: linear-gradient(145deg, #173e62, #0c2f4c); color: white; box-shadow: 0 34px 90px rgba(12,51,84,.18); }
.community-close-v47 h2 { max-width: 720px; margin: 0; font-size: clamp(2.8rem, 4.5vw, 4.7rem); line-height: 1; letter-spacing: -.058em; }
.community-close-v47 p { max-width: 720px; margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.72; }
.community-close-v47 .button { min-width: 220px; }

@media (max-width: 1100px) {
  .community-hero-v47 { grid-template-columns: 1fr; }
  .community-visual-v47 { width: min(100%, 720px); min-height: 660px; }
  .community-foundations-heading-v47 { grid-template-columns: 1fr; gap: 24px; }
  .community-foundation-grid-v47 { grid-template-columns: 1fr; }
  .community-foundation-grid-v47 article { min-height: 260px; }
}

@media (max-width: 700px) {
  .community-main-v47 { width: calc(100% - 22px); }
  .community-hero-v47 { min-height: auto; gap: 42px; padding: 96px 8px 72px; }
  .community-copy-v47 h1 { font-size: 2.72rem; line-height: 1; }
  .community-copy-v47 p { margin-top: 22px; font-size: .98rem; line-height: 1.67; }
  .community-copy-v47 .button { width: 100%; }
  .community-visual-v47 { width: 100%; min-height: 560px; border-width: 7px; border-radius: 32px; transform: none; }
  .community-status-v47 { top: 18px; left: 18px; }
  .community-visual-v47 figcaption { left: 22px; right: 22px; bottom: 24px; font-size: 1.75rem; }
  .community-foundations-v47 { padding: 74px 0; }
  .community-foundations-heading-v47 { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; padding-inline: 24px; }
  .community-foundations-heading-v47 h2 { font-size: 2.55rem; }
  .community-foundations-heading-v47 p { font-size: 15px; }
  .community-foundation-grid-v47 { grid-template-columns: 1fr; gap: 10px; }
  .community-foundation-grid-v47 article { min-height: 250px; padding: 26px 24px; border-radius: 27px; }
  .community-close-v47 { grid-template-columns: 1fr; gap: 32px; margin-bottom: 9px; padding: 46px 24px; border-radius: 30px; }
  .community-close-v47 h2 { font-size: 2.55rem; }
  .community-close-v47 p { font-size: 15px; line-height: 1.68; }
  .community-close-v47 .button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* v46 leadership architecture */
.about-main-v46,
.community-main-v46 { width: min(calc(100% - 64px), 1320px); margin: 0 auto; }

.about-hero-v46 {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: center;
  padding: clamp(118px, 11vw, 168px) 0 clamp(78px, 8vw, 112px);
}
.about-hero-copy-v46 h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.55rem, 5.35vw, 5.7rem);
  line-height: .97;
  letter-spacing: -.066em;
}
.about-hero-copy-v46 p {
  max-width: 720px;
  margin: 30px 0 0;
  color: #53616a;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.72;
}
.about-hero-portrait-v46 {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255,255,255,.88);
  border-radius: 42px;
  background: linear-gradient(155deg, #eef2f8 0%, #dce4ee 56%, #bcc9d2 100%);
  box-shadow: 0 34px 90px rgba(12,51,84,.16);
  transform: rotate(1.1deg);
}
.about-hero-portrait-v46::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 410px;
  aspect-ratio: 1;
  right: -180px;
  top: 80px;
  border: 1px solid rgba(23,79,124,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(255,255,255,.28), 0 0 0 148px rgba(255,255,255,.14);
}
.about-hero-portrait-v46 img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 50% 100%; }

.experience-rail-v46 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23,79,124,.1);
  border-radius: 34px;
  background: rgba(23,79,124,.1);
  box-shadow: 0 24px 64px rgba(12,51,84,.08);
}
.experience-rail-v46 > div { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; background: rgba(255,255,255,.92); }
.experience-rail-v46 strong { color: var(--blue-deep); font-size: clamp(1.7rem, 2.6vw, 2.65rem); line-height: 1; letter-spacing: -.05em; }
  .experience-rail-v46 span { margin-top: 10px; color: #607079; font-size: 14px; font-weight: 650; }

.story-grid-v46 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: clamp(88px, 10vw, 144px) 0; }
.story-grid-v46 article { min-height: 360px; padding: clamp(34px, 4vw, 56px); border: 1px solid rgba(23,79,124,.1); border-radius: 36px; background: rgba(255,255,255,.86); box-shadow: 0 22px 58px rgba(12,51,84,.06); }
.story-grid-v46 .story-lead-v46 { grid-column: 1 / -1; min-height: 410px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: clamp(48px, 8vw, 110px); align-items: end; background: linear-gradient(145deg, #173e62, #0c2f4c); color: white; }
.story-grid-v46 h2 { max-width: 720px; margin: 0; font-size: clamp(2.1rem, 3.2vw, 3.45rem); line-height: 1.03; letter-spacing: -.05em; }
.story-grid-v46 p { max-width: 700px; margin: 24px 0 0; color: #5c6970; font-size: 16px; line-height: 1.75; }
.story-grid-v46 .story-lead-v46 p { margin: 0; color: rgba(255,255,255,.78); }

.development-statement-v46 { padding: 0 0 clamp(88px, 10vw, 142px); }
.development-statement-v46 > div { padding: clamp(46px, 7vw, 96px); border-radius: 42px; background: linear-gradient(145deg, #eef6fb, #e1edf5); }
.development-statement-v46 h2 { max-width: 920px; margin: 0; color: var(--blue-deep); font-size: clamp(2.65rem, 4.8vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.development-statement-v46 p { max-width: 860px; margin: 30px 0 0; color: #4e606b; font-size: 17px; line-height: 1.78; }

.about-close-v46 { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; gap: clamp(42px, 7vw, 100px); align-items: end; padding: 0 0 clamp(100px, 12vw, 170px); }
.about-close-v46 h2 { max-width: 800px; margin: 0; font-size: clamp(2.7rem, 4.6vw, 4.8rem); line-height: 1; letter-spacing: -.058em; }
.about-close-v46 p { max-width: 760px; margin: 28px 0 0; color: #59666d; font-size: 17px; line-height: 1.76; }
.about-close-v46 .button { white-space: nowrap; }

.community-main-v46 { min-height: calc(100vh - 94px); display: grid; align-items: center; padding: clamp(120px, 14vw, 190px) 0 clamp(90px, 10vw, 130px); }
.community-hero-v46 { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr); gap: clamp(48px, 8vw, 110px); align-items: center; padding: clamp(52px, 7vw, 96px); overflow: hidden; border: 1px solid rgba(23,79,124,.1); border-radius: 46px; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(231,241,248,.86)); box-shadow: 0 30px 86px rgba(12,51,84,.1); }
.community-hero-v46 h1 { max-width: 820px; margin: 0; font-size: clamp(3.2rem, 5.15vw, 5.4rem); line-height: .98; letter-spacing: -.064em; }
.community-hero-v46 p { max-width: 720px; margin: 30px 0 0; color: #56656d; font-size: clamp(1.02rem, 1.35vw, 1.18rem); line-height: 1.74; }
.community-hero-v46 .button { margin-top: 34px; }
.community-principles-v46 { display: grid; gap: 12px; }
.community-principles-v46 span { min-height: 76px; display: flex; align-items: center; padding: 0 24px; border: 1px solid rgba(23,79,124,.1); border-radius: 22px; background: rgba(255,255,255,.74); color: var(--blue-deep); font-size: 17px; font-weight: 720; box-shadow: 0 12px 32px rgba(12,51,84,.05); }

@media (max-width: 1100px) {
  .about-hero-v46 { grid-template-columns: 1fr; }
  .about-hero-portrait-v46 { width: min(100%, 720px); min-height: 650px; }
  .story-grid-v46 .story-lead-v46 { grid-template-columns: 1fr; gap: 30px; }
  .community-hero-v46 { grid-template-columns: 1fr; }
  .community-principles-v46 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .about-main-v46, .community-main-v46 { width: calc(100% - 22px); }
  .about-hero-v46 { min-height: auto; gap: 42px; padding: 96px 8px 54px; }
  .about-hero-copy-v46 h1 { font-size: 2.72rem; line-height: 1; }
  .about-hero-copy-v46 p { margin-top: 22px; font-size: .98rem; line-height: 1.66; }
  .about-hero-portrait-v46 { width: 100%; min-height: 500px; border-width: 7px; border-radius: 32px; transform: none; }
  .experience-rail-v46 { grid-template-columns: 1fr; border-radius: 28px; }
  .experience-rail-v46 > div { min-height: 132px; padding: 24px; }
  .story-grid-v46 { grid-template-columns: 1fr; gap: 12px; padding: 72px 0; }
  .story-grid-v46 .story-lead-v46 { grid-column: auto; min-height: 0; }
  .story-grid-v46 article { min-height: 0; padding: 30px 24px; border-radius: 28px; }
  .story-grid-v46 h2 { font-size: 2rem; }
  .story-grid-v46 p, .story-grid-v46 .story-lead-v46 p { margin-top: 20px; font-size: 15px; line-height: 1.7; }
  .development-statement-v46 { padding-bottom: 74px; }
  .development-statement-v46 > div { padding: 38px 24px; border-radius: 30px; }
  .development-statement-v46 h2 { font-size: 2.45rem; }
  .development-statement-v46 p { margin-top: 24px; font-size: 15px; line-height: 1.7; }
  .about-close-v46 { grid-template-columns: 1fr; gap: 30px; padding-inline: 24px; padding-bottom: 100px; }
  .about-close-v46 h2 { font-size: 2.5rem; }
  .about-close-v46 p { font-size: 15px; line-height: 1.7; }
  .about-close-v46 .button { width: 100%; }
  .community-main-v46 { min-height: auto; padding: 96px 0 84px; }
  .community-hero-v46 { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding: 42px 24px; border-radius: 32px; }
  .community-hero-v46 h1 { font-size: 2.65rem; line-height: 1; }
  .community-hero-v46 p { font-size: .98rem; line-height: 1.67; }
  .community-hero-v46 .button { width: 100%; }
  .community-principles-v46 { grid-template-columns: 1fr; gap: 9px; }
  .community-principles-v46 span { min-height: 64px; border-radius: 19px; }
}
