:root {
  --ink: #102f3d;
  --ink-deep: #082633;
  --ink-soft: #4b6873;
  --teal: #087e78;
  --teal-bright: #00a39a;
  --foam: #e5f2ef;
  --mist: #f3f7f5;
  --sand: #e8dfd1;
  --white: #fff;
  --line: rgba(16, 47, 61, 0.14);
  --shell: min(1180px, calc(100% - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 26px 70px rgba(8, 38, 51, 0.12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--teal-bright); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink-deep);
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header:has(.primary-nav.is-open) {
  background: rgba(243, 247, 245, 0.94);
  border-color: var(--line);
  box-shadow: 0 10px 32px rgba(8, 38, 51, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand { display: inline-flex; width: 150px; align-items: center; }
.brand img, .footer-brand img { width: 100%; height: auto; }

.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.4vw, 36px);
}

.primary-nav a {
  position: relative;
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 720;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="true"]::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink-deep);
  border-radius: 999px;
  background: var(--ink-deep);
  color: var(--white);
  padding: 12px 24px;
  font-size: 0.83rem;
  font-weight: 760;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 18px; }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink-deep); }
.button-light:hover { background: var(--foam); border-color: var(--foam); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 780;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow span { display: inline-block; margin: 0 8px; color: #92abae; }
.eyebrow-light { color: #72d4ca; }

h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
h1 { max-width: 660px; margin-bottom: 26px; font-size: clamp(3.6rem, 6.7vw, 6.5rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 4.9rem); }
h3 { font-size: 2.05rem; }

.hero {
  position: relative;
  min-height: 850px;
  padding: 158px 0 90px;
  background: radial-gradient(circle at 6% 92%, rgba(0, 163, 154, 0.14), transparent 28%), linear-gradient(135deg, #f7faf8 0%, #edf4f1 100%);
  overflow: hidden;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(50px, 7vw, 96px);
}

.hero-lede {
  max-width: 610px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.72;
}

.button-row { display: flex; align-items: center; gap: 26px; margin-top: 38px; }

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 650px;
  margin: 72px 0 0;
}
.hero-facts div { min-width: 0; padding-top: 16px; border-top: 1px solid var(--line); }
.hero-facts dt { margin-bottom: 6px; color: var(--teal); font-size: 0.68rem; font-weight: 800; }
.hero-facts dd { margin: 0; color: var(--ink-soft); font-size: 0.78rem; line-height: 1.45; }

.hero-visual { position: relative; min-height: 610px; }
.hero-image-wrap {
  position: absolute;
  inset: 0 0 34px 44px;
  overflow: hidden;
  border-radius: 190px 190px 20px 20px;
  box-shadow: var(--shadow);
}
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8, 38, 51, 0.27), transparent 44%); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }

.hero-note {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: min(300px, 74%);
  padding: 22px 24px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(8, 38, 51, 0.16);
}
.hero-note span { display: block; margin-bottom: 6px; color: var(--teal); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-note strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 500; line-height: 1.35; }

.hero-orbit {
  position: absolute;
  z-index: 3;
  top: 34px;
  left: 10px;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  background: rgba(8, 38, 51, 0.8);
  color: var(--white);
  font-size: 0.55rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-watermark {
  position: absolute;
  z-index: 1;
  right: -20px;
  bottom: -66px;
  color: rgba(16, 47, 61, 0.04);
  font-family: var(--serif);
  font-size: clamp(8rem, 18vw, 17rem);
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { position: relative; margin: 0; padding: 24px 18px; color: var(--ink-soft); font-size: 0.72rem; font-weight: 760; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
.trust-grid p + p::before { content: ""; position: absolute; inset: 18px auto 18px 0; width: 1px; background: var(--line); }

.section { padding: clamp(90px, 11vw, 150px) 0; }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr); gap: clamp(60px, 10vw, 130px); align-items: start; }
.intro .section-heading h2 { max-width: 760px; }
.intro-copy { padding-top: 46px; color: var(--ink-soft); }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: 1.5rem; line-height: 1.46; }
.intro-copy .text-link { margin-top: 18px; }

.services { background: var(--ink-deep); color: var(--white); }
.section-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr); gap: 70px; align-items: end; margin-bottom: 64px; }
.section-top > p { margin: 0 0 12px; color: #b5cacd; line-height: 1.75; }
.section-top h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.17); }
.service-card { position: relative; min-height: 530px; padding: 42px 36px 40px; }
.service-card + .service-card { border-left: 1px solid rgba(255,255,255,.17); }
.service-card-future { background: rgba(255,255,255,.045); }
.service-number { position: absolute; top: 30px; right: 30px; color: rgba(255,255,255,.35); font-size: 0.65rem; font-weight: 800; }
.service-icon { width: 52px; margin-bottom: 76px; color: #72d4ca; }
.service-icon svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.service-card h3 { margin-bottom: 18px; font-size: 2.7rem; }
.service-card p { margin: 0 0 26px; color: #b5cacd; }
.service-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding-left: 16px; color: #d9e6e6; font-size: 0.82rem; }
.service-card li::before { content: ""; position: absolute; top: 0.72em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--teal-bright); }
.future-label { display: inline-flex; margin-top: 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 7px 12px; color: #d9e6e6; font-size: 0.65rem; font-weight: 760; letter-spacing: 0.11em; text-transform: uppercase; }

.str-feature {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
  margin-top: 76px;
  padding: 58px 60px;
  border: 1px solid rgba(255,255,255,.17);
  background: linear-gradient(120deg, rgba(0,163,154,.14), rgba(255,255,255,.025));
}

.str-feature h3 {
  margin: 0;
  font-size: clamp(2.2rem, 3.8vw, 3.7rem);
}

.str-feature-copy > p {
  margin: 4px 0 30px;
  color: #b5cacd;
  line-height: 1.75;
}

.str-feature ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.str-feature li {
  position: relative;
  padding: 13px 0 13px 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #e0ebeb;
  font-size: .8rem;
}

.str-feature li::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal-bright);
}

.tech-feature {
  display: grid;
  grid-template-columns: 90px minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  margin-top: 24px;
  padding: 52px 60px;
  background: var(--foam);
  color: var(--ink);
}

.tech-mark {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(8, 126, 120, .24);
  border-radius: 50%;
  background: rgba(255,255,255,.62);
  color: var(--teal);
}

.tech-mark svg {
  width: 46px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.tech-feature-copy .eyebrow {
  margin-bottom: 12px;
}

.tech-feature-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.tech-feature-copy > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: .9rem;
  line-height: 1.72;
}

.tech-outcomes {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.tech-outcomes li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: .78rem;
  font-weight: 720;
}

.tech-outcomes span {
  color: var(--teal);
  font-size: .62rem;
  font-weight: 820;
}

.markets { background: var(--sand); }
.section-top-dark > p { color: var(--ink-soft); }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.market-card { position: relative; min-height: 520px; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.market-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3, 25, 33, 0.92) 0%, rgba(3, 25, 33, 0.05) 66%); }
.market-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.market-card:hover img { transform: scale(1.035); }
.market-card-body { position: absolute; z-index: 2; inset: auto 30px 28px; }
.market-card-body span { display: block; margin-bottom: 10px; color: #99ddd6; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.market-card h3 { margin-bottom: 10px; font-size: 2.5rem; }
.market-card p { margin: 0; color: #d8e5e7; font-size: 0.86rem; }

.operator { background: var(--white); }
.operator-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(70px, 11vw, 150px); align-items: center; }
.operator-portrait { position: relative; max-width: 430px; }
.portrait-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: linear-gradient(150deg, #dce5e3, #aebbbd); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.portrait-caption { display: grid; gap: 2px; width: calc(100% - 36px); margin: -34px 0 0 36px; position: relative; z-index: 2; background: var(--ink-deep); color: var(--white); padding: 20px 24px; }
.portrait-caption strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.portrait-caption span { color: #a7c3c6; font-size: 0.75rem; }
.operator-principle { margin: 40px 0 26px; padding-left: 26px; border-left: 2px solid var(--teal-bright); color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.5; }
.operator-copy > p:last-child { max-width: 650px; color: var(--ink-soft); }

.residents { padding-top: 0; background: var(--white); }
.residents-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: center; padding: clamp(42px, 6vw, 72px); background: linear-gradient(100deg, rgba(0,163,154,.12), transparent 44%), var(--ink-deep); color: var(--white); }
.residents-panel h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4.8vw, 4.4rem); }
.residents-panel p:not(.eyebrow) { max-width: 720px; margin: 0; color: #b5cacd; }
.resident-actions { display: grid; gap: 15px; justify-items: stretch; min-width: 250px; }
.portal-status { padding: 8px 12px; color: #87a7ab; font-size: 0.7rem; font-weight: 720; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }

.contact { background: radial-gradient(circle at 90% 20%, rgba(0,163,154,.11), transparent 30%), var(--mist); }
.contact-grid { display: grid; grid-template-columns: 1fr 0.75fr; gap: clamp(70px, 10vw, 140px); align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 32px; color: var(--ink-soft); font-size: 1.05rem; }
.contact-card { padding: 42px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.contact-label { margin: 0 0 12px; color: var(--teal); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-card > a { display: inline-block; margin-bottom: 34px; font-family: var(--serif); font-size: clamp(1.2rem, 2.4vw, 1.85rem); text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-card dl { display: grid; gap: 20px; margin: 0; }
.contact-card dl div { padding-top: 16px; border-top: 1px solid var(--line); }
.contact-card dt { color: var(--ink-soft); font-size: 0.68rem; font-weight: 760; letter-spacing: 0.09em; text-transform: uppercase; }
.contact-card dd { margin: 4px 0 0; font-size: 0.9rem; }
.preview-note { margin: 30px 0 0; padding: 14px; background: var(--mist); color: var(--ink-soft); font-size: 0.7rem; line-height: 1.5; }

.site-footer { background: #061d27; color: var(--white); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 0.6fr 0.6fr; gap: 70px; padding-bottom: 54px; }
.footer-brand { max-width: 360px; }
.footer-brand img { width: 150px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { margin: 0; color: #8ba8ad; font-size: 0.84rem; }
.footer-heading { margin: 0 0 16px; color: #74d0c8; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { color: #c6d6d8; font-size: 0.8rem; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #718f95; font-size: 0.67rem; letter-spacing: 0.04em; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: 100ms; }
.reveal[data-delay="2"] { transition-delay: 200ms; }
.js .reveal.is-visible { opacity: 1; transform: none; }

.not-found { min-height: 100vh; display: grid; place-content: center; justify-items: start; width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 80px 0; }
.not-found h1 { max-width: 720px; font-size: clamp(3.2rem, 10vw, 6.5rem); }
.not-found > p:not(.eyebrow) { margin: 0 0 30px; color: var(--ink-soft); }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: 150px 1fr auto; gap: 20px; }
  .primary-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .75fr); gap: 46px; }
  .service-card { min-height: 550px; padding-inline: 26px; }
  .service-icon { margin-bottom: 58px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 36px, 680px); }
  html { scroll-padding-top: 78px; }
  .site-header { background: rgba(243, 247, 245, 0.94); border-color: var(--line); backdrop-filter: blur(18px); }
  .header-inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .brand { width: 128px; }
  .menu-toggle { display: grid; width: 46px; height: 46px; place-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 1.5px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4.25px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; border-bottom: 1px solid var(--line); background: var(--mist); padding: 18px; opacity: 0; transform: translateY(-12px); pointer-events: none; visibility: hidden; transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
  .primary-nav.is-open { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
  .primary-nav a { padding: 15px 8px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
  .primary-nav a:last-child { border-bottom: 0; }
  .primary-nav a::after { display: none; }
  .hero { min-height: 0; padding: 126px 0 76px; }
  .hero-grid, .intro-grid, .operator-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow, .hero-copy h1, .hero-copy .hero-lede, .hero-copy .button-row { grid-column: 1; }
  .hero-visual { grid-row: auto; min-height: 580px; margin-top: 12px; }
  .hero-facts { grid-row: auto; margin-top: 10px; }
  .hero-watermark { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p:nth-child(3)::before { display: none; }
  .trust-grid p:nth-child(n+3) { border-top: 1px solid var(--line); }
  .intro-copy { max-width: 620px; padding-top: 0; }
  .section-top { grid-template-columns: 1fr; gap: 22px; }
  .section-top > p { max-width: 580px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 40px 28px 44px; }
  .service-card + .service-card { border-top: 1px solid rgba(255,255,255,.17); border-left: 0; }
  .service-icon { margin-bottom: 54px; }
  .str-feature { grid-template-columns: 1fr; gap: 28px; padding: 42px 32px; }
  .tech-feature { grid-template-columns: 74px 1fr; padding: 42px 32px; }
  .tech-outcomes { grid-column: 2; }
  .market-grid { grid-template-columns: 1fr; }
  .market-card { min-height: 460px; }
  .operator-grid { gap: 64px; }
  .operator-portrait { width: min(100%, 460px); }
  .residents-panel { grid-template-columns: 1fr; gap: 36px; }
  .resident-actions { max-width: 340px; }
  .contact-grid { gap: 60px; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 15px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 3.45rem); }
  .hero { padding-top: 118px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 480px; }
  .hero-image-wrap { inset: 0 0 28px 20px; border-radius: 130px 130px 16px 16px; }
  .hero-note { padding: 18px; }
  .hero-orbit { top: 22px; left: 0; width: 82px; height: 82px; }
  .hero-facts { grid-template-columns: 1fr; gap: 16px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p + p::before { display: none; }
  .trust-grid p:nth-child(n+2) { border-top: 1px solid var(--line); }
  .service-card h3 { font-size: 2.35rem; }
  .str-feature { margin-top: 54px; padding: 34px 24px; }
  .str-feature ul { grid-template-columns: 1fr; }
  .tech-feature { grid-template-columns: 1fr; gap: 24px; padding: 34px 24px; }
  .tech-mark { width: 68px; height: 68px; }
  .tech-mark svg { width: 38px; }
  .tech-outcomes { grid-column: auto; }
  .market-card { min-height: 420px; }
  .portrait-caption { width: calc(100% - 20px); margin-left: 20px; }
  .residents-panel { width: 100%; padding: 42px 24px; }
  .resident-actions { min-width: 0; }
  .contact-card { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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

@media print {
  .site-header, .button-row, .resident-actions, .site-footer { display: none; }
  .section, .hero { padding: 24px 0; }
  .reveal { opacity: 1; transform: none; }
}
