/* The Hangar — Private Offices in Maple Ridge, Wichita.
   Fraunces (display serif) + Manrope (sans). Navy hero → cream sections → navy tour/footer.
   Gold is reserved for the action (CTA) and the italic turn in headlines. */

:root {
  --navy: #0F1720;
  --navy-2: #131D28;
  --navy-3: #1A2632;
  --bone: #F3EDE3;
  --bone-70: rgba(243, 237, 227, 0.72);
  --bone-50: rgba(243, 237, 227, 0.55);
  --cream: #F7F2E9;
  --cream-2: #FDFAF5;
  --cream-3: #EFE7DA;
  --ink: #131A21;
  --ink-70: #4A525B;
  --ink-50: #5E656D; /* 5.3:1 on --cream */
  --brass: #C9A55A;
  --brass-light: #E4C883;
  --brass-deep: #A88439;
  --brass-ink: #7A5C1E;
  --line-d: rgba(243, 237, 227, 0.12);
  --line-l: rgba(19, 26, 33, 0.12);

  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  --wrap: 1280px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(3.75rem, 8.5vw, 7.5rem);
  --radius: 8px;
  --radius-sm: 6px;
  --nav-h: 72px;

  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 12px); }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--navy);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
picture { display: contents; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure, address { margin: 0; }
ul, ol { padding: 0; list-style: none; }
address { font-style: normal; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; border-radius: 4px; }
.dark :focus-visible { outline-color: var(--brass-light); }
::selection { background: var(--brass); color: var(--navy); }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }

.skip {
  position: absolute; left: 12px; top: -80px; z-index: 100;
  padding: .6rem 1rem; background: var(--brass); color: var(--ink); border-radius: 8px; font-weight: 700;
}
.skip:focus { top: 12px; }
main:focus { outline: none; }

/* ---------- Type ---------- */
.h2 {
  font-family: var(--serif);
  font-variation-settings: "opsz" 120;
  font-weight: 400;
  font-size: clamp(2.1rem, 1.45rem + 2.6vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-wrap: balance;
  max-width: 18ch;
}
.h2-xl { font-size: clamp(2.4rem, 1.5rem + 3.6vw, 4.6rem); max-width: 16ch; }
.h2 em { font-style: italic; font-weight: 300; color: var(--brass-light); }
.light .h2 em { color: var(--brass-deep); }
.eyebrow {
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-50);
  margin-bottom: 1.1rem;
  display: flex; align-items: center; gap: .7rem;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .7; }
.dark .eyebrow { color: var(--bone-50); }
.lead {
  font-size: clamp(1.08rem, 1rem + .35vw, 1.25rem);
  line-height: 1.55;
  color: var(--ink-70);
  max-width: 52ch;
  text-wrap: pretty;
}
.dark .lead { color: var(--bone-70); }
.lead a { color: var(--ink); text-decoration: underline; text-underline-offset: .18em; text-decoration-color: var(--brass); }
.dark .lead a { color: var(--bone); }
.section-head { margin-bottom: clamp(2.2rem, 5vw, 3.4rem); }
.section-head .h2 { margin-bottom: 1.1rem; }

/* ---------- Section chrome ---------- */
.dark { position: relative; isolation: isolate; background: var(--navy); color: var(--bone); }
.light { position: relative; background: var(--cream); color: var(--ink); }
section { padding-block: var(--section); scroll-margin-top: var(--nav-h); }

/* Runway dashes: the one aviation motif between cream sections */
.runway { background: var(--cream); padding: 0 var(--gutter); }
.runway i {
  display: block; width: min(100%, var(--wrap)); margin-inline: auto; height: 2px;
  background: repeating-linear-gradient(90deg, var(--brass) 0 26px, transparent 26px 50px);
  opacity: .55;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 52px; padding: .8rem 1.5rem;
  border-radius: 999px;
  font-weight: 700; font-size: 1rem; letter-spacing: .005em;
  transition: transform .18s var(--ease), background-color .18s, box-shadow .18s, border-color .18s, color .18s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }
.btn-gold {
  background: linear-gradient(180deg, #D8B76A, var(--brass));
  color: #14110A;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset, 0 8px 20px -12px rgba(201, 165, 90, .6);
}
.btn-gold:hover { background: linear-gradient(180deg, #E4C883, #D2AE60); }
.btn-ghost {
  color: var(--bone);
  border: 1px solid rgba(243, 237, 227, .28);
  background: rgba(243, 237, 227, .04);
}
.btn-ghost:hover { border-color: rgba(243, 237, 227, .6); background: rgba(243, 237, 227, .08); }
.btn-dark { background: var(--ink); color: var(--bone); }
.btn-dark:hover { background: #222c36; }
.btn-outline { color: var(--ink); border: 1px solid rgba(19, 26, 33, .3); background: var(--cream-2); }
.btn-outline:hover { border-color: var(--ink); }
.btn-sm { min-height: 44px; padding: .55rem 1.15rem; font-size: .92rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem 1rem; align-items: center; }
.link-arrow {
  display: inline-flex; align-items: center; gap: .4rem; min-height: 44px;
  font-weight: 700; color: var(--ink);
}
.link-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s var(--ease); }
.link-arrow:hover svg { transform: translateX(3px); }
.link-arrow:hover { color: var(--brass-ink); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15, 23, 32, .84);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line-d);
  color: var(--bone);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--nav-h); }
.brand { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; }
.brand-mark { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; opacity: .92; }
.brand-name { font-family: var(--serif); font-variation-settings: "opsz" 40; font-weight: 500; font-size: 1.35rem; letter-spacing: -.01em; line-height: 1; }
.nav-links { display: none; gap: .25rem; }
.nav-links a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 .85rem;
  font-weight: 600; font-size: .95rem; color: var(--bone-70); border-radius: 8px;
  transition: color .15s, background-color .15s;
}
.nav-links a:hover { color: var(--bone); background: rgba(243, 237, 227, .06); }
.nav-actions { display: flex; align-items: center; gap: .5rem; }
.nav-phone {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-width: 44px; min-height: 44px; padding: 0; border-radius: 999px;
  font-weight: 700; font-size: .95rem; color: var(--bone);
  border: 1px solid rgba(243, 237, 227, .2);
  transition: border-color .15s, background-color .15s;
}
.nav-phone:hover { border-color: rgba(243, 237, 227, .5); background: rgba(243, 237, 227, .06); }
.nav-phone svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.nav-phone span { display: none; }
.nav-mail { display: none; align-items: center; justify-content: center; gap: .5rem; min-width: 44px; min-height: 44px; border-radius: 999px; font-weight: 600; font-size: .92rem; color: var(--bone-70); border: 1px solid rgba(243, 237, 227, .2); transition: border-color .15s, background-color .15s, color .15s; }
.nav-mail:hover { color: var(--bone); border-color: rgba(243, 237, 227, .5); background: rgba(243, 237, 227, .06); }
.nav-mail svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.nav-mail span { display: none; }
.nav-cta { display: none; }
.nav-toggle {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 999px;
  border: 1px solid rgba(243, 237, 227, .2); color: var(--bone);
}
.nav-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; grid-area: 1 / 1; }
.nav-toggle .ico-close { display: none; }
.nav-toggle[aria-expanded="true"] .ico-open { display: none; }
.nav-toggle[aria-expanded="true"] .ico-close { display: block; }

.menu {
  position: fixed; inset: var(--nav-h) 0 0 0; z-index: 49;
  color: var(--bone);
  background: rgba(15, 23, 32, .97);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  overflow-y: auto;
}
.menu[hidden] { display: none; }
.menu-inner { display: flex; flex-direction: column; gap: .25rem; padding-block: 1.25rem 2rem; }
.menu-inner > a:not(.btn) {
  display: flex; align-items: center; min-height: 56px;
  font-family: var(--serif); font-variation-settings: "opsz" 60; font-size: 1.9rem; font-weight: 400;
  border-bottom: 1px solid var(--line-d); color: var(--bone);
}
.menu-inner .btn { margin-top: 1.25rem; }
.menu-contact { display: flex; flex-direction: column; gap: .25rem; margin-top: 1.5rem; }
.menu-contact a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; color: var(--bone-70); }
body.menu-open { overflow: hidden; }

@media (min-width: 900px) {
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
  .nav-phone { padding: 0 1rem; border-color: transparent; }
  .nav-mail { display: inline-flex; }
  .nav-cta { display: inline-flex; }
  .menu { display: none !important; }
  .brand-name, .nav-links a, .nav-phone, .nav-mail, .nav-cta { white-space: nowrap; }
}
/* Nav text grows with the width: 900+ icons for phone + email, 1140+ phone number, 1300+ email address */
@media (min-width: 900px) and (max-width: 1139.98px) { .nav-links a { padding: 0 .7rem; } .nav-phone { padding: 0; border-color: rgba(243, 237, 227, .2); } }
@media (min-width: 1140px) { .nav-phone span { display: inline; } }
@media (min-width: 1300px) {
  .nav-mail { padding: 0 1rem 0 .85rem; }
  .nav-mail span { display: inline; }
}

/* ---------- Hero ---------- */
.hero { padding-top: clamp(1.75rem, 4vw, 2.25rem); padding-bottom: clamp(3rem, 6vw, 5rem); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(70% 55% at 15% -10%, rgba(201, 165, 90, 0.16), transparent 65%);
}
.hero-copy { display: grid; gap: clamp(1.4rem, 3vw, 2.5rem); margin-bottom: clamp(1.25rem, 3vw, 2rem); }
.hero-main { display: grid; gap: clamp(1.15rem, 2.5vw, 1.5rem); }
.hero-title {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144;
  font-weight: 400;
  font-size: clamp(3.1rem, 1.6rem + 6.4vw, 5.8rem);
  line-height: .98;
  letter-spacing: -0.025em;
  margin: 0;
}
.hero-title em { font-style: italic; font-weight: 300; color: var(--brass-light); }
.kicker {
  display: flex; align-items: center; gap: .65rem;
  font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bone-70); line-height: 1.4;
}
.kicker .sm { display: none; }
@media (max-width: 599.98px) { .kicker { font-size: .75rem; letter-spacing: .11em; } .kicker .lg { display: none; } .kicker .sm { display: inline; } }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brass-light); box-shadow: 0 0 10px 2px rgba(228, 200, 131, .45); flex: none; }
@media (prefers-reduced-motion: no-preference) {
  .dot { animation: glow 2.6s ease-in-out infinite; }
  @keyframes glow { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
}
.hero .lead { max-width: 44ch; }
.hero .cta-row { margin-top: .25rem; }
.quiet { font-size: .95rem; color: var(--bone-50); }
.quiet a { display: inline-flex; align-items: center; min-height: 44px; color: var(--bone-70); text-decoration: underline; text-underline-offset: .2em; text-decoration-color: rgba(243, 237, 227, .3); }
.quiet a:hover { color: var(--bone); text-decoration-color: currentColor; }
.quiet .sm { display: none; }
@media (min-width: 600px) { .quiet { flex-basis: 100%; margin-top: -.55rem; } }
/* Phone fold: one gold button, then "Call · Email us" as 44px text links, so the photo starts by ~560px */
@media (max-width: 599.98px) {
  .hero .cta-row { gap: .15rem 0; }
  .hero .btn-gold { width: 100%; }
  .hero-call { min-height: 44px; padding: 0; border: 0; background: none; font-weight: 700; text-decoration: underline; text-underline-offset: .2em; text-decoration-color: rgba(243, 237, 227, .3); }
  .hero-call:hover { background: none; text-decoration-color: currentColor; }
  .hero-call::after { content: "·"; margin-inline: .75rem; color: var(--bone-50); text-decoration: none; }
  .quiet .lg { display: none; }
  .quiet .sm { display: inline; }
  .quiet a { font-weight: 700; color: var(--bone); }
}

.hero-facts {
  display: grid; grid-template-columns: auto auto auto; justify-content: space-between; gap: 1rem .75rem;
  padding-top: 1.2rem; border-top: 1px solid var(--line-d);
}
.hero-facts li { display: grid; gap: .25rem; align-content: start; min-width: 0; }
.hero-facts strong { font-family: var(--serif); font-variation-settings: "opsz" 72; font-weight: 500; font-size: clamp(1.35rem, 1rem + 1.4vw, 1.7rem); line-height: 1; letter-spacing: -.01em; color: var(--bone); white-space: nowrap; }
.hero-facts span { font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bone-50); line-height: 1.3; }
@media (max-width: 359.98px) { .hero-facts { grid-template-columns: 1fr 1fr; } .kicker { letter-spacing: .08em; } }

@media (min-width: 900px) {
  /* Facts column aligns to the headline's cap line and reads as a sidebar; the mosaic lands ~575px down at 1440x900 */
  .hero-copy { grid-template-columns: minmax(0, 8fr) minmax(0, 3fr); align-items: start; column-gap: clamp(3rem, 6vw, 6rem); }
  .hero-facts { display: grid; grid-template-columns: 1fr; gap: 0; padding: 0; border: 0; margin-top: 3.4rem; }
  .hero-facts li { grid-template-columns: 1fr; padding-block: 1rem; border-top: 1px solid var(--line-d); }
  .hero-facts li:last-child { border-bottom: 1px solid var(--line-d); }
  .hero-facts strong { font-size: 2rem; }
  .hero-facts span { font-size: .75rem; }
}

/* Mosaic */
.mosaic {
  --unit: clamp(150px, 15.5vw, 205px);
  display: grid; gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tile {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background: var(--navy-3);
}
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile::after, .photo::after, .banner::after, .tour-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(15, 23, 32, .55));
  border-radius: inherit;
}
.cap {
  position: absolute; left: 14px; bottom: 12px; z-index: 1;
  display: inline-flex; align-items: baseline; gap: .55em;
  font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--bone);
  line-height: 1.2;
}
.cap b { font-family: var(--serif); font-variation-settings: "opsz" 40; font-weight: 500; font-style: italic; letter-spacing: .02em; font-size: .85rem; color: var(--brass-light); text-transform: none; }
/* Tiles are numbered by reading order at every width: 01 hero, 02 + 03 stacked, 04 tall (right on phone, right on desktop) */
.m-hero { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
.m-tall { grid-column: 2; grid-row: 2 / span 2; }
.m-a { grid-column: 1; grid-row: 2; aspect-ratio: 4 / 3; }
.m-b { grid-column: 1; grid-row: 3; aspect-ratio: 4 / 3; }
.m-hero img { object-position: 60% 50%; }

@media (min-width: 720px) {
  .mosaic { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: var(--unit); gap: 12px; }
  .m-hero { grid-column: 1 / span 8; grid-row: 1 / span 2; aspect-ratio: auto; }
  .m-tall { grid-column: 9 / span 4; grid-row: 1 / span 3; }
  .m-a { grid-column: 1 / span 4; grid-row: 3; aspect-ratio: auto; }
  .m-b { grid-column: 5 / span 4; grid-row: 3; aspect-ratio: auto; }
  .cap { left: 18px; bottom: 16px; }
}

/* ---------- The Offices ---------- */
.offices-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
.offices-copy .h2 { margin-bottom: 1.1rem; }
.offices-copy .lead { margin-bottom: 2.2rem; }
.feature-list { display: grid; gap: 1.35rem; margin-bottom: 2.4rem; }
.feature-list li { display: grid; grid-template-columns: 2.4rem 1fr; gap: .5rem; align-items: start; }
.num { font-family: var(--serif); font-variation-settings: "opsz" 40; font-weight: 500; font-style: italic; font-size: 1rem; color: var(--brass-ink); letter-spacing: .02em; padding-top: .25rem; }
.feature-list h3 { font-family: var(--serif); font-variation-settings: "opsz" 40; font-weight: 500; font-size: 1.32rem; line-height: 1.2; letter-spacing: -.01em; margin-bottom: .3rem; }
.feature-list p { color: var(--ink-70); max-width: 46ch; text-wrap: pretty; }

.offices-photos { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); }
.photo { position: relative; overflow: hidden; border-radius: var(--radius); background: #e9e2d8; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { grid-column: 1 / span 10; grid-row: 1; aspect-ratio: 4 / 4.4; }
.photo-detail {
  grid-column: 6 / span 7; grid-row: 1; align-self: end; margin-bottom: -12%;
  aspect-ratio: 4 / 3; border: 6px solid var(--cream); box-shadow: 0 24px 40px -30px rgba(19, 26, 33, .45);
}
.photo-main img { object-position: 45% 50%; }
@media (min-width: 900px) {
  .offices-grid { grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(3rem, 6vw, 6rem); }
  .offices-photos { padding-bottom: 12%; }
  .photo-main { grid-column: 1 / span 10; aspect-ratio: 4 / 4.6; }
  .photo-detail { grid-column: 6 / span 7; margin-bottom: -22%; border-width: 8px; }
}

/* ---------- Amenities: hairline ledger, not icon cards ---------- */
.amenity-grid {
  display: grid; gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--line-d);
  border-block: 1px solid var(--line-d);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.amenity-grid li {
  display: grid; gap: .3rem; align-content: start;
  padding: 1.1rem .9rem 1.2rem 0;
  background: var(--navy);
}
.amenity-grid li:nth-child(2n) { padding-left: 1rem; padding-right: 0; }
.amenity-grid svg {
  width: 24px; height: 24px; margin-bottom: .7rem;
  fill: none; stroke: var(--bone); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; opacity: .85;
}
.amenity-grid svg .fill { fill: var(--bone); stroke: none; }
.amenity-grid h3 { font-family: var(--serif); font-variation-settings: "opsz" 40; font-weight: 500; font-size: 1.1rem; line-height: 1.2; letter-spacing: -.01em; color: var(--bone); }
.amenity-grid p { font-size: .92rem; line-height: 1.5; color: var(--bone-70); text-wrap: pretty; }
@media (min-width: 720px) {
  .amenity-grid li { padding: 1.6rem 1.25rem 1.8rem 0; }
  .amenity-grid li:nth-child(2n) { padding-left: 1.25rem; }
  .amenity-grid svg { width: 26px; height: 26px; margin-bottom: .9rem; }
  .amenity-grid h3 { font-size: 1.15rem; }
}
@media (min-width: 1024px) {
  .amenity-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .amenity-grid li, .amenity-grid li:nth-child(2n) { padding: 1.8rem 1.4rem 2rem 1.4rem; }
  .amenity-grid li:nth-child(4n+1) { padding-left: 0; }
  .amenity-grid li:nth-child(4n) { padding-right: 0; }
}

.banner { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 16 / 9; background: var(--navy-3); }
.banner img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 60%; }
.amenity-note { margin-top: 1.25rem; font-size: .95rem; color: var(--bone-50); max-width: 62ch; text-wrap: pretty; }
@media (min-width: 720px) { .banner { aspect-ratio: 21 / 9; } .banner img { object-position: 38% 60%; } }

/* ---------- Location ---------- */
.loc-grid { display: grid; gap: clamp(2.25rem, 4vw, 3.5rem); margin-bottom: clamp(2rem, 4vw, 3rem); }
.loc-copy { display: grid; gap: 1.6rem; align-content: start; }
.loc-head .h2 { margin-bottom: 1.1rem; }
.addr { display: grid; gap: .2rem; padding-top: 1.4rem; border-top: 1px solid var(--line-l); }
.addr strong { font-family: var(--serif); font-variation-settings: "opsz" 40; font-weight: 500; font-size: 1.3rem; letter-spacing: -.01em; }
.addr span { color: var(--ink-70); font-size: .95rem; }
.addr .link-arrow { margin-top: .2rem; color: var(--brass-ink); }
.addr .link-arrow:hover { color: var(--ink); }

.loc-facts { display: grid; gap: 1.4rem; margin-bottom: clamp(2.5rem, 4vw, 3.5rem); }
.loc-fact { padding-top: 1rem; border-top: 1px solid var(--line-l); }
.loc-fact h3 { font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-50); margin-bottom: .45rem; }
.loc-fact p { color: var(--ink); font-size: 1rem; line-height: 1.55; text-wrap: pretty; }
.drive { display: grid; }
.drive li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .45rem 0; border-top: 1px solid var(--line-l); font-size: .95rem; }
.drive li:first-child { border-top: 0; padding-top: 0; }
.drive span { color: var(--ink); font-weight: 600; }
.drive b { font-weight: 500; color: var(--ink-70); font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
@media (min-width: 720px) {
  .loc-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 2.5rem; }
  .loc-fact { padding-top: 1.25rem; }
  .loc-fact:last-child { grid-column: 1 / -1; }
  .loc-fact:last-child .drive { grid-template-columns: 1fr 1fr; column-gap: 2.5rem; }
  .loc-fact:last-child .drive li:nth-child(2) { border-top: 0; padding-top: 0; }
}
@media (min-width: 1024px) {
  .loc-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .loc-fact:last-child { grid-column: auto; }
  .loc-fact:last-child .drive { grid-template-columns: 1fr; }
  .loc-fact:last-child .drive li:nth-child(2) { border-top: 1px solid var(--line-l); padding-top: .45rem; }
}

.map-card { border-radius: var(--radius); background: var(--cream-2); border: 1px solid var(--line-l); overflow: hidden; }
.map { position: relative; aspect-ratio: 4 / 3; background: var(--cream-2); overflow: hidden; }
.map-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-road, .map-label, .map-title, .map-n { font-family: var(--sans); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; fill: var(--ink-50); font-size: 10px; }
.map-label { fill: var(--brass-ink); font-size: 8.5px; }
.map-title { fill: var(--ink); font-size: 11px; }
.map-n { fill: var(--ink-50); font-size: 9px; }
.map iframe, .map noscript iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.85) contrast(1.02); }
.map.is-loaded .map-art { display: none; }
.map-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .6rem 1.2rem; padding: .9rem 1rem; border-top: 1px solid var(--line-l); }
.map-foot .link-arrow { color: var(--brass-ink); font-size: .95rem; }
.map-foot .link-arrow:hover { color: var(--ink); }
.map.is-loaded + .map-foot .map-load { display: none; }

@media (min-width: 900px) {
  .loc-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: clamp(3rem, 6vw, 5.5rem); }
  .map { aspect-ratio: 4 / 3; }
}

.exterior { position: relative; overflow: hidden; border-radius: var(--radius); background: #d9e3ee; }
.exterior-media { position: relative; }
.exterior img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: 60% 40%; }
.exterior-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(15, 23, 32, .55)); pointer-events: none; }
.exterior figcaption { position: relative; }
/* Center facts sit in a navy strip under the photo at every width (never over the parked cars) */
.stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; padding: 1rem 1.1rem 1.1rem; background: var(--navy); color: var(--bone-70); font-size: .76rem; line-height: 1.3; }
.stat-row li { display: grid; gap: .15rem; }
.stat-row strong { display: block; font-family: var(--serif); font-variation-settings: "opsz" 72; font-weight: 500; font-size: 1.5rem; color: var(--bone); letter-spacing: -.01em; line-height: 1; white-space: nowrap; }
@media (min-width: 1024px) {
  .exterior img { aspect-ratio: 21 / 9; object-position: 50% 45%; }
  .exterior .cap { left: 28px; bottom: 24px; }
  .stat-row { display: flex; gap: .6rem 3rem; padding: 1.35rem 1.8rem; font-size: .9rem; }
  .stat-row li { display: block; }
  .stat-row strong { display: inline; font-size: 1.8rem; margin-right: .4rem; }
}

/* ---------- Why ---------- */
.why-head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.why-head .h2 { max-width: 20ch; }
.why-grid { display: grid; gap: 0; border-top: 1px solid var(--line-l); }
.why-grid li { display: grid; grid-template-columns: 2.6rem 1fr; column-gap: .4rem; padding: 1.4rem 0 1.6rem; border-bottom: 1px solid var(--line-l); }
.roman { grid-row: 1 / span 2; font-family: var(--serif); font-variation-settings: "opsz" 72; font-style: italic; font-weight: 300; font-size: 1.7rem; line-height: 1; color: var(--brass-deep); padding-top: .15rem; }
.why-grid h3 { grid-column: 2; font-family: var(--serif); font-variation-settings: "opsz" 60; font-weight: 500; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.015em; margin-bottom: .5rem; }
.why-grid p { grid-column: 2; color: var(--ink-70); text-wrap: pretty; max-width: 40ch; }
@media (min-width: 900px) {
  .why-grid { grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line-l); }
  .why-grid li { display: block; padding: 2.2rem 2rem 2.4rem; border-bottom: 0; border-left: 1px solid var(--line-l); }
  .why-grid li:first-child { padding-left: 0; border-left: 0; }
  .why-grid li:last-child { padding-right: 0; }
  .roman { display: block; font-size: 2rem; margin-bottom: 1.1rem; padding: 0; }
  .why-grid h3 { font-size: 1.5rem; margin-bottom: .6rem; }
}

/* ---------- FAQ ---------- */
.faq-grid { display: grid; gap: clamp(2rem, 4vw, 3rem); }
.faq-head .h2 { margin-bottom: 1rem; }
.faq-list { display: grid; border-top: 1px solid var(--line-l); }
details { border-bottom: 1px solid var(--line-l); }
summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 0; min-height: 56px; cursor: pointer; list-style: none;
  font-family: var(--serif); font-variation-settings: "opsz" 40; font-weight: 500; font-size: 1.15rem; letter-spacing: -.01em; line-height: 1.3;
}
summary::-webkit-details-marker { display: none; }
summary:hover { color: var(--brass-ink); }
.plus { position: relative; width: 24px; height: 24px; flex: none; border-radius: 50%; border: 1px solid var(--brass-deep); transition: background-color .2s, border-color .2s; }
.plus::before, .plus::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--brass-deep); transform: translate(-50%, -50%); transition: transform .2s var(--ease), background-color .2s; }
.plus::before { width: 10px; height: 1.5px; }
.plus::after { width: 1.5px; height: 10px; }
details[open] .plus { background: var(--brass-deep); }
details[open] .plus::before, details[open] .plus::after { background: var(--cream); }
details[open] .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-body { padding: 0 2.5rem 1.2rem 0; color: var(--ink-70); max-width: 62ch; }
.faq-body a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: .18em; text-decoration-color: var(--brass); }
/* In-sentence links: widen the hit box to 44px without moving the text */
.faq-body a, .faq-head .lead a, .form-note a { display: inline-block; padding-block: .7rem; margin-block: -.7rem; }
@media (prefers-reduced-motion: no-preference) {
  details[open] .faq-body { animation: faq-in .28s var(--ease); }
  @keyframes faq-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
}
@media (min-width: 900px) { .faq-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; } .faq-head { position: sticky; top: calc(var(--nav-h) + 2rem); } summary { padding: 1.2rem 0; font-size: 1.25rem; } }

/* ---------- Tour ---------- */
.tour::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(60% 55% at 85% 100%, rgba(201, 165, 90, 0.14), transparent 65%);
}
.tour-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.tour-copy .h2 { margin-bottom: 1rem; }
.tour-copy .lead { margin-bottom: 2rem; }
.contact-lines { display: grid; gap: .3rem; margin-bottom: 1.6rem; }
.contact-big {
  display: inline-flex; align-items: center; min-height: 44px; width: fit-content;
  font-family: var(--serif); font-variation-settings: "opsz" 72; font-weight: 500; letter-spacing: -.015em;
  font-size: clamp(1.9rem, 1.4rem + 2vw, 2.8rem); color: var(--bone); line-height: 1.1;
}
.contact-big:hover { color: var(--brass-light); }
.contact-mail { display: inline-flex; align-items: center; min-height: 44px; width: fit-content; font-weight: 600; color: var(--brass-light); text-decoration: underline; text-underline-offset: .2em; text-decoration-color: rgba(228, 200, 131, .4); }
.contact-mail:hover { text-decoration-color: currentColor; }
.tour-address { color: var(--bone-50); font-size: .95rem; }
.tour-photo { display: none; position: relative; margin-top: 2.5rem; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9; background: var(--navy-3); }
.tour-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.tour-photo::after { background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 32, .62)); }
@media (min-width: 900px) { .tour-photo { display: block; } }

.tour-form {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(243, 237, 227, .06), rgba(243, 237, 227, .03));
  border: 1px solid var(--line-d);
}
.form-grid { display: grid; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field > span { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--bone-70); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: .75rem .95rem;
  font: inherit; color: var(--bone);
  background: rgba(15, 23, 32, .6);
  border: 1px solid rgba(243, 237, 227, .18); border-radius: var(--radius);
  transition: border-color .15s, box-shadow .15s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 2.5rem; background-image: linear-gradient(45deg, transparent 50%, var(--bone-70) 50%), linear-gradient(135deg, var(--bone-70) 50%, transparent 50%); background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; }
.field select option { color: var(--ink); background: #fff; }
.field input::placeholder, .field textarea::placeholder { color: rgba(243, 237, 227, .38); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: none; border-color: var(--brass-light); box-shadow: 0 0 0 3px rgba(228, 200, 131, .25); }
.field.invalid input, .field.invalid textarea { border-color: #E08A7A; }
.field-wide { grid-column: 1 / -1; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-help { margin-top: .9rem; font-size: .88rem; color: var(--bone-50); }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1.1rem; }
.form-foot .btn { flex: none; }
.form-note { font-size: .9rem; color: var(--bone-50); }
.form-note a { color: var(--bone-70); text-decoration: underline; text-underline-offset: .18em; }
.form-status { margin-top: 1rem; font-weight: 600; min-height: 0; scroll-margin-top: calc(var(--nav-h) + 1.5rem); }
.form-status:empty { display: none; }
.form-status.ok { color: var(--brass-light); }
.form-status.err { color: #F0A899; }
.form-status a { text-decoration: underline; text-underline-offset: .18em; }
/* Success: JS adds .sent and fills .form-status; without JS the Worker redirects to #tour-sent and :target shows .form-sent */
.form-sent { display: none; scroll-margin-top: calc(var(--nav-h) + 1.5rem); }
.form-sent:target { display: block; }
.form-sent:focus { outline: none; }
.tour-form.sent .form-grid, .tour-form.sent .form-foot, .tour-form.sent .form-help,
.tour-form:has(.form-sent:target) .form-grid, .tour-form:has(.form-sent:target) .form-foot, .tour-form:has(.form-sent:target) .form-help { display: none; }
.tour-form.sent .form-status, .form-sent:target {
  margin: 0; padding: 1.5rem 0; font-family: var(--serif); font-variation-settings: "opsz" 60; font-weight: 400; font-size: 1.6rem; line-height: 1.3; color: var(--bone);
}
.tour-form.sent .form-status em, .form-sent em { font-style: italic; font-weight: 300; color: var(--brass-light); }
.tour-form.sent .form-status small, .form-sent small { display: block; margin-top: .6rem; font-family: var(--sans); font-size: 1rem; font-weight: 500; color: var(--bone-70); }
.form-sent a { text-decoration: underline; text-underline-offset: .18em; }
.btn[disabled] { opacity: .65; cursor: progress; }
@media (min-width: 600px) { .form-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .tour-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: clamp(3rem, 6vw, 6rem); } }

/* ---------- Footer ---------- */
.footer { padding-top: clamp(3rem, 6vw, 4.5rem); border-top: 1px solid var(--line-d); }
.footer-inner { display: grid; gap: 2rem; padding-bottom: 2.5rem; }
.footer-brand p { margin-top: .8rem; color: var(--bone-50); font-size: .95rem; }
.footer-brand .coords { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.2rem; font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--brass); font-variant-numeric: tabular-nums; }
.coords svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.foot-eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--bone-50); margin-bottom: .6rem; line-height: 1.4; }
.footer-contact { display: grid; gap: 0; color: var(--bone-70); align-content: start; }
.footer-contact > span { line-height: 1.5; padding-bottom: .35rem; }
.footer-contact a { display: inline-flex; align-items: center; min-height: 44px; margin-block: -2px; width: fit-content; font-weight: 600; color: var(--bone); }
.footer-contact a:hover { color: var(--brass-light); }
.footer-links { display: flex; flex-wrap: wrap; gap: 0 1.2rem; align-content: start; }
.footer-links .foot-eyebrow { flex-basis: 100%; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; margin-block: -2px; padding-inline: .4rem; margin-inline: -.4rem; color: var(--bone-70); font-weight: 600; }
.footer-links a:hover { color: var(--bone); }
@media (max-width: 599.98px) {
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
  .footer-links .foot-eyebrow { grid-column: 1 / -1; }
  .footer-links a:last-child { grid-column: 1 / -1; margin-top: .4rem; color: var(--brass-light); }
}
.footer-base { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1.5rem; padding-block: 1.4rem 2rem; border-top: 1px solid var(--line-d); font-size: .88rem; color: var(--bone-70); }
.footer-base .muted { color: var(--bone-50); }
/* main.js appends the admin-mode entry point here: a 44px target that reads as a footnote, not a button */
.admin-link {
  display: inline-flex; align-items: center; min-height: 44px; margin: -11px -.5rem -11px 0; padding: 0 .5rem;
  font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bone-50); opacity: .6; border-radius: 6px; transition: opacity .15s, color .15s;
}
.admin-link:hover, .admin-link:focus-visible { opacity: 1; color: var(--bone); }
@media (min-width: 600px) { .footer-base .muted { margin-left: auto; } }
@media (min-width: 900px) {
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; }
  .footer-brand .brand { margin-top: -.55rem; } /* wordmark cap line meets the column eyebrows */
  .footer-links { flex-direction: column; align-items: flex-start; }
  .footer-links .foot-eyebrow { flex-basis: auto; }
}

/* ---------- 404 ---------- */
.oops { min-height: calc(100vh - var(--nav-h)); display: grid; align-content: center; padding-block: clamp(4rem, 10vw, 8rem); }
.oops .h2 { margin-bottom: 1rem; }
.oops .lead { margin-bottom: 2rem; }

/* ---------- Reveal ----------
   main.js adds html.js only once its IntersectionObserver is live, so a missing or broken script never hides content. */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
  .js [data-reveal].in { opacity: 1; transform: none; }
}
@media print { [data-reveal] { opacity: 1 !important; transform: none !important; } .nav, .menu { position: static; } }
