:root {
  --ink: #0a2233;
  --ink-soft: #173646;
  --pine: #526b63;
  --pine-dark: #334b45;
  --bronze: #a9783a;
  --gold: #d0aa64;
  --mineral: #eee7dc;
  --alabaster: #faf8f3;
  --mist: #e4e7e1;
  --sage: #eef0eb;
  --clay: #c9b8a3;
  --muted: #5f6d73;
  --line: rgba(7, 28, 44, 0.16);
  --white: #fff;
  --shell: 1320px;
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--alabaster);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* Consolidated homepage review */
.home-v2 .section { padding-block: clamp(58px,7vw,92px); }
.home-v2 .home-hero { min-height: auto; padding-block: clamp(58px,7vw,92px); background: linear-gradient(105deg,var(--alabaster) 0 72%,var(--mist) 72% 100%); }
.home-v2 .hero-copy h1 { max-width: 760px; font-size: clamp(54px,6.6vw,94px); line-height: .94; }
.home-v2 .hero-lead { max-width: 690px; }
.button-light-outline { border: 1px solid rgba(255,255,255,.38); color: var(--white); background: transparent; }
.home-v2 .pillars-section { background: var(--alabaster); }
.home-v2 .pillar-card { min-height: 330px; }
.home-v2 .pillar-card h3 { margin-top: 42px; }
.home-v2 .ai-advisor { padding-block: clamp(64px,7vw,100px); }
.home-instagram .instagram-feed[data-feed-source="instagram"] { display: none; }
.home-instagram .nysa-live-social-feed { display: block; }
/* The redesigned site owns the advisor journey; suppress the cloned legacy popup. */
#nysa-advisory-launcher,
#nysa-advisory-popup { display: none !important; visibility: hidden !important; pointer-events: none !important; }
.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 {
  display: flex;
  width: max-content;
  margin-left: auto;
  color: var(--gold);
}
.home-insights { background: color-mix(in srgb,var(--mineral) 58%,var(--alabaster)); }
.home-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 36px 0 26px; background: var(--line); }
.home-article-grid article { display: flex; min-height: 350px; flex-direction: column; align-items: flex-start; padding: 28px; background: var(--white); }
.home-article-media { display: block; width: calc(100% + 56px); height: 150px; margin: -28px -28px 24px; overflow: hidden; background: var(--mineral); }
.home-article-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-article-media:hover img { transform: scale(1.025); }
.home-article-grid article:has(.home-article-media) h3 { margin-top: 24px; }
.home-article-grid article > p { color: var(--bronze); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.home-article-grid h3 { margin: 62px 0 15px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.08; }
.home-article-grid article > span { color: var(--muted); font-size: 11px; }
.home-article-grid article > a { margin-top: auto; color: var(--pine); font-size: 9px; font-weight: 800; }
.home-article-grid article > .home-article-media { flex: 0 0 150px; margin-top: -28px; }
.home-about { color: var(--white); background: var(--ink); }
.home-about .kicker { color: var(--gold); }
.home-about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.home-about h2, .home-contact h2 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(46px,5.5vw,76px); font-weight: 400; line-height: .98; }
.home-about-grid > div:last-child > p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; }
.home-about-grid .button { margin-top: 22px; }
.home-contact { background: var(--mineral); }
.home-contact .contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.home-contact .contact-grid > div:first-child > p:last-child { max-width: 620px; color: var(--muted); }
.contact-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.contact-actions > a:not(.button) { color: var(--pine); font-size: 14px; font-weight: 700; }

@media (max-width: 900px) {
  .home-v2 .home-hero { background: linear-gradient(180deg,var(--alabaster) 0 88%,var(--mist) 88% 100%); }
  .home-route-row, .area-grid, .home-article-grid, .home-about-grid, .home-contact .contact-grid { grid-template-columns: 1fr; }
  .area-grid a { min-height: 250px; }
  .area-grid strong { margin-top: 55px; }
  .home-areas .inline-link { margin-left: 0; }
}

/* Compact homepage routing layout */
.compact-home .section { padding-block: clamp(44px,5vw,68px); }
.compact-home .home-hero { padding-block: clamp(40px,5vw,64px); }
.compact-home .hero-copy h1 { font-size: clamp(48px,5.7vw,78px); }
.compact-home .hero-art { min-height: 520px; }
.compact-home .section-heading { margin-bottom: 28px; }
.compact-home .section-heading h2 { font-size: clamp(40px,4.8vw,64px); }
.compact-home .pillar-grid { grid-template-columns: repeat(5,1fr); }
.compact-home .pillar-card, .compact-home .pillar-card-featured, .compact-home .pillar-card:nth-child(2) { min-height: 245px; grid-column: span 1; padding: 20px; }
.compact-home .pillar-card h3 { margin: 28px 0 10px; font-size: 24px; }
.compact-home .pillar-card > p:not(.card-label) { font-size: 11px; line-height: 1.55; }
.compact-home .pillar-card a { padding-top: 16px; font-size: 9px; }
.compact-home .card-number, .compact-home .card-label { font-size: 8px; }
.profile-entry { padding-block: clamp(36px,4vw,54px); color: var(--white); background: var(--ink); }
.profile-entry-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 46px; align-items: center; }
.profile-entry .kicker { color: var(--gold); }
.profile-entry h2 { max-width: 620px; margin: 0; font-family: var(--serif); font-size: clamp(34px,4vw,52px); font-weight: 400; line-height: 1; }
.profile-entry-grid > p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.7; }
.button-gold { color: var(--ink); background: var(--gold); white-space: nowrap; }
.compact-home .home-route-row { margin: 22px 0; }
.compact-home .home-route-row a { padding: 18px 20px; }
.compact-home .home-route-row strong { font-size: 24px; }
.compact-home .property-visual { min-height: 190px; }
.compact-home .property-copy { padding: 18px; }
.compact-home .property-copy h3 { min-height: 50px; margin-bottom: 14px; font-size: 23px; }
.compact-home .property-copy dl { margin-bottom: 14px; }
.compact-home .property-copy a { font-size: 10px; }
.project-preview-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 18px 0 12px; }
.project-preview-head > p { margin: 0; color: var(--muted); font-size: 10px; }
.project-preview-head > div { display: flex; gap: 6px; }
.project-preview-head button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); color: var(--ink); background: var(--white); font: inherit; font-size: 16px; cursor: pointer; }
.opportunity-grid.compact-project-slider { display: grid; grid-template-columns: repeat(6,calc((100% - 28px)/3)); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.compact-project-slider::-webkit-scrollbar { display: none; }
.compact-project-slider .opportunity-card { min-width: 0; scroll-snap-align: start; border: 1px solid var(--line); }
.compact-project-slider .project-context { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--white); background: var(--ink); }
.compact-project-slider .project-context span { font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compact-project-slider .project-context small { color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compact-home .compact-project-slider .property-copy { padding: 14px 16px 16px; }
.compact-home .compact-project-slider .property-copy .card-label { margin-bottom: 6px; font-size: 7px; }
.compact-home .compact-project-slider .property-copy h3 { min-height: 40px; margin: 0 0 10px; font-size: 20px; }
.compact-home .compact-project-slider .property-copy dl { margin-bottom: 10px; }
.compact-home .compact-project-slider .property-copy dl div { padding-block: 7px; }
.compact-home .compact-project-slider .property-copy dt, .compact-home .compact-project-slider .property-copy dd { font-size: 8px; }
.compact-home .compact-project-slider .property-copy a { font-size: 9px; }
.compact-home .area-grid a { min-height: 220px; padding: 22px; }
.compact-home .area-grid strong { margin-top: 48px; font-size: 23px; }
.compact-home .home-article-grid article { min-height: 270px; padding: 22px; }
.compact-home .home-article-grid h3 { margin-top: 34px; font-size: 25px; }
.compact-home .home-about-grid, .compact-home .home-contact .contact-grid { gap: 52px; }
.compact-home .home-about h2, .compact-home .home-contact h2 { font-size: clamp(40px,4.6vw,62px); }

.chat-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: flex; align-items: center; gap: 11px; padding: 9px 15px 9px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: var(--white); background: var(--ink); box-shadow: 0 14px 36px rgba(7,28,44,.28); cursor: pointer; }
.chat-launcher img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: top; }
.chat-launcher span { display: grid; gap: 1px; text-align: left; }
.chat-launcher b { font-size: 10px; }
.chat-launcher small { color: rgba(255,255,255,.65); font-size: 8px; }
.chat-backdrop { position: fixed; z-index: 79; inset: 0; background: rgba(7,28,44,.42); backdrop-filter: blur(2px); }
.chat-backdrop[hidden] { display: none; }
.chat-drawer { position: fixed; top: 18px; right: 18px; bottom: auto; z-index: 80; width: min(442px,calc(100vw - 36px)); max-height: calc(100vh - 36px); overflow: auto; border: 1px solid var(--line); background: var(--alabaster); box-shadow: 0 26px 70px rgba(7,28,44,.32); }
.admin-bar .chat-drawer { top: 50px; max-height: calc(100vh - 68px); }
@media (max-width: 782px) {
  .admin-bar .chat-drawer { top: 56px; max-height: calc(100vh - 66px); }
}
.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; }
body.chat-open { overflow: hidden; }
body.chat-open .chat-launcher { visibility: hidden; }

.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); }
.advisor-embed .site-header,
.advisor-embed .profile-page-intro,
.advisor-embed .site-footer { display: none !important; }
.advisor-embed { background: var(--alabaster); }
.advisor-embed .profile-page-tool { padding: 0 !important; }
.advisor-embed .profile-page-tool .shell { width: 100%; max-width: none; }
.advisor-embed .profile-page-tool .ai-demo { width: 100%; max-width: none; margin: 0; box-shadow: none; }
.advisor-embed .ai-demo-head { padding: 16px 18px; }
.advisor-embed .ai-stages { padding-inline: 18px; }
.advisor-embed .ai-conversation { min-height: 430px; padding: 20px 18px; }
.advisor-embed .ai-video { width: 78px; right: 16px; }
.advisor-embed .ai-path { padding-right: 86px; }
.advisor-embed .ai-demo-footer { padding: 14px 18px; }

/* Shared homepage spacing scale; mirrors the WordPress inner-page system. */
.compact-home {
  --nysa-section-y: 56px;
  --nysa-card-pad: 24px;
}
.compact-home main > .section { padding-top: var(--nysa-section-y); padding-bottom: var(--nysa-section-y); }
.compact-home .pillar-card,.compact-home .pillar-card-featured,
.compact-home .home-route-row a,.compact-home .property-copy,
.compact-home .area-grid a,.compact-home .home-article-grid article { padding: var(--nysa-card-pad); }
.compact-home .pillar-grid,.compact-home .opportunity-grid,
.compact-home .area-grid,.compact-home .home-article-grid { align-items: stretch; }
.compact-home .pillar-card,.compact-home .pillar-card-featured,
.compact-home .area-grid a,.compact-home .home-article-grid article { height: 100%; }
@media (max-width: 900px) { .compact-home { --nysa-section-y: 48px; --nysa-card-pad: 22px; } }
@media (max-width: 560px) { .compact-home { --nysa-section-y: 40px; --nysa-card-pad: 20px; } }

/* Shared eyebrow scale: identical to inner-page gold section labels. */
.compact-home .kicker,.compact-home .eyebrow,.compact-home .card-label {
  font-family: var(--sans) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .compact-home .pillar-grid { grid-template-columns: repeat(2,1fr); }
  .compact-home .pillar-card, .compact-home .pillar-card-featured, .compact-home .pillar-card:nth-child(2) { grid-column: span 1; }
  .profile-entry-grid { grid-template-columns: 1fr 1fr; }
  .profile-entry-grid > a { grid-column: 1/-1; justify-self: start; }
}
@media (max-width: 700px) {
  .compact-home .pillar-grid, .profile-entry-grid { grid-template-columns: 1fr; }
  .compact-home .pillar-card { min-height: 210px; }
  .chat-launcher span { display: none; }
  .chat-launcher { right: 14px; bottom: 14px; padding: 7px; }
  .chat-drawer { top: 10px; right: 0; bottom: 10px; width: 100%; max-height: none; 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%); }
}

/* Shared mobile navigation and floating-control safety â€” 20260815 */
.menu-button {
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--alabaster);
  cursor: pointer;
}
.menu-button span { font-size: 15px; line-height: 1; }
.hero-founder {
  max-width: 54ch;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(208,170,100,.72);
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}
@media (max-width: 700px) {
  html, body { max-width: 100%; overflow-x: clip; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .menu-button { padding: 0 14px; }
  .primary-nav { z-index: 30; align-items: stretch; }
  .primary-nav a, .primary-nav summary { min-height: 44px; display: flex; align-items: center; font-size: 15px !important; }
  .cky-btn-revisit-wrapper { display: none !important; }
  .chat-launcher {
    top: 10px !important;
    right: 146px !important;
    bottom: auto !important;
    z-index: 18 !important;
    width: 52px;
    height: 52px;
    padding: 4px !important;
    border-radius: 50%;
  }
  .chat-launcher img { width: 42px; height: 42px; }
  #ht-ctc-chat { bottom: calc(12px + env(safe-area-inset-bottom)) !important; right: 12px !important; transform: scale(.88); transform-origin: right bottom; }
  body.admin-bar .chat-launcher { top: 56px !important; }
}
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 {
  display: inline-flex; width: fit-content; min-width: 0; max-width: max-content; min-height: 40px;
  align-items: center; align-self: center; justify-content: center; justify-self: end;
  padding: 0 16px; color: var(--white); background: var(--ink);
  text-decoration: none; font-size: 11px; font-weight: 760; line-height: 1; letter-spacing: .03em; white-space: nowrap;
}
.profile-page .header-cta { font-family: Inter,Arial,sans-serif !important; font-size: 11px !important; letter-spacing: normal !important; }
.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-grid > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.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-completion-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.ai-completion-actions a, .ai-completion-actions button { display: grid; min-height: 42px; padding: 10px 12px; place-items: center; border: 1px solid var(--ink); color: var(--ink); background: var(--white); cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none; }
.ai-completion-actions .ai-completion-primary { border-color: var(--gold); background: var(--gold); }
.ai-completion-actions a:hover, .ai-completion-actions button:hover, .ai-completion-actions a:focus-visible, .ai-completion-actions button:focus-visible { color: var(--white); background: var(--pine); }
.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-feed { max-width: 1120px; margin-inline: auto; }
.home-instagram .instagram-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
.home-instagram .social-tile { min-height: 190px; padding: 18px; text-decoration: none; }
.home-instagram .social-tile > strong { font-size: 18px; }

/* Trustindex Instagram feed: five compact posts with any spare width centred. */
.home-instagram .nysa-live-social-feed { 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% - 48px)/5) !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;
  min-height: 190px !important;
  margin: 0 !important;
  scroll-snap-align: start;
}

/* Trustindex outputs posts in three-card sub-groups. Flatten those groups so
   the visible track follows NYSA's five-card desktop grid. */
.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% - 48px)/5) !important;
  width: calc((100% - 48px)/5) !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; }
.home-instagram .nysa-live-social-feed .ti-post-content { padding: 12px !important; font-size: 11px !important; line-height: 1.45 !important; }
.home-instagram .nysa-live-social-feed .ti-username { font-size: 11px !important; font-weight: 750 !important; }
.home-instagram .nysa-live-social-feed .ti-date,
.home-instagram .nysa-live-social-feed .ti-post-view-btn,
.home-instagram .nysa-live-social-feed .ti-readmore { font-size: 9px !important; line-height: 1.35 !important; }
.home-instagram .nysa-live-social-feed .ti-post-text {
  display: -webkit-box !important;
  max-height: 64px !important;
  overflow: hidden !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.home-instagram .nysa-live-social-feed .ti-header { font-size: 11px !important; }

.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(3,1fr); }
  .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: calc((100% - 24px)/3) !important; }
  .home-instagram .nysa-live-social-feed .ti-layout-item { flex-basis: calc((100% - 24px)/3) !important; width: calc((100% - 24px)/3) !important; }
  .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; }
  .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; }
  .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: 14px !important; }
#chat-launcher small { color: rgba(255,255,255,.88) !important; font-size: 14px !important; }

@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; }
.home-v2 .home-hero { background: var(--alabaster); }
.hero-grid-image { grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); gap: clamp(34px,4.8vw,72px); align-items: stretch; }
.hero-grid-image .hero-copy { min-width: 0; padding: 18px 0 30px; }
.home-hero-image { position: relative; min-height: 440px; margin: 0; overflow: hidden; background: var(--mist); }
.home-hero-image::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 1px; background: rgba(171,126,55,.55); }
.home-hero-image img { display: block; width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: 54% center; }
.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; }
  .hero-grid-image { grid-template-columns: 1fr; gap: 24px; }
  .hero-grid-image .hero-copy { padding-bottom: 8px; }
  .home-hero-image, .home-hero-image img { min-height: 260px; }
}

@media (min-width: 701px) and (max-width: 980px) {
  .hero-grid-image { grid-template-columns: 1fr; gap: 30px; }
  .home-hero-image, .home-hero-image img { min-height: 340px; }
}

/* Full-width photographic homepage hero */
.home-v2 .home-hero { position: relative; isolation: isolate; display: grid; min-height: clamp(560px,68vh,700px); padding-block: 0; overflow: hidden; background: var(--navy); }
.hero-grid-overlay { position: relative; z-index: 2; grid-template-columns: minmax(0,1fr); width: min(calc(100% - 48px),var(--shell)); min-height: inherit; }
.hero-grid-overlay .hero-copy { max-width: 760px; padding: clamp(70px,8vw,108px) 0 clamp(54px,6vw,82px); color: var(--ivory); }
.home-v2 .hero-grid-overlay .hero-copy h1 { color: #fff; text-shadow: 0 2px 24px rgba(5,27,39,.2); }
.hero-grid-overlay .hero-lead { color: rgba(255,255,255,.88); }
.hero-grid-overlay .hero-proof { border-color: rgba(255,255,255,.28); }
.hero-grid-overlay .hero-proof dd { color: rgba(255,255,255,.88); }
.hero-grid-overlay .button-light-outline { border-color: rgba(255,255,255,.78); color: #fff; background: rgba(5,27,39,.12); }
.home-hero-image { position: absolute; inset: 0; z-index: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--navy); }
.home-hero-image::before { content: ""; position: absolute; inset: 0; z-index: 1; width: auto; background: linear-gradient(90deg,rgba(5,27,39,.88) 0%,rgba(5,27,39,.70) 32%,rgba(5,27,39,.28) 58%,rgba(5,27,39,.06) 82%,rgba(5,27,39,0) 100%); }
.home-hero-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center 57%; }

@media (max-width: 700px) {
  .home-v2 .home-hero { min-height: 650px; }
  .hero-grid-overlay .hero-copy { padding: 66px 0 44px; }
  .home-hero-image, .home-hero-image img { min-height: 0; }
  .home-hero-image::before { background: linear-gradient(180deg,rgba(5,27,39,.82) 0%,rgba(5,27,39,.69) 62%,rgba(5,27,39,.48) 100%); }
  .home-hero-image img { object-position: 58% center; }
}

/* Compact advisor: one visual, one conversation column, aligned controls. */
.advisor-embed .ai-demo-head { padding: 9px 14px; }
.advisor-embed .ai-demo-head > div { gap: 10px; }
.advisor-embed .ai-avatar { width: 32px; height: 32px; }
.advisor-embed .ai-identity { gap: 2px; }
.advisor-embed .ai-identity strong { font-size: 12px; }
.advisor-embed .ai-identity small { font-size: 8px; }
.advisor-embed .ai-progress-label { display: none; }
.advisor-embed .ai-stages { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; overflow: hidden; padding: 9px 10px; }
.advisor-embed .ai-stages > i { display: none; }
.advisor-embed .ai-stages span { justify-content: center; gap: 4px; font-size: 6.5px; }
.advisor-embed .ai-stages span b { width: 20px; height: 20px; font-size: 8px; }
.advisor-embed .ai-conversation { min-height: 0; max-height: none; padding: 14px; }
.advisor-embed .ai-video { display: none; }
.advisor-embed .ai-path { flex: 0 1 auto; max-height: 108px; padding: 0 0 8px; gap: 7px; }
.advisor-embed .ai-message { max-width: 94%; }
.advisor-embed .ai-bubble { padding: 10px 12px; font-size: 11px; }
.advisor-embed .ai-prompt { padding: 0 0 8px; }
.advisor-embed .ai-prompt::before,
.advisor-embed .ai-prompt::after { display: none; }
.advisor-embed .ai-prompt h3 { width: auto; max-width: none; padding: 10px 12px; font-size: 11px; }
.advisor-embed .ai-prompt > p:not(.card-label) { max-width: none; margin: 8px 2px 0; font-size: 10px; }
.advisor-embed .ai-options { gap: 10px; }
.advisor-embed .ai-options.ai-contact-fields { grid-template-columns: 1fr; grid-auto-rows: max-content; align-content: start; gap: 9px; }
.advisor-embed .ai-contact-field { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 700; }
.advisor-embed .ai-contact-field input { width: 100%; min-width: 0; height: 38px; box-sizing: border-box; padding: 8px 9px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: var(--white); font: inherit; font-size: 11px; outline: none; }
.advisor-embed .ai-contact-field input:focus { border-color: var(--pine); box-shadow: 0 0 0 2px rgba(46,93,80,.12); }
.advisor-embed .ai-contact-field input[aria-invalid="true"] { border-color: #a4483d; box-shadow: 0 0 0 2px rgba(164,72,61,.1); }
.advisor-embed .ai-field-error { min-height: 0; color: #a4483d; font-size: 8px !important; font-weight: 600; line-height: 1.3 !important; }
.advisor-embed .ai-field-error:empty { display: none; }
.advisor-embed .ai-contact-error { grid-column: 1; color: #a4483d; font-size: 8px !important; font-weight: 650; line-height: 1.3 !important; }
.advisor-embed .ai-contact-error:empty { display: none; }
.advisor-embed .ai-consent-field { grid-column: 1; display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.advisor-embed .ai-consent-field input { width: 15px; height: 15px; flex: 0 0 15px; margin: 0; }
.advisor-embed .ai-actions { min-height: 26px; margin-top: 8px; }
.advisor-embed .ai-back,
.advisor-embed .ai-next { font-size: 10px; }
.advisor-embed .ai-demo-footer { display: none; }
.advisor-embed .ai-completion-actions { gap: 6px; margin-top: 9px; }
.advisor-embed .ai-completion-actions a,
.advisor-embed .ai-completion-actions button { min-height: 36px; padding: 8px; font-size: 9px; }
@media (max-width: 360px) {
  .advisor-embed .ai-options.ai-contact-fields { grid-template-columns: 1fr; }
  .advisor-embed .ai-consent-field { grid-column: 1; }
}

/* NIA compact type scale: keep every journey stage proportional in the drawer. */
.advisor-embed .ai-identity strong { font-size: 12px !important; line-height: 1.2 !important; }
.advisor-embed .ai-identity small { font-size: 8.5px !important; line-height: 1.35 !important; }
.advisor-embed .ai-stages span { font-size: 7px !important; line-height: 1.2 !important; letter-spacing: .06em; }
.advisor-embed .ai-stages span b { font-size: 8.5px !important; }
.advisor-embed .ai-bubble { font-size: 11px !important; line-height: 1.4 !important; }
.advisor-embed .ai-prompt h3 {
  font-family: var(--sans) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
.advisor-embed .ai-prompt > p:not(.card-label) { font-size: 10px !important; line-height: 1.45 !important; }
.advisor-embed .ai-options button {
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 10px !important;
  line-height: 1.25 !important;
}
.advisor-embed .ai-contact-field,
.advisor-embed .ai-consent-field { font-size: 10px !important; }
.advisor-embed .ai-contact-field input { font-size: 11px !important; }
.advisor-embed .ai-back,
.advisor-embed .ai-next,
.advisor-embed .ai-restart { font-size: 10px !important; }
.advisor-embed .ai-next { min-height: 34px; padding: 8px 11px; border-radius: 4px; color: var(--white); background: var(--pine); }
.advisor-embed .ai-next:disabled { color: var(--muted); background: transparent; opacity: .45; }
.advisor-embed .ai-summary-two-step header span { font-size: 9px !important; line-height: 1.25 !important; }
.advisor-embed .ai-summary-two-step header em { font-size: 8px !important; }
.advisor-embed .ai-summary span { font-size: 8px !important; line-height: 1.3 !important; }
.advisor-embed .ai-summary strong { font-size: 13px !important; line-height: 1.25 !important; }
.advisor-embed .ai-summary-two-step footer strong { font-size: 9px !important; line-height: 1.35 !important; }
.advisor-embed .ai-completion-actions a,
.advisor-embed .ai-completion-actions button { font-size: 9.5px !important; line-height: 1.25 !important; }

/* Keep answered questions in a compact, clickable rail inside the NIA panel. */
.advisor-embed .ai-conversation {
  display: grid;
  grid-template-columns: 112px minmax(0,1fr);
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 9px 11px;
}
.advisor-embed .ai-path {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: stretch;
  max-height: 430px;
  padding: 0 8px 0 0;
  border-right: 1px solid var(--line);
  gap: 5px;
}
.advisor-embed .ai-prompt { grid-column: 2; grid-row: 1; }
.advisor-embed .ai-options { grid-column: 2; grid-row: 2; }
.advisor-embed .ai-actions { grid-column: 2; grid-row: 3; }
.advisor-embed .ai-history-phase { margin: 5px 0 2px; color: var(--bronze); font-size: 7.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.advisor-embed .ai-history-phase:first-child { margin-top: 0; }
.advisor-embed .ai-history-item { display: grid; width: 100%; gap: 2px; padding: 6px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: rgba(255,255,255,.72); cursor: pointer; font: inherit; text-align: left; }
.advisor-embed .ai-history-item span { color: var(--muted); font-size: 7.5px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.advisor-embed .ai-history-item strong { overflow: hidden; font-size: 9px; font-weight: 750; line-height: 1.25; text-overflow: ellipsis; }
.advisor-embed .ai-history-item:hover,
.advisor-embed .ai-history-item:focus-visible { border-color: var(--pine); background: var(--white); outline: 2px solid rgba(46,93,80,.12); }
.advisor-embed .ai-history-empty { margin: 0; color: var(--muted); font-size: 8.5px; line-height: 1.4; }
@media (max-width: 360px) {
  .advisor-embed .ai-conversation { grid-template-columns: 92px minmax(0,1fr); gap: 8px; padding-inline: 10px; }
  .advisor-embed .ai-path { padding-right: 6px; }
}

/* One NIA system everywhere. Only the outer container changes. */
.profile-page.advisor-full-view { min-height: 100vh; background: var(--mineral); }
.profile-page.advisor-full-view .site-header { display: block; }
.profile-page.advisor-full-view .profile-page-intro { display: none; }
.profile-page.advisor-full-view .profile-page-tool { padding: 28px 18px !important; }
.profile-page.advisor-full-view .profile-page-tool .shell { width: min(100%,720px); max-width: 720px; margin-inline: auto; }
.profile-page.advisor-full-view .profile-page-tool .ai-demo { width: 100%; max-width: 720px; margin: 0 auto; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(7,28,44,.16); }
.profile-page.advisor-full-view .site-footer { display: none; }
.profile-page.advisor-full-view .ai-conversation { min-height: 0; padding: 18px; }
.profile-page.advisor-full-view .ai-path { max-height: 390px; }
.profile-page.advisor-full-view .ai-video { display: none; }
.profile-page.advisor-full-view .ai-options.ai-contact-fields { grid-template-columns: 1fr; }
.profile-page.advisor-full-view .ai-consent-field,
.profile-page.advisor-full-view .ai-contact-error { grid-column: 1; }
.profile-page.advisor-embed { min-height: 100vh; padding: 0; background: var(--alabaster); }
.profile-page.advisor-embed .site-header,
.profile-page.advisor-embed .profile-page-intro,
.profile-page.advisor-embed .site-footer { display: none !important; }
.profile-page.advisor-embed .profile-page-tool { padding: 0 !important; }
.profile-page.advisor-embed .profile-page-tool .shell { width: min(100%,720px); max-width: 720px; margin-inline: auto; }
.profile-page.advisor-embed .profile-page-tool .ai-demo { width: 100%; max-width: 720px; margin: 0 auto; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(7,28,44,.16); }
.profile-page.advisor-embed .ai-conversation { min-height: 420px; }
.advisor-full-view .ai-identity strong { font-size: 14px !important; }
.advisor-full-view .ai-identity small { font-size: 9px !important; }
.advisor-full-view .ai-stages span { font-size: 8px !important; }
.advisor-full-view .ai-stages span b { font-size: 9px !important; }
.advisor-full-view .ai-prompt h3 { font-size: 14px !important; }
.advisor-full-view .ai-prompt > p:not(.card-label) { font-size: 11px !important; }
.advisor-full-view .ai-options button { min-height: 42px; font-size: 11px !important; }
.advisor-full-view .ai-contact-field,
.advisor-full-view .ai-consent-field { font-size: 11px !important; }
.advisor-full-view .ai-contact-field input { font-size: 12px !important; }
.advisor-full-view .ai-history-item span { font-size: 8px; }
.advisor-full-view .ai-history-item strong { font-size: 10px; }
.advisor-full-view .ai-back,
.advisor-full-view .ai-next { font-size: 11px !important; }
@media (max-width: 620px) {
  .profile-page.advisor-full-view .profile-page-tool { padding: 0 !important; }
  .profile-page.advisor-embed { padding: 0; background: var(--alabaster); }
  .profile-page.advisor-embed .profile-page-tool .shell { width: 100%; }
  .profile-page.advisor-embed .profile-page-tool .ai-demo { max-width: none; border: 0; box-shadow: none; }
  .profile-page.advisor-embed .ai-conversation { min-height: calc(100vh - 112px); }
}

/* Final full-view lock: compact NIA content with the standard public header. */
.profile-page.advisor-embed.advisor-full-view { padding: 0 !important; background: var(--mineral); }
.profile-page.advisor-embed.advisor-full-view .site-header { display: block !important; }
.profile-page.advisor-embed.advisor-full-view .profile-page-intro,
.profile-page.advisor-embed.advisor-full-view .site-footer { display: none !important; }
.profile-page.advisor-embed.advisor-full-view .profile-page-tool { padding: 28px 18px !important; }
.profile-page.advisor-embed.advisor-full-view .profile-page-tool .shell { width: min(100%,720px) !important; max-width: 720px !important; }
.profile-page.advisor-embed.advisor-full-view .ai-demo { max-width: 720px !important; }
.profile-page.advisor-embed.advisor-full-view .ai-conversation { min-height: 0 !important; height: auto; }
@media(max-width:620px){
  .profile-page.advisor-embed.advisor-full-view .profile-page-tool { padding: 0 !important; }
  .profile-page.advisor-embed.advisor-full-view .profile-page-tool .shell { width: 100% !important; max-width: none !important; }
}

/* Full NIA page â€” mirrors the approved production structure. */
.nia-full-hero { color: var(--white); background: linear-gradient(120deg,#102636,#1d3039); }
.nia-full-hero > .shell { display: grid; grid-template-columns: 1.8fr .9fr; gap: 56px; align-items: center; padding-top: 44px; padding-bottom: 44px; }
.nia-full-hero h1 { max-width: 760px; margin: 12px 0 14px; color: var(--white); font-family: var(--serif); font-size: clamp(40px,4vw,56px); font-weight: 400; line-height: 1; }
.nia-full-hero p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.65; }
.nia-full-hero ul { display: grid; gap: 15px; margin: 0; padding: 24px 28px 24px 46px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); font-size: 12px; line-height: 1.45; }
.nia-full-hero li::marker { color: var(--gold); }
.profile-page.advisor-embed.advisor-full-view .profile-page-tool { padding: 28px 18px 44px !important; }
.profile-page.advisor-embed.advisor-full-view .nia-full-layout { display: grid; width: min(calc(100% - 36px),1120px) !important; max-width: 1120px !important; grid-template-columns: 255px minmax(0,1fr); gap: 22px; align-items: start; }
.nia-journey-rail { padding: 26px 22px; border: 1px solid var(--line); background: var(--white); }
.nia-journey-rail h2,.nia-journey-rail h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
.nia-journey-rail h2 { font-size: 32px; line-height: 1; }
.nia-journey-rail > p { margin: 16px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.nia-journey-rail ol { display: grid; gap: 13px; margin: 0; padding: 0 0 22px; border-bottom: 1px solid var(--line); counter-reset: journey; list-style: none; }
.nia-journey-rail li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 750; counter-increment: journey; }
.nia-journey-rail li::before { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #edf0ec; content: counter(journey); font-size: 9px; }
.nia-journey-rail li[data-active] { color: var(--ink); }
.nia-journey-rail li[data-active]::before { background: var(--gold); }
.nia-journey-rail > div { padding-top: 20px; }
.nia-journey-rail h3 { font-size: 22px; }
.nia-journey-rail > div p { color: var(--muted); font-size: 10px; }
.profile-page.advisor-embed.advisor-full-view .nia-full-layout .ai-demo { width: 100%; max-width: none !important; border: 1px solid var(--line); box-shadow: none; }
.profile-page.advisor-embed.advisor-full-view .ai-demo-head { padding: 16px 22px; }
.profile-page.advisor-embed.advisor-full-view .ai-conversation { display: grid; min-height: 350px !important; grid-template-columns: 1fr; padding: 22px 26px; }
.profile-page.advisor-embed.advisor-full-view .ai-path { display: none; }
.profile-page.advisor-embed.advisor-full-view .ai-prompt,.profile-page.advisor-embed.advisor-full-view .ai-options,.profile-page.advisor-embed.advisor-full-view .ai-actions { grid-column: 1; }
.profile-page.advisor-embed.advisor-full-view .ai-options { grid-template-columns: 1fr 1fr; gap: 9px; }
.profile-page.advisor-embed.advisor-full-view .ai-options button { min-height: 48px; border-radius: 0; text-align: left; }
.profile-page.advisor-embed.advisor-full-view .ai-options.ai-contact-fields { grid-template-columns: 1fr; }
@media(max-width:800px){.nia-full-hero>.shell,.profile-page.advisor-embed.advisor-full-view .nia-full-layout{grid-template-columns:1fr}.nia-journey-rail{display:none}.nia-full-hero ul{display:none}}

/* 2026-08 consistency lock: shared proportions for the public homepage. */
.home-v2 .site-header { min-height: 78px; }
.home-v2 .header-inner { min-height: 78px; }
.home-v2 .brand img { width: 92px; max-height: 68px; }
.home-v2 .primary-nav a,
.home-v2 .primary-nav summary { font-size: 13px; line-height: 1.25; }
.home-v2 .header-cta { min-height: 40px; padding: 0 16px; font-size: 11px; }
.home-v2 .home-hero { min-height: clamp(540px,65vh,640px) !important; }
.home-v2 .hero-grid-overlay .hero-copy { max-width: 780px; padding-block: clamp(64px,7vw,92px) clamp(48px,5vw,68px); }
.home-v2 .hero-grid-overlay .hero-copy h1 { max-width: 760px; font-size: clamp(54px,5vw,68px) !important; line-height: .97 !important; }
.home-v2 .section { padding-block: clamp(48px,4.5vw,64px) !important; }
.home-v2 .section-heading h2,
.home-v2 .home-about h2 { font-size: clamp(40px,3.8vw,52px) !important; line-height: 1.02 !important; }
.home-v2 .section-heading > p,
.home-v2 .home-about-grid > div:last-child > p { font-size: 15px; line-height: 1.65; }
.home-v2 .section-heading { margin-bottom: 24px; }
.home-v2 .home-about-grid { align-items: center; }
.home-v2 .home-about-grid > div:last-child { max-width: 590px; }
.home-v2 .home-about-grid > div:last-child::before { display: block; width: 64px; height: 2px; margin-bottom: 20px; background: var(--bronze); content: ""; }
.home-v2 .home-about-grid .button-primary { border: 1px solid var(--gold); color: var(--ink); background: var(--gold); transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.home-v2 .home-about-grid .button-primary:hover,
.home-v2 .home-about-grid .button-primary:focus-visible { border-color: var(--white); color: var(--ink); background: var(--white); }

@media (max-width: 700px) {
  .home-v2 .site-header,
  .home-v2 .header-inner { min-height: 68px; }
  .home-v2 .home-hero { min-height: 590px !important; }
  .home-v2 .hero-grid-overlay { width: min(calc(100% - 30px),var(--shell)); }
  .home-v2 .hero-grid-overlay .hero-copy { padding-block: 58px 42px; }
  .home-v2 .hero-grid-overlay .hero-copy h1 { font-size: clamp(40px,11.5vw,48px) !important; }
  .home-v2 .hero-lead { font-size: 16px; line-height: 1.55; }
  .home-v2 .section { padding-block: 40px !important; }
  .home-v2 .section-heading { margin-bottom: 20px; }
  .home-v2 .section-heading h2,
  .home-v2 .home-about h2 { font-size: clamp(34px,9.5vw,42px) !important; }
  .home-v2 .home-about-grid { gap: 24px; }
  .home-v2 .home-about-grid > div:last-child { max-width: 34rem; }
  .home-v2 .home-about-grid > div:last-child::before { width: 48px; margin-bottom: 16px; }
  .home-v2 .home-about-grid > div:last-child > p { margin-top: 0; font-size: 15px; line-height: 1.6; }
  .home-v2 .home-about-grid .button { margin-top: 18px; }
}

/* Full-view width override kept last so the approved 255/remaining layout wins. */
.profile-page.advisor-embed.advisor-full-view .profile-page-tool .nia-full-layout{width:min(calc(100% - 48px),1120px)!important;max-width:1120px!important;grid-template-columns:255px minmax(0,1fr)!important}
.profile-page.advisor-embed.advisor-full-view .nia-full-layout .ai-demo{max-width:none!important}
@media(max-width:800px){.profile-page.advisor-embed.advisor-full-view .profile-page-tool .nia-full-layout{width:100%!important;max-width:none!important;grid-template-columns:1fr!important}}


/* NYSA accessible type scale 20260815 */
:root {
  --nysa-type-nav: 15px;
  --nysa-type-cta: 15px;
  --nysa-type-interface: 14px;
  --nysa-type-kicker: 13px;
  --nysa-type-meta: 13px;
  --nysa-touch-target: 44px;
}

.site-header nav a,
.site-header nav summary {
  min-height: var(--nysa-touch-target);
  display: inline-flex;
  align-items: center;
  font-size: var(--nysa-type-nav) !important;
}

.header-cta {
  min-height: var(--nysa-touch-target) !important;
  padding-inline: 20px !important;
  font-size: var(--nysa-type-cta) !important;
}

.kicker,
.eyebrow,
.section-kicker,
.hero-eyebrow {
  font-size: var(--nysa-type-kicker) !important;
}

.hero-trust dd,
.trust-markers dd {
  font-size: var(--nysa-type-interface) !important;
}

.home-v2 main .button,
.home-v2 main .pillar-card a,
.home-v2 main .property-copy a,
.home-v2 main .home-insight-grid a,
.home-v2 main .inline-link,
.home-v2 main .home-about a {
  min-height: var(--nysa-touch-target);
  display: inline-flex;
  align-items: center;
  font-size: var(--nysa-type-interface) !important;
}

.home-v2 .area-grid a {
  min-height: var(--nysa-touch-target);
}

.home-v2 .area-grid a span {
  font-size: var(--nysa-type-interface) !important;
}

.site-footer .footer-label {
  font-size: var(--nysa-type-kicker) !important;
}

.site-footer a {
  min-height: var(--nysa-touch-target);
  display: inline-flex;
  align-items: center;
  font-size: var(--nysa-type-interface) !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer .footer-legal a {
  color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 900px) {
  .site-header nav a,
  .site-header nav summary,
  .header-cta,
  .site-footer a {
    min-height: var(--nysa-touch-target);
  }
}


/* NYSA accessible type scale refinements 20260815 */
.home-v2 .kicker,
.home-v2 .eyebrow,
.home-v2 .section-kicker,
.home-v2 .hero-eyebrow {
  font-size: var(--nysa-type-kicker) !important;
}

.home-v2 main small,
.home-v2 main .card-number,
.home-v2 main .home-article-grid a {
  font-size: var(--nysa-type-interface) !important;
}

.home-v2 main .home-article-grid a {
  min-height: var(--nysa-touch-target);
  display: inline-flex;
  align-items: center;
}


/* NYSA accessible footer contrast system 20260815-7 */
body.home-v2 .site-footer {
  color: rgba(255,255,255,.88) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
}
body.home-v2 .site-footer p:not(.footer-label),
body.home-v2 .site-footer address,
body.home-v2 .site-footer strong {
  color: rgba(255,255,255,.88) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
body.home-v2 .site-footer a {
  color: rgba(255,255,255,.92) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}
body.home-v2 .site-footer .footer-label {
  color: #d0aa64 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1.7 !important;
  text-transform: uppercase !important;
}

/* Keep the richer homepage footer aligned with the compact inner-page rhythm. */
@media (min-width: 901px) {
  body.home-v2 .site-footer {
    padding-top: 44px;
    padding-bottom: 28px;
  }

  body.home-v2 .site-footer .footer-grid {
    gap: 40px;
  }

  body.home-v2 .site-footer .footer-grid > div {
    gap: 2px;
  }

  body.home-v2 .site-footer a {
    min-height: 36px;
  }

  body.home-v2 .site-footer .footer-legal {
    padding-top: 18px;
  }
}

/* Align the Areas index link to the card grid, after shared inline-link rules. */
@media (min-width: 901px) {
  body.home-v2 main .home-areas .inline-link {
    display: flex;
    width: max-content;
    margin-left: auto;
  }
}

/* Final mobile interaction layer â€” keep after all legacy rules. */
@media (max-width: 700px) {
  html, body { max-width: 100%; overflow-x: clip; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .menu-button {
    display: inline-flex !important;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 14px;
    color: var(--ink);
    border: 1px solid var(--line);
    background: var(--alabaster);
    cursor: pointer;
  }
  .menu-button span { font-size: 15px !important; font-weight: 800; line-height: 1; }
  .primary-nav { z-index: 30; align-items: stretch; }
  .primary-nav a, .primary-nav summary { min-height: 44px; display: flex; align-items: center; font-size: 15px !important; }
  .cky-btn-revisit-wrapper { display: none !important; }
  .chat-launcher {
    top: 10px !important;
    right: 146px !important;
    bottom: auto !important;
    z-index: 18 !important;
    width: 52px !important;
    height: 52px !important;
    padding: 4px !important;
    border-radius: 50% !important;
  }
  .chat-launcher span { display: none !important; }
  .chat-launcher img { width: 42px !important; height: 42px !important; }
  #ht-ctc-chat { bottom: calc(12px + env(safe-area-inset-bottom)) !important; right: 12px !important; transform: scale(.88); transform-origin: right bottom; }
  body.admin-bar .chat-launcher { top: 56px !important; }
}


/* Approved NYSA logo system â€” horizontal header, stacked dark footer. */
.home-v2 .site-header .brand {
  display: inline-flex;
  min-width: 140px;
  align-items: center;
}
.home-v2 .site-header .brand img {
  width: auto !important;
  min-width: 140px;
  height: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}
.home-v2 .site-footer .footer-grid > div:first-child > img {
  width: 90px !important;
  min-width: 90px;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
}

/* Compact desktop footer: preserve readable 36px link rows without stacking
   every Explore and Connect item into one tall column. */
@media (min-width: 901px) {
  body.home-v2 .site-footer .footer-grid {
    grid-template-columns: 1.1fr 1.15fr .75fr;
    align-items: start;
    row-gap: 16px;
  }

  body.home-v2 .site-footer .footer-grid > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, minmax(112px, max-content));
    align-content: start;
    column-gap: 22px;
    row-gap: 2px;
  }

  body.home-v2 .site-footer .footer-grid > div:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(2, minmax(112px, max-content));
    align-content: start;
    column-gap: 22px;
    row-gap: 2px;
  }

  body.home-v2 .site-footer .footer-grid > div:nth-child(2) .footer-label,
  body.home-v2 .site-footer .footer-grid > div:nth-child(3) .footer-label {
    grid-column: 1 / -1;
  }

  body.home-v2 .site-footer .footer-meta {
    grid-column: 3;
    grid-row: 2;
    align-items: flex-end;
  }

  body.home-v2 .site-footer .footer-legal {
    grid-column: 1 / 3;
    grid-row: 2;
  }
}


/* NYSA compact desktop home advisory cards 20260816 */
@media (min-width: 901px) {
  .compact-home .home-advisory .pillar-card,
  .compact-home .home-advisory .pillar-card-featured,
  .compact-home .home-advisory .pillar-card:nth-child(2) {
    min-height: 0 !important;
    padding: 18px !important;
  }
  .compact-home .home-advisory .card-label {
    margin: 24px 0 10px !important;
  }
  .compact-home .home-advisory .pillar-card h3 {
    margin: 16px 0 10px !important;
  }
  .compact-home .home-advisory .pillar-card a {
    padding-top: 12px !important;
  }
}
