:root {
  --navy: #0b1f3a;
  --ink: #101820;
  --paper: #f7f4ee;
  --white: #fff;
  --rule: #cad2db;
  --red: #c61f2b;
  --red-dark: #9f1822;
  --focus: #ffd166;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.55 Arial, Helvetica, sans-serif; }
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip { position: fixed; left: 12px; top: -100px; z-index: 99; padding: 12px 16px; background: var(--focus); color: var(--ink); }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.site-head { position: sticky; top: 0; z-index: 20; color: var(--white); background: var(--navy); border-bottom: 4px solid var(--red); }
.site-head__row { min-height: 84px; display: grid; grid-template-columns: 220px 1fr auto; gap: 28px; align-items: center; }
.wordmark { color: var(--white); text-decoration: none; text-transform: uppercase; line-height: .9; font-family: "Arial Narrow", Arial, sans-serif; }
.wordmark span { display: block; font-size: 26px; font-weight: 900; letter-spacing: -.03em; }
.wordmark small { display: block; margin-top: 7px; color: #f6b8bd; font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.site-head nav { display: flex; justify-content: center; gap: 22px; }
.site-head nav a { min-height: 44px; display: inline-flex; align-items: center; color: #dfe8f1; text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-head__utility { display: grid; justify-items: end; font-size: 13px; }
.call-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--white); font-size: 19px; font-weight: 900; text-decoration-thickness: 2px; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::after { content: ""; position: absolute; right: -12vw; bottom: -190px; width: 48vw; height: 380px; border: 48px solid rgba(255,255,255,.055); transform: skewX(-24deg); }
.hero__grid { position: relative; z-index: 1; min-height: 570px; display: grid; grid-template-columns: 1fr 300px; gap: 90px; align-items: center; padding-block: 90px; }
.eyebrow { margin: 0 0 18px; color: #f6b8bd; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }
h1 { max-width: 780px; margin: 0; font-size: clamp(52px, 8vw, 102px); line-height: .92; letter-spacing: -.055em; }
.standfirst { max-width: 650px; margin: 28px 0 0; color: #dfe8f1; font-size: clamp(19px, 2vw, 24px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid currentColor; border-radius: 0; font-weight: 800; text-decoration: none; }
.btn--primary { border-color: var(--red); color: var(--white); background: var(--red); }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn--line { color: var(--white); background: transparent; }
.hero__stamp { padding: 26px 0 26px 30px; border-left: 8px solid var(--red); }
.stamp__label { display: block; margin-bottom: 16px; color: #aebdcd; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero__stamp strong { display: block; font-family: "Arial Narrow", Arial, sans-serif; font-size: 29px; line-height: 1.3; text-transform: uppercase; }

.section { padding-block: 96px; }
.section-head { display: grid; grid-template-columns: 120px minmax(260px, 460px) 1fr; gap: 24px; align-items: start; margin-bottom: 52px; padding-top: 18px; border-top: 2px solid var(--ink); }
.section-head > p { margin: 3px 0 0; color: var(--red-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-head h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: .95; letter-spacing: -.035em; }
.section-head > span { max-width: 460px; color: #44515f; }
.ledger { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); }
.ledger__group + .ledger__group { border-left: 2px solid var(--ink); }
.ledger__group header { display: grid; grid-template-columns: 58px 1fr; align-items: stretch; border-bottom: 2px solid var(--ink); }
.ledger__group header span { display: grid; place-items: center; color: var(--white); background: var(--red); font-weight: 900; }
.ledger__group h3 { margin: 0; padding: 18px; font-size: 23px; letter-spacing: -.02em; }
.ledger ul { margin: 0; padding: 0; list-style: none; }
.ledger li { min-height: 57px; display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid var(--rule); font-size: 18px; font-weight: 700; }
.ledger li:last-child { border-bottom: 0; }
.brandline { display: flex; flex-wrap: wrap; gap: 18px 34px; align-items: center; padding: 25px 0; border-bottom: 2px solid var(--ink); }
.brandline span { color: #5a6570; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.brandline strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 21px; }

.facts { color: var(--white); background: var(--navy); }
.section-head--light { border-color: #8ca0b5; }
.section-head--light > p { color: #f6b8bd; }
.ownership { max-width: 780px; margin: -12px 0 48px 144px; color: #dfe8f1; font-size: 20px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid #5b7087; border-bottom: 1px solid #5b7087; }
.stats > div { min-height: 210px; display: flex; flex-direction: column; justify-content: end; padding: 28px; border-right: 1px solid #5b7087; }
.stats > div:last-child { border-right: 0; }
.stats span { color: #f6b8bd; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.stats dt { order: -1; font-family: "Arial Narrow", Arial, sans-serif; font-size: 74px; font-weight: 900; line-height: 1; }
.stats dd { margin: 10px 0 0; color: #dfe8f1; }

.amenities__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.amenities .section-head { display: block; margin: 0; }
.amenities .section-head p { margin-bottom: 18px; }
.amenities ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.amenities li { min-height: 66px; display: flex; align-items: center; padding: 12px 6px; border-bottom: 1px solid var(--rule); font-weight: 700; }

.visit { color: var(--white); background: var(--red); }
.visit .eyebrow { color: var(--white); }
.visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.visit h2 { max-width: 600px; margin: 0 0 30px; font-size: clamp(42px, 6vw, 72px); line-height: .95; }
.visit address { font-style: normal; font-weight: 800; }
.visit__phone a { color: var(--white); font-family: "Arial Narrow", Arial, sans-serif; font-size: 34px; font-weight: 900; }
.request { align-self: start; padding: 32px; color: var(--ink); background: var(--paper); border-left: 10px solid var(--navy); }
.request h3 { margin: 0; font-size: 30px; }
.request .btn { width: 100%; margin-top: 10px; opacity: .62; }
.live-link { min-height: 48px; display: flex; align-items: center; margin-top: 12px; font-weight: 800; }

.site-foot { padding-block: 35px; color: #dfe8f1; background: #071426; }
.site-foot__grid { display: grid; grid-template-columns: 1fr auto auto; gap: 36px; align-items: center; }
.site-foot p { margin: 0; }
.site-foot a { min-height: 44px; display: inline-flex; align-items: center; color: var(--white); font-weight: 800; }

@media (max-width: 820px) {
  .site-head__row { min-height: 76px; grid-template-columns: 1fr auto; gap: 12px; }
  .site-head nav, .site-head__utility > span { display: none; }
  .wordmark span { font-size: 22px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding-block: 70px; }
  .hero__stamp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 20px 0 0; border-left: 0; border-top: 6px solid var(--red); }
  .stamp__label { grid-column: 1 / -1; }
  .hero__stamp strong { font-size: 20px; }
  .section { padding-block: 70px; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .ledger, .amenities__grid, .visit__grid { grid-template-columns: 1fr; }
  .ledger__group + .ledger__group { border-left: 0; border-top: 2px solid var(--ink); }
  .ownership { margin-left: 0; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats > div:nth-child(2) { border-right: 0; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid #5b7087; }
  .site-foot__grid { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 480px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  body { font-size: 17px; }
  .site-head__utility .call-link { font-size: 16px; }
  h1 { font-size: 53px; }
  .actions { display: grid; }
  .hero__stamp { grid-template-columns: 1fr; }
  .stamp__label { grid-column: auto; }
  .section-head h2 { font-size: 42px; }
  .stats { grid-template-columns: 1fr; }
  .stats > div { min-height: 150px; border-right: 0; border-bottom: 1px solid #5b7087; }
  .stats > div:nth-child(2) { border-bottom: 1px solid #5b7087; }
  .stats > div:last-child { border-bottom: 0; }
  .stats dt { font-size: 58px; }
  .amenities ul { grid-template-columns: 1fr; }
  .visit__grid { gap: 45px; }
  .request { padding: 24px; }
}

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