/* ==========================================================================
   Andson Plaza — 6110 & 6120 Powers Ave, Jacksonville FL 32217
   Leasing marketing site. Design tokens ported from the Claude Design source
   "Andson Plaza Marketing Site.dc.html".
   ========================================================================== */

:root {
  /* Surfaces */
  --bg:          #FAF7F1;
  --bg-band:     #F3ECDD;
  --card:        #FFFDF8;
  --card-sunk:   #EFE8D9;
  --cream:       #F6EFDF;

  /* Ink */
  --ink:         #2B2620;
  --body:        #5C5348;
  --muted:       #6E655B;
  --faint:       #8A7E6C;
  --faint-2:     #93876F;

  /* Lines */
  --line:        #E4DCCE;
  --line-2:      #E0D6C2;
  --line-3:      #DAD1BD;
  --line-4:      #D8CFBB;

  /* Brand */
  --brand:       #8E2136;
  --brand-dark:  #5E1421;
  --brand-deep:  #701A2B;
  --brand-night: #33191E;
  --gold:        #F2E3BC;
  --paper:       #FFFDF8;
  --door:        #7A6A55;

  --shell:       1140px;
  --radius:      12px;
  --radius-lg:   14px;

  --sans:   'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --display:'Barlow Semi Condensed', 'Barlow', 'Helvetica Neue', sans-serif;
}

/* --------------------------------------------------------------- reset -- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--brand); }
a:hover { color: var(--brand-dark); }

img { max-width: 100%; }

::selection { background: var(--brand); color: var(--cream); }

section, header { scroll-margin-top: 84px; }

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--brand);
  color: var(--paper);
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { left: 0; color: var(--paper); }

/* ------------------------------------------------------------ typography */

.eyebrow {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.8px;
  color: var(--brand);
  text-transform: uppercase;
}
.eyebrow--light { color: var(--gold); }

.section-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--ink);
  margin: 10px 0 6px;
}

.section-lede {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
  text-wrap: pretty;
}

.card-title {
  font-family: var(--display);
  font-weight: 700;
  margin: 0;
  color: var(--ink);
}

/* ------------------------------------------------------------------- nav */

.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 247, 241, 0.94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav__brand { text-decoration: none; display: flex; flex-direction: column; gap: 1px; }
.nav__brand:hover .nav__mark { color: var(--brand-dark); }

.nav__mark {
  font-family: var(--display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 1px;
  color: var(--brand);
  line-height: 1;
}
.nav__addr {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.6px;
  color: var(--faint);
}

.nav__links {
  display: flex;
  gap: 20px;
  margin-left: auto;
  flex-wrap: wrap;
  align-items: center;
}
.nav__link {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: var(--body);
}
.nav__link:hover { color: var(--brand); }

.nav__cta {
  text-decoration: none;
  background: var(--brand);
  color: var(--cream);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  transition: background 0.15s ease;
}
.nav__cta:hover { background: var(--brand-dark); color: var(--cream); }

/* ----------------------------------------------------------------- hero */

.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  background: var(--brand-night);
  overflow: hidden;
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Two layers: the design's bottom-weighted scrim, plus a light top wash so the
   gold eyebrow stays legible over bright pavement in the aerial. */
.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(26, 13, 16, 0.42) 0%, rgba(26, 13, 16, 0) 34%),
    linear-gradient(185deg,
      rgba(26, 13, 16, 0.15) 20%,
      rgba(26, 13, 16, 0.55) 55%,
      rgba(26, 13, 16, 0.88) 88%);
}
.hero__inner {
  position: relative;
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 130px 24px 58px;
}
.hero__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: 1.02;
  color: var(--paper);
  margin: 12px 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 920px;
  text-wrap: balance;
}
.hero__lede {
  font-size: clamp(16px, 1.8vw, 19px);
  color: rgba(255, 251, 242, 0.9);
  max-width: 660px;
  margin: 0 0 24px;
  line-height: 1.55;
  text-wrap: pretty;
}

.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
.chip {
  background: rgba(250, 247, 241, 0.14);
  border: 1px solid rgba(250, 247, 241, 0.35);
  color: var(--paper);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

.btn {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.6px;
  padding: 14px 24px;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn--gold { background: var(--gold); color: var(--brand-dark); }
.btn--gold:hover { background: var(--paper); color: var(--brand-dark); }
.btn--ghost { border: 1.5px solid rgba(250, 247, 241, 0.6); color: var(--paper); }
.btn--ghost:hover { border-color: var(--paper); background: rgba(250, 247, 241, 0.1); color: var(--paper); }

/* -------------------------------------------------------------- sections */

.section { padding: 78px 24px; }
.section--first { padding: 78px 24px 70px; }
.section--band { background: var(--bg-band); }
.section--paper { background: var(--bg); }

.overview__lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  max-width: 760px;
  margin: 0;
  text-wrap: pretty;
}
.overview__title { max-width: 820px; margin-bottom: 14px; }

.grid { display: grid; gap: 20px; }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-top: 38px; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); margin-top: 24px; }

.feature {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}
.feature__num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  color: var(--brand);
  letter-spacing: 1.5px;
}
.feature h3 { font-size: 21px; margin: 8px 0; }
.feature p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--body);
  text-wrap: pretty;
}

.photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--card-sunk);
  display: block;
}

/* -------------------------------------------------------- availability */

.suites { grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 22px; }

.suite {
  background: var(--card);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.suite__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.suite__head h3 { font-size: 24px; }

.badge {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background: var(--brand);
  color: var(--cream);
  padding: 6px 11px;
  border-radius: 4px;
  white-space: nowrap;
}

.suite__size { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.suite__sf {
  font-family: var(--display);
  font-weight: 700;
  font-size: 40px;
  color: var(--brand);
  line-height: 1;
}
.suite__use { font-weight: 600; font-size: 15px; color: var(--muted); }

.suite__facts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  color: var(--body);
  line-height: 1.5;
}
.suite__facts strong { color: var(--ink); }

.suite__cta {
  margin-top: auto;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.suite__cta:hover { text-decoration: underline; }

/* ------------------------------------------------------------ site plan */

.legend {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  margin: 22px 0 6px;
  font-size: 13px;
  color: var(--muted);
}
.legend > span { display: inline-flex; align-items: center; gap: 7px; }
.swatch { width: 14px; height: 14px; border-radius: 3px; display: inline-block; }
.swatch--avail { background: var(--brand); }
.swatch--leased { background: var(--card-sunk); border: 1px solid var(--line-4); }
.swatch--door { width: 18px; height: 5px; background: var(--door); border-radius: 0 0 3px 3px; }

.building { margin-top: 20px; }
.building + .building { margin-top: 44px; }

.building__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.building__name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  letter-spacing: 0.5px;
}
.building__meta { font-size: 13px; color: var(--faint); }

.rail {
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2.4px;
  color: var(--faint);
}
.rail--rear {
  border-bottom: 2px dashed var(--line-4);
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.rail--front {
  border-top: 2px solid var(--line-4);
  padding-top: 6px;
  margin-top: 8px;
}

.units {
  display: flex;
  gap: 6px;
  padding: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow-x: auto;
}

.unit {
  flex: 1;
  min-width: 46px;
  position: relative;
  height: 92px;
  background: var(--card-sunk);
  border: 1px solid var(--line-3);
  border-radius: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8px;
  font: inherit;
}
.unit__n {
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  color: var(--faint-2);
}
.unit__door {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 5px;
  background: var(--door);
  border-radius: 0 0 3px 3px;
  opacity: 0.6;
}

.unit--avail {
  flex: 1.5;
  min-width: 104px;
  background: var(--brand);
  border: 1px solid var(--brand-dark);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding-bottom: 0;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(142, 33, 54, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.unit--avail:hover { transform: translateY(-3px); box-shadow: 0 12px 22px rgba(142, 33, 54, 0.36); }
.unit--avail .unit__door { background: var(--gold); opacity: 1; }
.unit--avail .unit__tag {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold);
}
.unit--avail .unit__n {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  color: var(--paper);
  line-height: 1;
}
.unit--avail .unit__sf { font-weight: 600; font-size: 11px; color: var(--gold); }

.unit--lobby {
  flex: 0.55;
  min-width: 36px;
  background: var(--cream);
  border: 1px dashed #B99A63;
  align-items: center;
  padding-bottom: 0;
  cursor: pointer;
  transition: background 0.15s ease;
}
.unit--lobby:hover { background: var(--gold); }
.unit--lobby span {
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1.2px;
  color: var(--faint);
}

.unit[aria-pressed="true"] { outline: 3px solid var(--ink); outline-offset: 3px; }

.upstairs { display: flex; align-items: flex-end; gap: 14px; margin-bottom: 12px; flex-wrap: wrap; }

.upstairs__block {
  width: min(380px, 100%);
  position: relative;
  background: var(--brand);
  border: 1px solid var(--brand-dark);
  border-radius: 6px;
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(142, 33, 54, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  font: inherit;
  transition: transform 0.15s ease;
}
.upstairs__block:hover { transform: translateY(-3px); }
/* The two label stacks inside the button are spans (a button may not contain
   div children), so they need an explicit block display to stack. */
.upstairs__kicker,
.upstairs__name,
.upstairs__flag,
.upstairs__sf { display: block; }

.upstairs__kicker {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.8px;
  color: var(--gold);
  text-transform: uppercase;
}
.upstairs__name { font-family: var(--display); font-weight: 700; font-size: 19px; color: var(--paper); }
.upstairs__right { text-align: right; }
.upstairs__flag {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--gold);
  text-transform: uppercase;
}
.upstairs__sf { font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--paper); }
.upstairs__note { font-size: 13px; color: var(--muted); padding-bottom: 4px; max-width: 420px; }

.detail { margin-top: 34px; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.panel__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.panel__head h3 { font-size: 24px; }

.detail__stats { display: flex; gap: 30px; margin: 18px 0 4px; flex-wrap: wrap; }
.stat__label {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.6px;
  color: var(--faint);
  text-transform: uppercase;
}
.stat__big { font-family: var(--display); font-weight: 700; font-size: 23px; color: var(--brand); }
.stat__val { font-weight: 600; font-size: 16px; color: var(--ink); padding-top: 3px; }

.detail__list {
  margin: 14px 0 18px;
  padding-left: 18px;
  color: var(--body);
  font-size: 15px;
  line-height: 1.75;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  font-size: 15px;
}
.facts__label {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.4px;
  color: var(--faint);
  text-transform: uppercase;
}
.facts__val { font-weight: 600; color: var(--ink); }

.note { margin: 18px 0 0; font-size: 13px; color: var(--faint); line-height: 1.6; }

/* -------------------------------------------------------------- gallery */

.filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 26px 0 20px; }

.filter {
  font: inherit;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  color: var(--body);
  background: var(--card);
  border: 1px solid var(--line-3);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.filter:hover { border-color: var(--brand); color: var(--brand); }
.filter[aria-pressed="true"] {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--cream);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.shot {
  position: relative;
  padding: 0;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  overflow: hidden;
  background: var(--card-sunk);
  cursor: zoom-in;
  aspect-ratio: 4 / 3;
  display: block;
  width: 100%;
}
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.shot:hover img { transform: scale(1.045); }
.shot__cap {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(to top, rgba(26, 13, 16, 0.82), rgba(26, 13, 16, 0));
  color: var(--paper);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 26px 12px 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.shot:hover .shot__cap,
.shot:focus-visible .shot__cap { opacity: 1; }

.gallery__count { font-size: 13px; color: var(--faint); margin: 16px 0 0; }

/* ---------------------------------------------------------------- video */

.videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.video {
  background: var(--card);
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.video__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--brand-night);
}
.video__frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video__play {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.video__play::after {
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(142, 33, 54, 0.92);
  box-shadow: 0 8px 24px rgba(26, 13, 16, 0.45);
  transition: transform 0.15s ease, background 0.15s ease;
}
.video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%);
  z-index: 2;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--paper);
}
.video__play:hover::after { transform: scale(1.08); background: var(--brand); }
.video__body { padding: 18px 20px 20px; }
.video__body h3 { font-size: 19px; margin: 0 0 5px; }
.video__body p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }

/* ------------------------------------------------------------- lightbox */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(20, 11, 13, 0.94);
  display: none;
  flex-direction: column;
  padding: 20px;
}
.lightbox.is-open { display: flex; }

.lightbox__stage {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 0;
}
.lightbox__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 16px;
  color: rgba(255, 251, 242, 0.9);
  font-size: 14px;
  flex-wrap: wrap;
}
.lightbox__cap { max-width: 620px; text-align: center; }
.lightbox__idx { font-variant-numeric: tabular-nums; color: var(--gold); font-weight: 600; }

.lb-btn {
  font: inherit;
  font-size: 20px;
  line-height: 1;
  color: var(--paper);
  background: rgba(250, 247, 241, 0.12);
  border: 1px solid rgba(250, 247, 241, 0.3);
  border-radius: 6px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.lb-btn:hover { background: rgba(250, 247, 241, 0.24); }
.lightbox__close { position: absolute; top: 20px; right: 20px; }

/* ------------------------------------------------------------- location */

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
  align-items: stretch;
}
.map {
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 380px;
  background: var(--card-sunk);
}
.map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

.area-col { display: flex; flex-direction: column; gap: 18px; }
.area-card {
  background: var(--card);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.area-card h3 { font-size: 20px; margin: 0 0 10px; }
.area-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--body);
  font-size: 15px;
  line-height: 1.8;
}

.scores { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.score {
  background: var(--cream);
  border: 1px solid var(--line-2);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  color: var(--body);
}
.score strong { color: var(--brand); }

.pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pill {
  border: 1px solid var(--line-3);
  background: var(--card);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  color: var(--body);
}

.demo { margin-top: 40px; }
.demo h3 { font-family: var(--display); font-weight: 700; font-size: 22px; margin: 0 0 16px; color: var(--ink); }
.demo__scroll { overflow-x: auto; }
.demo__table {
  min-width: 620px;
  background: var(--card);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
}
.demo__table thead th {
  background: var(--brand);
  color: var(--cream);
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 13px 24px;
  text-align: right;
}
.demo__table thead th:first-child { text-align: left; }
.demo__table td {
  padding: 13px 24px;
  border-bottom: 1px solid var(--card-sunk);
  text-align: right;
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.demo__table th[scope="row"] {
  padding: 13px 24px;
  border-bottom: 1px solid var(--card-sunk);
  color: var(--body);
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  font-family: var(--sans);
}
.demo__table tbody tr:last-child td,
.demo__table tbody tr:last-child th { border-bottom: 0; }
.demo__src { margin: 12px 0 0; font-size: 13px; color: var(--faint); }

/* -------------------------------------------------------------- contact */

.contact { padding: 82px 24px; background: var(--brand-deep); }
.contact .section-title { color: var(--paper); }
.contact__lede {
  font-size: 16px;
  color: rgba(255, 251, 242, 0.85);
  margin: 10px 0 34px;
  max-width: 640px;
}
.contact__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.person {
  background: rgba(255, 253, 248, 0.07);
  border: 1px solid rgba(242, 227, 188, 0.3);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.person__name { font-family: var(--display); font-weight: 700; font-size: 23px; color: var(--paper); }
.person__role {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.6px;
  color: var(--gold);
  margin: 4px 0 16px;
  text-transform: uppercase;
}
.person__lines { display: flex; flex-direction: column; gap: 8px; font-size: 16px; }
.person__lines a { color: var(--paper); text-decoration: none; font-weight: 600; }
.person__lines a:hover { color: var(--gold); }
.person__lines span { font-size: 15px; color: rgba(255, 251, 242, 0.9); line-height: 1.55; }

/* --------------------------------------------------------------- footer */

.footer {
  padding: 44px 24px 36px;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.footer__inner { display: flex; flex-direction: column; gap: 16px; }
.footer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  text-wrap: pretty;
}
.footer__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--faint);
}

/* -------------------------------------------------------------- utility */

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

[hidden] { display: none !important; }

/* --------------------------------------------------------- breakpoints */

@media (max-width: 720px) {
  .nav__inner { padding: 10px 18px; gap: 12px; }
  .nav__links { gap: 14px; width: 100%; margin-left: 0; }
  .nav__link { font-size: 13px; }
  .hero { min-height: 540px; }
  .hero__inner { padding: 100px 20px 44px; }
  .section, .section--first, .contact { padding-left: 20px; padding-right: 20px; }
  .suite, .panel, .area-card { padding: 22px; }
  .facts { grid-template-columns: 1fr; }
  .detail__stats { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .shot:hover img { transform: none; }
}

@media print {
  .nav, .filters, .videos, .lightbox, .hero__actions { display: none !important; }
  body { background: #fff; }
  .section, .contact { padding: 24px 0; }
  .hero { min-height: 340px; }
  a[href^="tel"], a[href^="mailto"] { color: #000; }
}
