/* ==========================================================================
   JKD Legal - Melbourne
   Palette derived from the JKD lady-justice mark (gold) + Melbourne bluestone.
   Display: Fraunces (WONK 0 / SOFT 0 = sharp Scotch-Roman). Body: Inter.
   ========================================================================== */

:root {
  --ink:        #0F1317;
  --ink-2:      #161B21;
  --ink-3:      #1E242B;
  --hair:       rgba(192, 154, 69, 0.22);
  --hair-soft:  rgba(255, 255, 255, 0.09);

  --gold:       #C09A45;
  --gold-hi:    #E8CE8B;
  --gold-lo:    #6B5116;

  --paper:      #F4F2ED;
  --paper-2:    #E9E5DC;
  --paper-3:    #DAD4C7;

  --slate:      #99A1AB;
  --body-dark:  #4A525B;

  --shell:      1240px;
  --gut:        clamp(20px, 5vw, 48px);

  --f-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --f-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--body-dark);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }

a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 144;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: clamp(2.6rem, 6.2vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); letter-spacing: -0.01em; }

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

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

/* ---------- Utility type ---------- */
.eyebrow {
  font-family: var(--f-body);
  font-size: 0.688rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-lo);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
  flex: none;
}
.on-dark .eyebrow { color: var(--gold); }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.62; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 28px;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background .28s var(--ease), color .28s var(--ease),
              border-color .28s var(--ease), transform .28s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 2px solid var(--gold-hi); outline-offset: 3px; }

/* Primary: solid gold. Secondary: gold outline. Everything reads as one accent. */
.btn--gold { background: var(--gold); color: #14181C; }
.btn--gold:hover { background: var(--gold-hi); color: #14181C; }

/* Secondary on dark grounds */
.btn--ghost { border-color: var(--gold); color: var(--gold-hi); background: rgba(192,154,69,.08); }
.btn--ghost:hover { background: var(--gold); color: #14181C; border-color: var(--gold); }

/* Secondary on paper grounds. gold-lo keeps text legible on light. */
.btn--ink { border-color: var(--gold); color: var(--gold-lo); background: rgba(192,154,69,.07); }
.btn--ink:hover { background: var(--gold); color: #14181C; border-color: var(--gold); }

/* ==========================================================================
   Header
   ========================================================================== */
.hdr {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  transition: background .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.hdr.is-stuck {
  background: rgba(15, 19, 23, 0.9);
  backdrop-filter: blur(14px) saturate(150%);
  border-bottom-color: var(--hair);
}
.hdr__in {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 16px var(--gut);
  display: flex;
  align-items: center;
  gap: 32px;
}
.hdr__logo { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.hdr__logo img { width: 40px; height: 40px; }
.hdr__logo span {
  font-family: var(--f-display);
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 144;
  font-size: 1.18rem;
  letter-spacing: 0.14em;
  color: #fff;
}

.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,.76);
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color .25s;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s var(--ease);
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }

.nav__call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: var(--gold-hi) !important;
  font-weight: 600;
  letter-spacing: .02em;
  transition: background .28s var(--ease);
}
.nav__call::after { display: none; }
.nav__call:hover { background: var(--gold); color: #14181C !important; }

.burger {
  display: none;
  width: 42px; height: 42px;
  background: none;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.burger i {
  position: absolute;
  left: 11px;
  width: 18px; height: 1.5px;
  background: #fff;
  transition: transform .3s var(--ease), opacity .2s;
}
.burger i:nth-child(1) { top: 15px; }
.burger i:nth-child(2) { top: 20px; }
.burger i:nth-child(3) { top: 25px; }
.burger[aria-expanded="true"] i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  background: var(--ink);
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; }
.hero__media video, .hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 28%;
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(15,19,23,.94) 0%, rgba(15,19,23,.74) 44%, rgba(15,19,23,.34) 100%),
    linear-gradient(to top, rgba(15,19,23,.96) 0%, rgba(15,19,23,0) 46%);
}
.hero__in {
  position: relative;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 150px var(--gut) 72px;
  width: 100%;
}
.hero__body { max-width: 680px; }
.hero h1 { color: #fff; }
.hero h1 em {
  font-style: normal;
  color: var(--gold-hi);
  display: block;
}
.hero__sub {
  color: rgba(255,255,255,.76);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  max-width: 54ch;
  margin: 26px 0 34px;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* Hero footer strip: the three real reassurances */
.hero__strip {
  position: relative;
  border-top: 1px solid var(--hair);
  margin-top: 60px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.hero__strip div { color: rgba(255,255,255,.62); font-size: 0.82rem; line-height: 1.5; }
.hero__strip b {
  display: block;
  color: var(--gold-hi);
  font-family: var(--f-display);
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 144;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
}

/* ==========================================================================
   SIGNATURE: charge triage
   ========================================================================== */
.triage { background: var(--ink-2); color: var(--slate); padding: clamp(64px, 8vw, 104px) 0; }
.triage h2 { color: #fff; }
.triage__head { max-width: 640px; margin-bottom: 44px; }
.triage__head p { color: var(--slate); margin-top: 16px; }

.triage__grid {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--ink-3);
  border-radius: 3px;
  overflow: hidden;
  background: var(--ink);
}

.triage__list { border-right: 1px solid var(--ink-3); }
.triage__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 17px 22px;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--ink-3);
  color: rgba(255,255,255,.66);
  font-family: var(--f-body);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background .22s, color .22s, padding-left .28s var(--ease);
}
.triage__btn:last-child { border-bottom: 0; }
.triage__btn::after {
  content: "";
  width: 6px; height: 6px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: .35;
  flex: none;
}
.triage__btn:hover { background: rgba(192,154,69,.07); color: #fff; padding-left: 26px; }
.triage__btn[aria-selected="true"] {
  background: rgba(192,154,69,.12);
  color: var(--gold-hi);
  box-shadow: inset 3px 0 0 var(--gold);
}
.triage__btn:focus-visible { outline: 2px solid var(--gold-hi); outline-offset: -2px; }

.triage__panel { padding: clamp(26px, 3.4vw, 42px); }
.triage__panel[hidden] { display: none; }
.triage__panel h3 { color: #fff; margin-bottom: 6px; }
.triage__act {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.triage__rows { display: grid; gap: 18px; margin-bottom: 28px; }
.triage__row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink-3);
}
.triage__row:last-child { border-bottom: 0; padding-bottom: 0; }
.triage__row dt {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  padding-top: 3px;
}
.triage__row dd { margin: 0; color: rgba(255,255,255,.8); font-size: 0.94rem; line-height: 1.6; }
.triage__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.triage__note {
  margin-top: 26px;
  font-size: 0.76rem;
  color: rgba(255,255,255,.36);
  max-width: 74ch;
  line-height: 1.6;
}

/* ==========================================================================
   Sections
   ========================================================================== */
.sec { padding: clamp(70px, 9vw, 120px) 0; }
.sec--paper { background: var(--paper); }
.sec--paper2 { background: var(--paper-2); }
.sec--ink { background: var(--ink); color: var(--slate); }
.sec--ink h2, .sec--ink h3 { color: #fff; }
.sec__head { max-width: 660px; margin-bottom: 52px; }
.sec__head p { margin-top: 18px; }
.sec--ink .sec__head p { color: var(--slate); }

/* ---------- Services: asymmetric. Traffic dominates by design. ---------- */
.svc {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 18px;
}
.svc__stack { display: grid; gap: 18px; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--paper-3);
  border-radius: 3px;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 18px 44px -22px rgba(15,19,23,.32);
}
.card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.card--lead { grid-row: span 2; }
/* Lead card: the image absorbs the slack so the body never floats in a void */
.card--lead .card__img { flex: 1 1 auto; min-height: 340px; }
.card--lead .card__body { flex: 0 0 auto; }
.card__img { position: relative; overflow: hidden; background: var(--ink); aspect-ratio: 16/11; }
.card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.card:hover .card__img img { transform: scale(1.045); }
.card__body { padding: 28px 30px 32px; display: flex; flex-direction: column; flex: 1 1 auto; }
.card--lead .card__body { padding: 34px 38px 38px; }
.card__tag {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-lo);
  margin-bottom: 13px;
}
.card h3 { margin-bottom: 11px; }
.card--lead h3 { font-size: clamp(1.6rem, 2.5vw, 2.1rem); }
.card p { font-size: 0.92rem; color: var(--body-dark); }
.card__list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  columns: 2;
  column-gap: 24px;
  font-size: 0.85rem;
}
.card__list li { padding-left: 16px; position: relative; margin-bottom: 7px; break-inside: avoid; }
.card__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 5px; height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
}
.card__more {
  margin-top: auto;
  padding-top: 22px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.card__more::after {
  content: "";
  width: 16px; height: 1px;
  background: var(--gold);
  transition: width .3s var(--ease);
}
.card:hover .card__more::after { width: 28px; }

/* ---------- Split feature ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.split--flip .split__media { order: 2; }
.split__media { position: relative; }
.split__media img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 3px;
}
.split__media::after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  z-index: -1;
}
.split__body h2 { margin-bottom: 22px; }

/* ---------- Process (a real sequence, so numbers earn their place) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink-3); border: 1px solid var(--ink-3); border-radius: 3px; }
.step { background: var(--ink); padding: clamp(28px, 3vw, 40px); }
.step__n {
  font-family: var(--f-display);
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 144;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--gold-lo);
  margin-bottom: 20px;
}
.step h3 { font-size: 1.3rem; margin-bottom: 11px; }
.step p { font-size: 0.9rem; color: var(--slate); }

/* ---------- Points / reasons ---------- */
.points { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 3vw, 44px); }
.point { border-top: 1px solid var(--hair); padding-top: 24px; }
.point h3 { font-size: 1.2rem; margin-bottom: 10px; }
.point p { font-size: 0.9rem; }
.sec--paper .point { border-top-color: var(--paper-3); }
.sec--paper2 .point { border-top-color: var(--paper-3); }

/* ---------- Long-form / service page content ---------- */
.prose { max-width: 68ch; }
.prose h2 { margin: 56px 0 18px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 34px 0 10px; }
.prose ul { padding-left: 0; list-style: none; margin: 0 0 1.4em; }
.prose ul li { padding-left: 20px; position: relative; margin-bottom: 10px; }
.prose ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 10px;
  width: 6px; height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}
.prose strong { color: var(--ink); font-weight: 600; }

/* Service page layout */
.svcpage { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: clamp(36px, 5vw, 72px); align-items: start; }

.aside {
  position: sticky;
  top: 96px;
  background: var(--ink);
  border-radius: 3px;
  padding: 34px 32px;
  color: var(--slate);
}
.aside h3 { color: #fff; font-size: 1.35rem; margin-bottom: 12px; }
.aside p { font-size: 0.88rem; color: var(--slate); }
.aside .btn { width: 100%; margin-top: 8px; }
.aside__hair { height: 1px; background: var(--ink-3); margin: 24px 0; }
.aside__row { display: flex; gap: 12px; font-size: 0.85rem; margin-bottom: 12px; }
.aside__row span { color: rgba(255,255,255,.42); flex: none; width: 62px; }
.aside__row a, .aside__row b { color: #fff; font-weight: 500; text-decoration: none; }
.aside__row a:hover { color: var(--gold-hi); }

/* ---------- Page hero (inner pages) ---------- */
.phero {
  position: relative;
  background: var(--ink);
  padding: 170px 0 clamp(56px, 7vw, 88px);
  overflow: hidden;
}
.phero__bg { position: absolute; inset: 0; }
.phero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: .3; }
.phero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(95deg, var(--ink) 0%, rgba(15,19,23,.9) 50%, rgba(15,19,23,.55) 100%);
}
.phero__in { position: relative; max-width: var(--shell); margin: 0 auto; padding-inline: var(--gut); }
.phero__body { max-width: 720px; }
.phero h1 { color: #fff; }
.phero p { color: rgba(255,255,255,.72); margin-top: 22px; max-width: 58ch; font-size: clamp(1rem, 1.4vw, 1.15rem); }
.phero .btn { margin-top: 30px; }

.crumbs { font-size: 0.75rem; color: rgba(255,255,255,.4); margin-bottom: 22px; }
.crumbs a { color: rgba(255,255,255,.6); text-decoration: none; }
.crumbs a:hover { color: var(--gold-hi); }
.crumbs span { margin: 0 8px; opacity: .5; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--paper-3); }
.faq details { border-bottom: 1px solid var(--paper-3); }
.faq summary {
  padding: 22px 40px 22px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-family: var(--f-display);
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 144;
  font-size: 1.15rem;
  color: var(--ink);
  transition: color .22s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold-lo); }
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 50%;
  width: 11px; height: 11px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .faq__a { padding: 0 40px 24px 0; font-size: 0.94rem; }
.faq .faq__a p:last-child { margin-bottom: 0; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(36px, 5vw, 72px); align-items: start; }

.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--body-dark);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 15px;
  font-family: var(--f-body);
  font-size: 0.95rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--paper-3);
  border-radius: 2px;
  transition: border-color .22s, box-shadow .22s;
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(192,154,69,.16);
}
.field--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__msg { display: none; padding: 14px 16px; border-radius: 2px; font-size: 0.88rem; margin-bottom: 18px; }
.form__msg.ok { display: block; background: rgba(192,154,69,.14); border: 1px solid var(--gold); color: var(--ink); }
.form__msg.err { display: block; background: #FBE9E7; border: 1px solid #C0392B; color: #7A2119; }

.dets { display: grid; gap: 2px; background: var(--paper-3); border: 1px solid var(--paper-3); border-radius: 3px; overflow: hidden; }
.det { background: var(--paper); padding: 24px 26px; }
.det__k {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gold-lo);
  margin-bottom: 7px;
}
.det__v { font-family: var(--f-display); font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 144; font-size: 1.3rem; color: var(--ink); text-decoration: none; }
a.det__v:hover { color: var(--gold-lo); }
.det small { display: block; font-size: 0.82rem; margin-top: 5px; }

/* ---------- CTA band ---------- */
.band { background: var(--ink); padding: clamp(60px, 7vw, 92px) 0; text-align: center; }
.band h2 { color: #fff; max-width: 20ch; margin: 0 auto 18px; }
.band p { color: var(--slate); max-width: 52ch; margin: 0 auto 32px; }
.band__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* ---------- Footer ---------- */
.ftr { background: var(--ink-2); color: var(--slate); padding: 68px 0 30px; border-top: 1px solid var(--ink-3); }
.ftr__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--ink-3); }
.ftr__brand img { width: 54px; height: 54px; margin-bottom: 16px; }
.ftr__brand p { font-size: 0.86rem; max-width: 34ch; }
.ftr h4 {
  font-family: var(--f-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}
.ftr ul { list-style: none; margin: 0; padding: 0; }
.ftr li { margin-bottom: 4px; }
.ftr a { font-size: 0.88rem; text-decoration: none; transition: color .22s;
  display: inline-flex; align-items: center; min-height: 44px; }
.ftr a:hover { color: var(--gold-hi); }
.ftr__bot { padding-top: 26px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 0.76rem; color: rgba(255,255,255,.34); }
.ftr__legal { max-width: 62ch; line-height: 1.6; }

/* ---------- Reveal ---------- */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv.in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1000px) {
  .svcpage { grid-template-columns: 1fr; }
  .aside { position: static; }
  .ftr__top { grid-template-columns: 1fr 1fr; gap: 34px; }
  .ftr__brand { grid-column: 1 / -1; }
  .steps { grid-template-columns: 1fr; }
  .points { grid-template-columns: 1fr; gap: 26px; }
  .contact { grid-template-columns: 1fr; }
  .svc { grid-template-columns: 1fr; }
  .card--lead { grid-row: auto; }
}

@media (max-width: 860px) {
  .nav { display: none; }
  .burger { display: block; }
  .hdr { background: rgba(15,19,23,.92); backdrop-filter: blur(14px); border-bottom-color: var(--hair); }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: fixed;
    inset: 73px 0 auto;
    background: var(--ink);
    border-bottom: 1px solid var(--hair);
    padding: 10px var(--gut) 26px;
  }
  .nav.is-open a { padding: 15px 0; border-bottom: 1px solid var(--ink-3); font-size: 1rem; }
  .nav.is-open a::after { display: none; }
  .nav.is-open .nav__call { margin-top: 18px; justify-content: center; border-bottom: 1px solid var(--gold); }

  .triage__grid { grid-template-columns: 1fr; }
  .triage__list { display: grid; grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid var(--ink-3); }
  .triage__btn { border-right: 1px solid var(--ink-3); font-size: 0.82rem; padding: 14px 16px; }
  .triage__row { grid-template-columns: 1fr; gap: 6px; }

  .split, .split--flip .split__media { grid-template-columns: 1fr; order: 0; }
  .split__media::after { display: none; }
  .hero__strip { grid-template-columns: 1fr; gap: 18px; }
  .hero__strip b { font-size: 1.2rem; }
  .card__list { columns: 1; }
  .card--lead .card__img { min-height: 0; aspect-ratio: 16/11; }
  .field--2 { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero { min-height: 88svh; }
  .hero__in { padding-top: 128px; padding-bottom: 48px; }
  .triage__list { grid-template-columns: 1fr; }
  .ftr__top { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero__cta, .band__cta { flex-direction: column; }
}

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

@media print {
  .hdr, .hero__media, .band, .burger { display: none; }
}


/* ==========================================================================
   Sticky mobile CTA. Mobile buries the header call button behind the burger,
   so the primary conversion needs to live permanently in the thumb zone.
   Slides in once the user scrolls past the hero CTA so it never doubles up.
   ========================================================================== */
.mcta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 55;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(15, 19, 23, 0.94);
  backdrop-filter: blur(14px) saturate(150%);
  border-top: 1px solid var(--hair);
  transform: translateY(110%);
  transition: transform .38s var(--ease);
}
.mcta.in { transform: none; }

.mcta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-family: var(--f-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
  transition: background .24s var(--ease), color .24s var(--ease);
}
.mcta__btn svg { width: 17px; height: 17px; flex: none; }
.mcta__btn:focus-visible { outline: 2px solid var(--gold-hi); outline-offset: 2px; }

.mcta__btn--call { background: var(--gold); color: #14181C; }
.mcta__btn--call:active { background: var(--gold-hi); }
.mcta__btn--book { border-color: var(--gold); color: var(--gold-hi); background: rgba(192,154,69,.1); }
.mcta__btn--book:active { background: var(--gold); color: #14181C; }

@media (max-width: 860px) {
  .mcta { display: grid; grid-template-columns: 1fr 1fr; }
  /* Clear the bar so it never covers footer content */
  body { padding-bottom: 74px; }
  /* Burger menu open: get out of the way */
  body.nav-open .mcta { transform: translateY(110%); }
}

@media (prefers-reduced-motion: reduce) {
  .mcta { transition: none; }
}

@media print { .mcta { display: none !important; } }
