:root {
  --ink: #090a0c;
  --ink-soft: #17191c;
  --paper: #f3f3ef;
  --paper-bright: #fbfbf8;
  --muted: #71757a;
  --line: rgba(9, 10, 12, 0.18);
  --line-dark: rgba(255, 255, 255, 0.2);
  --accent: #b6d4ff;
  --max: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 72px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 20px; font-size: 0.75rem; line-height: 1.2; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 0.95rem; font-weight: 700; transition: gap 180ms var(--ease), opacity 180ms ease; }
.text-link:hover, .card-link:hover { gap: 18px; }
.text-link-light { color: #fff; border-bottom-color: rgba(255, 255, 255, 0.6); }
.button { display: inline-flex; gap: 18px; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid transparent; font-size: 0.88rem; font-weight: 700; transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--accent); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; color: #fff; transition: background 240ms ease, color 240ms ease, box-shadow 240ms ease; }
.site-header.is-scrolled { background: rgba(243, 243, 239, 0.96); color: var(--ink); box-shadow: 0 1px 0 rgba(9, 10, 12, 0.15); backdrop-filter: blur(12px); }
.utility-bar { border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
.is-scrolled .utility-bar { border-bottom-color: var(--line); }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.utility-name, .utility-link { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.utility-name { opacity: 0.86; }
.utility-links { display: flex; gap: 12px; align-items: center; }
.utility-link { border: 0; padding: 0; background: none; cursor: pointer; }
.utility-link:hover, .nav-link:hover, .nav-trigger:hover { opacity: 0.66; }
.utility-caret, .nav-caret { margin-left: 4px; font-size: 0.9rem; }
.utility-divider { opacity: 0.38; }
.main-nav { position: relative; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: inline-flex; align-items: center; width: 194px; }
.brand-image { display: block; width: 100%; height: auto; }
.site-header:not(.is-scrolled) .brand-image, .brand-footer .brand-image { filter: brightness(0) invert(1); }
.nav-links { display: flex; gap: 28px; align-items: center; margin-left: auto; margin-right: 34px; }
.nav-link, .nav-trigger { padding: 10px 0; border: 0; background: transparent; font-size: 0.84rem; font-weight: 700; cursor: pointer; }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.icon-button, .menu-button, .close-button { display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; cursor: pointer; }
.icon-button { width: 34px; height: 34px; }
.icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; }
.menu-button { display: none; width: 34px; height: 34px; flex-direction: column; gap: 6px; }
.menu-button span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform 180ms ease; }
.menu-button.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.menu-panel { position: absolute; inset: 100% 0 auto; display: none; color: var(--ink); background: var(--paper-bright); border-top: 1px solid var(--line); box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08); }
.menu-panel.is-open { display: block; }
.menu-panel-inner { padding-block: 42px 48px; }
.menu-section { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 72px; }
.menu-lead h2 { max-width: 390px; margin: 0 0 14px; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; letter-spacing: -0.05em; line-height: 1.02; }
.menu-lead p:last-child { max-width: 390px; margin: 0; color: #62666b; }
.menu-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; align-self: end; border-top: 1px solid var(--line); }
.menu-item { display: flex; flex-direction: column; gap: 7px; min-height: 140px; padding: 18px 18px 0 0; border-right: 1px solid var(--line); transition: padding 180ms var(--ease), color 180ms ease; }
.menu-item + .menu-item { padding-left: 18px; }
.menu-item:last-child { border-right: 0; }
.menu-item:hover { padding-top: 12px; color: #3d6fae; }
.menu-item span, .menu-item small { font-size: 0.72rem; color: #7b7f84; }
.menu-item strong { font-size: 1rem; }
.menu-item small { line-height: 1.4; }
.region-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; align-self: end; border-top: 1px solid var(--line); }
.region-list span { padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; font-weight: 700; }
.region-list span:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line); }

/* Search */
.search-panel { position: fixed; inset: 0; z-index: 30; display: none; overflow-y: auto; background: rgba(9, 10, 12, 0.96); color: #fff; }
.search-panel.is-open { display: block; }
.search-panel-inner { padding-block: 12vh 10vh; }
.search-topline { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 42px; border-bottom: 1px solid var(--line-dark); }
.search-label { display: block; margin-top: 46px; color: #9b9fa4; font-size: 0.85rem; }
.search-field-wrap { display: flex; align-items: center; gap: 16px; border-bottom: 2px solid #fff; }
.search-field-wrap input { width: 100%; padding: 16px 0 18px; border: 0; outline: 0; background: transparent; color: #fff; font-size: clamp(1.8rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -0.06em; }
.search-field-wrap input::placeholder { color: #6c7177; }
.search-field-wrap > span { font-size: 1.8rem; }
.close-button { width: 34px; height: 34px; color: #fff; font-size: 2.3rem; font-weight: 200; line-height: 1; }
.search-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.search-result { padding: 18px 18px 22px; border-top: 1px solid var(--line-dark); transition: background 180ms ease; }
.search-result:hover { background: rgba(255, 255, 255, 0.08); }
.search-result small { display: block; margin-bottom: 8px; color: #9b9fa4; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.search-result strong { font-size: 1.05rem; }
.search-empty { grid-column: 1 / -1; color: #a4a8ad; }

/* Hero */
.hero { position: relative; min-height: 800px; overflow: hidden; background: var(--ink); color: #fff; }
.hero-grid-pattern { position: absolute; inset: 0; opacity: 0.52; background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, #000 0%, transparent 92%); }
.hero::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 80% 46%, rgba(72, 111, 154, 0.2), transparent 30%), linear-gradient(90deg, transparent 50%, rgba(0, 0, 0, 0.12)); }
.hero-orbit { position: absolute; border: 1px solid rgba(182, 212, 255, 0.22); border-radius: 50%; transform: rotate(-22deg); pointer-events: none; }
.hero-orbit-one { width: min(65vw, 950px); height: min(27vw, 400px); right: -10%; top: 35%; }
.hero-orbit-two { width: min(42vw, 620px); height: min(16vw, 250px); right: 5%; top: 45%; border-color: rgba(255, 255, 255, 0.15); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.9fr); gap: 8%; align-items: center; min-height: 710px; padding-top: 82px; }
.hero-copy h1 { max-width: 850px; margin: 0; font-size: clamp(3.6rem, 8.5vw, 7.3rem); font-weight: 500; letter-spacing: -0.085em; line-height: 0.92; }
h1 em, h2 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.07em; }
.hero-description { max-width: 460px; margin: 34px 0 0; color: #bfc3c9; font-size: 1.13rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-top: 40px; }
.hero-signal { position: relative; align-self: center; min-height: 340px; padding: 16px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.signal-topline, .signal-bottomline { display: flex; justify-content: space-between; gap: 14px; color: #9ea4aa; font-size: 0.72rem; letter-spacing: 0.13em; text-transform: uppercase; }
.signal-visual { position: relative; height: 260px; margin: 16px 0 6px; overflow: hidden; }
.signal-crosshair { position: absolute; inset: 50% auto auto 50%; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.15); transform: translate(-50%, -50%); }
.signal-crosshair::after { position: absolute; top: 50%; left: 50%; width: 100%; height: 1px; content: ""; background: rgba(255, 255, 255, 0.15); transform: translate(-50%, -50%); }
.signal-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(182, 212, 255, 0.65); border-radius: 50%; transform: translate(-50%, -50%) rotate(30deg); }
.signal-ring-large { width: 208px; height: 208px; border-left-color: transparent; border-right-color: rgba(255, 255, 255, 0.25); }
.signal-ring-small { width: 98px; height: 98px; border-color: rgba(255, 255, 255, 0.48); border-top-color: transparent; }
.signal-node { position: absolute; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 6px rgba(182, 212, 255, 0.08); }
.signal-node-one { top: 22%; left: 36%; }.signal-node-two { top: 62%; left: 70%; }.signal-node-three { top: 78%; left: 28%; }
.signal-line { position: absolute; height: 1px; background: rgba(182, 212, 255, 0.56); transform-origin: left center; }.signal-line-one { width: 120px; top: 25%; left: 37%; transform: rotate(45deg); }.signal-line-two { width: 126px; top: 64%; left: 31%; transform: rotate(-19deg); }
.signal-bottomline strong { color: #fff; font-weight: 500; }.signal-bottomline span { text-align: right; }
.hero-footer { position: absolute; right: 0; bottom: 22px; left: 0; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; color: #8e949b; font-size: 0.7rem; letter-spacing: 0.13em; text-transform: uppercase; }
.scroll-line { display: block; height: 1px; background: rgba(255, 255, 255, 0.25); }

/* Main sections */
.market-strip { background: #fff; border-bottom: 1px solid var(--line); }
.market-strip-inner { display: flex; gap: 34px; align-items: center; min-height: 66px; overflow: hidden; }
.strip-label { flex: 0 0 auto; color: #777b80; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.strip-track { display: flex; gap: 28px; align-items: center; min-width: max-content; color: #32363a; font-size: 0.92rem; font-weight: 700; }.strip-track i { color: #7ea7d8; font-style: normal; font-size: 0.75rem; }
.section { padding-block: 132px; }
.capabilities-section { background: var(--paper); }
.two-column-section { display: grid; grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr); gap: 10%; }
.section-intro h2, .section-heading h2 { max-width: 540px; margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 500; letter-spacing: -0.075em; line-height: 0.98; }
.section-intro > p:not(.eyebrow) { max-width: 390px; margin: 28px 0 30px; color: #676c71; font-size: 1.05rem; }
.capability-list { border-top: 1px solid var(--line); }
.capability-card { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 28px 0 31px; border-bottom: 1px solid var(--line); transition: padding 220ms var(--ease), color 180ms ease; }
.capability-card:hover { padding-right: 14px; padding-left: 14px; color: #2d5d90; }
.card-number { color: #878b90; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; }.card-content h3 { margin: -5px 0 8px; font-size: 1.6rem; font-weight: 500; letter-spacing: -0.045em; }.card-content p { max-width: 530px; margin: 0 0 17px; color: #686d73; font-size: 0.98rem; }.card-link { display: inline-flex; gap: 12px; align-items: center; font-size: 0.84rem; font-weight: 700; transition: gap 180ms var(--ease), color 180ms ease; }
.platform-section { padding-block: 126px; overflow: hidden; background: var(--ink-soft); color: #fff; }
.platform-grid { display: grid; grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr); gap: 13%; align-items: center; }
.platform-visual { position: relative; min-height: 540px; padding: 18px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.platform-label { display: flex; justify-content: space-between; color: #8c949d; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; }.platform-label-bottom { position: absolute; right: 0; bottom: 18px; left: 0; }.platform-label-bottom span:last-child { color: var(--accent); }
.platform-graphic { position: absolute; inset: 90px 0 75px; display: grid; place-items: center; }.platform-core { position: relative; z-index: 2; display: grid; place-items: center; width: 88px; height: 88px; background: var(--accent); color: var(--ink); font-size: 3.4rem; font-weight: 700; letter-spacing: -0.1em; line-height: 1; border-radius: 50%; }.platform-orbit { position: absolute; width: 62%; height: 28%; border: 1px solid rgba(182, 212, 255, 0.6); border-radius: 50%; transform: rotate(-24deg); }.platform-orbit-a { width: 94%; height: 50%; border-color: rgba(255, 255, 255, 0.24); }.platform-orbit-b { width: 62%; height: 80%; transform: rotate(56deg); border-color: rgba(255, 255, 255, 0.2); }.platform-orbit-c { width: 38%; height: 100%; transform: rotate(90deg); border-color: rgba(182, 212, 255, 0.3); }.platform-dot { position: absolute; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }.dot-a { top: 28%; left: 22%; }.dot-b { top: 19%; right: 19%; }.dot-c { right: 26%; bottom: 17%; }.dot-d { bottom: 25%; left: 15%; }
.platform-copy h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); font-weight: 500; letter-spacing: -0.08em; line-height: 0.91; }.platform-lede { max-width: 490px; margin: 30px 0 40px; color: #b8bec5; font-size: 1.08rem; }.principle-list { border-top: 1px solid var(--line-dark); }.principle { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }.principle > span { color: #8c949d; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; }.principle strong { font-size: 1rem; font-weight: 500; }.principle p { margin: 4px 0 0; color: #9ea5ad; font-size: 0.9rem; }
.insights-section { background: var(--paper-bright); }.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 52px; }.section-heading .text-link { margin-bottom: 3px; }.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.insight-card { display: flex; flex-direction: column; min-height: 380px; padding: 21px 22px 25px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }.insight-card-dark { background: var(--ink); color: #fff; border-color: var(--ink); }.insight-meta { display: flex; justify-content: space-between; gap: 15px; color: #777c81; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }.insight-card-dark .insight-meta { color: #a1a7ad; }.insight-card h3 { max-width: 340px; margin: auto 0 17px; font-size: clamp(1.6rem, 2.7vw, 2.3rem); font-weight: 500; letter-spacing: -0.06em; line-height: 1.02; }.insight-card p { max-width: 330px; margin: 0 0 28px; color: #696e73; }.insight-card-dark p { color: #b4bac0; }.insight-card .card-link { align-self: flex-start; }.insight-card-dark .card-link { color: #fff; }
.firm-section { padding-block: 132px; background: #fff; }.firm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }.firm-statement h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 500; letter-spacing: -0.075em; line-height: 0.95; }.firm-copy { align-self: end; max-width: 490px; }.firm-copy p { margin: 0 0 30px; color: #64696e; font-size: 1.12rem; }.firm-rhythm { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 105px; border-top: 1px solid var(--line); }.rhythm-cell { display: flex; flex-direction: column; gap: 8px; min-height: 136px; padding: 18px 18px 0 0; border-right: 1px solid var(--line); }.rhythm-cell + .rhythm-cell { padding-left: 18px; }.rhythm-cell:last-child { border-right: 0; }.rhythm-cell span { color: #7e8388; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; }.rhythm-cell strong { font-size: 1.25rem; font-weight: 500; letter-spacing: -0.03em; }.rhythm-cell small { color: #72777c; }
.contact-section { position: relative; overflow: hidden; padding-block: 130px; background: var(--ink); color: #fff; }.contact-section::before { position: absolute; top: -260px; right: -130px; width: 620px; height: 620px; content: ""; border: 1px solid rgba(182, 212, 255, 0.18); border-radius: 50%; }.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 0.8fr; gap: 12%; align-items: end; }.contact-copy h2 { margin: 0; font-size: clamp(3rem, 7vw, 6.7rem); font-weight: 500; letter-spacing: -0.08em; line-height: 0.91; }.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 30px 0 36px; color: #bfc4ca; font-size: 1.08rem; }.contact-marker { display: flex; flex-direction: column; gap: 16px; align-items: flex-end; padding-bottom: 4px; color: #89929c; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }.contact-marker span:first-child { color: var(--accent); font-size: clamp(6rem, 15vw, 13rem); font-weight: 700; letter-spacing: -0.14em; line-height: 0.7; }
.site-footer { padding-block: 64px 22px; background: #050607; color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 7%; padding-bottom: 70px; }.brand-footer { width: 185px; }.footer-brand p { max-width: 250px; margin: 24px 0 0; color: #949ba2; font-size: 0.9rem; }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }.footer-label { margin-bottom: 8px; color: #727980; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }.footer-column a { color: #d8dbde; font-size: 0.9rem; }.footer-column a:hover { color: var(--accent); }.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line-dark); color: #777e85; font-size: 0.72rem; }.footer-bottom span:nth-child(2) { text-align: center; }.footer-bottom span:last-child { text-align: right; }

/* Motion and responsive */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: 120ms; }
:focus-visible { outline: 2px solid #6e9dd3; outline-offset: 4px; }
@media (max-width: 900px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .nav-links { display: none; }.menu-button { display: inline-flex; }
  .nav-inner { min-height: 66px; }.brand { width: 170px; }
  .menu-panel { position: fixed; top: 100px; bottom: 0; overflow-y: auto; }.menu-panel-inner { padding-block: 32px 48px; }.menu-section { grid-template-columns: 1fr; gap: 30px; }.menu-columns { grid-template-columns: 1fr; }.menu-item, .menu-item + .menu-item { min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }.menu-item:hover { padding-top: 17px; }.region-list { align-self: start; }
  .hero { min-height: 780px; }.hero-inner { grid-template-columns: 1fr; gap: 44px; padding-top: 118px; }.hero-copy h1 { font-size: clamp(3.5rem, 13vw, 6.4rem); }.hero-signal { min-height: 290px; }.signal-visual { height: 210px; }.hero-footer { width: calc(100% - 40px); }
  .two-column-section, .platform-grid, .firm-grid, .contact-grid { grid-template-columns: 1fr; gap: 64px; }.two-column-section { gap: 58px; }.platform-visual { min-height: 420px; }.platform-graphic { inset: 70px 0 62px; }.contact-marker { align-items: flex-start; }.contact-marker span:first-child { font-size: 8rem; }
  .insights-grid { grid-template-columns: 1fr; }.insight-card { min-height: 300px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 26px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-column:last-child { display: none; }.footer-bottom { grid-template-columns: 1fr 1fr; }.footer-bottom span:nth-child(2) { text-align: right; }.footer-bottom span:last-child { grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 32px), var(--max)); }.utility-name { display: none; }.utility-inner { justify-content: flex-end; }.utility-links { gap: 9px; }.utility-link { font-size: 0.64rem; }.brand { width: 148px; }.nav-actions { gap: 4px; }
  .hero { min-height: 760px; }.hero-inner { padding-top: 102px; }.hero-copy h1 { font-size: clamp(3.25rem, 16vw, 5.4rem); }.hero-description { font-size: 1rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-signal { min-height: 260px; }.signal-visual { height: 180px; }.signal-ring-large { width: 155px; height: 155px; }.signal-ring-small { width: 74px; height: 74px; }.hero-footer { width: calc(100% - 32px); font-size: 0.62rem; }
  .market-strip-inner { gap: 18px; }.strip-track { gap: 18px; font-size: 0.83rem; }.section, .firm-section, .platform-section, .contact-section { padding-block: 88px; }.section-intro h2, .section-heading h2 { font-size: clamp(2.5rem, 13vw, 4rem); }.capability-card { grid-template-columns: 34px 1fr; gap: 10px; }.card-content h3 { font-size: 1.35rem; }.platform-visual { min-height: 350px; }.platform-copy h2 { font-size: clamp(3.2rem, 15vw, 5rem); }.platform-lede { font-size: 1rem; }.firm-statement h2 { font-size: clamp(2.7rem, 13vw, 4rem); }.firm-rhythm { grid-template-columns: 1fr; margin-top: 66px; }.rhythm-cell, .rhythm-cell + .rhythm-cell { min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }.rhythm-cell:last-child { border-bottom: 0; }.contact-copy h2 { font-size: clamp(3.1rem, 15vw, 5.3rem); }.footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { grid-template-columns: 1fr; gap: 10px; }.footer-bottom span:nth-child(2), .footer-bottom span:last-child { text-align: left; }.search-results { grid-template-columns: 1fr; }.search-panel-inner { padding-block: 8vh 8vh; }.search-topline { padding-bottom: 28px; }.search-label { margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .text-link, .card-link, .menu-item { transition: none; } }
