/* Meliora — melioraproperty.com
   Built from the Claude Design canvas "Meliora Website" (project e4994580…).
   Tokens below are copied from that project's _ds_bundle.css so the site and the
   Meliora app stay on one palette. Change a colour here, not in a page. */

:root {
  --burgundy: #5b1720;
  --burgundy-dark: #431016;
  --cream: #f7f2ea;
  --ivory: #fcf9f4;
  --blush: #d8a19c;
  --blush-pale: #f2deda;
  --taupe: #a99b8e;
  --charcoal: #292523;
  --stone: #c8c0b7;

  --font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  /* The canvas is drawn at 1280 inside 56px gutters. Below 1120 the gutter
     narrows rather than the content wrapping unpredictably. */
  --gutter: 56px;
  --measure: 1280px;
}

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

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--burgundy); text-decoration: none; }
a:hover { color: var(--burgundy-dark); }

h1, h2, h3 { font-family: var(--font-heading); font-weight: 500; letter-spacing: -0.015em; margin: 0; }
p { margin: 0; text-wrap: pretty; }

/* Anchored sections must clear the sticky header when jumped to. */
[id] { scroll-margin-top: 96px; }

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

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ivory); color: var(--burgundy);
  padding: 12px 20px; font-size: 14px;
}
.skip-link:focus { left: 12px; top: 12px; }

/* Keyboard focus is visible on every interactive thing, including the ones
   drawn as plain text on the canvas. */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--blush);
  outline-offset: 3px;
}
header a:focus-visible, footer a:focus-visible { outline-color: var(--blush); }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 22px var(--gutter);
  background: var(--burgundy); color: var(--ivory);
}
.brand { display: flex; flex-direction: column; gap: 4px; color: var(--ivory); }
.brand:hover { color: var(--ivory); }
.brand-name {
  font-family: var(--font-heading); font-size: 19px; letter-spacing: 0.24em;
  font-weight: 500; line-height: 1;
}
.brand-line {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(243, 230, 228, 0.5);
}
.site-nav { display: flex; gap: 34px; font-size: 13.5px; letter-spacing: 0.04em; }
.site-nav a {
  color: rgba(243, 230, 228, 0.78);
  padding-bottom: 3px; border-bottom: 1px solid transparent;
}
.site-nav a:hover, .site-nav a[aria-current="page"] {
  color: var(--ivory); border-bottom-color: var(--blush);
}
.header-actions { display: flex; align-items: center; gap: 24px; }
.client-login {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(243, 230, 228, 0.5); white-space: nowrap;
}
.client-login:hover { color: var(--blush); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  font-family: var(--font-sans); font-size: 14px; font-weight: 500;
  padding: 15px 30px; border-radius: 2px; border: 1px solid transparent;
  cursor: pointer; white-space: nowrap; text-align: center;
  /* 44px minimum target on a phone, per the app's own rule. */
  min-height: 44px;
}
.btn-light { background: var(--ivory); color: var(--burgundy); }
.btn-light:hover { background: var(--blush-pale); color: var(--burgundy); }
.btn-dark { background: var(--burgundy); color: var(--ivory); }
.btn-dark:hover { background: var(--burgundy-dark); color: var(--ivory); }
.btn-outline {
  font-size: 13px; padding: 11px 22px;
  border-color: rgba(252, 249, 244, 0.4); color: var(--ivory);
}
.btn-outline:hover { background: var(--ivory); color: var(--burgundy); }

.link-rule {
  font-size: 14px; color: rgba(252, 249, 244, 0.72);
  border-bottom: 1px solid rgba(216, 161, 156, 0.5); padding-bottom: 3px;
}
.link-rule:hover { color: var(--ivory); border-bottom-color: var(--blush); }
.link-rule-dark {
  font-size: 13.5px; color: var(--burgundy);
  border-bottom: 1px solid rgba(91, 23, 32, 0.35); padding-bottom: 3px;
  white-space: nowrap;
}

/* ---------- Shared section furniture ---------- */

.eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe);
}
.eyebrow-light { color: var(--blush); letter-spacing: 0.24em; }

/* ---------- Hero ---------- */

.hero { display: grid; grid-template-columns: 1.06fr 0.94fr; min-height: 600px; }
.hero-copy {
  background: var(--burgundy); color: var(--ivory);
  padding: 112px 76px 104px var(--gutter);
  display: flex; flex-direction: column; justify-content: center; gap: 30px;
}
.hero-copy h1 { font-size: 60px; line-height: 1.1; text-wrap: balance; }
.hero-copy p {
  font-size: 17px; line-height: 1.7; color: rgba(252, 249, 244, 0.78); max-width: 53ch;
}
.hero-actions { display: flex; gap: 18px; align-items: center; margin-top: 10px; flex-wrap: wrap; }
.hero-image { position: relative; min-width: 0; overflow: hidden; background: var(--stone); }
.hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.page-hero {
  background: var(--burgundy); color: var(--ivory); padding: 96px var(--gutter);
}
.page-hero .wrap { display: flex; flex-direction: column; gap: 22px; }
.page-hero h1 { font-size: 56px; max-width: 20ch; line-height: 1.06; }
.page-hero p {
  font-size: 17px; line-height: 1.7; color: rgba(252, 249, 244, 0.76); max-width: 62ch;
}

.split-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.split-hero-copy {
  background: var(--burgundy); color: var(--ivory);
  padding: 96px 72px 96px var(--gutter);
  display: flex; flex-direction: column; justify-content: center; gap: 24px;
}
.split-hero-copy h1 { font-size: 52px; line-height: 1.08; }
.split-hero-copy p {
  font-size: 17px; line-height: 1.72; color: rgba(252, 249, 244, 0.78); max-width: 52ch;
}

/* ---------- Trust strip ---------- */

.trust {
  background: var(--ivory);
  border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone);
  padding: var(--gutter);
}
.trust .wrap { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; }
.trust-item { display: flex; flex-direction: column; gap: 8px; }
.trust-item dt { font-size: 14px; font-weight: 600; }
.trust-item dd {
  margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(41, 37, 35, 0.65);
}

/* ---------- Services grid (home) ---------- */

.section { padding: 104px var(--gutter); }
.section-tight { padding: 88px var(--gutter); }

.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 48px; margin-bottom: 52px;
}
.section-head-copy { display: flex; flex-direction: column; gap: 14px; }
.section-head h2 { font-size: 42px; }
.section-head p { font-size: 15.5px; color: rgba(41, 37, 35, 0.6); max-width: 56ch; }

/* One hairline grid: the 1px gap over a stone background is the rule between cards. */
.hairline-grid {
  display: grid; gap: 1px; background: var(--stone); border: 1px solid var(--stone);
}
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

.service-card {
  background: var(--ivory); padding: 42px 40px;
  display: flex; flex-direction: column; gap: 14px;
}
.service-card h3 { font-size: 26px; }
.service-card p { font-size: 15px; line-height: 1.68; color: rgba(41, 37, 35, 0.72); }
.card-num {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--taupe);
}

/* ---------- Continuity statement ---------- */

.statement {
  padding: 88px var(--gutter); max-width: 1080px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 20px;
}
.statement h2 { font-size: 34px; line-height: 1.2; }
.statement p { font-size: 16.5px; line-height: 1.8; color: rgba(41, 37, 35, 0.75); }

/* ---------- Approach ---------- */

.approach { background: var(--ivory); border-top: 1px solid var(--stone); padding: 104px var(--gutter); }
.approach-intro {
  display: flex; flex-direction: column; gap: 14px; margin-bottom: 56px; max-width: 62ch;
}
.approach-intro h2 { font-size: 42px; }
.approach-intro p { font-size: 16px; line-height: 1.7; color: rgba(41, 37, 35, 0.7); }
.approach-grid { border-top: 1px solid var(--stone); }
.step {
  background: var(--ivory); padding: 34px 28px 40px;
  display: flex; flex-direction: column; gap: 12px; border-top: 2px solid var(--burgundy);
}
.step-label {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--burgundy); font-weight: 600;
}
.step h3 { font-size: 21px; }
.step p { font-size: 14.5px; line-height: 1.65; color: rgba(41, 37, 35, 0.7); }

/* ---------- Case studies (dark) ---------- */

.dark-band { background: var(--burgundy-dark); color: var(--ivory); padding: 104px var(--gutter); }
.dark-band .wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.dark-band-copy { display: flex; flex-direction: column; gap: 22px; }
.dark-band-copy h2 { font-size: 38px; line-height: 1.18; }
.dark-band-copy p { font-size: 16px; line-height: 1.75; color: rgba(252, 249, 244, 0.76); }

.stat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(216, 161, 156, 0.22); border: 1px solid rgba(216, 161, 156, 0.22);
}
.stat {
  background: var(--burgundy-dark); padding: 36px 30px;
  display: flex; flex-direction: column; gap: 10px;
}
.stat-figure {
  font-family: var(--font-heading); font-size: 40px; font-weight: 500;
  color: var(--ivory); line-height: 1;
}
.stat-label { font-size: 13.5px; line-height: 1.55; color: rgba(252, 249, 244, 0.6); }

/* ---------- Privacy / who we serve ---------- */

.two-col {
  padding: 104px var(--gutter); max-width: var(--measure); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
}
.two-col > div { display: flex; flex-direction: column; gap: 20px; }
.two-col h2 { font-size: 36px; line-height: 1.18; }
.two-col p { font-size: 15px; line-height: 1.72; color: rgba(41, 37, 35, 0.7); }
.two-col .lede { font-size: 16px; color: rgba(41, 37, 35, 0.72); }

.privacy-list { display: flex; flex-direction: column; gap: 20px; margin-top: 6px; }
.privacy-item {
  display: flex; flex-direction: column; gap: 6px;
  padding-left: 18px; border-left: 2px solid var(--blush);
}
.privacy-item dt { font-size: 14.5px; font-weight: 600; }
.privacy-item dd {
  margin: 0; font-size: 14.5px; line-height: 1.65; color: rgba(41, 37, 35, 0.7);
}

/* ---------- FAQ ---------- */

.faq { background: var(--ivory); border-top: 1px solid var(--stone); padding: 96px var(--gutter); }
.faq-inner { max-width: 900px; margin: 0 auto; }
.faq h2 { font-size: 38px; margin-bottom: 44px; }
.faq-list { display: flex; flex-direction: column; border-top: 1px solid var(--stone); }
.faq-item { border-bottom: 1px solid var(--stone); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 24px 4px; cursor: pointer; font-size: 17px; font-weight: 500;
  list-style: none; min-height: 44px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-heading); font-size: 22px; color: var(--taupe); line-height: 1;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p {
  padding: 0 90px 26px 4px; font-size: 15.5px; line-height: 1.72; color: rgba(41, 37, 35, 0.72);
}

/* ---------- Contact ---------- */

.contact {
  padding: 104px var(--gutter); max-width: var(--measure); margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px;
}
.contact-copy { display: flex; flex-direction: column; gap: 22px; }
.contact-copy h2 { font-size: 44px; line-height: 1.1; }
.contact-rule { width: 48px; height: 2px; background: var(--burgundy); }
.contact-copy p { font-size: 16px; line-height: 1.75; color: rgba(41, 37, 35, 0.72); max-width: 42ch; }

.contact-details {
  display: flex; flex-direction: column; gap: 16px; margin-top: 10px;
  padding-top: 26px; border-top: 1px solid var(--stone);
  font-size: 15px; color: rgba(41, 37, 35, 0.8);
}
.contact-details div { display: flex; align-items: center; gap: 14px; }
.contact-details svg { flex-shrink: 0; }
.contact-details a { color: rgba(41, 37, 35, 0.8); }
.contact-details a:hover { color: var(--burgundy); }

.discretion {
  display: flex; align-items: center; gap: 16px; margin-top: 16px;
  padding-top: 24px; border-top: 1px solid var(--stone);
}
.discretion-mark {
  width: 40px; height: 40px; min-width: 40px; border-radius: 50%;
  background: var(--blush-pale);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.discretion span { font-size: 14.5px; line-height: 1.5; color: rgba(41, 37, 35, 0.72); }

.contact-form {
  background: var(--ivory); border: 1px solid var(--stone); padding: 44px 44px 40px;
  display: flex; flex-direction: column; gap: 28px;
}
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span, .field-group > .field-legend {
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(41, 37, 35, 0.55);
}
.field input {
  border: none; border-bottom: 1px solid var(--stone); background: transparent;
  padding: 9px 0; font-size: 15px; font-family: var(--font-sans); color: var(--charcoal);
  outline: none; min-height: 40px;
}
.field input:focus { border-bottom-color: var(--burgundy); }
.field textarea {
  border: 1px solid var(--stone); background: var(--cream); padding: 13px;
  font-size: 15px; font-family: var(--font-sans); color: var(--charcoal);
  outline: none; resize: vertical;
}
.field textarea:focus { border-color: var(--burgundy); }

.field-group {
  display: flex; flex-direction: column; gap: 14px; border: none; margin: 0; padding: 0;
  min-width: 0;
}
.chooser { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.chooser label {
  border: 1px solid var(--stone); padding: 20px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center; cursor: pointer;
  font-size: 13px; line-height: 1.4; color: rgba(41, 37, 35, 0.8);
}
.chooser label:hover { border-color: var(--burgundy); background: var(--blush-pale); }
/* The radio is hidden but still focusable; the label it sits inside is the
   target and the thing that shows state. `:has` rather than `+` because the
   input is a CHILD of the label, not a sibling — a sibling selector here
   compiles, matches nothing, and leaves a keyboard user with no focus ring. */
.chooser input { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.chooser label:has(input:checked) { border-color: var(--burgundy); background: var(--blush-pale); }
.chooser label:has(input:focus-visible) { outline: 2px solid var(--blush); outline-offset: 2px; }

.form-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  margin-top: 4px; padding-top: 22px; border-top: 1px solid var(--stone);
}
.form-note { display: flex; align-items: center; gap: 10px; }
.form-note span {
  font-size: 12.5px; line-height: 1.5; color: rgba(41, 37, 35, 0.6); max-width: 34ch;
}

/* The form tells you what actually happened. It never goes quiet. */
.form-status {
  font-size: 14.5px; line-height: 1.6; padding: 14px 16px; border-left: 2px solid;
}
.form-status[hidden] { display: none; }
.form-status.is-error { border-color: var(--burgundy); background: var(--blush-pale); color: var(--burgundy-dark); }
.form-status.is-ok { border-color: var(--burgundy); background: var(--blush-pale); color: var(--burgundy-dark); }
.btn[disabled] { opacity: 0.6; cursor: progress; }

/* Bots fill this; people never see it. */
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Services page ---------- */

.covered { padding: 80px var(--gutter) 8px; max-width: var(--measure); margin: 0 auto; }
.covered-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px; margin-top: 28px; }
.covered-item {
  display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center;
  font-size: 13px; line-height: 1.4; color: rgba(41, 37, 35, 0.75);
}

.detail-stack {
  padding: 64px var(--gutter) 96px; max-width: var(--measure); margin: 0 auto;
  display: flex; flex-direction: column; gap: 1px;
  background: var(--stone); border: 1px solid var(--stone);
}
.detail {
  background: var(--ivory); padding: 56px 52px;
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px;
}
.detail-head { display: flex; flex-direction: column; gap: 14px; }
.detail-head h2 { font-size: 34px; line-height: 1.15; }
.detail-kicker {
  font-family: var(--font-heading); font-style: italic; font-size: 17px; color: var(--burgundy);
}
.detail-photo { border: 1px solid var(--stone); padding: 10px; margin-top: 8px; }
.detail-photo img { width: 100%; height: 220px; object-fit: cover; }
.detail-body { display: flex; flex-direction: column; gap: 24px; }
.detail-body > p { font-size: 16px; line-height: 1.75; color: rgba(41, 37, 35, 0.75); }
.detail-items {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px;
  margin: 0; padding: 0; list-style: none;
}
.detail-items li {
  font-size: 14.5px; line-height: 1.5; color: rgba(41, 37, 35, 0.7);
  padding-left: 16px; border-left: 2px solid var(--blush-pale);
}

.dark-band-split .wrap { grid-template-columns: 1fr 1fr; gap: 72px; }
.dark-band-split h2 { font-size: 34px; }
/* The canvas leaves this slot's height to the image. The photograph that
   landed in it is portrait, which makes the band a tall column of picture
   beside a short column of text, so the frame holds a landscape crop instead.
   Swap in a wider photograph and this changes nothing. */
.framed-shot { border: 1px solid rgba(216, 161, 156, 0.3); padding: 12px; }
.framed-shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.framed-shot-light { border-color: var(--stone); background: var(--ivory); padding: 14px; }

.closer {
  padding: 88px var(--gutter); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 22px;
}
.closer h2 { font-size: 36px; }
.closer p { font-size: 16px; line-height: 1.7; color: rgba(41, 37, 35, 0.7); max-width: 56ch; }

/* ---------- About page ---------- */

.story {
  padding: 96px var(--gutter); max-width: 1080px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 34px;
}
.story h2 { font-size: 34px; }
.story-lede {
  font-family: var(--font-heading); font-size: 27px; line-height: 1.45; font-weight: 500;
}
.story p:not(.story-lede) {
  font-size: 16.5px; line-height: 1.8; color: rgba(41, 37, 35, 0.75);
}

.principles {
  background: var(--ivory);
  border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone);
  padding: 88px var(--gutter);
}
.principles h2 { font-size: 36px; margin-bottom: 44px; }
.principle {
  background: var(--ivory); padding: 40px 36px;
  display: flex; flex-direction: column; gap: 12px;
}
.principle h3 { font-size: 23px; }
.principle p { font-size: 15px; line-height: 1.7; color: rgba(41, 37, 35, 0.72); }

.where {
  padding: 88px var(--gutter); max-width: var(--measure); margin: 0 auto;
  display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 72px; align-items: start;
}
.where-head { display: flex; flex-direction: column; gap: 14px; }
.where-head h2 { font-size: 34px; line-height: 1.18; }
.where-body { display: flex; flex-direction: column; gap: 20px; }
.where-body p { font-size: 16px; line-height: 1.75; color: rgba(41, 37, 35, 0.75); }
.where-body .btn { align-self: flex-start; margin-top: 10px; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--burgundy); color: rgba(243, 230, 228, 0.7);
  padding: 64px var(--gutter) 44px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px;
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand .brand-name { color: var(--ivory); }
.footer-brand p { font-size: 13.5px; line-height: 1.65; max-width: 34ch; }
.footer-col { display: flex; flex-direction: column; gap: 12px; font-size: 13.5px; }
.footer-col h2 {
  font-family: var(--font-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(243, 230, 228, 0.4); margin: 0;
}
.footer-col a, .footer-col span { color: rgba(243, 230, 228, 0.7); }
/* A sentence, not a destination — so it does not read as a link that fails. */
.footer-note { line-height: 1.55; max-width: 26ch; color: rgba(243, 230, 228, 0.55); }
.footer-col a:hover { color: var(--ivory); }
.footer-base {
  max-width: var(--measure); margin: 44px auto 0; padding-top: 24px;
  border-top: 1px solid rgba(243, 230, 228, 0.14);
  display: flex; justify-content: space-between; gap: 32px;
  font-size: 12.5px; color: rgba(243, 230, 228, 0.45);
}

/* =========================================================================
   RESPONSIVE

   The canvas has one artboard, drawn at a minimum of 1120px. There is no
   mobile artboard, so everything below was decided here and compared against
   nothing. Each decision is named in website/BUILT-COMPARISON.md.
   ========================================================================= */

@media (max-width: 1180px) {
  :root { --gutter: 40px; }
  .hero-copy { padding: 88px 48px 80px var(--gutter); }
  .hero-copy h1 { font-size: 50px; }
  .covered-grid { grid-template-columns: repeat(3, 1fr); }
  .dark-band .wrap, .two-col, .contact { gap: 56px; }
}

@media (max-width: 960px) {
  :root { --gutter: 32px; }

  /* Decision 1 — every two-up and four-up band becomes one column, in the
     order it is drawn left to right, top to bottom. Nothing is reordered. */
  .hero { grid-template-columns: 1fr; }
  .hero-image { min-height: 280px; }
  .split-hero { grid-template-columns: 1fr; }
  .split-hero-copy { padding: 72px var(--gutter); }
  .dark-band .wrap, .two-col, .contact, .where, .dark-band-split .wrap {
    grid-template-columns: 1fr; gap: 48px;
  }
  .detail { grid-template-columns: 1fr; gap: 36px; }
  .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .cols-3 { grid-template-columns: 1fr; }
  .trust .wrap { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }

  .section-head { flex-direction: column; align-items: flex-start; gap: 24px; }

  /* Decision 2 — headings step down one size rather than wrapping to four
     lines. The ratio between levels is kept. */
  .hero-copy h1, .page-hero h1 { font-size: 44px; }
  .split-hero-copy h1 { font-size: 40px; }
  .section-head h2, .approach-intro h2, .faq h2, .contact-copy h2 { font-size: 34px; }
  .dark-band-copy h2, .two-col h2, .closer h2, .principles h2 { font-size: 30px; }
  .statement h2, .story h2, .where-head h2, .detail-head h2 { font-size: 28px; }
  .story-lede { font-size: 22px; }
}

@media (max-width: 680px) {
  :root { --gutter: 20px; }

  .section, .approach, .dark-band, .two-col, .faq, .contact,
  .section-tight, .statement, .story, .principles, .where, .closer {
    padding-top: 64px; padding-bottom: 64px;
  }
  .detail-stack { padding: 40px var(--gutter) 64px; }
  .covered { padding-top: 56px; }

  /* Decision 3 — the header keeps the wordmark and the nav, and drops the
     "Start a conversation" button and the client login. Both are reachable:
     the button's destination is the last section of every page and the
     login is in the footer. A hamburger was not drawn and is not invented. */
  .site-header { flex-wrap: wrap; gap: 16px; padding: 16px var(--gutter); }
  .header-actions { display: none; }
  .site-nav { gap: 20px; font-size: 13px; width: 100%; }

  .hero-copy { padding: 56px var(--gutter); gap: 22px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-copy p, .page-hero p, .split-hero-copy p { font-size: 16px; }
  .page-hero { padding: 64px var(--gutter); }
  .page-hero h1 { font-size: 36px; }
  .split-hero-copy { padding: 56px var(--gutter); }
  .split-hero-copy h1 { font-size: 34px; }

  /* Decision 4 — the five trust facts and the four service cards stack in
     one column below 680. Two columns at this width puts them at ~140px,
     which is narrower than their own sentences. */
  .trust .wrap { grid-template-columns: 1fr; gap: 24px; }
  .cols-2, .cols-4 { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr; }
  .covered-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-base { flex-direction: column; gap: 10px; }

  .service-card, .detail, .principle { padding: 32px 24px; }
  .contact-form { padding: 28px 24px; }
  .field-pair { grid-template-columns: 1fr; gap: 20px; }

  /* Decision 5 — the four service tiles in the form become a two-by-two
     block. Four across at 320px is a 70px target. */
  .chooser { grid-template-columns: 1fr 1fr; }
  .detail-items { grid-template-columns: 1fr; }

  .form-foot { flex-direction: column; align-items: stretch; gap: 18px; }
  .form-foot .btn { width: 100%; }
  .faq-item p { padding-right: 8px; }
  .faq-item summary { font-size: 16px; gap: 16px; }

  .statement h2 { font-size: 26px; }
  .statement p, .story p:not(.story-lede) { font-size: 16px; line-height: 1.75; }
  .story-lede { font-size: 20px; }
  .hero-actions { gap: 14px; }
  .hero-actions .btn { width: 100%; }
}

@media print {
  .site-header, .contact-form, .hero-image { display: none; }
  body { background: #fff; }
}
