/* ==========================================================================
   ShowhomesOK — showhomesok.com
   Palette: warm near-black + bone, with antique brass as the only accent.
   No third colour — the photography supplies the colour.
   Text on dark surfaces is set at 400 weight: a 300 that reads elegant on
   white optically thins and washes out against black.
   Type: Cormorant Garamond (display) against Jost (UI/body).
   ========================================================================== */

:root {
  /* grounds */
  --ink:        #12100e;   /* warm near-black */
  --ink-lift:   #1e1b17;   /* lifted dark panel */
  --bone:       #f5f3ee;
  --bone-dk:    #ebe8e0;
  --paper:      #ffffff;

  /* ink on paper */
  --text:       #26221d;
  --text-soft:  #5f5952;   /* 6.9:1 on white */
  --stone:      #726c64;   /* 5.2:1 on white — safe for small caps */

  /* accent: brass reads warm on dark, must darken on light */
  --brass:      #b98f57;   /* 6.4:1 on ink */
  --brass-lt:   #d0aa73;   /* 8.8:1 on ink */
  --brass-dk:   #856539;   /* 5.4:1 on white */

  /* lines */
  --rule:       #dcd7cc;
  --rule-soft:  #e9e5dc;
  --rule-dark:  rgba(255, 255, 255, .17);

  --display: "Cormorant Garamond", "Hoefler Text", Garamond, Georgia, serif;
  --sans: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --wrap: 1240px;
  --gutter: 32px;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .008em;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

/* ---------- Type scale ---------- */

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -.005em;
  margin: 0 0 .42em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.9rem, 6.2vw, 5rem); }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
h4 { font-size: 1.1rem; }

p { margin: 0 0 1.25em; }
p:last-child { margin-bottom: 0; }

a { color: var(--text); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brass-dk); }

/* brass measures 2.95:1 on white — below the 3:1 SC 1.4.11 floor for a focus
   indicator — so light grounds use the darker brass and dark grounds the lighter. */
:focus-visible { outline: 2px solid var(--brass-dk); outline-offset: 4px; }
.topbar :focus-visible, .hero :focus-visible, .section--ink :focus-visible,
.cta-band :focus-visible, .site-footer :focus-visible { outline-color: var(--brass-lt); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 760px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 14px 24px;
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
}
.skip-link:focus { left: 0; }

/* ---------- Labels ---------- */

.eyebrow {
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--brass-dk);
  margin: 0 0 1.5rem;
}
.eyebrow--muted { color: var(--stone); }

.lead {
  font-size: 1.22rem;
  line-height: 1.68;
  font-weight: 300;
  color: var(--text-soft);
}

.rule {
  width: 46px; height: 1px; background: var(--brass-dk);
  border: 0; margin: 0 0 2rem;
}
.section-head--center .rule { margin-left: auto; margin-right: auto; }

/* ==========================================================================
   Header
   ========================================================================== */

.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, .8);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 300;
}
.topbar .wrap {
  display: flex; flex-wrap: wrap; gap: 6px 26px;
  align-items: center; justify-content: center;
  min-height: 42px; padding-top: 9px; padding-bottom: 9px;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 400; }
.topbar a:hover { color: var(--brass-lt); }
.topbar .sep { color: rgba(255, 255, 255, .28); }
@media (max-width: 760px) {
  .topbar .tagline, .topbar .sep { display: none; }
}

.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--rule-soft);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; min-height: 104px;
}

/* ---------- Wordmark ---------- */

.brand { display: inline-block; text-decoration: none; line-height: 1; }
.brand__word {
  display: block;
  font-family: var(--display);
  font-size: 1.72rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink);
  text-indent: .2em;
}
.brand__rule {
  display: block; height: 1px; background: var(--rule);
  margin: 9px 0 8px;
}
.brand__region {
  display: block;
  font-family: var(--sans);
  font-size: .56rem;
  font-weight: 500;
  letter-spacing: .52em;
  text-transform: uppercase;
  color: var(--brass-dk);
  text-indent: .52em;
}
.site-footer .brand__word { color: #fff; font-size: 1.5rem; }
.site-footer .brand__rule { background: var(--rule-dark); }

@media (max-width: 420px) {
  .brand__word { font-size: 1.4rem; letter-spacing: .16em; }
  .brand__region { font-size: .5rem; letter-spacing: .42em; }
}

/* ---------- Navigation ---------- */

.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--rule); border-radius: 0;
  padding: 12px 18px; font: inherit;
  font-size: .68rem; font-weight: 400; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ink); cursor: pointer; align-items: center; gap: 8px;
}
.nav-toggle:hover { border-color: var(--ink); }

.site-nav ul {
  display: flex; align-items: center; gap: 2px;
  list-style: none; margin: 0; padding: 0;
}
.site-nav a {
  display: block; padding: 10px 14px;
  font-size: .7rem; font-weight: 400; letter-spacing: .2em; text-transform: uppercase;
  color: var(--text-soft); text-decoration: none; white-space: nowrap;
  transition: color .2s ease;
}
.site-nav a:hover { color: var(--ink); }
.site-nav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -1px 0 var(--brass); }

.nav-cta {
  padding: 14px 26px !important;
  background: var(--ink); color: #fff !important;
  box-shadow: none !important;
  transition: background .2s ease;
}
.nav-cta:hover { background: var(--ink-lift); color: #fff !important; }

.nav-search {
  border: 1px solid var(--rule); background: none;
  padding: 12px 18px !important; color: var(--text-soft) !important;
}
.nav-search:hover { border-color: var(--ink); color: var(--ink) !important; }

@media (max-width: 1240px) {
  .nav-toggle { display: inline-flex; }
  .site-header .wrap { position: relative; min-height: 88px; }
  .site-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--paper); border-top: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule); z-index: 60;
    padding: 8px var(--gutter) 26px;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--rule-soft); font-size: .78rem; }
  /* underline as well as colour, so state is not conveyed by colour alone */
  .site-nav a[aria-current="page"] {
    box-shadow: none; color: var(--brass-dk); font-weight: 500;
    text-decoration: underline; text-underline-offset: 6px;
  }
  .nav-search { border: 0; padding: 16px 0 !important; }
  .nav-cta { margin-top: 18px; text-align: center; border-bottom: 0 !important; }
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 18px 38px;
  font-family: var(--sans); font-size: .7rem; font-weight: 400;
  letter-spacing: .24em; text-transform: uppercase;
  text-decoration: none; border: 1px solid transparent; border-radius: 0;
  cursor: pointer; transition: background .22s ease, color .22s ease, border-color .22s ease;
}
.btn--primary { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--primary:hover { background: var(--ink-lift); border-color: var(--ink-lift); color: #fff; }
.btn--ghost { background: none; color: var(--ink); border-color: var(--rule); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); border-color: #fff; }
.btn--light:hover { background: transparent; color: #fff; border-color: #fff; }
.btn--outline-light { background: none; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--outline-light:hover { background: #fff; color: var(--ink); border-color: #fff; }

.btn-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 42px; }

/* On dark grounds the ink fill disappears; brass gives the CTA a 6.4:1 edge. */
.hero .btn--primary, .section--ink .btn--primary {
  background: var(--brass); border-color: var(--brass); color: var(--ink);
}
.hero .btn--primary:hover, .section--ink .btn--primary:hover {
  background: var(--brass-lt); border-color: var(--brass-lt); color: var(--ink);
}

/* ==========================================================================
   Sections
   ========================================================================== */

.section { padding: 112px 0; }
.section--tight { padding: 76px 0; }
.section--cream { background: var(--bone); }
.section--sand { background: var(--bone-dk); }
.section--ink { background: var(--ink-lift); color: rgba(255,255,255,.9); font-weight: 400; }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink .eyebrow { color: var(--brass-lt); }
.section--ink a { color: var(--brass-lt); }

.section-head { max-width: 720px; margin-bottom: 68px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

@media (max-width: 700px) {
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 44px; }
}

/* ==========================================================================
   Hero
   ========================================================================== */

/* Narrow screens: photograph behind a strong scrim. */
.hero { position: relative; background: var(--ink); overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .44; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(176deg, rgba(18,16,14,.84) 0%, rgba(18,16,14,.6) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: 100px 0 88px; max-width: 780px; }
.hero h1 { color: #fff; font-size: clamp(2.9rem, 6.4vw, 5.2rem); }
.hero p { color: rgba(255,255,255,.93); font-size: 1.2rem; max-width: 580px; font-weight: 400; }
.hero .eyebrow { color: var(--brass-lt); letter-spacing: .26em; font-size: .64rem; }

.hero--sub .hero__inner { padding: 84px 0 76px; max-width: 860px; }
.hero--sub h1 { font-size: clamp(2.4rem, 5vw, 4rem); }

@media (max-width: 700px) {
  .hero__inner { padding: 80px 0 72px; }
  .hero--sub .hero__inner { padding: 64px 0 58px; }
}

/* Wide screens: the type moves onto solid ink beside the photograph.
   White on solid ink measures 19:1 — no scrim over an image comes close —
   and the picture is no longer muddied by an overlay. The 50% inner width
   lands exactly on the 50vw seam, so the panel edge meets the image edge. */
@media (min-width: 980px) {
  .hero { display: flex; align-items: center; min-height: 640px; }
  .hero--sub { min-height: 440px; }
  .hero__media { left: 50%; }
  .hero__media img { opacity: 1; }
  .hero::after { content: none; }
  .hero > .wrap { position: relative; z-index: 2; width: 100%; }
  .hero__inner { max-width: 50%; padding: 120px 58px 120px 0; }
  .hero--sub .hero__inner { max-width: 50%; padding: 92px 58px 88px 0; }
}

.breadcrumb { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-bottom: 26px; font-weight: 400; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; }
.breadcrumb a { color: rgba(255,255,255,.92); text-decoration: none; }
.breadcrumb a:hover { color: var(--brass-lt); }
.breadcrumb li + li::before { content: "—"; margin-right: 10px; color: rgba(255,255,255,.45); }

/* ==========================================================================
   Statistics — set as typography, not tiles
   ========================================================================== */

.stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0; border-top: 1px solid var(--rule);
}
.stat {
  padding: 48px 36px 44px;
  border-right: 1px solid var(--rule);
}
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; padding-right: 0; }
.stat__num {
  font-family: var(--display); font-weight: 300;
  font-size: clamp(3rem, 5.4vw, 4.4rem); line-height: .96;
  color: var(--ink); margin: 0 0 18px;
  font-variant-numeric: tabular-nums;
}
.stat__label { font-size: .95rem; line-height: 1.6; color: var(--text-soft); margin: 0; }
.stat__src {
  display: block; margin-top: 16px;
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--stone);
}
@media (max-width: 700px) {
  .stat { border-right: 0; border-bottom: 1px solid var(--rule); padding: 34px 0 30px !important; }
  .stat:last-child { border-bottom: 0; }
}

/* ==========================================================================
   Grids and cards — hairlines, no shadows
   ========================================================================== */

.grid { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.card {
  background: var(--paper);
  padding: 52px 44px;
  display: flex; flex-direction: column;
}
.section--cream .card { background: var(--bone); }
.section--sand .card { background: var(--bone-dk); }
.card--link { text-decoration: none; color: inherit; transition: background .25s ease; }
.card--link:hover { background: var(--ink); }
.card--link:hover h3, .card--link:hover p { color: #fff; }
.card--link:hover .card__more { color: var(--brass-lt); }
.card h3 { margin-bottom: .5em; }
.card p { color: var(--text-soft); font-size: .98rem; margin: 0; transition: color .25s ease; }
.card__more {
  margin-top: auto; padding-top: 30px;
  font-size: .66rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase;
  color: var(--brass-dk); transition: color .25s ease;
}

/* the .grid wrapper supplies hairlines; standalone cards need their own */
.card--framed { border: 1px solid var(--rule); }

.icon-badge { display: none; }   /* decorative numbering removed */

/* ---------- Steps: a real sequence, so it stays numbered ---------- */

.steps {
  counter-reset: step;
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  background: var(--rule); border: 1px solid var(--rule);
}
.step { position: relative; padding: 48px 38px 44px; background: var(--paper); }
.section--cream .step { background: var(--bone); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  display: block; margin-bottom: 26px;
  font-family: var(--sans); font-size: .68rem; font-weight: 400;
  letter-spacing: .28em; color: var(--brass-dk);
}
.step h3 { font-size: 1.3rem; }
.step p { font-size: .95rem; color: var(--text-soft); margin: 0; }

/* ---------- Checklist ---------- */

.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.checklist li {
  position: relative; padding: 22px 0 22px 40px;
  border-bottom: 1px solid var(--rule);
}
.checklist li:first-child { border-top: 1px solid var(--rule); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 33px;
  width: 22px; height: 1px; background: var(--brass-dk);
}
.section--ink .checklist li { border-color: var(--rule-dark); color: rgba(255,255,255,.9); }
.section--ink .checklist li:first-child { border-top-color: var(--rule-dark); }
.section--ink .checklist li::before { background: var(--brass-lt); }
.section--ink .checklist strong { color: #fff; font-weight: 400; }

/* ---------- Split ---------- */

.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 84px; align-items: center; }
.split__media img { width: 100%; }
.split--reverse .split__media { order: 2; }
@media (max-width: 780px) {
  .split { gap: 48px; }
  .split--reverse .split__media { order: 0; }
}

.figure figcaption {
  margin-top: 18px; font-size: .74rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--stone);
}

/* ---------- Compare ---------- */

.compare { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.compare__item { background: var(--paper); padding: 46px 40px 48px; }
.section--cream .compare__item { background: var(--bone); }
.compare__item h3 { padding: 0; font-size: 1.45rem; margin-top: 22px; }
.compare__item p { padding: 0; font-size: .98rem; color: var(--text-soft); margin: 0; }
.compare__tag {
  display: inline-block; margin: 0; padding: 0 0 0 34px; position: relative;
  font-size: .64rem; font-weight: 400; letter-spacing: .26em; text-transform: uppercase;
}
.compare__tag::before { content: ""; position: absolute; left: 0; top: .62em; width: 24px; height: 1px; }
.compare__tag--bad { color: var(--stone); }
.compare__tag--bad::before { background: var(--stone); }
.compare__tag--good { color: var(--brass-dk); }
.compare__tag--good::before { background: var(--brass-dk); }

/* ---------- Pull quote ---------- */

.quote { max-width: 860px; margin: 0 auto; text-align: center; }
.quote blockquote {
  margin: 0; font-family: var(--display); font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.35rem); line-height: 1.34; color: #fff;
  font-style: italic;
}
.quote cite {
  display: block; margin-top: 38px; font-style: normal;
  font-size: .66rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--brass-lt);
}
.quote__mark { display: none; }

/* ==========================================================================
   Video
   ========================================================================== */

.video-frame { max-width: 1000px; margin: 0 auto; }
.video-facade {
  position: relative; display: block; width: 100%; padding: 0;
  border: 0; cursor: pointer; overflow: hidden;
  background: var(--ink); aspect-ratio: 16 / 9;
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: opacity .4s ease, transform .6s ease; }
.video-facade:hover img, .video-facade:focus-visible img { opacity: .68; transform: scale(1.02); }
.video-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 92px; height: 92px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.7); background: rgba(14,19,17,.32);
  display: grid; place-items: center;
  transition: background .25s ease, border-color .25s ease;
}
.video-facade:hover .video-play, .video-facade:focus-visible .video-play {
  background: var(--brass); border-color: var(--brass);
}
.video-play::after {
  content: ""; margin-left: 5px;
  border-left: 17px solid #fff;
  border-top: 11px solid transparent; border-bottom: 11px solid transparent;
}
.video-label {
  position: absolute; left: 0; bottom: 0;
  background: var(--ink); color: #fff;
  padding: 13px 22px;
  font-size: .62rem; font-weight: 400; letter-spacing: .26em; text-transform: uppercase;
}
.video-frame iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.video-note {
  max-width: 620px; margin: 26px auto 0; text-align: center;
  font-size: .92rem; line-height: 1.6; color: var(--text-soft);
}
.video-fallback {
  text-align: center; margin-top: 14px;
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--stone);
}
@media (max-width: 560px) {
  .video-play { width: 64px; height: 64px; }
  .video-play::after { border-left-width: 13px; border-top-width: 8px; border-bottom-width: 8px; }
}

/* ==========================================================================
   FAQ
   ========================================================================== */

.faq-filter { margin-bottom: 12px; }
.faq-filter label {
  display: block; font-size: .66rem; letter-spacing: .26em;
  text-transform: uppercase; color: var(--stone); margin-bottom: 14px;
}
.faq-list { border-top: 1px solid var(--rule); }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item[hidden] { display: none; }
.faq-item h2 { margin: 0; font-size: inherit; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 32px 56px 32px 0; position: relative;
  font-family: var(--display); font-size: 1.42rem; font-weight: 400;
  color: var(--ink); line-height: 1.3; transition: color .2s ease;
}
.faq-q:hover { color: var(--brass-dk); }
.faq-q::before, .faq-q::after {
  content: ""; position: absolute; right: 6px; top: 50%;
  background: var(--brass-dk); transition: transform .25s ease, opacity .25s ease;
}
.faq-q::before { width: 16px; height: 1px; margin-top: 0; }
.faq-q::after { width: 1px; height: 16px; right: 13.5px; margin-top: -8px; }
.faq-q[aria-expanded="true"]::after { opacity: 0; transform: rotate(90deg); }
.faq-a { padding: 0 60px 34px 0; color: var(--text-soft); max-width: 68ch; }
.faq-a[hidden] { display: none; }

/* ==========================================================================
   Forms
   ========================================================================== */

.field { margin-bottom: 26px; }
.field label {
  display: block; font-size: .64rem; font-weight: 400;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--text-soft); margin-bottom: 10px;
}
.field .req { color: var(--brass-dk); }
.field input, .field select, .field textarea {
  width: 100%; padding: 15px 0;
  font: inherit; font-size: 1rem; color: var(--ink);
  background: none; border: 0; border-bottom: 1px solid var(--rule); border-radius: 0;
  transition: border-color .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-bottom-color: var(--brass-dk);
  outline: 2px solid var(--brass-dk); outline-offset: 3px;
}
.field select { padding-left: 0; }
.field textarea { min-height: 120px; resize: vertical; }
.field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0 30px; }
.form-note { font-size: .82rem; color: var(--stone); margin-top: 22px; }
.hp { position: absolute; left: -9999px; }

.search-box { display: flex; gap: 0; flex-wrap: wrap; border-bottom: 1px solid var(--ink); }
.search-box input {
  flex: 1 1 240px; padding: 18px 0; font-size: 1.3rem; font-family: var(--display);
  border: 0; background: none; color: var(--ink);
}
.search-box input:focus { outline: 2px solid var(--brass-dk); outline-offset: 4px; }
.search-box .btn { border: 0; background: none; color: var(--ink); padding: 18px 0 18px 24px; }
.search-box .btn:hover { color: var(--brass); background: none; }

.search-result { padding: 34px 0; border-bottom: 1px solid var(--rule); }
.search-result h3 { margin-bottom: .34em; font-size: 1.5rem; }
.search-result h3 a { text-decoration: none; color: var(--ink); }
.search-result h3 a:hover { color: var(--brass-dk); }
.search-result .crumb {
  font-size: .62rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--stone); margin-bottom: 12px;
}
.search-result p { font-size: .96rem; color: var(--text-soft); margin: 0; }
.search-result mark { background: none; color: var(--brass-dk); font-weight: 500; }

/* ==========================================================================
   Contact
   ========================================================================== */

.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 84px; }
.contact-lines { list-style: none; margin: 46px 0 0; padding: 0; }
.contact-lines li { padding: 26px 0; border-bottom: 1px solid var(--rule); }
.contact-lines li:first-child { border-top: 1px solid var(--rule); }
.contact-lines .k {
  display: block; margin-bottom: 10px;
  font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--stone);
}
.contact-lines .v {
  font-family: var(--display); font-size: 1.55rem; font-weight: 300;
  color: var(--ink); text-decoration: none; word-break: break-word; line-height: 1.3;
}
.contact-lines a.v:hover { color: var(--brass-dk); }

/* ==========================================================================
   CTA band
   ========================================================================== */

.cta-band { background: var(--ink); color: rgba(255,255,255,.9); padding: 96px 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.88); font-size: 1.1rem; max-width: 560px; font-weight: 400; }
.cta-band .wrap { display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-end; justify-content: space-between; }

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer { background: var(--ink); color: rgba(255,255,255,.86); padding: 90px 0 0; font-size: .92rem; font-weight: 400; }
.site-footer h4 {
  font-family: var(--sans); color: var(--brass-lt);
  font-size: .62rem; font-weight: 400; letter-spacing: .28em; text-transform: uppercase;
  margin-bottom: 26px;
}
.site-footer a { color: rgba(255,255,255,.92); text-decoration: none; }
.site-footer a:hover { color: var(--brass-lt); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 54px; }
@media (max-width: 940px) { .footer-grid { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 44px; } }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.footer-brand p { margin-top: 26px; max-width: 330px; font-size: .9rem; color: rgba(255,255,255,.78); }
.footer-bottom {
  margin-top: 76px; padding: 30px 0; border-top: 1px solid var(--rule-dark);
  display: flex; flex-wrap: wrap; gap: 14px 34px; justify-content: space-between;
  font-size: .74rem; letter-spacing: .04em; color: rgba(255,255,255,.68);
}
.areas { font-size: .88rem; line-height: 1.85; color: rgba(255,255,255,.78); }

/* ==========================================================================
   Utilities
   ========================================================================== */

.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 26px; }
.mt-3 { margin-top: 42px; }
.center { text-align: center; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.pill {
  display: inline-block; padding: 0;
  font-size: .62rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase;
  color: var(--brass-dk);
}
.note {
  border-top: 1px solid var(--brass-dk); padding: 26px 0 0;
  font-size: .98rem; color: var(--text-soft);
}
.note strong { color: var(--ink); font-weight: 500; }
.section--ink .note { border-top-color: var(--brass-lt); color: rgba(255,255,255,.9); }
.empty-state {
  border: 1px solid var(--rule); padding: 84px 40px; text-align: center; background: var(--paper);
}
.section--cream .empty-state { background: var(--bone); }

@media print {
  .site-header, .topbar, .cta-band, .nav-toggle, .site-footer { display: none; }
  body { font-size: 11pt; color: #000; }
}
