:root {
  --ink: #0a2233;
  --ink-soft: #173646;
  --pine: #315f55;
  --pine-dark: #193f39;
  --bronze: #a9783a;
  --gold: #d0aa64;
  --mineral: #eee7dc;
  --alabaster: #faf8f3;
  --mist: #dde7e0;
  --clay: #c9b8a3;
  --muted: #5f6d73;
  --line: rgba(7, 28, 44, 0.16);
  --white: #fff;
  --shell: 1320px;
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--alabaster);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* Consolidated homepage review */
.home-v2 .section { padding-block: clamp(58px,7vw,92px); }
.home-v2 .home-hero { min-height: auto; padding-block: clamp(58px,7vw,92px); background: linear-gradient(105deg,var(--alabaster) 0 72%,var(--mist) 72% 100%); }
.home-v2 .hero-copy h1 { max-width: 760px; font-size: clamp(54px,6.6vw,94px); line-height: .94; }
.home-v2 .hero-lead { max-width: 690px; }
.button-light-outline { border: 1px solid rgba(255,255,255,.38); color: var(--white); background: transparent; }
.home-v2 .pillars-section { background: var(--alabaster); }
.home-v2 .pillar-card { min-height: 330px; }
.home-v2 .pillar-card h3 { margin-top: 42px; }
.home-v2 .ai-advisor { padding-block: clamp(64px,7vw,100px); }
.home-investments { background: color-mix(in srgb,var(--mist) 54%,var(--alabaster)); }
.home-route-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 34px 0; background: var(--line); }
.home-route-row a { display: grid; grid-template-columns: auto 1fr; gap: 4px 20px; padding: 25px; color: var(--ink); background: var(--white); text-decoration: none; }
.home-route-row span { grid-row: 1/3; color: var(--bronze); font-family: var(--serif); font-size: 22px; }
.home-route-row strong { font-family: var(--serif); font-size: 29px; font-weight: 400; }
.home-route-row small { color: var(--muted); font-size: 10px; }
.data-note { margin: 20px 0 0; color: var(--muted); font-size: 9px; }
.home-areas { color: var(--white); background: var(--pine); }
.home-areas .kicker { color: var(--gold); }
.home-areas .section-heading > p { color: rgba(255,255,255,.7); }
.area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 36px 0 26px; background: rgba(255,255,255,.2); }
.area-grid a { display: flex; min-height: 310px; flex-direction: column; padding: 28px; color: var(--white); background: rgba(7,28,44,.28); text-decoration: none; }
.area-grid span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.area-grid strong { margin-top: 92px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.12; }
.area-grid small { margin-top: auto; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 800; }
.home-areas .inline-link { color: var(--gold); }
.home-insights { background: color-mix(in srgb,var(--mineral) 58%,var(--alabaster)); }
.home-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 36px 0 26px; background: var(--line); }
.home-article-grid article { display: flex; min-height: 350px; flex-direction: column; align-items: flex-start; padding: 28px; background: var(--white); }
.home-article-media { display: block; width: calc(100% + 56px); height: 150px; margin: -28px -28px 24px; overflow: hidden; background: var(--mineral); }
.home-article-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-article-media:hover img { transform: scale(1.025); }
.home-article-grid article:has(.home-article-media) h3 { margin-top: 24px; }
.home-article-grid article > p { color: var(--bronze); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.home-article-grid h3 { margin: 62px 0 15px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.08; }
.home-article-grid article > span { color: var(--muted); font-size: 11px; }
.home-article-grid article > a { margin-top: auto; color: var(--pine); font-size: 9px; font-weight: 800; }
.home-article-grid article > .home-article-media { flex: 0 0 150px; margin-top: -28px; }
.home-about { color: var(--white); background: var(--ink); }
.home-about .kicker { color: var(--gold); }
.home-about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.home-about h2, .home-contact h2 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(46px,5.5vw,76px); font-weight: 400; line-height: .98; }
.home-about-grid > div:last-child > p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; }
.home-about-grid .button { margin-top: 22px; }
.home-contact { background: var(--mineral); }
.home-contact .contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.home-contact .contact-grid > div:first-child > p:last-child { max-width: 620px; color: var(--muted); }
.contact-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.contact-actions > a:not(.button) { color: var(--pine); font-size: 14px; font-weight: 700; }

@media (max-width: 900px) {
  .home-v2 .home-hero { background: linear-gradient(180deg,var(--alabaster) 0 88%,var(--mist) 88% 100%); }
  .home-route-row, .area-grid, .home-article-grid, .home-about-grid, .home-contact .contact-grid { grid-template-columns: 1fr; }
  .area-grid a { min-height: 250px; }
  .area-grid strong { margin-top: 55px; }
}

/* Compact homepage routing layout */
.compact-home .section { padding-block: clamp(44px,5vw,68px); }
.compact-home .home-hero { padding-block: clamp(40px,5vw,64px); }
.compact-home .hero-copy h1 { font-size: clamp(48px,5.7vw,78px); }
.compact-home .hero-art { min-height: 520px; }
.compact-home .section-heading { margin-bottom: 28px; }
.compact-home .section-heading h2 { font-size: clamp(40px,4.8vw,64px); }
.compact-home .pillar-grid { grid-template-columns: repeat(5,1fr); }
.compact-home .pillar-card, .compact-home .pillar-card-featured, .compact-home .pillar-card:nth-child(2) { min-height: 245px; grid-column: span 1; padding: 20px; }
.compact-home .pillar-card h3 { margin: 28px 0 10px; font-size: 24px; }
.compact-home .pillar-card > p:not(.card-label) { font-size: 11px; line-height: 1.55; }
.compact-home .pillar-card a { padding-top: 16px; font-size: 9px; }
.compact-home .card-number, .compact-home .card-label { font-size: 8px; }
.profile-entry { padding-block: clamp(36px,4vw,54px); color: var(--white); background: var(--ink); }
.profile-entry-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 46px; align-items: center; }
.profile-entry .kicker { color: var(--gold); }
.profile-entry h2 { max-width: 620px; margin: 0; font-family: var(--serif); font-size: clamp(34px,4vw,52px); font-weight: 400; line-height: 1; }
.profile-entry-grid > p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.7; }
.button-gold { color: var(--ink); background: var(--gold); white-space: nowrap; }
.compact-home .home-route-row { margin: 22px 0; }
.compact-home .home-route-row a { padding: 18px 20px; }
.compact-home .home-route-row strong { font-size: 24px; }
.compact-home .property-visual { min-height: 190px; }
.compact-home .property-copy { padding: 18px; }
.compact-home .property-copy h3 { min-height: 50px; margin-bottom: 14px; font-size: 23px; }
.compact-home .property-copy dl { margin-bottom: 14px; }
.compact-home .property-copy a { font-size: 10px; }
.project-preview-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 18px 0 12px; }
.project-preview-head > p { margin: 0; color: var(--muted); font-size: 10px; }
.project-preview-head > div { display: flex; gap: 6px; }
.project-preview-head button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); color: var(--ink); background: var(--white); font: inherit; font-size: 16px; cursor: pointer; }
.opportunity-grid.compact-project-slider { display: grid; grid-template-columns: repeat(6,calc((100% - 28px)/3)); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.compact-project-slider::-webkit-scrollbar { display: none; }
.compact-project-slider .opportunity-card { min-width: 0; scroll-snap-align: start; border: 1px solid var(--line); }
.compact-project-slider .project-context { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--white); background: var(--ink); }
.compact-project-slider .project-context span { font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compact-project-slider .project-context small { color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compact-home .compact-project-slider .property-copy { padding: 14px 16px 16px; }
.compact-home .compact-project-slider .property-copy .card-label { margin-bottom: 6px; font-size: 7px; }
.compact-home .compact-project-slider .property-copy h3 { min-height: 40px; margin: 0 0 10px; font-size: 20px; }
.compact-home .compact-project-slider .property-copy dl { margin-bottom: 10px; }
.compact-home .compact-project-slider .property-copy dl div { padding-block: 7px; }
.compact-home .compact-project-slider .property-copy dt, .compact-home .compact-project-slider .property-copy dd { font-size: 8px; }
.compact-home .compact-project-slider .property-copy a { font-size: 9px; }
.compact-home .area-grid a { min-height: 220px; padding: 22px; }
.compact-home .area-grid strong { margin-top: 48px; font-size: 23px; }
.compact-home .home-article-grid article { min-height: 270px; padding: 22px; }
.compact-home .home-article-grid h3 { margin-top: 34px; font-size: 25px; }
.compact-home .home-about-grid, .compact-home .home-contact .contact-grid { gap: 52px; }
.compact-home .home-about h2, .compact-home .home-contact h2 { font-size: clamp(40px,4.6vw,62px); }

.chat-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: flex; align-items: center; gap: 11px; padding: 9px 15px 9px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: var(--white); background: var(--ink); box-shadow: 0 14px 36px rgba(7,28,44,.28); cursor: pointer; }
.chat-launcher img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: top; }
.chat-launcher span { display: grid; gap: 1px; text-align: left; }
.chat-launcher b { font-size: 10px; }
.chat-launcher small { color: rgba(255,255,255,.65); font-size: 8px; }
.chat-drawer { position: fixed; right: 22px; bottom: 86px; z-index: 80; width: min(680px,calc(100vw - 44px)); max-height: calc(100vh - 110px); overflow: auto; border: 1px solid var(--line); background: var(--alabaster); box-shadow: 0 26px 70px rgba(7,28,44,.32); }
.chat-drawer[hidden] { display: none; }
.chat-close { position: absolute; top: 10px; right: 10px; z-index: 5; display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 19px; cursor: pointer; }
.chat-drawer .ai-demo { box-shadow: none; }
.chat-drawer .ai-demo-head { padding: 18px 54px 18px 20px; }
.chat-drawer .ai-stages { padding-inline: 20px; }
.chat-drawer .ai-conversation { min-height: 390px; max-height: 52vh; padding: 22px; }
.chat-drawer .ai-video { width: 112px; height: 154px; }
.chat-drawer .ai-prompt { padding-right: 128px; }
.chat-drawer .ai-options { padding-right: 128px; }
.chat-drawer .ai-demo-footer { padding: 14px 20px; }
.chat-drawer .ai-consent-note { margin: 5px 0 0; }

.profile-page { background: var(--mineral); }
.profile-page-intro { padding: 70px 0 52px; background: var(--alabaster); }
.profile-page-intro h1 { max-width: 970px; margin: 0; font-family: var(--serif); font-size: clamp(54px,7vw,92px); font-weight: 400; line-height: .94; }
.profile-page-intro > .shell > p:last-child { max-width: 760px; color: var(--muted); font-size: 17px; }
.profile-page-tool { padding: 0 0 90px; }
.profile-page-tool .ai-demo { max-width: 1120px; margin-inline: auto; box-shadow: 0 24px 64px rgba(7,28,44,.18); }

@media (max-width: 1100px) {
  .compact-home .pillar-grid { grid-template-columns: repeat(2,1fr); }
  .compact-home .pillar-card, .compact-home .pillar-card-featured, .compact-home .pillar-card:nth-child(2) { grid-column: span 1; }
  .profile-entry-grid { grid-template-columns: 1fr 1fr; }
  .profile-entry-grid > a { grid-column: 1/-1; justify-self: start; }
}
@media (max-width: 700px) {
  .compact-home .pillar-grid, .profile-entry-grid { grid-template-columns: 1fr; }
  .compact-home .pillar-card { min-height: 210px; }
  .chat-launcher span { display: none; }
  .chat-launcher { right: 14px; bottom: 14px; padding: 7px; }
  .chat-drawer { right: 0; bottom: 0; width: 100%; max-height: 92vh; border-radius: 18px 18px 0 0; }
  .chat-drawer .ai-video { display: none; }
  .chat-drawer .ai-prompt, .chat-drawer .ai-options { padding-right: 0; }
  .opportunity-grid.compact-project-slider { grid-template-columns: repeat(6,82%); }
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 100;
  padding: 10px 14px; color: var(--white); background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--alabaster) 91%, transparent);
  backdrop-filter: blur(18px);
}
.header-inner { display: grid; min-height: 84px; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand img { width: 92px; max-height: 68px; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 32px); }
.primary-nav a { text-decoration: none; font-size: 13px; font-weight: 680; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--bronze); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { cursor: pointer; list-style: none; font-size: 13px; font-weight: 680; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { margin-left: 6px; color: var(--bronze); content: "+"; }
.nav-dropdown[open] summary::after { content: "−"; }
.nav-dropdown > div { position: absolute; z-index: 5; top: calc(100% + 18px); left: 50%; display: grid; width: 220px; padding: 10px; border: 1px solid var(--line); background: var(--alabaster); box-shadow: 0 18px 38px rgba(7,28,44,.14); transform: translateX(-50%); }
.nav-dropdown > div a { padding: 11px 12px; border-bottom: 1px solid var(--line); }
.nav-dropdown > div a:last-child { border-bottom: 0; }
.header-cta {
  padding: 14px 18px; color: var(--white); background: var(--ink);
  text-decoration: none; font-size: 12px; font-weight: 760; letter-spacing: .03em;
}
.menu-button { display: none; }

.hero { overflow: hidden; padding: 62px 0 38px; background: var(--mineral); }
.hero-grid { display: grid; min-height: 680px; grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr); align-items: stretch; }
.hero-grid-single { min-height: auto; grid-template-columns: 1fr; }
.hero-grid-single .hero-copy { max-width: 1050px; min-height: 0; justify-content: flex-start; padding: 24px 0 38px; }
.hero-grid-single .hero-proof { margin-top: 38px; padding-top: 0; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 66px clamp(32px, 6vw, 88px) 48px 0; }
.kicker { margin: 0 0 18px; color: var(--bronze); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section h2, .consultation h2 {
  margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.052em; line-height: .96;
}
.hero h1 { max-width: 760px; font-size: clamp(62px, 7.6vw, 112px); }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #536169; font-size: clamp(18px, 1.7vw, 23px); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 22px; text-decoration: none; font-size: 13px; font-weight: 760; }
.button-primary { color: var(--white); background: var(--ink); }
.button-text { min-height: auto; padding: 10px 0; border-bottom: 1px solid var(--ink); }
.button-text span { margin-left: 22px; }
.button-ai { border: 1px solid var(--pine); color: var(--pine); }
.button-light { color: var(--ink); background: var(--alabaster); }
.button-gold { color: var(--ink); background: var(--gold); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.hero-proof { display: flex; gap: 42px; margin: auto 0 0; padding-top: 45px; }
.hero-proof div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 10px; }
.hero-proof dt { color: var(--bronze); font-family: var(--serif); font-size: 14px; }
.hero-proof dd { margin: 0; color: #536169; font-size: 12px; font-weight: 700; }

.hero-art { position: relative; overflow: hidden; min-height: 680px; color: var(--white); background: linear-gradient(150deg, #123a3d 0%, #071c2c 68%); }
.hero-art::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; content: ""; }
.hero-art-top { position: absolute; top: 28px; right: 28px; left: 28px; display: flex; justify-content: space-between; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.orbit { position: absolute; border: 1px solid rgba(215,173,105,.42); border-radius: 50%; }
.orbit-one { right: -120px; bottom: -100px; width: 520px; height: 520px; }
.orbit-two { right: 58px; bottom: 76px; width: 240px; height: 240px; }
.tower { position: absolute; bottom: 0; border-top: 1px solid rgba(215,173,105,.85); background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(215,173,105,.16)); box-shadow: -24px 0 65px rgba(0,0,0,.24); transform: skewY(-7deg); transform-origin: bottom; }
.tower-one { right: 42px; width: 110px; height: 470px; }
.tower-two { right: 166px; width: 88px; height: 340px; }
.tower-three { right: 268px; width: 66px; height: 235px; }
.hero-art-copy { position: absolute; left: 38px; bottom: 36px; z-index: 2; }
.hero-art-copy p { max-width: 330px; margin: 0 0 12px; font-family: var(--serif); font-size: 42px; line-height: 1; }
.hero-art-copy span { color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.requirements-preview { display: flex; align-items: center; padding: 82px 36px 34px; }
.requirements-preview::before { opacity: .45; }
.requirements-card { position: relative; z-index: 2; width: 100%; padding: clamp(24px,3.5vw,42px); border: 1px solid rgba(255,255,255,.18); background: rgba(7,28,44,.5); backdrop-filter: blur(8px); }
.requirements-card .card-label { margin: 0 0 15px; color: var(--gold); }
.requirements-card h2 { max-width: 480px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(30px,3vw,43px); font-weight: 400; line-height: 1; }
.requirements-card ul { margin: 0 0 26px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.requirements-card li { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.requirements-card li span { color: rgba(255,255,255,.62); font-size: 9px; text-transform: uppercase; }
.requirements-card li strong { font-size: 10px; text-align: right; }
.requirements-card > a { color: var(--gold); font-size: 10px; font-weight: 800; }

.signal-strip { color: var(--white); background: var(--ink); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid p { margin: 0; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.16); text-align: center; font-family: var(--serif); font-size: 17px; }
.signal-grid p:last-child { border-right: 0; }

.section { padding: 112px 0; }
.section h2, .consultation h2 { font-size: clamp(50px, 5vw, 78px); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 10vw, 160px); align-items: end; }
.intro-copy { max-width: 500px; padding-bottom: 8px; }
.intro-copy p { margin: 0 0 28px; color: var(--muted); font-size: 18px; }
.inline-link { color: var(--pine); font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); }

.ai-advisor { color: var(--white); background: var(--ink); }
.ai-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.ai-copy .kicker { color: var(--gold); }
.ai-copy > p:not(.kicker,.ai-boundary) { max-width: 570px; color: rgba(255,255,255,.66); font-size: 17px; }
.ai-flow { margin: 34px 0; padding: 0; list-style: none; }
.ai-flow li { display: flex; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 13px; }
.ai-flow span { color: var(--gold); font-family: var(--serif); }
.ai-boundary { max-width: 540px; padding-left: 18px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.55); font-size: 11px; }
.ai-demo { overflow: hidden; color: var(--ink); background: var(--alabaster); box-shadow: 0 40px 90px rgba(0,0,0,.28); }
.ai-demo-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.ai-demo-head > div { display: flex; align-items: center; gap: 13px; }
.ai-avatar { width: 42px; height: 42px; border: 2px solid var(--white); border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(46,93,80,.2); }
.ai-identity { display: grid; gap: 4px; }
.ai-identity strong { font-size: 12px; }
.ai-identity small { color: var(--muted); font-size: 9px; }
.ai-identity small i { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: #42a679; box-shadow: 0 0 0 3px rgba(66,166,121,.12); }
.ai-identity .ai-journey-meta { color: var(--bronze); font-size: 8px; letter-spacing: .03em; }
.ai-journey-meta b { color: var(--ink); font-weight: 800; }
.ai-stages { display: grid; grid-template-columns: auto minmax(26px,1fr) auto minmax(26px,1fr) auto; align-items: center; gap: 10px; overflow-x: auto; padding: 13px 28px; color: var(--muted); background: var(--white); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; scrollbar-width: thin; }
.ai-stages > i { height: 1px; background: var(--line); }
.ai-stages span { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.ai-stages b { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; }
.ai-stages span[data-active] { color: var(--pine); }
.ai-stages span[data-active] b { border-color: var(--pine); color: var(--white); background: var(--pine); box-shadow: 0 0 0 4px rgba(46,93,80,.08); }
.ai-stages span[data-complete] { color: var(--bronze); }
.ai-stages span[data-complete] b { border-color: var(--bronze); }
.ai-progress-label { color: var(--muted); font-size: 10px; font-weight: 700; }
.ai-progress { height: 3px; background: #d9ddd9; }
.ai-progress i { display: block; width: 8%; height: 100%; background: var(--bronze); transition: width .35s ease; }
.ai-conversation { position: relative; display: flex; min-height: 550px; max-height: 690px; flex-direction: column; padding: 28px clamp(20px, 4vw, 38px); background: linear-gradient(180deg, #fbfaf7 0%, #f4f0e9 100%); }
.ai-video { position: absolute; z-index: 2; top: 24px; right: 28px; width: 112px; overflow: hidden; border: 3px solid var(--white); border-radius: 18px; background: var(--ink); box-shadow: 0 18px 38px rgba(7,28,44,.2); animation: video-float 4s ease-in-out infinite; }
.ai-video img { display: block; width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; }
.ai-video span { display: flex; height: 25px; align-items: center; justify-content: center; gap: 3px; color: var(--white); font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ai-video span i { width: 2px; height: 6px; border-radius: 2px; background: var(--gold); animation: speaking 650ms ease-in-out infinite alternate; }
.ai-video span i:nth-child(2) { animation-delay: 130ms; }
.ai-video span i:nth-child(3) { animation-delay: 260ms; }
.ai-video span i:nth-child(4) { animation-delay: 390ms; }
.ai-path { display: flex; flex: 1 1 auto; flex-direction: column; gap: 12px; overflow-y: auto; padding: 4px 132px 20px 4px; scrollbar-width: thin; }
.ai-message { display: flex; max-width: 88%; gap: 8px; animation: prompt-in .24s ease both; }
.ai-message-user { align-self: flex-end; }
.ai-message-avatar { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; align-self: flex-end; border-radius: 50%; color: var(--white); background: var(--pine); font-family: var(--serif); font-size: 11px; }
.ai-bubble { padding: 11px 14px; border-radius: 15px 15px 15px 4px; background: var(--white); box-shadow: 0 5px 18px rgba(7,28,44,.07); font-size: 11px; line-height: 1.5; }
.ai-message-user .ai-bubble { border-radius: 15px 15px 4px 15px; color: var(--white); background: var(--pine); }
.ai-phase-divider { display: grid; margin: 8px 0 12px; place-items: center; gap: 5px; color: var(--muted); text-align: center; }
.ai-phase-divider::before { width: 100%; height: 1px; margin-bottom: -15px; background: var(--line); content: ""; }
.ai-phase-divider span, .ai-phase-divider b { z-index: 1; padding: 0 10px; background: #f5f1ea; }
.ai-phase-divider span { color: var(--bronze); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ai-phase-divider b { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.ai-prompt { position: relative; padding: 0 4px 12px 33px; animation: prompt-in .28s ease both; }
.ai-prompt::before { position: absolute; left: 0; bottom: 12px; width: 25px; height: 25px; border-radius: 50%; background: url("assets/nysa-ai-advisor.png") center / cover; content: ""; }
.ai-prompt::after { position: absolute; left: 36px; top: -4px; padding: 7px 10px; border-radius: 12px 12px 12px 3px; color: var(--muted); background: var(--white); content: "•••"; font-size: 9px; letter-spacing: 2px; opacity: 0; animation: typing-flash .65s ease both; }
.ai-prompt .card-label { margin-top: 0; }
.ai-prompt .card-label { display: none; }
.ai-prompt h3 { width: fit-content; max-width: 80%; margin: 0; padding: 13px 16px; border-radius: 15px 15px 15px 4px; background: var(--white); box-shadow: 0 5px 18px rgba(7,28,44,.07); font-family: var(--sans); font-size: 12px; font-weight: 650; line-height: 1.5; }
.ai-prompt > p:not(.card-label) { max-width: 74%; margin: 8px 0 0 10px; color: var(--muted); font-size: 10px; }
.ai-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ai-options button { min-height: 46px; padding: 11px 14px; border: 1px solid rgba(46,93,80,.28); border-radius: 999px; color: var(--pine); background: rgba(255,255,255,.75); cursor: pointer; font: inherit; font-size: 10px; font-weight: 750; line-height: 1.35; text-align: center; animation: option-in .3s ease both; }
.ai-options button:nth-child(2) { animation-delay: .025s; }
.ai-options button:nth-child(3) { animation-delay: .05s; }
.ai-options button:nth-child(4) { animation-delay: .075s; }
.ai-options button:nth-child(5) { animation-delay: .1s; }
.ai-options button:nth-child(6) { animation-delay: .125s; }
.ai-options button:hover, .ai-options button:focus-visible, .ai-options button[data-selected="true"] { border-color: var(--pine); color: var(--white); background: var(--pine); }
.ai-actions { display: flex; justify-content: space-between; gap: 20px; min-height: 44px; margin-top: 22px; }
.ai-back, .ai-next, .ai-restart { border: 0; background: transparent; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; }
.ai-back { color: var(--muted); }
.ai-next, .ai-restart { margin-left: auto; color: var(--pine); }
.ai-next:disabled { cursor: not-allowed; opacity: .35; }
.ai-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 28px; border: 1px solid var(--line); background: var(--line); }
.ai-summary div { padding: 14px; background: var(--mineral); }
.ai-summary span { display: block; color: var(--bronze); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ai-summary strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 16px; font-weight: 400; }
.ai-summary-two-step { display: grid; grid-template-columns: 1fr; gap: 1px; }
.ai-summary-two-step > section { background: var(--white); }
.ai-summary-two-step header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 11px 13px; border-bottom: 1px solid var(--line); }
.ai-summary-two-step header b { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--white); background: var(--pine); font-size: 9px; }
.ai-summary-two-step header span { color: var(--ink); font-size: 9px; }
.ai-summary-two-step header em { color: #438469; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.ai-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 0 !important; background: var(--line) !important; }
.ai-summary-two-step footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px; color: var(--white); background: var(--ink); }
.ai-summary-two-step footer span { color: var(--gold); }
.ai-summary-two-step footer strong { margin: 0; font-family: var(--sans); font-size: 9px; font-weight: 700; }
.ai-demo-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 28px; border-top: 1px solid var(--line); }
.ai-demo-footer > div > span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ai-consent-note { max-width: 620px; margin: 8px 0 0; color: var(--muted); font-size: 8px; line-height: 1.5; }
.ai-consent-note a { color: var(--pine); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
@keyframes prompt-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes option-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes typing-flash { 0%, 70% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-2px); } }
@keyframes speaking { from { height: 4px; } to { height: 12px; } }
@keyframes video-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }

.pillars-section { background: var(--mineral); }
.pillar-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar-card { display: flex; min-height: 390px; grid-column: span 2; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--alabaster); }
.pillar-card-featured { grid-column: span 3; color: var(--white); background: var(--pine-dark); }
.pillar-card:nth-child(2) { grid-column: span 3; }
.card-number { color: var(--bronze); font-family: var(--serif); font-size: 15px; }
.card-label { margin: 54px 0 12px; color: var(--bronze); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pillar-card h3 { max-width: 390px; margin: 0 0 16px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.03; }
.pillar-card > p:not(.card-label) { max-width: 380px; margin: 0; color: var(--muted); font-size: 14px; }
.pillar-card-featured > p:not(.card-label) { color: rgba(255,255,255,.67); }
.pillar-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 30px; border-top: 1px solid currentColor; text-decoration: none; font-size: 12px; font-weight: 760; }

.thesis { color: var(--white); background: var(--pine-dark); }
.thesis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.thesis-visual { position: relative; min-height: 600px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: radial-gradient(circle, rgba(215,173,105,.18), transparent 43%); }
.thesis-visual::before, .thesis-visual::after { position: absolute; inset: 17%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.thesis-visual::after { inset: 34%; }
.map-center { position: absolute; top: 50%; left: 50%; width: 150px; transform: translate(-50%,-50%); text-align: center; font-family: var(--serif); font-size: 23px; line-height: 1.05; }
.map-label { position: absolute; padding: 8px 12px; color: var(--ink); background: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.label-one { top: 14%; left: 44%; }
.label-two { right: 0; bottom: 28%; }
.label-three { bottom: 8%; left: 15%; }
.thesis-copy .kicker { color: var(--gold); }
.thesis-copy > p:not(.kicker) { max-width: 560px; color: rgba(255,255,255,.65); font-size: 17px; }
.thesis-list { margin: 38px 0; padding: 0; list-style: none; }
.thesis-list li { display: flex; gap: 24px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.thesis-list span { color: var(--gold); font-family: var(--serif); }

.pathway { background: var(--alabaster); }
.pathway-steps { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.pathway-steps li { min-height: 250px; padding: 25px 24px; border-right: 1px solid var(--line); }
.pathway-steps li:last-child { border-right: 0; }
.pathway-steps span { display: block; margin-bottom: 64px; color: var(--bronze); font-family: var(--serif); }
.pathway-steps strong { display: block; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.pathway-steps p { color: var(--muted); font-size: 13px; }

.opportunities { background: var(--mineral); }
.investment-ia { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 100px; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.investment-ia h2 { max-width: 720px; }
.investment-ia nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.investment-ia nav a { display: grid; min-height: 190px; align-content: space-between; padding: 24px; background: var(--alabaster); text-decoration: none; }
.investment-ia nav a:hover { background: var(--mist); }
.investment-ia nav span { color: var(--bronze); font-family: var(--serif); }
.investment-ia nav strong { margin-top: 48px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.investment-ia nav small { color: var(--muted); font-size: 9px; }
.crm-tool-grid { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 78px; }
.crm-tool { min-height: 330px; padding: 38px; border: 1px solid var(--line); background: var(--alabaster); }
.crm-tool + .crm-tool { border-left: 0; }
.crm-tool > span { color: var(--bronze); font-family: var(--serif); font-size: 14px; }
.crm-tool h3 { max-width: 470px; margin: 70px 0 16px; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.02; }
.crm-tool p { max-width: 520px; color: var(--muted); }
.crm-tool a { display: inline-block; margin-top: 18px; color: var(--pine); font-size: 12px; font-weight: 800; }
.crm-tool-dark { color: var(--white); background: var(--ink); }
.crm-tool-dark p { color: rgba(255,255,255,.65); }
.crm-tool-dark a, .crm-tool-dark > span { color: var(--gold); }
.opportunity-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: end; margin-bottom: 30px; }
.opportunity-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1; }
.opportunity-heading > p { margin: 0; color: var(--muted); }
.project-collection-nav { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 18px; padding-bottom: 2px; scrollbar-width: thin; }
.project-collection-nav span { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); color: var(--muted); background: var(--alabaster); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-collection-nav span[data-active] { border-color: var(--pine); color: var(--white); background: var(--pine); }
.opportunity-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.opportunity-card { background: var(--alabaster); }
.property-visual { position: relative; overflow: hidden; min-height: 280px; background: var(--ink); }
.property-visual::before, .property-visual::after { position: absolute; content: ""; }
.property-visual::before { right: -18%; bottom: -48%; width: 88%; height: 130%; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; }
.property-visual::after { right: 14%; bottom: 0; width: 26%; height: 74%; background: linear-gradient(110deg, rgba(255,255,255,.06), rgba(215,173,105,.45)); clip-path: polygon(28% 0,100% 16%,100% 100%,0 100%); }
.visual-two { background: var(--pine); }
.visual-three { background: #5f4b3d; }
.property-visual span { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 7px 10px; color: var(--ink); background: var(--mineral); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.property-copy { padding: 25px; }
.property-copy .card-label { margin: 0 0 10px; }
.property-copy h3 { min-height: 66px; margin: 0 0 22px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.08; }
.property-copy dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.property-copy dl div { display: flex; justify-content: space-between; padding: 11px 0; }
.property-copy dl div:first-child { padding-right: 15px; border-right: 1px solid var(--line); }
.property-copy dl div:last-child { padding-left: 15px; }
.property-copy dt, .property-copy dd { font-size: 10px; }
.property-copy dt { color: var(--muted); text-transform: uppercase; }
.property-copy dd { margin: 0; font-weight: 800; }
.property-copy a { color: var(--pine); font-size: 12px; font-weight: 800; }
.project-collections { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.project-collections > article { padding: 30px; border: 1px solid var(--line); background: var(--alabaster); }
.project-collections header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.project-collections header .kicker { margin: 0 0 8px; }
.project-collections header h3 { max-width: 360px; margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.08; }
.project-collections header a { flex: 0 0 auto; color: var(--pine); font-size: 9px; font-weight: 800; }
.project-collections ol { margin: 0; padding: 0; list-style: none; }
.project-collections li { display: grid; grid-template-columns: 28px 1fr; gap: 3px 10px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.project-collections li:last-child { border-bottom: 0; }
.project-collections li span { grid-row: 1 / 3; color: var(--bronze); font-family: var(--serif); font-size: 12px; }
.project-collections li strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.project-collections li small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.ready-route { display: grid; grid-template-columns: 1fr .8fr auto; gap: 42px; align-items: end; margin-top: 70px; padding: 48px; color: var(--white); background: var(--pine); scroll-margin-top: 110px; }
.ready-route .kicker { color: var(--gold); }
.ready-route h3 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(42px,5vw,68px); font-weight: 400; line-height: 1; }
.ready-route p:not(.kicker) { max-width: 620px; margin: 0; color: rgba(255,255,255,.68); font-size: 11px; }
.ready-route-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.ready-route-filters span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.26); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.source-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; }

.insights-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; }
.compact-heading { grid-template-columns: 1fr auto; gap: 30px; }
.pillar-filters { display: flex; flex-wrap: wrap; gap: 7px; margin: -28px 0 28px; }
.pillar-filters a { padding: 7px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 800; text-decoration: none; }
.pillar-filters a:hover { border-color: var(--bronze); color: var(--bronze); }
.article-list { border-top: 1px solid var(--line); }
.article-list article { position: relative; padding: 28px 120px 28px 0; border-bottom: 1px solid var(--line); }
.article-list article > p { margin: 0 0 10px; color: var(--bronze); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-list h3 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.12; }
.article-list a { position: absolute; right: 0; bottom: 30px; font-size: 11px; font-weight: 800; }
.field-notes { padding: 38px; color: var(--white); background: var(--ink); }
.field-notes .kicker { color: var(--gold); }
.field-notes h2 { font-size: 44px; }
.note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 36px 0; background: rgba(255,255,255,.18); }
.note-grid div { min-height: 150px; padding: 16px; background: var(--ink-soft); }
.note-grid span { color: var(--gold); font-family: var(--serif); }
.note-grid p { margin-top: 62px; font-family: var(--serif); font-size: 16px; }
.field-notes > a { color: var(--gold); font-size: 12px; font-weight: 800; }

.about-section { color: var(--white); background: var(--pine); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px 100px; }
.about-section .kicker { color: var(--gold); }
.about-intro h2 { margin-bottom: 0; }
.about-story { align-self: end; }
.about-lead { margin-top: 0; color: var(--white); font-family: var(--serif); font-size: 27px; line-height: 1.25; }
.about-story > p:not(.about-lead) { color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.75; }
.about-story .inline-link { display: inline-block; margin-top: 16px; color: var(--gold); }
.about-principles { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.about-principles article { min-height: 250px; padding: 28px 32px; border-right: 1px solid rgba(255,255,255,.2); }
.about-principles article:last-child { border-right: 0; }
.about-principles span { color: var(--gold); font-family: var(--serif); }
.about-principles h3 { margin: 58px 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.about-principles p { margin: 0; color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.65; }

.social-section { background: var(--mineral); }
.social-heading > p { align-self: end; }
.social-feeds { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; }
.instagram-feed, .channel-feed { border: 1px solid var(--line); background: var(--alabaster); }
.instagram-feed > header, .channel-feed > header { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.instagram-feed > header > div, .channel-feed > header > div { display: flex; align-items: center; gap: 11px; }
.instagram-feed header h3, .channel-feed header h3 { margin: 0; font-size: 13px; }
.instagram-feed header p, .channel-feed header p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.instagram-feed header a { color: var(--pine); font-size: 10px; font-weight: 800; }
.social-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 15px; }
.instagram-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.social-tile { position: relative; display: flex; min-height: 260px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 22px; color: var(--white); isolation: isolate; }
.social-tile::before, .social-tile::after { position: absolute; z-index: -1; content: ""; }
.social-tile::before { inset: 0; background: linear-gradient(155deg, rgba(7,28,44,.05), rgba(7,28,44,.94)); }
.social-tile::after { width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; }
.social-tile-map { background: linear-gradient(130deg,#b98645,#2e5d50); }
.social-tile-map::after { top: -45px; right: -65px; }
.social-tile-keys { background: linear-gradient(145deg,#071c2c,#607268); }
.social-tile-keys::after { top: 30px; left: -90px; }
.social-tile-numbers { background: linear-gradient(135deg,#cbb9a6,#071c2c); }
.social-tile-numbers::after { right: -40px; bottom: -100px; }
.social-tile-site { background: linear-gradient(150deg,#2e5d50,#b98645); }
.social-tile-site::after { top: -85px; left: 40px; }
.social-tile > span { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.social-tile > strong { max-width: 260px; margin: 9px 0 18px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.08; }
.social-tile > small { color: rgba(255,255,255,.62); font-size: 8px; text-transform: uppercase; }
.channel-list { display: grid; }
.channel-list > a { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 24px 22px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.channel-list > a:last-child { border-bottom: 0; }
.channel-list > a:hover { background: var(--mist); }
.channel-list > a > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-family: var(--serif); font-size: 13px; }
.channel-list div { display: grid; gap: 4px; }
.channel-list b { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.channel-list small { color: var(--muted); font-size: 8px; }
.channel-list em { color: var(--bronze); font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.social-note { margin: 18px 0 0; color: var(--muted); font-size: 9px; }

.home-instagram { padding-top: 82px; padding-bottom: 82px; }
.home-instagram .social-heading { margin-bottom: 30px; }
.home-instagram .instagram-grid { grid-template-columns: repeat(4,1fr); }
.home-instagram .social-tile { min-height: 210px; text-decoration: none; }
.home-instagram .social-tile > strong { font-size: 20px; }

.consultation { padding: 100px 0; color: var(--white); background: var(--ink); }
.consultation-grid { display: grid; grid-template-columns: 1.2fr .6fr; gap: 100px; align-items: end; }
.consultation .kicker { color: var(--gold); }
.consultation-grid > div:last-child p { max-width: 470px; margin: 0 0 30px; color: rgba(255,255,255,.68); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-details span { display: grid; gap: 5px; }
.contact-details small { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details a, .contact-details b { color: var(--white); font-size: 10px; font-weight: 700; }

.legal-section { padding: 100px 0; background: var(--alabaster); }
.legal-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.legal-intro { position: sticky; top: 115px; align-self: start; }
.legal-intro h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(44px,5vw,72px); font-weight: 400; line-height: .98; }
.legal-intro > p:last-child { max-width: 440px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.legal-accordions { border-top: 1px solid var(--line); }
.legal-accordions details { border-bottom: 1px solid var(--line); }
.legal-accordions summary { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 24px; }
.legal-accordions summary::-webkit-details-marker { display: none; }
.legal-accordions summary span { color: var(--bronze); font-family: var(--sans); font-size: 9px; font-weight: 800; }
.legal-accordions details > div { padding: 0 70px 28px 0; }
.legal-accordions details p { color: var(--muted); font-size: 11px; line-height: 1.75; }
.legal-accordions details[open] summary { color: var(--pine); }

.site-footer { padding: 60px 0 32px; color: rgba(255,255,255,.67); background: #04121d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr auto; gap: 60px; }
.footer-grid img { width: 110px; opacity: .95; }
.footer-grid > div { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
.footer-grid p { margin: 8px 0; font-size: 12px; }
.footer-grid address { max-width: 360px; color: rgba(255,255,255,.52); font-size: 10px; font-style: normal; line-height: 1.7; }
.footer-grid a { text-decoration: none; font-size: 12px; }
.footer-grid address a { font-size: inherit; }
.footer-grid a:hover { color: var(--gold); }
.footer-label { color: var(--white); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-meta { justify-content: space-between; text-align: right; }
.footer-legal { display: flex; grid-column: 1 / -1; flex-wrap: wrap; gap: 10px 22px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-legal a { color: rgba(255,255,255,.52); font-size: 9px; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .menu-button { display: inline-flex; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--line); background: transparent; font: inherit; font-size: 11px; font-weight: 800; }
  .menu-button i, .menu-button i::before { display: block; width: 15px; height: 1px; background: currentColor; content: ""; }
  .menu-button i::before { transform: translateY(5px); }
  .primary-nav { position: absolute; top: 84px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 12px 24px 24px; border-bottom: 1px solid var(--line); background: var(--alabaster); }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-dropdown { width: 100%; }
  .nav-dropdown summary { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-dropdown > div { position: static; width: 100%; padding: 0 0 0 16px; border: 0; box-shadow: none; transform: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 560px; }
  .hero-proof { margin-top: 54px; }
  .pillar-card, .pillar-card-featured, .pillar-card:nth-child(2) { grid-column: span 3; }
  .ai-grid, .thesis-grid, .insights-grid, .about-grid, .legal-grid, .investment-ia { grid-template-columns: 1fr; }
  .investment-ia { gap: 44px; }
  .ready-route { grid-template-columns: 1fr; align-items: start; }
  .legal-intro { position: static; }
  .about-grid { gap: 48px; }
  .social-feeds { grid-template-columns: 1fr; }
  .home-instagram .instagram-grid { grid-template-columns: repeat(2,1fr); }
  .thesis-visual { min-height: 520px; }
  .pathway-steps { grid-template-columns: repeat(3, 1fr); }
  .pathway-steps li { border-bottom: 1px solid var(--line); }
  .opportunity-grid { grid-template-columns: 1fr 1fr; }
  .project-collections { grid-template-columns: 1fr; }
  .consultation-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; flex-direction: row !important; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand img { width: 74px; max-height: 56px; }
  .header-cta { display: none; }
  .primary-nav { top: 72px; }
  .hero { padding-top: 0; }
  .hero-copy { padding: 65px 0 46px; }
  .hero h1 { font-size: clamp(55px, 17vw, 78px); }
  .hero-art { min-height: 470px; }
  .hero-art-copy p { max-width: 220px; font-size: 32px; }
  .tower-one { right: 16px; width: 82px; height: 340px; }
  .tower-two { right: 110px; width: 66px; height: 250px; }
  .tower-three { right: 187px; width: 46px; height: 175px; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .signal-grid, .intro-grid, .section-heading, .crm-tool-grid, .opportunity-heading, .opportunity-grid { grid-template-columns: 1fr; }
  .crm-tool + .crm-tool { border-top: 0; border-left: 1px solid var(--line); }
  .signal-grid p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .section { padding: 76px 0; }
  .section h2, .consultation h2 { font-size: clamp(44px, 13vw, 62px); }
  .section-heading { gap: 22px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .ai-options { grid-template-columns: 1fr; }
  .ai-progress-label { display: none; }
  .ai-video { top: 18px; right: 18px; width: 82px; }
  .ai-video span { height: 21px; font-size: 7px; }
  .ai-path { padding-right: 92px; }
  .ai-message { max-width: 96%; }
  .ai-prompt h3 { max-width: 92%; }
  .ai-demo-footer { align-items: flex-start; flex-direction: column; }
  .pillar-card, .pillar-card-featured, .pillar-card:nth-child(2) { min-height: 355px; grid-column: auto; }
  .thesis-visual { min-height: 355px; }
  .map-label { font-size: 8px; }
  .pathway-steps { grid-template-columns: 1fr; }
  .pathway-steps li { min-height: auto; border-right: 0; }
  .pathway-steps span { margin-bottom: 24px; }
  .article-list article { padding-right: 0; padding-bottom: 64px; }
  .article-list a { right: auto; bottom: 26px; left: 0; }
  .field-notes { padding: 28px; }
  .about-principles { grid-template-columns: 1fr; }
  .about-principles article { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .about-principles article:last-child { border-bottom: 0; }
  .instagram-grid { grid-template-columns: 1fr; }
  .home-instagram { padding-top: 60px; padding-bottom: 60px; }
  .home-instagram .instagram-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-instagram .social-tile { min-height: 180px; padding: 16px; }
  .home-instagram .social-tile > strong { margin-bottom: 12px; font-size: 17px; }
  .social-tile { min-height: 240px; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .project-collections > article { padding: 24px; }
  .investment-ia nav { grid-template-columns: 1fr; }
  .investment-ia nav a { min-height: 160px; }
  .ready-route { padding: 30px; }
  .contact-details { grid-template-columns: 1fr; }
  .legal-section { padding: 76px 0; }
  .legal-accordions details > div { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-meta { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Typography UX pass: readable metadata without losing the compact layout */
.primary-nav a, .primary-nav summary { font-size: 13px; }
.header-cta { font-size: 12px; }
.kicker { font-size: 12px; }
.compact-home .pillar-card > p:not(.card-label) { font-size: 14px; line-height: 1.6; }
.compact-home .pillar-card a { font-size: 12px; }
.compact-home .card-number, .compact-home .card-label { font-size: 11px; }
.home-route-row small { font-size: 12px; }
.project-preview-head > p { font-size: 12px; }
.compact-project-slider .project-context span { font-size: 11px; }
.compact-project-slider .project-context small { font-size: 10px; }
.compact-home .compact-project-slider .property-copy .card-label { font-size: 10px; }
.compact-home .compact-project-slider .property-copy h3 { font-size: 22px; }
.compact-home .compact-project-slider .property-copy dt,
.compact-home .compact-project-slider .property-copy dd { font-size: 11px; }
.compact-home .compact-project-slider .property-copy a { font-size: 12px; }
.data-note { font-size: 11px; }
.area-grid span { font-size: 11px; }
.area-grid small { font-size: 12px; }
.home-article-grid article > p { font-size: 11px; }
.home-article-grid article > span { font-size: 14px; line-height: 1.55; }
.home-article-grid article > a { font-size: 12px; }
.home-about-grid > div:last-child > p { font-size: 16px; }
.footer-grid address, .footer-legal a { font-size: 11px; }
.chat-launcher b { font-size: 12px; }
.chat-launcher small { font-size: 10px; }

@media (max-width: 700px) {
  .compact-home .hero-copy h1 { font-size: clamp(44px,12vw,62px); line-height: .98; }
  .compact-home .section-heading h2 { font-size: clamp(36px,10vw,50px); }
  .hero-lead { font-size: 17px; line-height: 1.6; }
  .button { font-size: 12px; }
}

/* Proportional editorial scale */
.header-inner { min-height: 78px; }
.brand img { width: 92px; max-height: 68px; }
.home-v2 .home-hero { padding-block: clamp(34px,4vw,52px); }
.home-hero .button-light-outline { border-color: var(--ink); color: var(--ink); }
.hero-grid-single .hero-copy { max-width: 920px; padding-block: 18px 30px; }
.compact-home .hero-copy h1 { max-width: 840px; font-size: clamp(50px,5vw,72px); line-height: .97; letter-spacing: -.035em; }
.hero-lead { max-width: 720px; font-size: clamp(17px,1.4vw,20px); line-height: 1.55; }
.compact-home .section { padding-block: clamp(40px,4.5vw,60px); }
.compact-home .section-heading { grid-template-columns: minmax(0,1fr) minmax(260px,.55fr); gap: clamp(36px,6vw,78px); align-items: end; }
.compact-home .section-heading h2 { max-width: 17ch; font-size: clamp(38px,4vw,54px); line-height: 1.02; letter-spacing: -.025em; }
.compact-home .section-heading > p { max-width: 520px; font-size: 15px; line-height: 1.65; }
.compact-home .pillar-card h3 { font-size: 22px; line-height: 1.1; }
.compact-home .area-grid strong { font-size: 22px; line-height: 1.16; }
.compact-home .home-article-grid h3 { font-size: 23px; line-height: 1.12; }
.compact-home .home-about h2, .compact-home .home-contact h2 { max-width: 16ch; font-size: clamp(38px,4vw,54px); line-height: 1.02; }

@media (max-width: 700px) {
  .header-inner { min-height: 68px; }
  .brand img { width: 74px; max-height: 56px; }
  .compact-home .hero-copy h1 { font-size: clamp(42px,11vw,56px); }
  .compact-home .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .compact-home .section-heading h2 { font-size: clamp(34px,9vw,46px); }
  .compact-home .pillar-card,
  .compact-home .pillar-card-featured,
  .compact-home .pillar-card:nth-child(2) { min-height: 0; }
  .compact-home .pillar-card h3 { margin-top: 20px; }
}
