/* ============================================================
   Booth & Cook, P.A. — coming-soon
   Ground: deep navy · Type: Zodiak / Switzer · Accent: gold
   Mobile-first. The grid and its hairlines ARE the design.
   ============================================================ */

@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/zodiak-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/zodiak-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ground: #0F1531;
  --ink: #0B1026;
  --ivory: #EFE9DC;
  --ivory-70: rgba(239, 233, 220, 0.70);
  --ivory-55: rgba(239, 233, 220, 0.55);
  --ivory-38: rgba(239, 233, 220, 0.38);
  --hairline: rgba(239, 233, 220, 0.16);
  --hairline-strong: rgba(239, 233, 220, 0.32);
  --gold: #B0893F;
  --gold-bright: #C9A45E;
  --serif: 'Zodiak', Georgia, 'Times New Roman', serif;
  --sans: 'Switzer', -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  --pad: clamp(20px, 5vw, 56px);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

#firm, #practice, #attorneys, #reviews, #contact {
  scroll-margin-top: 96px;
}

body {
  background: var(--ground);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--gold); color: var(--ink); }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
address { font-style: normal; }

a:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

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

.wrap {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ---------- animation pre-states (JS only) ---------- */

.js [data-reveal] { opacity: 0; transform: translateY(26px); }
.js .hero__title  { visibility: hidden; }
.js .topbar       { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; }
  .js .hero__title  { visibility: visible; }
  .js .topbar       { opacity: 1; }
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 15px 26px;
  border: 1px solid transparent;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

.btn--gold {
  background: transparent;
  border-color: rgba(201, 164, 94, 0.55);
  color: var(--gold-bright);
}
.btn--gold:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
  padding-block: 15px 13px;
  border-bottom: 1px solid rgba(201, 164, 94, 0.4);
  transition: color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}
.cta-link:hover { color: var(--ivory); border-color: var(--ivory); }

.cta-link--small { padding-block: 2px 4px; }

.link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gold-bright);
  border-bottom: 1px solid rgba(201, 164, 94, 0.35);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.link:hover { color: var(--ivory); border-color: var(--ivory); }
.link--quiet {
  color: inherit;
  border-bottom-color: transparent;
}
.link--quiet:hover { color: var(--gold-bright); }

/* ---------- topbar ---------- */

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--ground);
  border-bottom: 1px solid var(--hairline);
}

.topbar__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 16px;
}

.topbar__logo {
  width: auto;
  height: clamp(30px, 4vw, 38px);
}


.nav { display: none; }

.nav__link {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory-70);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.nav__link:hover {
  color: var(--ivory);
  border-bottom-color: var(--gold-bright);
}

@media (min-width: 980px) {
  .topbar__grid { padding-block: 18px; }
  .nav {
    display: flex;
    gap: 34px;
    margin-left: auto;
  }
}

/* hamburger */

.menu-btn {
  width: 44px;
  height: 44px;
  margin-right: -10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--ivory);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-btn.is-open span:first-child { transform: translateY(4.25px) rotate(45deg); }
.menu-btn.is-open span:last-child  { transform: translateY(-4.25px) rotate(-45deg); }

.menu-btn:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

@media (min-width: 980px) {
  .menu-btn { display: none; }
}

/* mobile nav overlay */

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: var(--ink);
  padding: 110px var(--pad) 48px;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

body.nav-open .mobile-nav {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.35s ease;
}

body.nav-open { overflow: hidden; }

.mobile-nav__list {
  display: flex;
  flex-direction: column;
}

.mobile-nav__link {
  font-family: var(--serif);
  font-size: clamp(2rem, 8vw, 2.75rem);
  line-height: 1.1;
  padding-block: 16px;
  border-bottom: 1px solid var(--hairline);
  transform: translateY(14px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease, color 0.25s ease;
}
.mobile-nav__link:hover { color: var(--gold-bright); }

body.nav-open .mobile-nav__link {
  transform: none;
  opacity: 1;
}
body.nav-open .mobile-nav__link:nth-child(1) { transition-delay: 0.08s; }
body.nav-open .mobile-nav__link:nth-child(2) { transition-delay: 0.14s; }
body.nav-open .mobile-nav__link:nth-child(3) { transition-delay: 0.20s; }
body.nav-open .mobile-nav__link:nth-child(4) { transition-delay: 0.26s; }
body.nav-open .mobile-nav__link:nth-child(5) { transition-delay: 0.32s; }

.mobile-nav__meta {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory-38);
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav, .mobile-nav__link { transition: none; }
}

@media (min-width: 980px) {
  .mobile-nav { display: none; }
}

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

.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: clamp(64px, 9vh, 120px);
  overflow: hidden;
}

/* desktop keeps a minimum stage height; mobile is content-driven */
@media (min-width: 900px) {
  .hero {
    min-height: min(62svh, 620px);
    padding-block: clamp(90px, 11vh, 120px);
  }
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.6;
}

/* portrait crop: gold entablature and columns frame the headline;
   the sticky call bar owns the call CTA on mobile */
@media (max-width: 759px) {
  .hero__bg img { object-position: 38% 30%; }
  .hero__cta .btn { display: none; }
}

.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(15, 21, 49, 0.62) 0%,
    rgba(15, 21, 49, 0.30) 42%,
    rgba(15, 21, 49, 0.55) 74%,
    #0F1531 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: clamp(24px, 3.5vw, 34px);
}

.hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.625rem, 10.5vw, 6.25rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin-bottom: clamp(28px, 4.5vw, 42px);
}

.hero__lede {
  font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);
  line-height: 1.65;
  color: var(--ivory-70);
  max-width: 54ch;
  margin-bottom: clamp(32px, 5vw, 44px);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
}

/* hero directions link reads white; hover warms to gold */
.hero__cta .cta-link {
  color: var(--ivory);
  border-bottom-color: rgba(239, 233, 220, 0.4);
}
.hero__cta .cta-link:hover {
  color: var(--gold-bright);
  border-bottom-color: var(--gold-bright);
}

/* ---------- compass (section navigator, desktop only) ---------- */

/* mobile: a smaller dial riding above the call bar; full instrument from 760px */
.compass {
  position: fixed;
  right: 14px;
  bottom: calc(84px + env(safe-area-inset-bottom));
  z-index: 40;
  width: 62px;
  text-align: center;
}

@media (min-width: 760px) {
  .compass {
    right: clamp(20px, 2.5vw, 36px);
    bottom: 26px;
    width: 92px;
  }
}

.js .compass { opacity: 0; }

.compass__dial {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.compass__ring {
  fill: none;
  stroke: var(--ivory-38);
  stroke-width: 1;
}

.compass__ticks line {
  stroke: var(--ivory-38);
  stroke-width: 1;
}

.compass__rose {
  fill: none;
  stroke: var(--ivory-38);
  stroke-width: 1.6;
  stroke-linejoin: round;
}

.compass__needle-n { fill: var(--gold-bright); }
.compass__needle-s {
  fill: none;
  stroke: var(--ivory-38);
  stroke-width: 1;
  stroke-linejoin: round;
}

.compass__cap {
  fill: var(--ground);
  stroke: var(--ivory-55);
  stroke-width: 1.2;
}

.compass__pin { fill: var(--gold); }

.compass__pt text {
  fill: var(--ivory-55);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  transition: fill 0.25s ease;
}

.compass__pt:hover text,
.compass__pt:focus-visible text,
.compass__pt.is-active text {
  fill: var(--gold-bright);
}

.compass__pt:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 2px;
}

/* flip to navy strokes while riding over the light reviews band */
.compass__ring,
.compass__ticks line,
.compass__rose,
.compass__needle-s,
.compass__cap,
.compass__pt text { transition: stroke 0.35s ease, fill 0.35s ease; }

.compass--flip .compass__ring,
.compass--flip .compass__ticks line { stroke: rgba(15, 21, 49, 0.35); }
.compass--flip .compass__rose { stroke: rgba(15, 21, 49, 0.28); }
.compass--flip .compass__needle-s { stroke: rgba(15, 21, 49, 0.40); }
.compass--flip .compass__needle-n { fill: var(--gold); }
.compass--flip .compass__pin { fill: var(--gold); }
.compass--flip .compass__cap {
  fill: var(--ivory);
  stroke: rgba(15, 21, 49, 0.55);
}
.compass--flip .compass__pt text { fill: rgba(15, 21, 49, 0.62); }
.compass--flip .compass__pt:hover text,
.compass--flip .compass__pt:focus-visible text,
.compass--flip .compass__pt.is-active text { fill: var(--gold); }
.compass--flip .compass__label { color: rgba(15, 21, 49, 0.55); }

.compass__label {
  display: none;
  margin-top: 8px;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ivory-38);
  white-space: nowrap;
}

@media (min-width: 760px) {
  .compass__label { display: block; }
}

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

.section {
  padding-bottom: clamp(44px, 5vw, 64px);
}

/* light band — inverted ivory ground for contrast */

.section--light {
  background: var(--ivory);
  color: var(--ink);
  padding-top: clamp(32px, 4vw, 48px);
}

/* a dark section opening right after a light band needs its own top air */
.section--light + .section:not(.section--light) {
  padding-top: clamp(40px, 5vw, 60px);
}


.section__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.875rem, 4.4vw, 3rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  margin-bottom: clamp(32px, 4vw, 52px);
  max-width: 22ch;
}

/* ---------- the firm ---------- */

.firm {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px, 8vw, 72px);
}

.firm__copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: clamp(1rem, 1.4vw, 1.0625rem);
  line-height: 1.72;
  color: var(--ivory-70);
  max-width: 58ch;
}

.firm__side {
  align-self: stretch;
}

.firm__figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 32%;
}

/* facts: stacked rows on mobile, horizontal band on larger screens */

.firm__facts {
  margin-top: clamp(36px, 4.5vw, 56px);
}

.firm__fact {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: baseline;
  padding-block: 18px;
  border-top: 1px solid var(--hairline);
}
.firm__fact:last-child { border-bottom: 1px solid var(--hairline); }

.firm__fact-key {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--gold-bright);
  white-space: nowrap;
}

.firm__fact-val {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ivory-70);
}

@media (min-width: 760px) {
  .firm__facts {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-block: 1px solid var(--hairline);
  }
  .firm__fact {
    display: block;
    padding: 26px 22px 28px 0;
    border-top: 0;
  }
  .firm__fact:last-child { border-bottom: 0; }
  .firm__fact + .firm__fact {
    border-left: 1px solid var(--hairline);
    padding-left: 22px;
  }
  .firm__fact-key {
    font-size: clamp(1.375rem, 1.9vw, 1.75rem);
    margin-bottom: 10px;
  }
  .firm__fact-val { font-size: 0.875rem; }
}

@media (min-width: 900px) {
  .firm { grid-template-columns: 7fr 5fr; gap: clamp(64px, 8vw, 112px); }
  .firm .section__title { margin-bottom: clamp(32px, 4vw, 48px); }
  .firm__figure { height: 100%; }
  .firm__figure img {
    height: 100%;
    aspect-ratio: auto;
    min-height: 420px;
  }
}

/* ---------- practice pillars ---------- */

.pillars {
  display: grid;
  grid-template-columns: 1fr;
  border-block: 1px solid var(--hairline);
}

.pillar {
  padding: clamp(28px, 3.5vw, 40px) 0;
}

.pillar + .pillar { border-top: 1px solid var(--hairline); }

.pillar__img {
  width: 100%;
  aspect-ratio: 8 / 3;
  object-fit: cover;
  margin-bottom: 28px;
}

.pillar__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.005em;
  margin-bottom: 16px;
}

.pillar__desc {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ivory-70);
  max-width: 44ch;
  margin-bottom: 24px;
}

.pillar__tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: var(--ivory-70);
}

.pillar__tags li {
  position: relative;
  padding-left: 18px;
  line-height: 1.45;
}

.pillar__tags li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border: 1px solid var(--gold-bright);
  transform: rotate(45deg);
}

@media (min-width: 760px) {
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar { padding: clamp(32px, 3.5vw, 44px) clamp(36px, 4vw, 56px); }
  .pillar + .pillar { border-top: 0; }
  .pillar:nth-child(odd) { padding-left: 0; }
  .pillar:nth-child(even) { padding-right: 0; border-left: 1px solid var(--hairline); }
  .pillar:nth-child(n+3) { border-top: 1px solid var(--hairline); }
}

/* ---------- attorneys ---------- */

.attorneys {
  border-top: 1px solid var(--hairline);
}

.attorneys__row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: clamp(18px, 3vw, 26px);
  border-bottom: 1px solid var(--hairline);
}

.attorneys__photo {
  width: clamp(56px, 8vw, 76px);
  height: clamp(56px, 8vw, 76px);
  object-fit: cover;
  object-position: center 20%;
  flex: none;
  filter: grayscale(1) contrast(1.04) brightness(0.96);
  transition: filter 0.45s ease;
}

.attorneys__row:hover .attorneys__photo { filter: none; }

.attorneys__name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.375rem, 3.6vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  flex: 1;
  min-width: 0;
}

.attorneys__meta {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory-38);
  text-align: right;
  flex: none;
}

@media (max-width: 599px) {
  .attorneys__meta { display: none; }
}

/* ---------- reviews rail ---------- */

.reviews__head {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

.reviews__nav {
  display: none;
  gap: 10px;
}

.reviews__btn {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--hairline-strong);
  color: var(--ivory);
  font-size: 1.125rem;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.reviews__btn:hover {
  border-color: var(--gold-bright);
  color: var(--gold-bright);
}
.reviews__btn:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

@media (min-width: 760px) {
  .reviews__nav { display: inline-flex; }
}

.reviews {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--pad);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  margin-inline: calc(-1 * var(--pad));
  padding-inline: var(--pad);
}
.reviews::-webkit-scrollbar { display: none; }

.reviews.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.review {
  flex: 0 0 auto;
  width: min(430px, 82vw);
  scroll-snap-align: start;
  padding-right: clamp(28px, 3.5vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review + .review {
  border-left: 1px solid var(--hairline);
  padding-left: clamp(28px, 3.5vw, 44px);
}

.review__text {
  font-family: var(--serif);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.5;
  letter-spacing: -0.005em;
  margin-bottom: 24px;
}

.review__text::before { content: '\201C'; color: var(--gold-bright); }
.review__text::after  { content: '\201D'; color: var(--gold-bright); }

.review__name {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory-55);
}

/* light-band recolors */
.section--light .firm__copy { color: rgba(15, 21, 49, 0.72); }
.section--light .firm__facts,
.section--light .firm__fact { border-color: rgba(15, 21, 49, 0.16); }
.section--light .firm__fact-key { color: var(--gold); }
.section--light .firm__fact-val { color: rgba(15, 21, 49, 0.65); }
.section--light .review__text::before,
.section--light .review__text::after,
.section--light .review__stat { color: var(--gold); }
.section--light .review__name,
.section--light .review__statsub { color: rgba(15, 21, 49, 0.60); }
.section--light .review + .review { border-left-color: rgba(15, 21, 49, 0.16); }
.section--light .reviews__btn {
  border-color: rgba(15, 21, 49, 0.35);
  color: var(--ink);
}
.section--light .reviews__btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.review--stat { justify-content: flex-start; }

.review__stat {
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--gold-bright);
  margin-bottom: 18px;
}

.review__statsub {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ivory-55);
  max-width: 30ch;
}

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

.footer {
  padding-top: clamp(32px, 4vw, 48px);
  padding-bottom: 110px;
}

.footer__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: clamp(32px, 4vw, 44px);
}

.footer__logo {
  width: auto;
  height: clamp(40px, 6vw, 56px);
  margin-bottom: 16px;
}

.footer__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: clamp(36px, 5vw, 48px);
  border-bottom: 1px solid var(--hairline);
}

.footer__key {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 10px;
}

.footer__val {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ivory-70);
  margin-bottom: 10px;
}
.footer__val:last-child { margin-bottom: 0; }

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 24px;
  font-size: 0.75rem;
  line-height: 1.7;
  color: var(--ivory-38);
}

.footer__legal { max-width: 64ch; }

@media (min-width: 760px) {
  .footer { padding-bottom: 72px; }
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__meta { grid-template-columns: repeat(3, 1fr); gap: 40px; }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 48px;
    padding-right: 136px; /* keep clear of the fixed compass */
  }
  .footer__copy { flex: none; }
}

/* ---------- mobile sticky call bar ---------- */

.callbar {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 50;
  background: var(--ink);
  border-top: 1px solid var(--hairline);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
}

.callbar__btn {
  width: 100%;
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.callbar__btn:hover { background: var(--gold-bright); border-color: var(--gold-bright); }

@media (min-width: 760px) {
  .callbar { display: none; }
}
