/* Campus Village leasing site
   Warm ivory paper, charcoal type, a forest green matched to the street-tree
   foliage in the August 2026 aerials (sampled around #31470f, tuned to
   #2f4a1c for legibility) used as an accent, and a clay button colour.      */

:root {
  --paper: #f4efe5;
  --paper-2: #eae3d5;
  --paper-3: #ddd4c2;
  --ink: #1d1e1b;
  --ink-2: #4b4c46;
  --ink-3: #5f605a;
  --forest: #2f4a1c;
  --forest-2: #3d5f28;
  --forest-tint: rgba(47, 74, 28, 0.08);
  --clay: #b4553a;
  --clay-2: #8f4330;
  --line: rgba(29, 30, 27, 0.16);
  --line-light: rgba(244, 239, 229, 0.22);
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Instrument Sans", "Helvetica Neue", Arial, system-ui, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --max: 1400px;
  --s1: 0.5rem; --s2: 1rem; --s3: 1.5rem; --s4: 2.5rem; --s5: 4rem; --s6: 6rem;
  --radius: 4px;
  --topbar-h: 4rem;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.nav-locked { overflow: hidden; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 1.0625rem; line-height: 1.55;
  font-feature-settings: "kern", "liga"; -webkit-font-smoothing: antialiased;
}
img, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.05; margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
button { font: inherit; color: inherit; }
figure { margin: 0; }
.num { font-variant-numeric: lining-nums tabular-nums; }
.muted { color: var(--ink-3); }
.vis-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.container { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }
.skip { position: absolute; left: var(--s2); top: -4rem; z-index: 100; background: var(--clay); color: #fff; padding: var(--s1) var(--s2); border-radius: var(--radius); }
.skip:focus { top: var(--s2); }

/* ---------- type ---------- */
.eyebrow { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); margin: 0 0 var(--s2); display: flex; gap: 0.9em; align-items: baseline; }
.eyebrow-light { color: rgba(244, 239, 229, 0.8); }
.chapter { font-family: var(--serif); font-size: 1.4rem; letter-spacing: 0; color: var(--forest); font-variation-settings: "opsz" 144; line-height: 1; }
.section-title { font-size: clamp(2.25rem, 4.6vw, 4rem); max-width: 18ch; font-variation-settings: "opsz" 144, "wght" 380; }
.section-lede { font-size: 1.125rem; max-width: 62ch; margin-top: var(--s2); color: var(--ink-2); }
.note { font-size: 0.9375rem; color: var(--ink-2); max-width: 80ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  min-height: 2.9rem; padding: 0.6rem 1.35rem; border-radius: 999px;
  font-family: var(--sans); font-weight: 600; font-size: 0.9375rem; letter-spacing: 0.01em; line-height: 1.2;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn-small { min-height: 2.5rem; padding: 0.45rem 1.05rem; font-size: 0.875rem; }
.btn-primary { background: var(--clay); color: #fff; border-color: var(--clay); }
.btn-primary:hover { background: var(--clay-2); border-color: var(--clay-2); }
.btn-light { background: rgba(244, 239, 229, 0.92); color: var(--ink); border-color: rgba(244, 239, 229, 0.92); }
.btn-light:hover { background: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--forest); color: var(--forest); }
.icon-btn {
  min-width: 2.75rem; min-height: 2.75rem; border-radius: 999px; border: 1.5px solid rgba(244, 239, 229, 0.35);
  background: rgba(29, 30, 27, 0.55); color: var(--paper); font-size: 1.1rem; cursor: pointer; padding: 0 0.85rem;
}
.icon-btn:hover { background: rgba(29, 30, 27, 0.85); }

/* ---------- top bar ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--topbar-h);
  background: rgba(244, 239, 229, 0.94); color: var(--ink); border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.topbar-inner { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--s3); }
.brand { display: flex; align-items: center; text-decoration: none; line-height: 1; order: 3; padding-left: clamp(0.9rem, 2vw, 1.75rem); border-left: 1px solid var(--line); }
.brand-logo { width: auto; height: 0.8rem; opacity: 0.85; filter: invert(0.88); transition: filter 0.25s ease, opacity 0.2s ease; }
.brand:hover .brand-logo { opacity: 1; }
.nav { display: flex; align-items: center; gap: clamp(0.9rem, 2vw, 1.75rem); margin-left: auto; }
.nav a:not(.btn) { font-size: 0.8125rem; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; padding: 0.35rem 0; border-bottom: 1px solid transparent; }
.nav a:not(.btn):hover { border-bottom-color: currentColor; }
.nav-toggle { display: none; }
.js .topbar.over-hero { background: transparent; color: var(--paper); border-bottom-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.js .topbar.over-hero .brand-logo { filter: none; }
.js .topbar.over-hero .nav a:not(.btn) { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45); }
.js .topbar.over-hero .brand { border-left-color: rgba(244, 239, 229, 0.3); }

@media (max-width: 899px) {
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem;
    background: none; border: 1.5px solid currentColor; border-radius: 999px; cursor: pointer; position: relative;
  }
  .nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after { display: block; width: 1.1rem; height: 2px; background: currentColor; position: absolute; left: 50%; transform: translateX(-50%); content: ""; transition: transform 0.2s ease; }
  .nav-toggle-bar { top: calc(50% - 1px); }
  .nav-toggle-bar::before { top: -6px; } .nav-toggle-bar::after { top: 6px; }
  .nav-open .nav-toggle-bar { background: transparent; }
  .nav-open .nav-toggle-bar::before { transform: translateX(-50%) translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle-bar::after { transform: translateX(-50%) translateY(-6px) rotate(-45deg); }
  .brand { order: 0; padding-left: 0; border-left: 0; }
  .brand-logo { height: 0.9rem; }
  .nav {
    position: fixed; inset: var(--topbar-h) 0 0 0; background: var(--forest); color: var(--paper);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: var(--s3); padding: var(--gutter);
    transform: translateX(100%); transition: transform 0.25s ease; visibility: hidden;
  }
  .nav a:not(.btn) { font-family: var(--serif); font-size: 2rem; letter-spacing: 0; text-transform: none; }
  .nav-open .nav { transform: none; visibility: visible; }
  .topbar.nav-open, .js .topbar.over-hero.nav-open { background: var(--forest); color: var(--paper); border-bottom-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .topbar.nav-open .brand-logo { filter: none; }
  @media (prefers-reduced-motion: reduce) { .nav { transition: none; } }
}

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; background: var(--forest); color: var(--paper); isolation: isolate; }
.hero-media, .hero-media picture, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 42% 55%; }
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to bottom, rgba(22, 30, 25, 0.62) 0%, rgba(22, 30, 25, 0.28) 9%, rgba(22, 30, 25, 0) 22%),
    linear-gradient(to top, rgba(22, 30, 25, 0.9) 0%, rgba(22, 30, 25, 0.66) 30%, rgba(22, 30, 25, 0.15) 60%, rgba(22, 30, 25, 0) 78%),
    linear-gradient(to right, rgba(22, 30, 25, 0.3), rgba(22, 30, 25, 0) 55%);
}
.hero-content { position: relative; z-index: 2; padding-top: calc(var(--topbar-h) + var(--s5)); padding-bottom: clamp(2rem, 6vh, 4.5rem); }
.hero-title { font-size: clamp(3.2rem, 9.5vw, 8.5rem); line-height: 0.95; letter-spacing: -0.02em; font-variation-settings: "opsz" 144, "wght" 420; margin: 0 0 var(--s3); }
.hero-eyebrow { font-family: var(--sans); font-weight: 700; font-size: clamp(0.9rem, 1.2vw, 1.05rem); letter-spacing: 0.22em; text-transform: uppercase; color: var(--paper); margin: 0 0 var(--s2); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }
.chips { display: flex; flex-wrap: wrap; gap: var(--s1); margin-bottom: var(--s3); }
.chip { display: inline-flex; flex-direction: column; text-decoration: none; padding: 0.55rem 1rem 0.6rem; border: 1px solid rgba(244, 239, 229, 0.35); border-radius: var(--radius); background: rgba(22, 30, 25, 0.35); min-width: 9.5rem; }
.chip:hover { border-color: var(--paper); background: rgba(22, 30, 25, 0.55); }
.chip-label { font-size: 0.6875rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(244, 239, 229, 0.75); }
.chip-val { font-family: var(--serif); font-size: 1.6rem; line-height: 1.1; font-variation-settings: "opsz" 72, "wght" 450; }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--s2); }
.hero-address { margin-top: var(--s3); font-size: 0.8125rem; letter-spacing: 0.08em; color: rgba(244, 239, 229, 0.75); text-transform: uppercase; }
.hero-sentinel { position: absolute; inset: 0 0 auto 0; height: calc(100% - 4rem); pointer-events: none; }
@media (max-width: 899px) { .hero-content { padding-bottom: calc(4.6rem + env(safe-area-inset-bottom)); } }
@media (max-width: 640px) {
  .hero-media img { object-position: 36% 40%; }
  .chip { min-width: calc(50% - var(--s1)); flex: 1; }
  .hero-actions .btn { flex: 1; white-space: nowrap; padding-inline: 0.9rem; font-size: 0.9rem; }
  .hero-address { font-size: 0.75rem; }
}

/* ---------- sections ---------- */
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section-head { margin-bottom: clamp(2rem, 4vw, 3.5rem); }

/* ---------- suites ---------- */
.suites-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 3rem); }
.suite { display: grid; gap: var(--s3); align-content: start; }
.suite-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 2px; }
.suite-body { display: grid; gap: var(--s2); }
.suite-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 0.6em; margin: 0; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.4rem); font-variation-settings: "opsz" 96, "wght" 420; line-height: 1.1; }
.suite-dot { color: var(--ink-3); }
.suite-area { color: var(--forest); }
.suite-former { margin: 0; font-size: 0.8125rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); }
.suite-prose { font-size: 1.0625rem; max-width: 52ch; color: var(--ink); }
.suite-actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s1); }
.suites .note { margin-top: var(--s4); padding-top: var(--s2); border-top: 1px solid var(--line); }
@media (max-width: 899px) { .suites-grid { grid-template-columns: minmax(0, 1fr); gap: var(--s5); } }

/* ---------- site plan ---------- */
.plan { background: var(--paper-2); }
.plan-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr); gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.plan-frame { position: relative; background: var(--paper-3); border: 1px solid var(--line); }
.plan-frame img { width: 100%; height: auto; }
.hotspots, .outlines { position: absolute; inset: 0; }
.hotspot { position: absolute; margin: 0; padding: 0; background: rgba(47, 74, 28, 0.06); border: 2px solid rgba(47, 74, 28, 0.55); border-radius: 2px; cursor: pointer; transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.hotspot:hover, .hotspot.is-hover { background: rgba(47, 74, 28, 0.18); border-color: var(--forest); }
.hotspot[aria-pressed="true"], .hotspot.is-selected { background: rgba(180, 85, 58, 0.3); border-color: var(--clay); box-shadow: 0 0 0 3px rgba(180, 85, 58, 0.4), 0 8px 24px rgba(0, 0, 0, 0.25); }
.hotspot:focus-visible { outline: 3px solid var(--clay); outline-offset: 2px; }
.outlines .hotspot { pointer-events: none; }
.plan-cap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s2); align-items: center; margin-top: var(--s2); color: var(--ink-2); font-size: 0.8125rem; }
.plan-aside { background: var(--paper); border: 1px solid var(--line); padding: var(--s3); min-height: 12rem; }
.plan-info h3 { font-size: 1.9rem; margin: 0 0 0.35rem; font-variation-settings: "opsz" 96, "wght" 420; display: flex; flex-wrap: wrap; gap: 0 0.6em; align-items: baseline; }
.plan-info h3 .num { color: var(--forest); }
.plan-info-former { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); margin-bottom: var(--s2); }
.plan-info p { font-size: 0.9375rem; color: var(--ink); }
.plan-actions { display: flex; flex-wrap: wrap; gap: var(--s1); margin-top: var(--s3); }
.plan-cards { list-style: none; margin: 0 0 var(--s3); padding: 0; display: none; gap: var(--s1); }
.plan-card-btn { width: 100%; display: flex; gap: var(--s2); align-items: center; text-align: left; padding: 0.7rem 0.9rem; background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius); cursor: pointer; }
.plan-card-btn[aria-pressed="true"] { border-color: var(--clay); background: rgba(180, 85, 58, 0.1); }
.suite-num { display: inline-flex; align-items: center; justify-content: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--forest); color: var(--paper); font-family: var(--serif); font-size: 1.1rem; flex: none; }
.plan-card-text { line-height: 1.3; }
.plan-card-text .num { color: var(--forest); font-family: var(--serif); font-size: 1.1rem; }
.plan-card-text .muted { font-size: 0.8125rem; }
@media (max-width: 1099px) { .plan-layout { grid-template-columns: 1fr; } .plan-cards { display: grid; grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .plan-cards { grid-template-columns: 1fr; } }

.plan-dialog { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: #0f1512; color: var(--paper); display: none; flex-direction: column; }
.plan-dialog[open] { display: flex; }
.plan-dialog::backdrop { background: rgba(0, 0, 0, 0.7); }
.plan-dialog-bar { display: flex; align-items: center; justify-content: space-between; gap: var(--s2); padding: 0.6rem var(--gutter); border-bottom: 1px solid var(--line-light); flex: none; }
.plan-dialog-title { margin: 0; font-family: var(--serif); font-size: 1.15rem; }
.plan-dialog-title .muted { font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(244, 239, 229, 0.6); margin-left: 0.6em; }
.zoom-controls { display: flex; gap: 0.4rem; }
.zoom-viewport { flex: 1; min-height: 0; position: relative; overflow: hidden; touch-action: none; cursor: grab; background: #0f1512; }
.zoom-viewport.is-dragging { cursor: grabbing; }
.zoom-viewport:focus-visible { outline: 3px solid var(--clay); outline-offset: -3px; }
.zoom-layer { position: absolute; left: 0; top: 0; transform-origin: 0 0; will-change: transform; }
.zoom-layer img { width: 100%; height: 100%; user-select: none; -webkit-user-drag: none; }
.plan-dialog-help { margin: 0; padding: 0.5rem var(--gutter); font-size: 0.75rem; color: rgba(244, 239, 229, 0.6); border-top: 1px solid var(--line-light); flex: none; }
@media (max-width: 640px) { .plan-dialog-title .muted, .plan-dialog-help { display: none; } }

/* ---------- photos ---------- */
.gallery-group + .gallery-group { margin-top: clamp(2.5rem, 5vw, 4rem); }
.gallery-label { font-size: 0.75rem; font-family: var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); margin-bottom: var(--s2); padding-bottom: var(--s1); border-bottom: 1px solid var(--line); }
.gallery-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s2); }
.gallery-item { margin: 0; }
.gallery-btn { display: block; width: 100%; padding: 0; border: 0; background: var(--paper-2); cursor: zoom-in; border-radius: 2px; overflow: hidden; }
.gallery-btn img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform 0.4s ease; }
.gallery-btn:hover img { transform: scale(1.02); }
.gallery-group:first-child .gallery-item:first-child { grid-column: span 2; }
.gallery-group:first-child .gallery-item:first-child img { aspect-ratio: 16 / 9; }
@media (max-width: 899px) { .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } .gallery-group:first-child .gallery-item:first-child { grid-column: auto; } }

.lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: #0f1512; color: var(--paper); }
.lightbox::backdrop { background: rgba(0, 0, 0, 0.6); }
.lightbox-fig { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4.5rem var(--gutter) 3.5rem; gap: var(--s2); }
.lightbox-fig picture { max-width: 100%; max-height: calc(100% - 3rem); display: flex; }
.lightbox-fig img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.lightbox-fig figcaption { color: rgba(244, 239, 229, 0.7); font-size: 0.8125rem; letter-spacing: 0.08em; }
.lightbox-close { position: absolute; top: 1rem; right: var(--gutter); }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: var(--gutter); } .lightbox-next { right: var(--gutter); }
@media (max-width: 640px) { .lightbox-prev, .lightbox-next { top: auto; bottom: 0.75rem; transform: none; } .lightbox-fig { padding-bottom: 4.5rem; } }

/* ---------- tour ---------- */
.tour { background: var(--paper-2); border-top: 4px solid var(--forest); }
.tour-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.tour-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px; }
.contact-block { margin-top: var(--s4); padding-top: var(--s3); border-top: 1px solid var(--line); }
.contact-identity { margin: 0 0 var(--s3); font-size: 1.0625rem; color: var(--ink-2); line-height: 1.4; }
.contact-name { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--ink); font-variation-settings: "opsz" 96, "wght" 420; margin-right: 0.15em; }
.contact-sep { color: var(--ink-3); margin: 0 0.15em; }
.contact-line { margin: 0 0 0.35rem; }
.contact-link { font-size: 1.35rem; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 0.1em; color: var(--forest); }
.contact-link:hover { border-bottom-color: var(--forest); }
.tour-actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s4); }
@media (max-width: 899px) { .tour-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- footer ---------- */
.footer { padding: var(--s4) 0 var(--s5); background: var(--ink); color: rgba(244, 239, 229, 0.75); font-size: 0.8125rem; }
.footer-inner { display: grid; gap: var(--s3); }
.footer-top { display: flex; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.footer-logo { width: auto; height: 1.1rem; }
.footer-brand { font-family: var(--serif); font-size: 1.25rem; color: var(--paper); margin: 0; }
.footer-brand .muted { font-family: var(--sans); font-size: 0.8125rem; color: rgba(244, 239, 229, 0.6); }
.footer-contact a { color: var(--paper); }
.footer-note { max-width: 90ch; line-height: 1.5; }
.footer-fine { color: rgba(244, 239, 229, 0.5); }

/* ---------- mobile call to action ---------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; gap: var(--s1); padding: 0.6rem var(--gutter);
  padding-bottom: calc(0.6rem + env(safe-area-inset-bottom)); background: rgba(47, 74, 28, 0.96); border-top: 1px solid var(--line-light);
  transition: transform 0.25s ease;
}
.mobile-cta .btn { flex: 1; min-height: 2.75rem; }
.mobile-cta .btn-light { flex: 0 0 auto; padding-inline: 1.5rem; }
.mobile-cta.is-hidden { transform: translateY(110%); }
@media (max-width: 899px) {
  .mobile-cta { display: flex; }
  body { padding-bottom: calc(4.2rem + env(safe-area-inset-bottom)); }
  .nav-cta { display: none; }
}

@media (prefers-reduced-motion: reduce) { .btn, .hotspot, .gallery-btn img, .mobile-cta, .topbar, .brand-logo { transition: none; } }
@media print {
  .topbar, .mobile-cta, .hero-scrim, .plan-cap .btn, dialog { display: none !important; }
  .hero { min-height: auto; color: var(--ink); }
  .hero-media { position: static; }
  .section { padding-block: 1.5rem; }
}
