: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;
}

/* Homepage-only WordPress integrations. */
.opportunity-grid.compact-project-slider { grid-template-columns: none !important; grid-template-rows: 1fr; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px)/3) !important; align-items: stretch; }
.compact-project-slider .nysa-trending-project-card { display: flex; min-width: 0; height: 100%; flex-direction: column; overflow: hidden; color: var(--ink); background: var(--white); text-decoration: none; }
.nysa-project-cover { display: block; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--mineral); }
.nysa-project-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nysa-trending-project-card:hover .nysa-project-cover img,
.nysa-trending-project-card:focus-visible .nysa-project-cover img { transform: scale(1.025); }
.compact-project-slider .nysa-trending-project-card .property-copy { display: flex; flex: 1; flex-direction: column; }
.nysa-project-location,
.nysa-project-meta { display: block; margin: 0 0 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.nysa-project-card-cta { display: block; margin-top: auto; padding-top: 13px; color: var(--pine); font-size: 12px; font-weight: 800; }
.nysa-trending-project-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.home-instagram .instagram-feed[data-feed-source="instagram"] { display: none; }
.home-instagram .nysa-live-social-feed { display: block; width: 100%; max-width: 1120px; margin-inline: auto; overflow: hidden; }
.home-instagram .nysa-live-social-feed .ti-widget-container,
.home-instagram .nysa-live-social-feed .ti-widget,
.home-instagram .nysa-live-social-feed [data-ti-feed-widget] { width: 100% !important; max-width: 1120px !important; margin-inline: auto !important; }
.home-instagram .nysa-live-social-feed .ti-reviews-container,
.home-instagram .nysa-live-social-feed .ti-reviews-container-wrapper,
.home-instagram .nysa-live-social-feed .ti-feed-container,
.home-instagram .nysa-live-social-feed .ti-posts-container { display: grid !important; grid-auto-flow: column !important; grid-auto-columns: calc((100% - 24px)/3) !important; gap: 12px !important; overflow-x: auto !important; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.home-instagram .nysa-live-social-feed .ti-review-item,
.home-instagram .nysa-live-social-feed .ti-feed-item,
.home-instagram .nysa-live-social-feed .ti-post-item { width: 100% !important; min-width: 0 !important; max-width: none !important; margin: 0 !important; scroll-snap-align: start; }
.home-instagram .nysa-live-social-feed .ti-layout-container { display: flex !important; gap: 12px !important; overflow-x: auto !important; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.home-instagram .nysa-live-social-feed .ti-widget-layout { display: contents !important; }
.home-instagram .nysa-live-social-feed .ti-layout-item { flex: 0 0 calc((100% - 24px)/3) !important; width: calc((100% - 24px)/3) !important; min-width: 0 !important; padding: 0 !important; scroll-snap-align: start; }
.home-instagram .nysa-live-social-feed .ti-widget-card,
.home-instagram .nysa-live-social-feed .ti-card-body { width: 100% !important; min-width: 0 !important; }
.home-instagram .nysa-live-social-feed .ti-card-media { aspect-ratio: 4/5 !important; height: auto !important; overflow: hidden; }
.home-instagram .nysa-live-social-feed .ti-card-media img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.nysa-home-google-reviews { width: 100%; min-width: 0; margin-bottom: 14px; overflow: hidden; }
.nysa-home-google-reviews .ti-widget-container,
.nysa-home-google-reviews .ti-widget { width: 100% !important; min-width: 0 !important; }
.nysa-home-google-reviews .ti-reviews-container-wrapper { display: flex !important; width: 100% !important; overflow-x: auto !important; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.nysa-home-google-reviews .ti-review-item { flex: 0 0 100% !important; width: 100% !important; min-width: 100% !important; margin: 0 !important; scroll-snap-align: start; }
.nysa-home-google-reviews ~ p,
.nysa-home-google-reviews ~ small { display: none; }
@media (max-width: 900px) { .opportunity-grid.compact-project-slider { grid-auto-columns: calc((100% - 16px)/2) !important; } }
@media (max-width: 640px) {
  .opportunity-grid.compact-project-slider { grid-auto-columns: 84% !important; }
  .home-instagram .nysa-live-social-feed .ti-reviews-container,
  .home-instagram .nysa-live-social-feed .ti-reviews-container-wrapper,
  .home-instagram .nysa-live-social-feed .ti-feed-container,
  .home-instagram .nysa-live-social-feed .ti-posts-container { grid-auto-columns: 78vw !important; }
  .home-instagram .nysa-live-social-feed .ti-layout-item { flex-basis: 78vw !important; width: 78vw !important; }
}

/* Keep the approved NYSA mark proportionate without allowing it to dominate the navigation. */
.site-header .brand img { width: 148px; max-height: 54px; object-fit: contain; }
.site-footer .footer-brand img { width: 120px; height: auto; object-fit: contain; }
@media (max-width: 760px) { .site-header .brand img { width: 118px; max-height: 46px; } }

* { 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-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-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; top: 96px; right: 22px; bottom: auto; 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 { top: 82px; right: 14px; bottom: auto; 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; }
}

/* Sharp company-led homepage prototype — 2026-08-29 */
.home-v2 .home-hero { padding-block: clamp(28px,3.4vw,48px); background: var(--alabaster); }
.sharp-hero-grid { min-height: 540px; grid-template-columns: minmax(0,1.08fr) minmax(380px,.72fr); gap: clamp(42px,6vw,88px); align-items: stretch; }
.sharp-hero-grid .hero-copy { max-width: 790px; min-height: 0; justify-content: center; padding: 34px 0; }
.sharp-hero-grid .hero-copy h1 { max-width: 720px; font-size: clamp(54px,5.4vw,76px); line-height: .94; letter-spacing: -.045em; }
.sharp-hero-grid .hero-lead { max-width: 660px; margin-top: 24px; font-size: clamp(17px,1.35vw,19px); line-height: 1.55; }
.sharp-hero-grid .button-row { margin-top: 30px; }
.hero-principles { position: relative; display: flex; min-height: 500px; flex-direction: column; overflow: hidden; padding: clamp(28px,3.2vw,44px); color: var(--white); background: linear-gradient(145deg,var(--pine-dark),var(--ink)); }
.hero-principles::before { position: absolute; top: -120px; right: -150px; width: 420px; height: 420px; border: 1px solid rgba(208,170,100,.35); border-radius: 50%; content: ""; }
.hero-principles::after { position: absolute; right: 26px; bottom: -90px; width: 220px; height: 300px; border: 1px solid rgba(255,255,255,.12); transform: rotate(12deg); content: ""; }
.hero-principles-head { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-principles > strong { position: relative; z-index: 1; max-width: 430px; margin: auto 0 34px; font-family: var(--serif); font-size: clamp(42px,4.4vw,64px); font-weight: 400; line-height: .93; }
.hero-principles ol { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.hero-principles li { display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.hero-principles li b { color: var(--gold); font-family: var(--serif); font-size: 13px; font-weight: 400; }
.hero-principles li span { font-size: 13px; font-weight: 700; }
.hero-principles > p { position: relative; z-index: 1; margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.home-company { background: var(--mineral); }
.company-intro { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(48px,7vw,110px); align-items: end; }
.company-intro h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(44px,4.8vw,66px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.company-intro > div:last-child > p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.team-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1px; margin-top: 44px; background: var(--line); }
.team-card { display: flex; min-height: 300px; flex-direction: column; padding: 26px; background: var(--alabaster); }
.team-card .card-label { margin: auto 0 10px; font-size: 10px; }
.team-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.06; }
.team-card > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.team-avatar { display: flex; min-height: 126px; align-items: flex-end; justify-content: space-between; padding: 18px; color: var(--white); background: linear-gradient(135deg,var(--pine),var(--ink)); }
.team-avatar span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-avatar b { color: rgba(255,255,255,.38); font-family: var(--serif); font-size: 42px; font-weight: 400; }
.team-index { color: var(--bronze); font-family: var(--serif); font-size: 16px; }
.developer-network { padding-block: 38px; color: var(--white); background: var(--ink); }
.developer-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: center; }
.developer-grid .kicker { margin-bottom: 8px; color: var(--gold); }
.developer-grid h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px,3vw,42px); font-weight: 400; line-height: 1; }
.developer-grid small { display: block; max-width: 520px; margin-top: 12px; color: rgba(255,255,255,.48); font-size: 9px; line-height: 1.5; }
.developer-names { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.18); }
.developer-names span { display: grid; min-height: 92px; place-items: center; background: rgba(255,255,255,.04); font-family: var(--serif); font-size: 22px; letter-spacing: .08em; }
.compact-home .home-investments .section-heading,
.compact-home .home-areas .section-heading,
.compact-home .home-insights .section-heading,
.compact-home .home-instagram .section-heading { margin-bottom: 24px; }
.compact-home .home-investments .section-heading h2,
.compact-home .home-areas .section-heading h2,
.compact-home .home-insights .section-heading h2,
.compact-home .home-instagram .section-heading h2 { font-size: clamp(38px,3.8vw,52px); }
.compact-home .section-heading > p { font-size: 14px; }
.compact-home .home-article-grid article { min-height: 245px; }
.compact-home .home-article-grid h3 { margin-top: 26px; }
.home-instagram .instagram-grid { grid-template-columns: repeat(3,1fr); }
.home-instagram .social-tile:nth-child(4) { display: none; }

@media (max-width: 1000px) {
  .sharp-hero-grid, .company-intro, .developer-grid { grid-template-columns: 1fr; }
  .sharp-hero-grid { gap: 24px; }
  .hero-principles { min-height: 430px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-lead { grid-column: 1 / -1; }
  .developer-grid { gap: 26px; }
}

@media (max-width: 700px) {
  .sharp-hero-grid .hero-copy h1 { font-size: clamp(42px,11vw,56px); }
  .hero-principles { min-height: 390px; padding: 24px; }
  .hero-principles > strong { font-size: 43px; }
  .team-grid, .developer-names, .home-instagram .instagram-grid { grid-template-columns: 1fr 1fr; }
  .team-lead { grid-column: auto; }
  .team-card { min-height: 260px; }
  .developer-names span { min-height: 72px; font-size: 18px; }
}

/* Lighter, structured footer treatment */
.refined-footer { position: relative; padding: 28px 0 0; color: rgba(255,255,255,.72); background: var(--mineral); }
.footer-panel { position: relative; display: grid; grid-template-columns: 1fr .82fr 1.05fr; overflow: hidden; padding: clamp(34px,4.4vw,56px); background: linear-gradient(118deg,#061925 0%,#092834 58%,#103d3b 100%); }
.footer-panel::after { position: absolute; top: -240px; right: -130px; width: 500px; height: 500px; border: 1px solid rgba(210,169,91,.22); border-radius: 50%; content: ""; pointer-events: none; }
.footer-brand, .footer-links, .footer-action { position: relative; z-index: 1; }
.footer-brand { padding-right: clamp(22px,3vw,48px); }
.footer-brand img { width: 104px; }
.footer-brand > p { margin: 24px 0 12px; color: var(--white); font-family: var(--serif); font-size: 22px; line-height: 1.15; }
.footer-brand address { color: rgba(255,255,255,.52); font-size: 11px; font-style: normal; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; padding: 0 clamp(22px,3vw,48px); border-left: 1px solid rgba(255,255,255,.14); }
.footer-links > div { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.refined-footer .footer-label { margin: 0 0 10px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 12px; text-decoration: none; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--white); }
.footer-action { padding: 0 0 0 clamp(26px,3.2vw,52px); border-left: 1px solid rgba(255,255,255,.14); }
.footer-action h2 { max-width: 340px; margin: 0 0 14px; color: var(--white); font-family: var(--serif); font-size: clamp(30px,2.8vw,42px); font-weight: 400; line-height: .98; }
.footer-action > p:not(.footer-label) { max-width: 330px; margin: 0 0 22px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }
.footer-button { display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px; color: var(--ink); background: var(--gold); font-size: 11px; font-weight: 800; text-decoration: none; }
.footer-button:hover { color: var(--white); background: var(--bronze); }
.footer-bottom { position: relative; z-index: 1; display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 24px; margin-top: 38px; padding: 18px 230px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom span { color: rgba(255,255,255,.42); font-size: 9px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.footer-bottom a { color: rgba(255,255,255,.5); font-size: 9px; text-decoration: none; }

@media (max-width: 900px) {
  .footer-panel { grid-template-columns: 1fr 1fr; }
  .footer-links { border-left: 1px solid rgba(255,255,255,.14); }
  .footer-action { grid-column: 1 / -1; margin-top: 34px; padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .footer-bottom { padding-right: 0; padding-bottom: 76px; }
}

@media (max-width: 600px) {
  .refined-footer { padding-top: 16px; }
  .footer-panel { grid-template-columns: 1fr; padding: 30px 24px; }
  .footer-links { margin-top: 28px; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .footer-action { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

/* Restored copy with sharper architectural hero visual */
.home-v2 .home-hero { padding-block: clamp(30px,3.8vw,52px); background: linear-gradient(105deg,var(--alabaster) 0 67%,#e6e9e2 67% 100%); }
.editorial-hero-grid { min-height: 610px; grid-template-columns: minmax(0,1.08fr) minmax(430px,.82fr); gap: clamp(38px,5vw,72px); align-items: stretch; }
.editorial-hero-grid .hero-copy { max-width: 760px; justify-content: center; padding: 34px 0; }
.editorial-hero-grid .hero-copy h1 { max-width: 740px; font-size: clamp(56px,5.25vw,76px); line-height: .94; letter-spacing: -.04em; }
.editorial-hero-grid .hero-lead { max-width: 690px; margin-top: 24px; font-size: clamp(17px,1.35vw,19px); line-height: 1.55; }
.editorial-hero-grid .button-row { margin-top: 30px; }
.hero-crystal-visual { position: relative; min-height: 580px; margin: 0; overflow: hidden; background: var(--ink); box-shadow: 0 22px 52px rgba(4,18,29,.14); }
.hero-crystal-visual::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(4,18,29,.03) 48%,rgba(4,18,29,.58) 100%); content: ""; pointer-events: none; }
.hero-crystal-visual::after { position: absolute; z-index: 2; top: 0; left: 0; width: 3px; height: 100%; background: linear-gradient(180deg,transparent,var(--gold),transparent); content: ""; opacity: .78; }
.hero-crystal-visual img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; object-position: 53% center; filter: saturate(.9) contrast(1.06); }
.liquid-crystal-glow { position: absolute; z-index: 1; right: -36px; bottom: 62px; width: 260px; height: 190px; border: 1px solid rgba(199,238,220,.5); border-radius: 52% 48% 62% 38%; background: radial-gradient(circle at 36% 38%,rgba(191,255,224,.42),rgba(26,155,150,.15) 38%,transparent 68%); box-shadow: inset 0 0 52px rgba(205,255,233,.2),0 0 54px rgba(68,216,185,.2); filter: blur(.2px); mix-blend-mode: screen; transform: rotate(-14deg); }
.hero-crystal-visual figcaption { position: absolute; z-index: 3; right: 26px; bottom: 24px; left: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.35); color: var(--white); }
.hero-crystal-visual figcaption span { color: rgba(255,255,255,.68); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-crystal-visual figcaption strong { font-size: 10px; letter-spacing: .04em; }

@media (max-width: 1000px) {
  .editorial-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 24px; }
  .hero-crystal-visual, .hero-crystal-visual img { min-height: 560px; }
}

@media (max-width: 700px) {
  .home-v2 .home-hero { background: var(--alabaster); }
  .editorial-hero-grid .hero-copy h1 { font-size: clamp(42px,11vw,56px); }
  .hero-crystal-visual, .hero-crystal-visual img { min-height: 440px; }
  .hero-crystal-visual figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
}

/* Approved full-width hero — image sharpening only */
.home-v2 .approved-home-hero { position: relative; min-height: clamp(680px,calc(100vh - 78px),820px); overflow: hidden; padding: 0; color: var(--white); background: var(--ink); }
.approved-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.94) contrast(1.04); }
.approved-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(4,18,29,.94) 0%,rgba(4,18,29,.8) 30%,rgba(4,18,29,.3) 57%,rgba(4,18,29,.03) 82%),linear-gradient(180deg,rgba(4,18,29,.14),transparent 42%,rgba(4,18,29,.2)); }
.site-pointer-glow { position: fixed; z-index: 65; top: var(--glow-y,44%); left: var(--glow-x,72%); width: clamp(220px,27vw,420px); aspect-ratio: 1; border: 1px solid rgba(193,255,228,.2); border-radius: 46% 54% 61% 39%; pointer-events: none; opacity: 0; background: radial-gradient(circle at 43% 40%,rgba(224,255,240,.35) 0%,rgba(102,229,197,.17) 24%,rgba(44,166,158,.06) 48%,transparent 70%); box-shadow: inset 0 0 68px rgba(209,255,237,.12),0 0 76px rgba(66,211,184,.1); filter: blur(.25px); mix-blend-mode: screen; transform: translate(-50%,-50%) rotate(-8deg); transition: opacity .28s ease,top .12s ease-out,left .12s ease-out; }
body[data-glow-active="true"] .site-pointer-glow { opacity: .55; }
.approved-hero-content { position: relative; z-index: 3; display: flex; min-height: clamp(680px,calc(100vh - 78px),820px); flex-direction: column; justify-content: center; padding-top: 46px; padding-bottom: 24px; }
.approved-hero-content .kicker { margin-bottom: 26px; color: var(--bronze); }
.approved-hero-content h1 { max-width: 760px; margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(64px,6vw,92px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.approved-hero-content .hero-lead { max-width: 760px; margin-top: 28px; color: rgba(255,255,255,.88); font-size: clamp(17px,1.45vw,21px); line-height: 1.65; }
.approved-hero-content .hero-founder { max-width: 760px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(215,173,105,.72); color: var(--white); font-size: 16px; font-weight: 800; }
.approved-hero-content .button-row { margin-top: 26px; }
.approved-hero-content .button-light-outline { border-color: rgba(255,255,255,.65); color: var(--white); background: rgba(4,18,29,.1); }
.approved-hero-content .button-light-outline:hover { background: rgba(255,255,255,.1); }
.approved-hero-proof { display: flex; gap: clamp(30px,4vw,68px); margin: auto 0 0; padding: 22px 0 0; }
.approved-hero-proof div { display: flex; align-items: center; gap: 12px; }
.approved-hero-proof dt { color: var(--bronze); font-family: var(--serif); font-size: 15px; }
.approved-hero-proof dd { margin: 0; color: rgba(255,255,255,.9); font-size: 12px; font-weight: 800; }

@media (max-width: 800px) {
  .home-v2 .approved-home-hero, .approved-hero-content { min-height: 760px; }
  .approved-hero-shade { background: linear-gradient(90deg,rgba(4,18,29,.94),rgba(4,18,29,.65)); }
  .approved-hero-content h1 { font-size: clamp(50px,12vw,68px); }
  .approved-hero-content .hero-lead { max-width: 620px; }
}

@media (max-width: 560px) {
  .home-v2 .approved-home-hero, .approved-hero-content { min-height: 790px; }
  .approved-hero-content { padding-top: 36px; }
  .approved-hero-content h1 { font-size: clamp(46px,13vw,58px); }
  .approved-hero-content .hero-lead { font-size: 16px; line-height: 1.55; }
  .approved-hero-content .hero-founder { font-size: 14px; }
  .approved-hero-proof { flex-wrap: wrap; gap: 12px 24px; }
  .site-pointer-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .site-pointer-glow { display: none; }
}

/* Selected properties — approved section structure */
.selected-properties-heading { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.selected-properties-heading .kicker { margin-bottom: 14px; }
.selected-properties-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px,3vw,40px); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; white-space: nowrap; }
.property-route-placeholders { display: grid; width: min(720px,100%); grid-template-columns: 1fr 1fr; gap: 1px; margin: 22px 0 42px auto; background: var(--line); }
.property-route-placeholders a { display: grid; grid-template-columns: auto 1fr; gap: 16px; min-height: 92px; align-items: start; padding: 20px; color: var(--ink); background: rgba(255,255,255,.78); text-decoration: none; }
.property-route-placeholders a:hover { background: var(--white); }
.property-route-placeholders a > span:first-child { color: var(--bronze); font-family: var(--serif); font-size: 15px; }
.property-route-placeholders a > span:last-child { display: flex; flex-direction: column; gap: 7px; }
.property-route-placeholders strong { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1; }
.property-route-placeholders small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.trending-projects-head { display: grid; grid-template-columns: 1fr auto; gap: clamp(24px,4vw,58px); align-items: end; margin-bottom: 18px; padding-top: 28px; border-top: 1px solid var(--line); }
.trending-projects-head .kicker { margin-bottom: 8px; }
.trending-projects-head h3 { margin: 0; font-family: var(--serif); font-size: clamp(28px,2.5vw,36px); font-weight: 400; line-height: 1.05; }
.trending-disclaimer { margin: 16px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.trending-controls { display: flex; gap: 6px; }
.section-view-all { align-self: center; margin-right: 8px; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.section-view-all:hover { color: var(--bronze); }
.trending-controls button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); color: var(--ink); background: var(--white); font: inherit; font-size: 16px; cursor: pointer; }
.trending-controls button:hover { border-color: var(--pine); color: var(--white); background: var(--pine); }

@media (max-width: 1050px) {
  .selected-properties-heading h2 { white-space: normal; }
}

@media (max-width: 620px) {
  .property-route-placeholders { grid-template-columns: 1fr; }
  .trending-projects-head { grid-template-columns: 1fr auto; gap: 18px; }
  .trending-projects-head h3 { font-size: 28px; }
}

/* PDF-led homepage sections — compact rhythm and restrained gold separators */
.compact-home .gold-section { position: relative; padding-block: clamp(42px,4vw,58px); }
.compact-home .gold-section::before { position: absolute; top: 0; left: 50%; width: min(calc(100% - 48px),1180px); height: 1px; background: linear-gradient(90deg,transparent 0%,rgba(179,127,53,.9) 16%,rgba(179,127,53,.9) 84%,transparent 100%); content: ""; transform: translateX(-50%); }
.compact-home .home-investments::before { display: none; }
.compact-home .home-investments { background: var(--alabaster); }
.compact-home .trending-projects-head { margin-bottom: 20px; padding-top: 0; border-top: 0; }
.compact-home .trending-projects-head h2 { margin: 0; color: var(--bronze); font-family: var(--sans); font-size: 15px; font-weight: 800; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; }
.image-project-slider { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px)/3); grid-template-columns: none; gap: 16px; overflow-x: auto; padding: 0 0 6px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.image-project-slider .opportunity-card { min-width: 0; scroll-snap-align: start; background: var(--white); }
.project-cover { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--mineral); }
.project-cover::after { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(4,18,29,.58)); content: ""; }
.project-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.opportunity-card:hover .project-cover img { transform: scale(1.025); }
.project-cover span { position: absolute; z-index: 1; right: 12px; bottom: 10px; left: 12px; color: rgba(255,255,255,.82); font-size: 8px; letter-spacing: .04em; }
.image-project-slider .project-context { min-height: 48px; padding: 13px 16px; }
.image-project-slider .property-copy { padding: 17px 16px 18px; }
.compact-home .image-project-slider .property-copy h3 { min-height: 48px; margin-bottom: 12px; font-size: 21px; }
.compact-home .image-project-slider .property-copy dl { margin-bottom: 12px; }
.trending-disclaimer { max-width: 980px; margin-top: 12px; font-size: 9px; line-height: 1.55; }
.home-areas { color: var(--ink); background: var(--white); }
.area-card-slider .opportunity-card { background: var(--alabaster); }
.area-card .property-copy > p { min-height: 44px; margin: 0 0 14px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.compact-home .latest-insight-strip { position: relative; padding-block: 26px; background: var(--alabaster); }
.compact-home .latest-insight-strip::before { position: absolute; top: 0; left: 50%; width: min(calc(100% - 48px),1180px); height: 1px; background: linear-gradient(90deg,transparent 0%,rgba(179,127,53,.9) 16%,rgba(179,127,53,.9) 84%,transparent 100%); content: ""; transform: translateX(-50%); }
.latest-insight-link { display: grid; grid-template-columns: minmax(150px,.4fr) minmax(0,1.6fr) auto; gap: 28px; align-items: center; color: var(--ink); text-decoration: none; }
.latest-insight-link .kicker { margin: 0; font-size: 15px; }
.latest-insight-link span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.latest-insight-link h2 { margin: 0; font-family: var(--serif); font-size: clamp(22px,2.2vw,31px); font-weight: 400; line-height: 1.08; }
.latest-insight-link > strong { color: var(--bronze); font-size: 27px; font-weight: 400; transition: transform .2s ease; }
.latest-insight-link:hover > strong { transform: translateX(5px); }

.founder-team-section { background: var(--mineral); }
.founder-team-section { scroll-margin-top: 92px; }
.team-section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.team-section-head .kicker { margin: 0; font-size: 15px; }
.unified-team-layout { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.72fr); gap: 16px; align-items: stretch; }
.team-profile-card { overflow: hidden; background: var(--alabaster); }
.team-card-copy { padding: 18px; }
.founder-card { display: flex; min-height: 100%; flex-direction: column; }
.founder-photo-placeholder { display: flex; min-height: 330px; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--white); background: linear-gradient(145deg,var(--pine),var(--ink)); }
.founder-photo-placeholder img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; object-position: center top; }
.founder-photo-placeholder span { font-family: var(--serif); font-size: 58px; }
.founder-photo-placeholder small { color: rgba(255,255,255,.56); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.founder-card h2, .digital-footprint h2, .developer-registration h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px,3vw,44px); font-weight: 400; line-height: 1; letter-spacing: -.025em; }
.founder-card .team-card-copy > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.team-profile-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px,32%); gap: 12px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.team-profile-rail article { scroll-snap-align: start; }
.team-photo-placeholder { display: grid; min-height: 180px; place-items: center; margin-bottom: 16px; color: rgba(255,255,255,.5); background: linear-gradient(135deg,#173d3a,#0a202d); }
.team-photo-placeholder span { font-family: var(--serif); font-size: 40px; }
.team-profile-rail h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.team-profile-rail article > p:last-child { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.approach-section { background: var(--alabaster); }
.approach-sequence { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 20px; }
.approach-sequence article { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 4px 24px 4px 0; }
.approach-sequence article:not(:last-child)::after { position: absolute; top: 20px; right: 10px; color: var(--bronze); content: "→"; }
.approach-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(179,127,53,.58); border-radius: 50%; color: var(--bronze); }
.approach-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.approach-sequence h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.approach-sequence p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.digital-footprint { background: var(--mineral); }
.digital-footprint-title { margin-bottom: 20px; font-size: 15px; }
.digital-footprint-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(280px,.45fr); gap: 16px; align-items: stretch; }
.social-subsection-title { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.social-subsection-title h2 { font-size: 28px; }
.social-icon-title { min-height: 48px; }
.instagram-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; color: var(--white); background: radial-gradient(circle at 30% 105%,#ffd600 0 20%,#ff7a00 36%,#ff0169 58%,#d300c5 76%,#7638fa 100%); }
.instagram-mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-mark .instagram-dot { fill: currentColor; stroke: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; clip-path: inset(50%) !important; }
.digital-footprint .instagram-feed { margin: 0; }
.digital-footprint .instagram-grid { grid-template-columns: repeat(3,1fr); }
.google-reviews-placeholder { display: flex; flex-direction: column; padding: 20px; border: 0; background: var(--white); }
.google-reviews-placeholder > div:first-child { display: flex; align-items: center; gap: 12px; }
.google-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--white); background: conic-gradient(#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0); font-weight: 900; }
.google-reviews-placeholder h3 { margin: 2px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.google-reviews-placeholder > p { margin: auto 0 18px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.google-reviews-placeholder > small { display: block; margin-top: 18px; color: var(--muted); font-size: 8px; line-height: 1.5; }

.developer-registration { overflow: hidden; color: var(--white); background: linear-gradient(105deg,#092733,#13443e); }
.developer-registration .kicker { color: var(--gold); }
.developer-registration h2 { max-width: 760px; color: var(--white); }
.developer-marquee { margin-top: 26px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.developer-track { display: flex; width: max-content; animation: developer-marquee 28s linear infinite; }
.developer-logo { display: flex; min-width: 190px; min-height: 88px; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.82); }
.developer-logo img { width: 38px; height: 38px; object-fit: contain; border-radius: 6px; background: var(--white); }
.developer-registration .developer-logo img { width: auto; max-width: 126px; height: auto; max-height: 40px; border-radius: 0; background: transparent; filter: brightness(0) invert(1); opacity: .9; }
.developer-logo span { font-family: var(--serif); font-size: 19px; letter-spacing: .04em; }
.developer-verification-note { margin: 12px 0 0; color: rgba(255,255,255,.48); font-size: 8px; }
@keyframes developer-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .developer-track { animation: none; } }

@media (max-width: 980px) {
  .image-project-slider { grid-auto-columns: calc((100% - 16px)/2); }
  .digital-footprint-grid { grid-template-columns: 1fr; }
  .team-profile-rail { grid-auto-columns: minmax(220px,42%); }
  .approach-sequence { grid-template-columns: 1fr 1fr; gap: 24px 0; }
}

@media (max-width: 650px) {
  .compact-home .gold-section { padding-block: 38px; }
  .compact-home .gold-section::before { width: calc(100% - 36px); }
  .image-project-slider { grid-auto-columns: 84%; }
  .latest-insight-link { grid-template-columns: 1fr auto; gap: 12px 20px; }
  .latest-insight-link .kicker { grid-column: 1/-1; }
  .unified-team-layout { grid-template-columns: 1fr; }
  .founder-photo-placeholder { min-height: 260px; }
  .team-profile-rail { grid-auto-columns: 78%; }
  .approach-sequence { grid-template-columns: 1fr; }
  .approach-sequence article:not(:last-child)::after { display: none; }
  .digital-footprint .instagram-grid { grid-template-columns: 1fr 1fr; }
  .digital-footprint .social-tile:nth-child(3) { display: none; }
  .developer-logo { min-width: 160px; min-height: 74px; }
}
