/* ================================================================
   MANDRELL'S PRESSURE CLEANING
   Florida Trades Editorial — earthy, confident, photo-led
   ================================================================ */

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { line-height: 1.5; -webkit-font-smoothing: antialiased; }
img, picture, video, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
a { color: inherit; text-decoration: none; }
input, textarea, select { font: inherit; color: inherit; }

/* ---- TOKENS ---- */
:root {
  --ink:    #0e1117;
  --bone:   #ffffff;
  --paper:  #f4f6f8;
  --clay:   #0066cc;          /* primary accent — fresh-water blue */
  --clay-deep: #004fa3;
  --moss:   #5a6470;          /* neutral image-placeholder grey */
  --ash:    #6b7380;
  --rule:   #e3e7eb;
  --hairline: rgba(14, 17, 23, 0.1);

  --serif:  "Fraunces", "Georgia", serif;
  --sans:   "Bricolage Grotesque", "Helvetica Neue", sans-serif;

  --container: 1320px;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  --t-snap: 120ms cubic-bezier(0.2, 0, 0.2, 1);
  --t-smooth: 360ms cubic-bezier(0.2, 0, 0.2, 1);
  --t-stage: 760ms cubic-bezier(0.2, 0, 0.2, 1);
}

/* ---- BASE ---- */
html, body {
  background: var(--bone);
  color: var(--ink);
}
body {
  font-family: var(--sans);
  font-variation-settings: "wdth" 100, "opsz" 14;
  font-size: 17px;
  letter-spacing: -0.005em;
  overflow-x: hidden;
}

/* No texture overlay — squeaky-clean aesthetic intentionally smooth */

::selection { background: var(--clay); color: var(--bone); }

/* ---- TYPE ---- */
.display, h1, h2, h3 {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 25, "WONK" 0;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.96;
  color: var(--ink);
}

.display-xl {
  font-size: clamp(3.4rem, 9.2vw, 9rem);
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 0;
  line-height: 0.92;
  letter-spacing: -0.035em;
}
.display-lg {
  font-size: clamp(2.6rem, 6.5vw, 5.5rem);
}
.display-md {
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.display-sm {
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  line-height: 1.05;
}

em, .display em, h1 em, h2 em, h3 em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  color: var(--clay);
}

.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ash);
}
.eyebrow .num {
  color: var(--clay);
  font-feature-settings: "tnum";
}

.lede {
  font-family: var(--serif);
  font-variation-settings: "opsz" 14, "SOFT" 0;
  font-weight: 300;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.lede em { font-style: italic; color: var(--ink); }

p { font-size: 1.0625rem; line-height: 1.6; color: var(--ink); }
.small { font-size: 0.875rem; color: var(--ash); }

/* ---- LAYOUT ---- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container-wide { max-width: 1480px; margin: 0 auto; padding: 0 var(--gutter); }

.section { padding: clamp(4rem, 9vw, 8rem) 0; position: relative; }
.section--paper { background: var(--paper); }
.section--ink { background: var(--ink); color: var(--bone); }
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink p { color: var(--bone); }
.section--ink .eyebrow { color: rgba(244, 237, 226, 0.55); }
.section--ink em { color: #7ec1ff; }

.rule { height: 1px; background: var(--hairline); border: 0; }
.section--ink .rule { background: rgba(244, 237, 226, 0.15); }

/* ---- HEADER ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bone);
  border-bottom: 1px solid var(--hairline);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem var(--gutter);
  max-width: 1480px;
  margin: 0 auto;
  gap: 2rem;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  font-weight: 500;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.brand__mark {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--clay);
  border-radius: 50%;
  transform: translateY(-2px);
}
.brand__sub {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ash);
}

.nav { display: flex; gap: 0.4rem; align-items: center; }
.nav a {
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.55rem 0.85rem;
  letter-spacing: -0.005em;
  position: relative;
  transition: color var(--t-snap);
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--clay); }
.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0.85rem; right: 0.85rem; bottom: 0.25rem;
  height: 2px;
  background: var(--clay);
}

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
}
.nav-toggle__icon, .nav-toggle__icon::before, .nav-toggle__icon::after {
  display: block;
  width: 22px; height: 2px;
  background: var(--ink);
  transition: var(--t-snap);
}
.nav-toggle__icon { position: relative; }
.nav-toggle__icon::before, .nav-toggle__icon::after { content: ""; position: absolute; left: 0; }
.nav-toggle__icon::before { top: -7px; }
.nav-toggle__icon::after { bottom: -7px; }

/* ---- CTA BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.6rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--bone);
  transition: transform var(--t-snap), background var(--t-snap), color var(--t-snap);
}
.btn:hover { background: var(--clay); border-color: var(--clay); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--bone); }
.btn--clay { background: var(--clay); border-color: var(--clay); color: var(--bone); }
.btn--clay:hover { background: var(--clay-deep); border-color: var(--clay-deep); }
.btn .arrow { display: inline-block; transition: transform var(--t-snap); }
.btn:hover .arrow { transform: translateX(4px); }

.btn--header {
  padding: 0.65rem 1.05rem;
  font-size: 0.85rem;
}

/* ---- HERO ---- */
.hero {
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem);
  position: relative;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}
.hero__copy { max-width: 38ch; }
.hero__eyebrow {
  margin-bottom: 1.6rem;
  display: flex; gap: 1rem; align-items: center;
}
.hero__eyebrow::before {
  content: ""; display: inline-block; width: 28px; height: 1px; background: var(--clay);
}
.hero h1 { margin-bottom: 1.7rem; }
.hero__lede { margin-bottom: 2.4rem; max-width: 36ch; }
.hero__ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; }

.hero__visual {
  position: relative;
  align-self: stretch;
  min-height: clamp(320px, 50vw, 540px);
}
.hero__visual-caption {
  margin-top: 0.9rem;
  display: flex; justify-content: space-between;
  font-size: 0.78rem;
  color: var(--ash);
  letter-spacing: 0.04em;
}
.hero__visual-caption strong { color: var(--ink); font-weight: 600; }

/* ---- BEFORE/AFTER SLIDER ---- */
.ba {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--moss);
  cursor: ew-resize;
  user-select: none;
}
.ba--wide { aspect-ratio: 16 / 10; }
.ba__img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.ba__after-wrap {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
  will-change: width;
}
.ba__after-wrap .ba__img { width: calc(100% * (100 / var(--split, 50))); /* maintain framing */ }
.ba__label {
  position: absolute;
  top: 1rem;
  padding: 0.35rem 0.7rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--bone);
  color: var(--ink);
  z-index: 3;
}
.ba__label--before { left: 1rem; }
.ba__label--after { right: 1rem; background: var(--clay); color: var(--bone); }
.ba__handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--bone);
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}
.ba__knob {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px;
  background: var(--bone);
  border: 3px solid var(--clay);
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
  pointer-events: none;
  border-radius: 50%;
}
.ba__knob::before, .ba__knob::after {
  content: "";
  display: block;
  width: 0; height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.ba__knob::before { border-right: 7px solid var(--clay); margin-right: 4px; }
.ba__knob::after { border-left: 7px solid var(--clay); margin-left: 4px; }

/* ---- STAT / CALLOUT BLOCKS ---- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.stat {
  padding: 2.2rem 1.5rem;
  border-right: 1px solid var(--hairline);
  display: flex; flex-direction: column; gap: 0.5rem;
}
.stat:last-child { border-right: 0; }
.stat__num {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 0;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.9;
  color: var(--clay);
  letter-spacing: -0.03em;
}
.stat__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ash);
  margin-top: 0.4rem;
}
.stat__sub {
  font-size: 0.95rem;
  color: var(--ink);
  max-width: 24ch;
}

/* ---- SERVICES LIST ---- */
.services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 4rem);
}
.service {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0.9rem;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--hairline);
}
.service__photo {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--moss);
}
.service__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-stage); }
.service:hover .service__photo img { transform: scale(1.04); }

.service__num {
  position: absolute;
  top: 0.9rem; right: 0.9rem;
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--bone);
  background: rgba(26, 22, 18, 0.7);
  padding: 0.25rem 0.55rem;
  letter-spacing: 0.05em;
  z-index: 2;
}

.service__head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 0.6rem;
  gap: 1rem;
}
.service__title {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.2vw, 1.95rem);
  letter-spacing: -0.02em;
  line-height: 1;
}
.service__price {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--ash);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.service__desc { color: var(--ink); font-size: 0.98rem; line-height: 1.55; max-width: 45ch; }
.service__link {
  font-size: 0.85rem; font-weight: 600;
  color: var(--clay);
  letter-spacing: 0.02em;
  align-self: start;
  display: inline-flex; align-items: center; gap: 0.5rem;
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-snap);
  padding-bottom: 2px;
}
.service:hover .service__link { border-color: var(--clay); }
.service--featured .service__title { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.service--featured .service__photo { aspect-ratio: 4 / 3; }

/* ---- PROCESS / METHOD ---- */
.method {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(244, 237, 226, 0.2);
}
.method__step {
  padding: 2.4rem 1.8rem 2.6rem;
  border-right: 1px solid rgba(244, 237, 226, 0.2);
  position: relative;
}
.method__step:last-child { border-right: 0; }
.method__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: #7ec1ff;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.method__title {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.05;
}
.method__body { color: rgba(244, 237, 226, 0.78); font-size: 0.98rem; line-height: 1.55; }

/* ---- GALLERY ---- */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.5rem, 3vw, 2.6rem);
}
.gallery .ba-card { display: flex; flex-direction: column; gap: 0.8rem; }
.ba-card__cap {
  display: flex; justify-content: space-between;
  font-size: 0.82rem;
  color: var(--ash);
  letter-spacing: 0.02em;
}
.ba-card__cap strong { color: var(--ink); font-weight: 600; }

.gallery .ba-card:nth-child(1) { grid-column: span 7; }
.gallery .ba-card:nth-child(2) { grid-column: span 5; }
.gallery .ba-card:nth-child(3) { grid-column: span 5; }
.gallery .ba-card:nth-child(4) { grid-column: span 7; }
.gallery .ba-card:nth-child(5) { grid-column: span 6; }
.gallery .ba-card:nth-child(6) { grid-column: span 6; }

/* ---- AREAS ---- */
.areas {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 5vw, 5rem);
}
.areas__primary {
  background: var(--ink);
  color: var(--bone);
  padding: clamp(2rem, 4vw, 3rem);
}
.areas__primary .eyebrow { color: rgba(244,237,226,0.5); }
.areas__primary h3 { color: var(--bone); margin-bottom: 1.2rem; }
.areas__primary p { color: rgba(244,237,226,0.8); }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem 2rem; }
.area-list__city h4 {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.area-list__city p { font-size: 0.92rem; color: var(--ash); }

/* ---- TESTIMONIAL / QUOTE ---- */
.quote {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 0;
  font-weight: 300;
  font-size: clamp(1.7rem, 3.6vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: -0.018em;
  max-width: 24ch;
}
.quote em { color: var(--clay); font-style: italic; }
.quote__attrib {
  display: block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ash);
  margin-top: 2rem;
}

/* ---- CTA BANNER ---- */
.cta-banner {
  background: var(--clay);
  color: var(--bone);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}
.cta-banner h2 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  color: var(--bone);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 1.4rem;
}
.cta-banner h2 em { font-style: italic; color: var(--bone); opacity: 0.85; }
.cta-banner .lede { color: var(--bone); opacity: 0.92; max-width: 50ch; margin-bottom: 2rem; }
.cta-banner .btn { background: var(--ink); border-color: var(--ink); color: var(--bone); }
.cta-banner .btn:hover { background: var(--bone); color: var(--clay); border-color: var(--bone); }

/* ---- FOOTER ---- */
.site-footer {
  background: var(--ink);
  color: var(--bone);
  padding: clamp(3rem, 5vw, 4.5rem) 0 2rem;
}
.site-footer h4 {
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 237, 226, 0.5);
  margin-bottom: 1.2rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  margin-bottom: 3rem;
}
.footer__brand {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.2rem;
  letter-spacing: -0.025em;
}
.footer__brand em { font-style: italic; color: #7ec1ff; }
.footer__tag { color: rgba(244, 237, 226, 0.75); max-width: 30ch; font-size: 0.95rem; }
.footer__links { display: flex; flex-direction: column; gap: 0.55rem; }
.footer__links a {
  color: rgba(244, 237, 226, 0.88);
  font-size: 0.95rem;
  transition: color var(--t-snap);
}
.footer__links a:hover { color: var(--clay); }
.footer__bottom {
  border-top: 1px solid rgba(244, 237, 226, 0.15);
  padding-top: 1.5rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: 0.8rem;
  color: rgba(244, 237, 226, 0.5);
}

/* ---- FORM ---- */
.form-wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2.5rem, 5vw, 5rem);
}
.form-intro h1 { margin-bottom: 1.5rem; }
.form-intro .lede { margin-bottom: 2rem; }
.form-meta { border-top: 1px solid var(--hairline); padding-top: 1.5rem; display: flex; flex-direction: column; gap: 1.2rem; }
.form-meta dt {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ash);
  margin-bottom: 0.2rem;
}
.form-meta dd {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}
.form-meta dd a { color: var(--ink); border-bottom: 1px solid var(--clay); padding-bottom: 2px; }
.form-meta dd a:hover { color: var(--clay); }

form.estimate {
  background: var(--paper);
  padding: clamp(1.5rem, 3.5vw, 2.8rem);
  display: grid;
  gap: 1.1rem;
}
.field { display: grid; gap: 0.45rem; }
.field--row { grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .field--row { grid-template-columns: 1fr; } }
.field label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
.field label .req { color: var(--clay); }
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field textarea,
.field select {
  padding: 0.85rem 1rem;
  border: 1px solid var(--rule);
  background: var(--bone);
  border-radius: 0;
  font-size: 1rem;
  transition: border-color var(--t-snap);
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--clay);
}
.field textarea { min-height: 130px; resize: vertical; line-height: 1.5; }

.checkgrid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem 1rem;
}
@media (max-width: 600px) { .checkgrid { grid-template-columns: 1fr; } }
.checkgrid label {
  display: flex; align-items: center; gap: 0.6rem;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.65rem 0.85rem;
  background: var(--bone);
  border: 1px solid var(--rule);
  transition: var(--t-snap);
}
.checkgrid input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--clay); }
.checkgrid label:hover { border-color: var(--ink); }
.checkgrid input[type="checkbox"]:checked + span { color: var(--clay); font-weight: 600; }

.file-field {
  border: 1px dashed var(--rule);
  padding: 1.5rem 1rem;
  background: var(--bone);
  text-align: center;
  cursor: pointer;
  transition: var(--t-snap);
}
.file-field:hover { border-color: var(--clay); }
.file-field input[type="file"] { display: none; }
.file-field .icon { font-size: 1.4rem; color: var(--clay); margin-bottom: 0.5rem; }
.file-field .label-text { font-size: 0.92rem; color: var(--ash); }
.file-field.has-files .label-text { color: var(--ink); font-weight: 600; }

.form-submit { margin-top: 0.8rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.form-fineprint { font-size: 0.8rem; color: var(--ash); max-width: 30ch; }

/* ---- PAGE INTRO (non-home pages) ---- */
.page-intro { padding: clamp(3rem, 7vw, 6rem) 0 clamp(2rem, 4vw, 3.5rem); }
.page-intro__head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}
.page-intro h1 { margin-bottom: 1.2rem; }

/* ---- ABOUT ---- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.about-portrait {
  aspect-ratio: 4/5;
  background: var(--moss);
  position: relative;
  overflow: hidden;
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-portrait__caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--bone);
  padding: 0.8rem 1rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9rem;
}
.about-portrait__caption strong { font-style: normal; font-family: var(--sans); font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.7rem; display: block; color: var(--ash); margin-bottom: 0.2rem; }

.about-body p { margin-bottom: 1.2rem; max-width: 58ch; }
.about-body .pull {
  font-family: var(--serif);
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 0;
  font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
  border-left: 3px solid var(--clay);
  padding-left: 1.5rem;
  margin: 2rem 0;
  max-width: none;
  color: var(--ink);
}

/* ---- 2-COL EDITORIAL ---- */
.editorial-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.editorial-2col > div p { margin-bottom: 1rem; }

/* ---- ANIMATIONS ---- */
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
.rise { animation: rise var(--t-stage) both; }
.rise-1 { animation-delay: 0.05s; }
.rise-2 { animation-delay: 0.18s; }
.rise-3 { animation-delay: 0.32s; }
.rise-4 { animation-delay: 0.46s; }
.rise-5 { animation-delay: 0.6s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1000px) {
  .hero__grid, .areas, .about-grid, .editorial-2col, .form-wrap, .page-intro__head { grid-template-columns: 1fr; }
  .hero__visual { min-height: 360px; }
  .services { grid-template-columns: 1fr; }
  .method { grid-template-columns: 1fr; }
  .method__step { border-right: 0; border-bottom: 1px solid rgba(244, 237, 226, 0.2); }
  .method__step:last-child { border-bottom: 0; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--hairline); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .ba-card { grid-column: span 1 !important; }
}
@media (max-width: 720px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--bone); border-bottom: 1px solid var(--hairline); padding: 1rem var(--gutter) 1.4rem; gap: 0; }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.8rem 0; font-size: 1.1rem; border-bottom: 1px solid var(--hairline); }
  .nav a[aria-current="page"]::after { display: none; }
  .nav a[aria-current="page"] { color: var(--clay); }
  .nav-toggle { display: inline-flex; }
  .nav .btn { margin-top: 0.8rem; }
  .stat-row { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--hairline); }
  .stat:last-child { border-bottom: 0; }
  .area-list { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}
