@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400&display=swap");

@font-face {
  font-family: "Bloom Serif";
  src: url("assets/FogtwoNo5.otf") format("opentype");
  font-display: swap;
}

:root {
  --paper: #F9F3F0;
  --cream: #FFFFFF;
  --ink: #1F1B16;
  --brown: #6C4E39;
  --brown-dark: #6C4E39;
  --blue: #C13838;
  --taupe: #E8DBD2;
  --line: #E8DBD2;
  --coral: #C13838;
  --muted: #6C4E39;
  --mulberry: #5A1A28;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@view-transition {
  navigation: auto;
}

body {
  background: #ECE0D5;
  margin: 0;
  overflow-x: hidden;
}

.contact-info-list a:hover,
.contact-info-list a:focus-visible {
  color: var(--mulberry);
}

/* Style B — Mulberry hero with cream text */
body.style-b .hero-poster {
  background: var(--mulberry);
}

body.style-b .hero-poster .poster-copy h1 {
  color: var(--paper);
}

body.style-b .hero-poster .poster-copy .kicker,
body.style-b .hero-poster .poster-copy .sub {
  color: white;
}

/* Style C — Cherry hero with white text */
body.style-c .hero-poster {
  background: var(--coral);
}

body.style-c .hero-poster .poster-copy h1,
body.style-c .hero-poster .poster-copy .kicker,
body.style-c .hero-poster .poster-copy .sub {
  color: white;
}

/* Style switcher */
.style-switcher {
  align-items: center;
  background: white;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 6px 24px rgba(31, 27, 22, 0.18);
  display: flex;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  gap: 4px;
  padding: 5px;
  position: fixed;
  right: 24px;
  z-index: 100;
}

.style-switcher button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--brown-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 9px 16px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.style-switcher button.is-active {
  background: var(--mulberry);
  color: white;
}

/* ============================================================
   Layout version toggles (V1 / V2 / V3)
   ============================================================ */

.layout-version {
  display: block;
}

.layout-switcher {
  align-items: center;
  background: white;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 6px 24px rgba(31, 27, 22, 0.18);
  display: flex;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  gap: 4px;
  left: 24px;
  padding: 5px;
  position: fixed;
  z-index: 100;
}

.layout-switcher button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--brown-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 9px 16px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.layout-switcher button.is-active {
  background: var(--coral);
  color: white;
}

/* ============================================================
   V1 — Editorial spread
   ============================================================ */

.v1-statement {
  background: var(--paper);
  display: grid;
  gap: clamp(20px, 2.2vw, 36px);
  padding: clamp(72px, 9vw, 160px) 9vw;
  text-align: center;
}

.v1-statement .kicker {
  color: var(--coral);
  margin: 0 auto;
}

.v1-statement h2 {
  color: var(--brown-dark);
  font-size: clamp(40px, 5.2vw, 92px);
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 auto;
  max-width: 1100px;
}

.v1-statement p {
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 760px;
}

.v1-feature {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
}

.v1-feature img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.v1-supports {
  background: var(--cream);
  padding: clamp(72px, 9vw, 160px) 9vw;
}

.v1-supports > .kicker {
  color: var(--coral);
  margin: 0 0 clamp(40px, 5vw, 80px);
}

.v1-supports-grid {
  display: grid;
  gap: clamp(28px, 3.5vw, 64px);
  grid-template-columns: repeat(3, 1fr);
}

.v1-supports-grid article {
  border-top: 1px solid var(--line);
  padding-top: clamp(20px, 2vw, 32px);
}

.v1-supports-grid h3 {
  color: var(--brown-dark);
  font-size: clamp(22px, 1.8vw, 32px);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.v1-supports-grid p {
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.45;
  margin: 0;
}

.v1-offer {
  background: var(--coral);
  color: white;
  padding: clamp(72px, 9vw, 160px) 9vw;
  text-align: center;
}

.v1-offer .kicker {
  color: white;
  margin: 0 auto clamp(20px, 2.5vw, 36px);
  opacity: 0.85;
}

.v1-offer h2 {
  color: white;
  font-size: clamp(40px, 5.4vw, 96px);
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 auto clamp(20px, 2vw, 32px);
  max-width: 1100px;
}

.v1-offer p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.5vw, 26px);
  margin: 0 auto clamp(28px, 3.5vw, 56px);
  max-width: 680px;
}

.v1-offer .text-link {
  color: white;
  font-weight: 700;
}

.v1-details {
  background: var(--paper);
  display: grid;
  gap: clamp(28px, 4vw, 80px);
  grid-template-columns: repeat(3, 1fr);
  padding: clamp(56px, 7vw, 120px) 9vw;
}

.v1-details > div .kicker {
  color: var(--coral);
  margin: 0 0 12px;
}

.v1-details > div p:not(.kicker) {
  color: var(--brown-dark);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.45;
  margin: 0;
}

.v1-cta {
  background: var(--mulberry);
  color: white;
  padding: clamp(80px, 10vw, 180px) 9vw;
  text-align: center;
}

.v1-cta .kicker {
  color: var(--paper);
  margin: 0 auto clamp(16px, 2vw, 28px);
  opacity: 0.85;
}

.v1-cta h2 {
  color: white;
  font-size: clamp(40px, 5.4vw, 96px);
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 auto clamp(16px, 2vw, 28px);
  max-width: 920px;
}

.v1-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.4vw, 24px);
  margin: 0 auto clamp(32px, 4vw, 56px);
  max-width: 600px;
}

/* ============================================================
   V2 — Bento grid
   ============================================================ */

.v2-bento {
  background: var(--paper);
  display: grid;
  gap: clamp(10px, 1vw, 20px);
  grid-auto-rows: minmax(180px, auto);
  grid-template-columns: repeat(4, 1fr);
  padding: clamp(40px, 5vw, 96px) 7vw;
}

.v2-tile {
  background: white;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(24px, 2.2vw, 44px);
}

.v2-tile--feature {
  grid-column: span 2;
  grid-row: span 2;
  background: white;
}

.v2-tile--feature .kicker {
  color: var(--coral);
  margin: 0;
}

.v2-tile--feature h2 {
  color: var(--brown-dark);
  font-size: clamp(30px, 3vw, 52px);
  letter-spacing: 0;
  line-height: 1.04;
  margin: clamp(20px, 2vw, 36px) 0;
}

.v2-tile--feature p {
  color: var(--muted);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
  margin: 0 0 clamp(20px, 2vw, 32px);
}

.v2-tile--feature .text-link {
  color: var(--coral);
  font-weight: 700;
}

.v2-tile--photo {
  grid-column: span 2;
  padding: 0;
}

.v2-tile--photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.v2-tile--support h3 {
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.v2-tile--support p {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.4;
  margin: 0;
}

.v2-tile--cherry {
  background: var(--coral);
  color: white;
}

.v2-tile--cherry h3,
.v2-tile--cherry p {
  color: white;
}

.v2-tile--paper {
  background: var(--paper);
}

.v2-tile--paper h3 {
  color: var(--brown-dark);
}

.v2-tile--paper p {
  color: var(--muted);
}

.v2-tile--mulberry {
  background: var(--mulberry);
  color: white;
}

.v2-tile--mulberry h3,
.v2-tile--mulberry p {
  color: white;
}

.v2-tile--info {
  background: white;
}

.v2-tile--info .kicker {
  color: var(--coral);
  margin: 0;
}

.v2-tile--info p:not(.kicker) {
  color: var(--brown-dark);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.45;
  margin: 0;
}

.v2-tile--cta {
  align-items: center;
  background: var(--mulberry);
  color: white;
  flex-direction: row;
  gap: clamp(20px, 3vw, 48px);
  grid-column: span 4;
  justify-content: space-between;
}

.v2-tile--cta .kicker {
  color: var(--paper);
  margin: 0 0 8px;
  opacity: 0.85;
}

.v2-tile--cta h2 {
  color: white;
  font-size: clamp(26px, 2.6vw, 44px);
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}

/* ============================================================
   V3 — Conversational Q&A
   ============================================================ */

.v3-question {
  align-items: center;
  display: grid;
  gap: clamp(40px, 6vw, 96px);
  grid-template-columns: 1fr 1fr;
  padding: clamp(72px, 9vw, 160px) 9vw;
}

.v3-question:nth-of-type(odd) {
  background: var(--paper);
}

.v3-question:nth-of-type(even) {
  background: white;
}

.v3-question--right .v3-text {
  grid-column: 1;
  grid-row: 1;
}

.v3-question--right figure {
  grid-column: 2;
  grid-row: 1;
}

.v3-question--left figure {
  grid-column: 1;
  grid-row: 1;
}

.v3-question--left .v3-text {
  grid-column: 2;
  grid-row: 1;
}

.v3-text .kicker {
  color: var(--coral);
  margin: 0 0 clamp(20px, 2.5vw, 36px);
}

.v3-text h2 {
  color: var(--brown-dark);
  font-size: clamp(34px, 4vw, 68px);
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0 0 clamp(20px, 2.5vw, 36px);
}

.v3-text p {
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 24px);
  line-height: 1.5;
  margin: 0;
}

.v3-question figure {
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
}

.v3-question figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.v3-cta {
  background: var(--mulberry);
  color: white;
  padding: clamp(80px, 10vw, 180px) 9vw;
  text-align: center;
}

.v3-cta .kicker {
  color: var(--paper);
  margin: 0 auto clamp(16px, 2vw, 28px);
  opacity: 0.85;
}

.v3-cta h2 {
  color: white;
  font-size: clamp(40px, 5vw, 88px);
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 auto clamp(16px, 2vw, 28px);
  max-width: 920px;
}

.v3-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.4vw, 24px);
  margin: 0 auto clamp(28px, 4vw, 56px);
  max-width: 600px;
}

/* Mobile responsive — V1/V2/V3 */
@media (max-width: 900px) {
  .v1-statement,
  .v1-supports,
  .v1-offer,
  .v1-cta,
  .v3-question,
  .v3-cta {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .v1-supports-grid {
    grid-template-columns: 1fr;
    gap: clamp(20px, 5vw, 32px);
  }

  .v1-details {
    grid-template-columns: 1fr;
    gap: clamp(20px, 5vw, 36px);
  }

  .v2-bento {
    grid-template-columns: 1fr 1fr;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .v2-tile--feature,
  .v2-tile--photo,
  .v2-tile--cta {
    grid-column: span 2;
  }

  .v2-tile--cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .v3-question {
    grid-template-columns: 1fr;
  }

  .v3-question--right .v3-text,
  .v3-question--right figure,
  .v3-question--left .v3-text,
  .v3-question--left figure {
    grid-column: 1;
  }

  .v3-question--right .v3-text {
    grid-row: 2;
  }

  .v3-question--right figure {
    grid-row: 1;
  }

  .v3-question--left figure {
    grid-row: 1;
  }

  .v3-question--left .v3-text {
    grid-row: 2;
  }

  .layout-switcher,
  .style-switcher {
    font-size: 10px;
    padding: 4px;
  }

  .layout-switcher button,
  .style-switcher button {
    padding: 7px 12px;
  }

  .layout-switcher {
    bottom: 16px;
    left: 16px;
  }

  .style-switcher {
    bottom: 16px;
    right: 16px;
  }
}

/* ============================================================
   OFFER SECTION — Diptych, with mulberry/red colour toggle
   ============================================================ */

.offer-a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(420px, 50vw, 640px);
}

.offer-a__photo {
  margin: 0;
  overflow: hidden;
}

.offer-a__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.offer-a__panel {
  align-items: flex-start;
  background: var(--mulberry);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 120px);
  transition: background-color 0.25s ease;
}

.offer-a__panel .kicker {
  color: var(--coral);
  margin: 0 0 clamp(20px, 2vw, 32px);
  transition: color 0.25s ease;
}

.offer-a__panel h2 {
  color: white;
  font-size: clamp(34px, 3.6vw, 64px);
  letter-spacing: -0.015em;
  line-height: 1.04;
  margin: 0 0 clamp(20px, 2vw, 32px);
}

.offer-a__panel p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.5;
  margin: 0 0 clamp(16px, 1.5vw, 24px);
}

.offer-a__panel p + p {
  margin-top: clamp(8px, 1vw, 16px);
}

.offer-a__panel p:last-of-type {
  margin-bottom: clamp(24px, 2.5vw, 36px);
}

.offer-a__panel .text-link {
  color: white;
}


/* ============================================================
   HELP SECTION — Tile grid with red / brown / cream toggle
   ============================================================ */

.help-section {
  background: var(--paper);
  padding: clamp(72px, 9vw, 160px) 9vw;
  transition: background-color 0.25s ease;
}

.help-section > .kicker {
  color: var(--coral);
  margin: 0 0 clamp(40px, 5vw, 80px);
  transition: color 0.25s ease;
}

.help-grid {
  display: grid;
  gap: clamp(10px, 1.2vw, 22px);
  grid-template-columns: repeat(3, 1fr);
}

.help-grid article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: clamp(120px, 12vw, 180px);
  padding: clamp(18px, 2vw, 30px);
  transition: background-color 0.25s ease, color 0.25s ease;
}

.help-grid h3 {
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.help-grid p {
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.4;
  margin: 0;
}

.help-section {
  background: var(--coral);
}

.help-section > .kicker {
  color: white;
}

.help-grid article {
  background: var(--paper);
}

.help-grid h3 {
  color: var(--mulberry);
}

.help-grid p {
  color: var(--brown);
}

/* Help switcher pill (bottom-left) */
.help-switcher {
  align-items: center;
  background: white;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 6px 24px rgba(31, 27, 22, 0.18);
  display: flex;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  gap: 4px;
  left: 24px;
  padding: 5px;
  position: fixed;
  z-index: 100;
}

.help-switcher button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--brown-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 9px 16px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.help-switcher button.is-active {
  background: var(--coral);
  color: white;
}


/* Help mobile */
@media (max-width: 900px) {
  .help-grid {
    grid-template-columns: 1fr;
  }

  .help-grid article {
    gap: 8px;
    min-height: auto;
    padding: 20px 22px;
  }

  .help-grid h3 {
    font-size: clamp(18px, 4.6vw, 22px);
    line-height: 1.15;
  }

  .help-grid p {
    font-size: clamp(14px, 3.6vw, 17px);
    line-height: 1.4;
  }

  .help-switcher button {
    font-size: 10px;
    padding: 7px 11px;
  }
}

/* Offer switcher pill */
.offer-switcher {
  align-items: center;
  background: white;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 6px 24px rgba(31, 27, 22, 0.18);
  display: flex;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  gap: 4px;
  padding: 5px;
  position: fixed;
  right: 24px;
  z-index: 100;
}

.offer-switcher button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--brown-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 9px 16px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.offer-switcher button.is-active {
  background: var(--mulberry);
  color: white;
}

/* Mobile responsive — offer section (stacked: photo on top, panel below) */
@media (max-width: 900px) {
  .offer-a {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .offer-a__photo {
    aspect-ratio: 4 / 3;
  }

  .offer-a__panel {
    padding: clamp(40px, 10vw, 64px) 9vw;
  }
}

/* ============================================================
   E1 — The Statement (type-led)
   ============================================================ */

.e1-statement {
  background: var(--paper);
  display: grid;
  gap: clamp(20px, 2.2vw, 36px);
  padding: clamp(96px, 12vw, 200px) 9vw clamp(48px, 6vw, 96px);
}

.e1-statement .kicker {
  color: var(--coral);
  margin: 0;
}

.e1-statement h2 {
  color: var(--brown-dark);
  font-size: clamp(48px, 6vw, 112px);
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin: 0;
  max-width: 18ch;
}

.e1-statement p {
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.5;
  margin: 0;
  max-width: 38ch;
}

.e1-supports {
  background: var(--paper);
  padding: clamp(60px, 7vw, 120px) 9vw clamp(80px, 10vw, 160px);
}

.e1-supports > .kicker {
  color: var(--coral);
  margin: 0 0 clamp(40px, 5vw, 80px);
}

.e1-supports-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.e1-supports-list li {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(24px, 3vw, 64px);
  grid-template-columns: clamp(40px, 4vw, 80px) 1fr;
  padding: clamp(24px, 3vw, 48px) 0;
}

.e1-supports-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.e1-supports-list .num {
  color: var(--coral);
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.e1-supports-list h3 {
  color: var(--brown-dark);
  font-size: clamp(22px, 2vw, 36px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 10px;
}

.e1-supports-list p {
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.45;
  margin: 0;
  max-width: 48ch;
}

.e1-offer {
  align-items: center;
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 0;
  position: relative;
}

.e1-offer-photo {
  align-self: center;
  aspect-ratio: 3 / 2;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin: 0;
  overflow: hidden;
  width: 58%;
  z-index: 1;
}

.e1-offer-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.e1-offer-text {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  padding-left: 44%;
  padding-right: 4vw;
  position: relative;
  z-index: 2;
}

.e1-offer-text .kicker {
  color: var(--coral);
  margin: 0 0 clamp(16px, 1.8vw, 28px);
}

.e1-offer-text h2 {
  color: var(--mulberry);
  font-size: clamp(34px, 4.6vw, 68px);
  letter-spacing: -0.015em;
  line-height: 1.04;
  margin: 0 0 clamp(16px, 2vw, 28px);
}

.e1-offer-text h2 span {
  display: block;
}

.e1-offer-text p {
  color: var(--brown-dark);
  font-size: clamp(15px, 1.2vw, 22px);
  line-height: 1.5;
  margin: 0;
}

.e1-offer-text .text-link {
  color: var(--coral);
  margin-top: clamp(20px, 2vw, 32px);
}

.e1-details {
  background: var(--paper);
  display: grid;
  gap: clamp(32px, 4vw, 80px);
  grid-template-columns: repeat(3, 1fr);
  padding: clamp(56px, 7vw, 120px) 9vw;
}

.e1-details > div .kicker {
  color: var(--coral);
  margin: 0 0 12px;
}

.e1-details > div p:not(.kicker) {
  color: var(--brown-dark);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.45;
  margin: 0;
}

.e1-cta {
  background: var(--paper);
  color: var(--coral);
  padding: clamp(40px, 5vw, 80px) 9vw;
}

.e1-cta .kicker {
  color: var(--coral);
  margin: 0 0 clamp(16px, 1.5vw, 24px);
}

.e1-cta h2 {
  color: var(--brown);
  font-size: clamp(32px, 3.6vw, 60px);
  letter-spacing: -0.01em;
  line-height: 1.02;
  margin: 0 0 clamp(20px, 2vw, 32px);
  max-width: 18ch;
}

/* ============================================================
   E2 — The Spread (2-col alternating)
   ============================================================ */

.e2-spread {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: clamp(40px, 5vw, 96px);
  grid-template-columns: 1fr 1fr;
  padding: clamp(72px, 9vw, 160px) 9vw;
}

.layout-v2 .e2-spread:nth-of-type(even) {
  background: var(--cream);
}

.e2-spread--right > .e2-text {
  grid-column: 1;
  grid-row: 1;
}

.e2-spread--right > figure {
  grid-column: 2;
  grid-row: 1;
}

.e2-spread--left > figure {
  grid-column: 1;
  grid-row: 1;
}

.e2-spread--left > .e2-text {
  grid-column: 2;
  grid-row: 1;
}

.e2-spread figure {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
}

.e2-spread figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.e2-text .kicker {
  color: var(--coral);
  margin: 0 0 clamp(20px, 2.5vw, 36px);
}

.e2-text h2 {
  color: var(--brown-dark);
  font-size: clamp(36px, 4.4vw, 80px);
  letter-spacing: -0.01em;
  line-height: 1.02;
  margin: 0 0 clamp(20px, 2.5vw, 36px);
}

.e2-text p {
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 22px);
  line-height: 1.5;
  margin: 0;
}

.e2-supports {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.e2-supports li {
  align-items: baseline;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  font-size: clamp(15px, 1.05vw, 18px);
  gap: 6px 18px;
  grid-template-columns: minmax(140px, 0.45fr) 1fr;
  line-height: 1.4;
  padding: clamp(14px, 1.6vw, 24px) 0;
}

.e2-supports li:last-child {
  border-bottom: 1px solid var(--line);
}

.e2-supports strong {
  color: var(--brown-dark);
  font-weight: 700;
}

.e2-pullquote {
  background: var(--coral);
  color: white;
  padding: clamp(60px, 8vw, 140px) 9vw;
  text-align: center;
}

.e2-pullquote blockquote {
  margin: 0 auto;
  max-width: 900px;
}

.e2-pullquote blockquote p {
  color: white;
  font-family: "Playfair Display", Baskerville, "Baskerville Old Face", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 60px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.18;
  margin: 0;
}

.e2-details {
  display: grid;
  gap: clamp(10px, 1vw, 18px);
  list-style: none;
  margin: clamp(28px, 3vw, 44px) 0 0;
  padding: 0;
}

.e2-details li {
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.45;
}

.e2-details li > span {
  color: var(--brown-dark);
  display: inline-block;
  font-weight: 700;
  margin-right: 14px;
  min-width: 96px;
}

.e2-cta {
  background: var(--mulberry);
  color: white;
  padding: clamp(96px, 12vw, 200px) 9vw;
  text-align: center;
}

.e2-cta .kicker {
  color: var(--paper);
  margin: 0 auto clamp(20px, 2.5vw, 36px);
  opacity: 0.85;
}

.e2-cta h2 {
  color: white;
  font-size: clamp(40px, 5vw, 92px);
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin: 0 auto clamp(20px, 2.5vw, 36px);
  max-width: 18ch;
}

.e2-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.5;
  margin: 0 auto clamp(28px, 3.5vw, 56px);
  max-width: 40ch;
}

/* ============================================================
   E3 — The Feature (photo-led)
   ============================================================ */

.e3-feature {
  background: var(--paper);
  display: grid;
  gap: clamp(40px, 5vw, 96px);
  padding: clamp(48px, 6vw, 96px) 9vw clamp(72px, 9vw, 160px);
}

.e3-feature figure {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
}

.e3-feature figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.e3-feature-text {
  display: grid;
  gap: clamp(16px, 2vw, 28px);
  max-width: 900px;
}

.e3-feature-text .kicker {
  color: var(--coral);
  margin: 0;
}

.e3-feature-text h2 {
  color: var(--brown-dark);
  font-size: clamp(40px, 5vw, 92px);
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin: 0;
  max-width: 22ch;
}

.e3-feature-text p {
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.5;
  margin: 0;
  max-width: 40ch;
}

.e3-supports {
  background: var(--paper);
  padding: clamp(72px, 9vw, 160px) 9vw;
}

.e3-supports > .kicker {
  color: var(--coral);
  margin: 0 0 clamp(40px, 5vw, 80px);
}

.e3-supports-grid {
  display: grid;
  gap: clamp(24px, 3vw, 56px);
  grid-template-columns: repeat(3, 1fr);
}

/* Split variant: text list left + photo pair right */
.e3-supports--split {
  align-items: center;
  display: grid;
  gap: clamp(40px, 5vw, 96px);
  grid-template-columns: 1fr 0.85fr;
}

.e3-supports--split .kicker {
  color: var(--coral);
  margin: 0 0 clamp(28px, 3vw, 48px);
}

.e3-supports-list {
  display: grid;
  gap: clamp(8px, 1vw, 14px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.e3-supports-list details {
  background: transparent;
}

.e3-supports-list summary {
  align-items: center;
  background: var(--coral);
  color: white;
  cursor: pointer;
  display: flex;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 700;
  gap: 12px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.2;
  list-style: none;
  padding: clamp(14px, 1.5vw, 22px) clamp(18px, 2vw, 28px);
}

.e3-supports-list summary::-webkit-details-marker {
  display: none;
}

.e3-supports-list summary::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M1 1.5l6 6 6-6'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: clamp(10px, 0.85vw, 14px);
  transform-origin: center;
  transition: transform 0.25s ease;
  width: clamp(16px, 1.2vw, 22px);
}

.e3-supports-list details[open] summary::after {
  transform: rotate(180deg);
}

.e3-supports-list details > p {
  color: var(--muted);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.5;
  margin: 0;
  padding: 12px clamp(18px, 2vw, 28px) 4px;
}

.e3-supports-photos {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  position: relative;
}

.e3-supports-photos img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.e3-supports-photos img:first-child {
  aspect-ratio: 0.78;
}

.e3-supports-photos img:last-child {
  aspect-ratio: 0.76;
  margin-left: -12%;
  margin-top: 36%;
}

.e3-supports-grid article {
  border-top: 1px solid var(--line);
  padding-top: clamp(20px, 2vw, 32px);
}

.e3-supports-grid h3 {
  color: var(--brown-dark);
  font-size: clamp(22px, 1.8vw, 32px);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.e3-supports-grid p {
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.45;
  margin: 0;
}

.e3-offer {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: clamp(40px, 5vw, 96px);
  grid-template-columns: 1.2fr 1fr;
  padding: clamp(72px, 9vw, 160px) 9vw;
}

.e3-offer figure {
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
}

.e3-offer figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.e3-offer-text .kicker {
  color: var(--coral);
  margin: 0 0 clamp(20px, 2.5vw, 36px);
}

.e3-offer-text h2 {
  color: var(--brown-dark);
  font-size: clamp(40px, 5vw, 88px);
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin: 0 0 clamp(20px, 2.5vw, 36px);
}

.e3-offer-text p {
  color: var(--muted);
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.5;
  margin: 0;
}

.e3-details {
  background: var(--cream);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(32px, 4vw, 80px);
  grid-template-columns: repeat(3, 1fr);
  padding: clamp(56px, 7vw, 120px) 9vw;
}

.e3-details > div .kicker {
  color: var(--coral);
  margin: 0 0 12px;
}

.e3-details > div p:not(.kicker) {
  color: var(--brown-dark);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.45;
  margin: 0;
}

.e3-cta {
  align-items: center;
  background: var(--mulberry);
  color: white;
  display: grid;
  gap: clamp(40px, 5vw, 96px);
  grid-template-columns: 1fr 1.1fr;
  padding: clamp(72px, 9vw, 160px) 9vw;
}

.e3-cta figure {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
}

.e3-cta figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.e3-cta-text .kicker {
  color: var(--paper);
  margin: 0 0 clamp(20px, 2.5vw, 36px);
  opacity: 0.85;
}

.e3-cta-text h2 {
  color: white;
  font-size: clamp(40px, 5vw, 92px);
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin: 0 0 clamp(20px, 2.5vw, 36px);
}

.e3-cta-text p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.5;
  margin: 0 0 clamp(28px, 3.5vw, 56px);
}

/* Mobile responsive — E1/E2/E3 */
@media (max-width: 900px) {
  .e1-statement,
  .e1-supports,
  .e1-cta {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .e1-offer {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: clamp(24px, 6vw, 40px);
    padding: clamp(56px, 14vw, 96px) 9vw;
  }

  .e1-offer-photo {
    grid-row: 1;
    margin: 0 -9vw;
    aspect-ratio: 4 / 3;
  }

  .e1-offer-text {
    grid-row: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .e1-statement {
    padding-top: clamp(64px, 16vw, 120px);
  }

  .e1-supports-list li {
    gap: 4px 16px;
    grid-template-columns: clamp(36px, 12vw, 60px) 1fr;
  }

  .e1-details {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .e2-spread {
    grid-template-columns: 1fr;
    gap: clamp(28px, 8vw, 48px);
  }

  .e2-spread--right > .e2-text,
  .e2-spread--right > figure,
  .e2-spread--left > .e2-text,
  .e2-spread--left > figure {
    grid-column: 1;
  }

  .e2-spread--right > figure { grid-row: 1; }
  .e2-spread--right > .e2-text { grid-row: 2; }
  .e2-spread--left > figure { grid-row: 1; }
  .e2-spread--left > .e2-text { grid-row: 2; }

  .e2-supports li {
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .e3-feature figure {
    aspect-ratio: 4 / 3;
  }

  .e3-supports--split {
    grid-template-columns: 1fr;
    gap: clamp(28px, 7vw, 48px);
  }

  .e3-supports-photos img:first-child {
    aspect-ratio: 4 / 5;
  }

  .e3-supports-photos img:last-child {
    aspect-ratio: 4 / 5;
    margin-top: 18%;
  }

  .e3-offer,
  .e3-supports-grid,
  .e3-details,
  .e3-cta {
    grid-template-columns: 1fr;
  }

  .e3-cta {
    text-align: left;
  }
}

img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.workshop-nav {
  align-items: center;
  background: #151918;
  color: white;
  display: flex;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 64px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.workshop-nav nav {
  display: flex;
  gap: 20px;
}

.workshop-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.concept {
  background: var(--paper);
  border-bottom: 12px solid #151918;
  min-height: 100vh;
}

.topline {
  align-items: center;
  background: white;
  display: flex;
  height: 92px;
  justify-content: space-between;
  padding: 0 7vw;
}

.wordmark {
  color: var(--brown-dark);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
}

.wordmark-logo {
  align-items: center;
  background: transparent;
  color: var(--mulberry);
  display: inline-flex;
  font-weight: 400;
  gap: clamp(8px, 0.9vw, 16px);
  line-height: 1;
}

.wordmark-logo__img {
  display: block;
  height: clamp(54px, 5.4vw, 84px);
  width: auto;
}

.topline > nav {
  display: flex;
  gap: clamp(18px, 3vw, 52px);
}

.topline > nav a {
  font-size: clamp(17px, 1.6vw, 26px);
  font-weight: 850;
}

.topline > nav .active,
.topline > nav .nav-cta {
  color: var(--coral);
}

.nav-actions,
.topline-right {
  align-items: center;
  display: flex;
  gap: clamp(12px, 1.4vw, 22px);
  margin-left: auto;
}

.nav-call {
  align-items: center;
  background: var(--brown);
  border: 1.5px solid var(--brown);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  min-height: 48px;
  min-width: 108px;
  padding: 0 22px;
  white-space: nowrap;
}

.nav-call[data-revealed="true"] {
  min-width: 148px;
}

.nav-start {
  align-items: center;
  background: var(--coral);
  border: 1.5px solid var(--coral);
  border-radius: 0;
  color: white;
  display: inline-flex;
  font-size: clamp(16px, 1.18vw, 21px);
  font-weight: 650;
  min-height: 48px;
  padding: 0 22px;
  white-space: nowrap;
}

.menu-drawer {
  margin-left: clamp(12px, 1.4vw, 22px);
  position: relative;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  list-style: none;
  width: 48px;
}

.menu-toggle::-webkit-details-marker {
  display: none;
}

.menu-icon {
  display: grid;
  gap: 6px;
  width: 24px;
}

.menu-icon span {
  background: var(--mulberry);
  border-radius: 0;
  display: block;
  height: 3.5px;
  width: 100%;
}

.drawer-links {
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(50, 32, 23, 0.14);
  display: grid;
  min-width: 280px;
  padding: 14px;
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  z-index: 30;
}

.drawer-links a {
  border-radius: 6px;
  color: var(--brown-dark);
  font-size: 21px;
  font-weight: 800;
  padding: 14px 16px;
}

.drawer-links a:hover,
.drawer-links a.active {
  background: var(--paper);
  color: var(--coral);
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hero {
  min-height: calc(100vh - 92px);
}

.kicker {
  color: inherit;
  font-size: clamp(13px, 1.2vw, 22px);
  font-weight: 850;
  letter-spacing: 0.18em;
  margin: 0 0 44px;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

.hero-copy h1,
.poster-copy h1,
.copy-panel h1 {
  font-size: clamp(52px, 6vw, 104px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 42px;
}

.sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(22px, 2vw, 36px);
  line-height: 1.3;
  margin-bottom: 78px;
  max-width: 720px;
}

.cta,
.button {
  color: var(--coral);
  display: inline-flex;
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 900;
  letter-spacing: 0;
}

.topline,
.hero,
.service-band,
.testimonial-strip,
.statement-section,
.home-details-section,
.space-link-section,
.contact-section,
.process-hero,
.process-stack,
.about-hero,
.team-hero,
.team-feature,
.team-grid,
.contact-page-hero,
.location-block,
.contact-page-layout,
.about-grid,
.space-page-hero,
.gallery-page-grid,
.site-footer {
  view-transition-name: none;
}

.button {
  align-items: center;
  background: var(--coral);
  border-radius: 0;
  color: white;
  font-weight: 500;
  min-height: 58px;
  padding: 0 28px;
}

.hero-split {
  background: linear-gradient(90deg, var(--brown) 0 56%, var(--taupe) 56%);
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
}

.hero-copy {
  align-self: center;
  color: white;
  padding: 7vw;
}

.hero-copy .kicker {
  color: rgba(255, 255, 255, 0.72);
}

.image-stage {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 0.58fr;
  padding: 6vw 5vw 6vw 0;
}

.large-photo {
  aspect-ratio: 0.84;
  box-shadow: 0 30px 70px rgba(50, 32, 23, 0.18);
  height: auto;
  object-fit: cover;
}

.small-photo {
  aspect-ratio: 0.8;
  filter: grayscale(1);
  height: auto;
  margin-left: -16%;
  margin-top: 34%;
  object-fit: cover;
}

.service-band {
  background: var(--paper);
  padding: 7vw;
}

.service-band .kicker {
  color: var(--coral);
  margin-bottom: 56px;
}

.support-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.support-grid article {
  border-bottom: 1px solid var(--line);
  min-height: 360px;
  padding: 70px 7vw 70px 0;
}

.support-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.support-grid article:nth-child(even) {
  padding-left: 7vw;
}

.support-grid h2 {
  color: var(--brown-dark);
  font-size: clamp(28px, 2.8vw, 48px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.support-grid p,
.steps p,
.quiet-list p {
  color: var(--muted);
  font-size: clamp(19px, 1.6vw, 30px);
  line-height: 1.55;
}

.support-spread {
  background: var(--paper);
  padding: clamp(72px, 8vw, 140px) 7vw;
}

.support-spread > .kicker {
  color: var(--coral);
  margin: 0 0 clamp(40px, 5vw, 80px);
}

.support-spread__body {
  align-items: center;
  display: grid;
  gap: clamp(20px, 2.5vw, 48px);
  grid-template-columns: 1fr 1fr;
}

.support-spread__photo {
  aspect-ratio: 0.78;
  justify-self: end;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  width: clamp(300px, 30vw, 460px);
}

.support-spread__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.support-spread__quote {
  margin: 0;
}

.support-spread__quote p {
  color: var(--brown-dark);
  font-family: "Playfair Display", Baskerville, "Baskerville Old Face", Georgia, serif;
  font-size: clamp(22px, 2.3vw, 38px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.32;
  margin: 0;
}

.support-spread__list {
  display: grid;
  gap: clamp(22px, 2.4vw, 36px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.support-spread__list li {
  display: grid;
  gap: 6px;
}

.support-spread__list h3 {
  color: var(--brown-dark);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.2vw, 38px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  text-transform: none;
}

.support-spread__list p {
  color: var(--muted);
  font-size: clamp(14px, 1.05vw, 19px);
  line-height: 1.4;
  margin: 0;
}

.mobile-expand-toggle {
  display: none;
}

.concept-b {
  background: var(--cream);
}

.home-page {
  background: var(--cream);
  overflow-x: hidden;
  min-height: 100vh;
}

.hero-poster {
  display: grid;
  gap: 5vw;
  grid-template-columns: 0.95fr 1.05fr;
  padding: 7vw;
}

.poster-copy {
  align-self: center;
}

.poster-copy .kicker {
  color: var(--coral);
  font-size: clamp(15px, 1.45vw, 24px);
  margin-bottom: 34px;
}

.poster-copy .sub,
.concept-b .sub {
  color: var(--muted);
  font-size: clamp(19px, 1.55vw, 28px);
  margin-bottom: 42px;
}

.copy-panel .sub {
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 42px;
}

.testimonial-strip {
  background: var(--paper);
  color: var(--brown);
  padding: clamp(28px, 3.5vw, 64px) 7vw;
}

.testimonial-carousel {
  align-items: stretch;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 230px;
}

.testimonial-window {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  height: 100%;
  transition: transform 420ms ease;
}

.testimonial-slide {
  align-content: center;
  display: grid;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
  padding: clamp(28px, 3.2vw, 48px) clamp(24px, 5vw, 78px);
}

.testimonial-slide blockquote {
  font-family: "Playfair Display", Baskerville, "Baskerville Old Face", Georgia, serif;
  font-size: clamp(25px, 2.45vw, 42px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 18px;
  max-width: 1040px;
}

.testimonial-slide figcaption {
  color: var(--brown);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 650;
}

.carousel-control {
  align-self: center;
  appearance: none;
  background: rgba(108, 78, 57, 0.12);
  border: 0;
  border-radius: 999px;
  color: var(--brown);
  cursor: pointer;
  font: inherit;
  font-size: clamp(28px, 3vw, 48px);
  height: clamp(48px, 5vw, 70px);
  line-height: 1;
  width: clamp(48px, 5vw, 70px);
}

.poster-images {
  align-items: center;
  display: grid;
  isolation: isolate;
  position: relative;
}

.poster-pair {
  align-items: center;
  display: grid;
  grid-area: 1 / 1;
  grid-template-columns: 1fr 0.72fr;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.985);
  transition: opacity 1100ms ease, transform 1400ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.poster-pair.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 1;
}

.poster-pair img:first-child {
  aspect-ratio: 0.78;
  height: auto;
}

.poster-pair img:last-child {
  aspect-ratio: 0.76;
  height: auto;
  margin-left: -12%;
  margin-top: 36%;
}

.statement-section,
.space-section,
.space-link-section,
.philosophy-section,
.future-section,
.details-section,
.contact-section,
.about-story-section {
  background: var(--cream);
  padding: 7vw;
}

.statement-section,
.contact-section {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.12fr 0.88fr;
}

.statement-section h2 {
  color: var(--ink);
  font-size: clamp(34px, 3.5vw, 62px);
  letter-spacing: 0;
  line-height: 1.03;
  margin-bottom: 0;
  max-width: 860px;
}

.space-copy h2,
.future-head h2,
.contact-section h2 {
  color: var(--ink);
  font-size: clamp(42px, 5vw, 86px);
  letter-spacing: 0;
  line-height: 0.94;
  margin-bottom: 0;
}

.statement-section > p,
.space-copy p,
.future-head p,
.contact-copy p {
  color: var(--muted);
  font-size: clamp(22px, 2vw, 36px);
  line-height: 1.42;
}

.statement-section > p {
  align-self: end;
  font-size: clamp(20px, 1.7vw, 30px);
}

.space-link-section {
  align-items: end;
  background: var(--paper);
  border-top: 0;
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.95fr 1.05fr;
  margin-top: 8vw;
}

.space-link-section h2 {
  color: var(--brown-dark);
  font-size: clamp(30px, 3vw, 54px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 720px;
}

.space-link-copy p {
  color: var(--muted);
  font-size: clamp(20px, 1.65vw, 29px);
  line-height: 1.48;
}

.space-link-copy {
  align-self: end;
}

.text-link {
  align-items: center;
  color: var(--coral);
  display: inline-flex;
  font-size: clamp(19px, 1.6vw, 28px);
  gap: 12px;
  font-weight: 800;
  margin-top: 22px;
}

.contact-section {
  background: var(--paper);
  color: var(--brown-dark);
}

.contact-section--simple {
  display: block;
}

.contact-lead {
  max-width: 880px;
}

.contact-section h2 {
  font-size: clamp(36px, 4vw, 72px);
  font-weight: 650;
  letter-spacing: 0;
}

.contact-section .kicker,
.contact-section h2 {
  color: var(--brown-dark);
}

.contact-copy p {
  color: var(--brown-dark);
  font-size: clamp(20px, 1.65vw, 30px);
}

.contact-copy .button {
  margin: 8px 0 36px;
}

.contact-lead .button {
  margin-top: 30px;
}

.contact-lines {
  color: var(--brown-dark) !important;
  font-size: clamp(18px, 1.4vw, 24px) !important;
  font-weight: 700;
}

.site-footer {
  background: var(--cream);
  color: var(--brown-dark);
  padding: 34px 7vw;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
}

.footer-brand-social,
.footer-social {
  align-items: center;
  display: flex;
}

.footer-brand-social {
  gap: 12px;
}

.footer-logo {
  display: inline-flex;
  height: 48px;
  width: 48px;
}

.footer-logo img {
  border-radius: 999px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.footer-email,
.footer-phone {
  align-items: center;
  background: var(--mulberry);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.footer-email svg,
.footer-phone svg {
  height: 14px;
  width: 14px;
}

.footer-social {
  gap: 12px;
}

.social-icon {
  align-items: center;
  background: var(--mulberry);
  border: 0;
  border-radius: 999px;
  color: white;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.social-icon svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-legal a,
.footer-legal span {
  color: var(--brown-dark);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 650;
}

.text-link span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.86em;
  height: 1.65em;
  justify-content: center;
  line-height: 1;
  width: 1.65em;
}

.statement-section--center {
  align-content: center;
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  grid-template-columns: 1fr;
  min-height: calc(100vh - 92px);
  padding: 10vw 12vw;
  text-align: center;
}

.statement-section--center .kicker {
  margin: 0 auto;
}

.statement-section--center h2 {
  font-size: clamp(48px, 5.7vw, 98px);
  line-height: 0.98;
  margin: 0 auto;
  max-width: 1080px;
}

.statement-section--center > p {
  align-self: auto;
  font-size: clamp(21px, 1.65vw, 31px);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 940px;
}

.statement-section--offer-revised {
  align-content: center;
  align-items: center;
  background: var(--mulberry);
  gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: auto;
  padding: 9vw 7vw;
  position: relative;
  text-align: left;
}

.statement-section--offer-revised .offer-text {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  grid-column: 1;
  grid-row: 1;
  max-width: none;
  position: relative;
  z-index: 2;
}

.statement-section--offer-revised .offer-text > .offer-space-action {
  justify-content: flex-start;
  max-width: none;
}

.statement-section--offer-revised .offer-photo {
  aspect-ratio: 3 / 2;
  grid-column: 1;
  grid-row: 1;
  margin: 0 -7vw 0 auto;
  max-width: 62%;
  overflow: hidden;
  position: relative;
  width: 62%;
  z-index: 1;
}

.statement-section--offer-revised .offer-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-divider {
  display: block;
  height: clamp(45px, 5vw, 80px);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -1px;
  transform: scaleY(-1);
  width: 100%;
  z-index: 3;
}

.section-divider--wave path {
  fill: var(--paper);
}

.statement-section--offer-revised .kicker {
  color: white;
  margin: 0;
}

.statement-section--offer-revised .offer-primary,
.statement-section--offer-revised .offer-secondary,
.statement-section--offer-revised .offer-tertiary {
  color: white;
}

.statement-section--offer-revised .offer-space-action .text-link {
  color: white;
}

.quote-band {
  align-items: center;
  background: var(--coral);
  display: grid;
  grid-template-columns: 1fr;
  padding: 5vw 0;
  position: relative;
}

.quote-band .quote-image {
  align-self: center;
  aspect-ratio: 3 / 4;
  justify-self: start;
  margin: 0 0 0 7vw;
  overflow: hidden;
  position: relative;
  width: 36vw;
  z-index: 1;
}

.quote-band .quote-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.quote-band .quote-box {
  background: white;
  left: 36vw;
  padding: clamp(36px, 4vw, 72px) clamp(40px, 5vw, 96px);
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.quote-band blockquote {
  margin: 0;
}

.quote-band blockquote p {
  color: var(--brown);
  font-family: "Playfair Display", Baskerville, "Baskerville Old Face", Georgia, serif;
  font-size: clamp(22px, 2.4vw, 42px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.32;
  margin: 0 0 22px;
}

.quote-band cite {
  color: var(--brown);
  font-size: clamp(13px, 1.05vw, 18px);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.statement-section--offer-revised .kicker,
.service-band > .kicker,
.support-spread > .kicker,
.home-details-section > .kicker,
.contact-section .kicker {
  font-size: clamp(16px, 1.55vw, 28px);
}

.statement-section--offer-revised h2 {
  margin: 0;
  max-width: 1280px;
}

.statement-section--offer-revised h2 span {
  display: block;
}

.statement-section--offer-revised .offer-primary,
.statement-section--offer-revised .offer-secondary,
.statement-section--offer-revised .offer-tertiary {
  font-size: clamp(34px, 3.5vw, 56px);
  line-height: 1.04;
  max-width: none;
  white-space: nowrap;
}

.statement-section--offer-revised .offer-secondary {
  margin-top: 34px;
}

.statement-section--offer-revised .offer-tertiary {
  margin-top: 34px;
}

.offer-space-action {
  display: flex;
  justify-content: flex-end;
  max-width: 1280px;
  width: 100%;
}

.offer-space-action .text-link {
  margin-top: 0;
}

.bottom-pair {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}

.bottom-pair > section {
  margin: 0;
}

.home-details-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-details-list li {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(20px, 2.4vw, 36px);
  grid-template-columns: minmax(120px, 0.45fr) 1fr;
  padding: clamp(18px, 1.8vw, 26px) 0;
}

.home-details-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.home-details-list .label {
  color: var(--brown-dark);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-details-list .answer {
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.4;
  margin: 0;
}

.contact-section--simple {
  align-items: flex-start;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.column-divider--vertical-wave {
  display: block;
  height: 100%;
  left: -45px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 1;
}

.column-divider--vertical-wave .wave-left {
  fill: white;
}

.column-divider--vertical-wave .wave-right {
  fill: var(--cream);
}

.contact-section--simple .contact-lead {
  position: relative;
  z-index: 2;
}

.contact-note {
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 19px);
  font-style: italic;
  line-height: 1.45;
  margin: clamp(20px, 2vw, 32px) 0 0;
  max-width: 380px;
}

.home-details-section {
  background: #fff;
  padding: 7vw;
}

.home-details-section .kicker {
  color: var(--blue);
  margin-bottom: 34px;
}

.home-details-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.home-details-cards article {
  background: var(--blue);
  border-radius: 6px;
  min-height: 330px;
  padding: clamp(26px, 2.6vw, 42px);
}

.home-details-cards h3 {
  color: white;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.home-details-cards p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.45vw, 25px);
  line-height: 1.36;
  margin: 0;
}

.statement-section--swap {
  align-items: center;
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 76vh;
  padding-bottom: 9vw;
  padding-top: 9vw;
}

.statement-section--swap h2 {
  font-size: clamp(42px, 5vw, 86px);
  line-height: 0.98;
  max-width: 840px;
}

.offer-copy-split p:not(.kicker) {
  color: var(--muted);
  font-size: clamp(22px, 1.9vw, 34px);
  line-height: 1.42;
  margin-bottom: 28px;
}

.offer-copy-split p:last-child {
  margin-bottom: 0;
}

.space-inline-link {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: center;
  margin: 8px auto 0;
  max-width: 1040px;
  padding-top: 30px;
}

.statement-section--swap .space-inline-link {
  justify-content: flex-start;
  margin-left: 0;
}

.space-inline-link strong {
  color: var(--brown-dark);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.2;
}

.space-inline-link .text-link {
  margin-top: 0;
  white-space: nowrap;
}

.testimonial-font-hero {
  background: var(--cream);
  padding: 9vw 7vw 5vw;
}

.testimonial-font-hero h1 {
  color: var(--ink);
  font-size: clamp(48px, 6vw, 104px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 28px;
  max-width: 980px;
}

.testimonial-font-hero p:last-child {
  color: var(--muted);
  font-size: clamp(21px, 1.8vw, 30px);
  line-height: 1.42;
  max-width: 760px;
}

.testimonial-font-showcase {
  background: var(--paper);
  display: grid;
  gap: 28px;
  padding: 5vw 7vw 7vw;
}

.testimonial-font-card {
  align-content: center;
  background: var(--coral);
  color: white;
  display: grid;
  margin: 0;
  min-height: 225px;
  padding: clamp(34px, 4.4vw, 64px);
  position: relative;
}

.font-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.testimonial-font-card blockquote {
  font-size: clamp(26px, 2.55vw, 46px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 18px;
  max-width: 1120px;
}

.testimonial-font-card figcaption {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 650;
}

.font-georgia blockquote {
  font-family: Georgia, "Times New Roman", serif;
}

.font-baskerville blockquote {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, serif;
}

.font-iowan blockquote {
  font-family: "Iowan Old Style", Palatino, "Palatino Linotype", serif;
}

.font-palatino blockquote {
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.font-charter blockquote {
  font-family: Charter, "Bitstream Charter", "Sitka Text", Georgia, serif;
}

.space-section {
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.8fr 1.2fr;
}

.space-copy {
  align-self: center;
}

.space-gallery {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 0.58fr;
}

.space-gallery img {
  height: auto;
  object-fit: cover;
}

.space-gallery img:first-child {
  aspect-ratio: 1.18;
  grid-column: 1 / 3;
}

.space-gallery img:nth-child(2) {
  aspect-ratio: 0.86;
}

.space-gallery img:nth-child(3) {
  aspect-ratio: 0.86;
  filter: grayscale(1);
  margin-bottom: 18%;
}

.philosophy-section {
  background: var(--brown);
  color: white;
  border-top: 48px solid var(--paper);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.philosophy-section .kicker {
  color: rgba(255, 255, 255, 0.74);
}

.philosophy-section blockquote {
  font-size: clamp(48px, 6vw, 104px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 44px;
  max-width: 1240px;
}

.philosophy-section p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.42;
  margin: 0;
  max-width: 930px;
}

.future-section {
  border-top: 1px solid var(--line);
}

.future-head {
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.9fr 0.8fr;
  margin-bottom: 58px;
}

.future-head .kicker {
  grid-column: 1 / 3;
  margin-bottom: -22px;
}

.future-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.future-grid article {
  border-right: 1px solid var(--line);
  min-height: 430px;
  padding: 54px 4vw 54px 0;
}

.future-grid article + article {
  padding-left: 4vw;
}

.future-grid article:last-child {
  border-right: 0;
}

.future-grid span {
  background: var(--paper);
  color: var(--muted);
  display: inline-block;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  margin-bottom: 38px;
  padding: 10px 14px;
  text-transform: uppercase;
}

.future-grid h3,
.details-grid h3 {
  color: var(--brown-dark);
  font-size: clamp(30px, 3vw, 52px);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 26px;
}

.future-grid p,
.details-grid p {
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.5;
  margin: 0;
}

.details-section {
  background: var(--paper);
}

.details-section .kicker {
  color: var(--brown-dark);
  margin-bottom: 48px;
}

.details-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.details-grid article {
  border-right: 1px solid var(--line);
  min-height: 320px;
  padding: 42px 2.5vw 42px 0;
}

.details-grid article + article {
  padding-left: 2.5vw;
}

.details-grid article:last-child {
  border-right: 0;
}

.process-hero,
.about-hero,
.space-page-hero,
.team-hero,
.contact-page-hero {
  background: var(--paper);
  padding: 10vw 7vw 6vw;
}

.process-hero {
  background: var(--paper);
}

.process-hero h1,
.about-hero h1,
.space-page-hero h1,
.team-hero h1,
.contact-page-hero h1 {
  color: var(--ink);
  font-size: clamp(52px, 6vw, 104px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 34px;
  max-width: 1080px;
}

.process-hero p:last-child,
.about-hero p:last-child,
.space-page-hero p:last-child,
.team-hero p:last-child,
.contact-page-hero > p:last-child {
  color: var(--muted);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.4;
  max-width: 780px;
}


.inline-phone-link {
  color: var(--blue);
  font-weight: 850;
}

.contact-info-panel {
  display: grid;
  gap: clamp(14px, 1.8vw, 24px);
  margin-top: clamp(30px, 3.6vw, 56px);
  max-width: 880px;
}

.contact-info-group {
  margin-top: clamp(18px, 2.2vw, 34px);
}

.contact-info-group:first-child {
  margin-top: 0;
}

.contact-info-list {
  display: grid;
  gap: clamp(14px, 1.8vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info-list li {
  align-items: center;
  color: var(--brown-dark);
  display: grid;
  font-size: clamp(18px, 1.45vw, 25px);
  gap: clamp(12px, 1vw, 16px);
  grid-template-columns: clamp(19px, 1.5vw, 24px) minmax(0, 1fr);
  letter-spacing: 0;
  line-height: 1.36;
}

.contact-info-list a {
  color: inherit;
}

.contact-info-icon {
  color: var(--ink);
  fill: none;
  height: clamp(19px, 1.5vw, 24px);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
  width: clamp(19px, 1.5vw, 24px);
}

.contact-info-heading {
  color: var(--blue);
  font-size: clamp(16px, 1.55vw, 28px);
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin: 0 0 clamp(14px, 1.8vw, 24px);
  text-transform: uppercase;
}

/* ===== Process stack: TIMELINE (default) ===== */
.process-stack {
  background: var(--cream);
  counter-reset: process-step;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1100px;
  padding: 5vw 7vw 7vw;
}

.process-stack article {
  background: transparent;
  border: 0;
  column-gap: clamp(24px, 3vw, 48px);
  counter-increment: process-step;
  display: grid;
  grid-template-areas:
    "circle title"
    "circle body";
  grid-template-columns: clamp(72px, 7vw, 100px) 1fr;
  margin: 0;
  max-width: 100%;
  min-height: auto;
  padding: clamp(28px, 3vw, 44px) 0;
  position: relative;
  row-gap: 6px;
}

.process-stack article + article {
  margin-top: 0;
}

.process-stack article::before {
  background: var(--coral);
  border-radius: 0;
  color: white;
  content: counter(process-step);
  display: grid;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 800;
  grid-area: circle;
  letter-spacing: 0;
  line-height: 1;
  min-height: clamp(96px, 9vw, 140px);
  place-items: center;
}

.process-stack article > h2 {
  align-self: center;
  grid-area: title;
}

.process-stack article > p {
  grid-area: body;
  max-width: 100%;
}

.process-stack span {
  display: none;
}

.process-stack h2 {
  color: var(--brown-dark);
  font-size: clamp(28px, 2.8vw, 44px);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 0;
}

.about-grid h2 {
  color: var(--brown-dark);
  font-size: clamp(34px, 3.4vw, 62px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 22px;
}

.process-stack p {
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.5;
  margin: 0;
  max-width: 780px;
}

.about-grid p {
  color: var(--muted);
  font-size: clamp(19px, 1.6vw, 28px);
  line-height: 1.48;
  margin: 0;
  max-width: 780px;
}


.process-inline-link {
  color: var(--blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.process-inline-link:hover,
.process-inline-link:focus-visible {
  color: var(--mulberry);
}

.desktop-break {
  display: inline;
}

.process-cta {
  align-items: center;
  background: var(--cream);
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 6vw 7vw;
}

.process-cta .kicker {
  color: var(--brown-dark);
}

.process-cta h2 {
  color: var(--ink);
  font-size: clamp(44px, 5vw, 90px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.process-cta .button {
  background: var(--coral);
  color: white;
}

.about-grid {
  background: var(--paper);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 7vw;
}

.team-feature {
  align-items: center;
  background: var(--paper);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.78fr 1fr;
  padding: 7vw;
}

.team-photo-wrap {
  background: var(--taupe);
  padding: 22px;
}

.team-photo-wrap img {
  aspect-ratio: 0.84;
  height: auto;
}

.team-copy > .kicker {
  color: var(--coral);
}

.team-copy h2,
.team-grid h2,
.contact-page-layout h2 {
  color: var(--brown-dark);
  font-size: clamp(40px, 4.5vw, 82px);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 28px;
}

.team-grid h2 {
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1;
  margin-bottom: 16px;
}

.team-copy p:not(.kicker),
.team-grid p,
.contact-page-layout p {
  color: var(--muted);
  font-size: clamp(19px, 1.6vw, 28px);
  line-height: 1.48;
}

.team-grid p {
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.55;
}

.team-grid .kicker {
  color: var(--blue);
  font-size: clamp(15px, 1.2vw, 20px);
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.team-grid {
  background: var(--cream);
  display: grid;
  gap: clamp(20px, 2.4vw, 32px);
  grid-template-columns: 1fr;
  padding: 4vw 7vw 7vw;
}

.team-grid article {
  align-items: center;
  background: var(--paper);
  border: 0;
  box-shadow: 0 6px 18px rgba(31, 27, 22, 0.06);
  column-gap: clamp(30px, 3.4vw, 60px);
  display: grid;
  grid-template-areas:
    "img head"
    "img body";
  grid-template-columns: minmax(200px, 24%) 1fr;
  padding: clamp(38px, 3.4vw, 56px) clamp(40px, 4vw, 64px);
  row-gap: 14px;
}

.team-grid article > img {
  grid-area: img;
}

.team-grid__head {
  grid-area: head;
  align-self: end;
}

.team-grid__body {
  grid-area: body;
  align-self: start;
}

.team-grid .team-grid__body .team-training-label {
  color: var(--coral);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.team-training-list {
  color: white;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.55;
  margin: 0;
  padding-left: 1.1em;
}

.team-training-list li {
  margin-top: 6px;
}

.team-training-list li::marker {
  color: var(--coral);
}

.team-grid article:first-child {
  background: var(--mulberry);
}

.team-grid article:first-child .kicker {
  color: var(--coral);
}

.team-grid article:first-child h2,
.team-grid article:first-child p {
  color: white;
}

.team-grid article:nth-child(2),
.team-grid article:nth-child(3) {
  background: var(--mulberry);
}

.team-grid article:nth-child(2) .kicker,
.team-grid article:nth-child(3) .kicker {
  color: var(--coral);
}

.team-grid article:nth-child(2) h2,
.team-grid article:nth-child(2) p,
.team-grid article:nth-child(3) h2,
.team-grid article:nth-child(3) p {
  color: white;
}

.team-grid__placeholder {
  display: none;
}

.team-grid img {
  aspect-ratio: 0.9;
  filter: grayscale(1);
  height: auto;
  margin: 0;
  max-width: 260px;
  object-fit: cover;
  width: 100%;
}

.location-block {
  background: var(--paper);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 5vw;
  grid-template-columns: 0.78fr 1.22fr;
  padding: 7vw;
}

.location-copy h2 {
  color: var(--brown-dark);
  font-size: clamp(42px, 5vw, 86px);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 28px;
}

.location-copy p:not(.kicker),
.map-credit {
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.48;
}

.map-panel {
  min-width: 0;
}

.line-map {
  background:
    linear-gradient(rgba(117, 83, 63, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 83, 63, 0.035) 1px, transparent 1px),
    var(--cream);
  background-size: 42px 42px;
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}

.line-map svg {
  display: block;
  height: auto;
  width: 100%;
}

.map-road {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.map-road-main {
  stroke: #a89a90;
  stroke-width: 12;
}

.map-road-local {
  stroke: #d7ccc4;
  stroke-width: 7;
}

.map-road-target {
  stroke: var(--coral);
  stroke-width: 8;
}

.map-labels text {
  fill: #7f7168;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
}

.map-marker circle:first-child {
  fill: var(--coral);
}

.map-marker circle:last-child {
  fill: white;
}

.map-tag {
  background: var(--coral);
  color: white;
  font-size: 15px;
  font-weight: 850;
  left: 49%;
  padding: 9px 13px;
  position: absolute;
  top: 48%;
  transform: translate(24px, -50%);
}

.map-credit {
  font-size: 12px;
  margin: 12px 0 0;
}

.contact-page-layout {
  background: var(--paper);
  padding: 11vw 7vw 7vw;
}

.form-placeholder,
.google-form-panel {
  background: var(--cream);
  border: 1px solid var(--line);
  margin: 0 auto;
  max-width: 1100px;
  padding: clamp(36px, 5vw, 78px);
}

.google-form-embed {
  background: white;
  border: 0;
  display: block;
  margin-top: 36px;
  min-height: 2498px;
  width: 100%;
}

/* ===== Policy pages (privacy, cookie, T&Cs) ===== */
.policy-hero {
  background: var(--paper);
  padding: 7vw 7vw 4vw;
}

.policy-hero h1 {
  color: var(--ink);
  font-size: clamp(36px, 4.2vw, 72px);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 clamp(14px, 1.6vw, 24px);
  max-width: 1080px;
}

.policy-hero p {
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 20px);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.policy-body {
  background: var(--cream);
  padding: 5vw 7vw 8vw;
}

.policy-content {
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 880px;
}

.policy-content h2 {
  color: var(--brown-dark);
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: clamp(34px, 3.4vw, 52px) 0 clamp(14px, 1.4vw, 22px);
  text-transform: uppercase;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content h3 {
  color: var(--brown-dark);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  margin: clamp(22px, 2.2vw, 32px) 0 clamp(10px, 1vw, 14px);
}

.policy-content p {
  margin: 0 0 1em;
}

.policy-content p:last-child {
  margin-bottom: 0;
}

.policy-content a {
  color: var(--coral);
}

.policy-content a:hover,
.policy-content a:focus-visible {
  color: var(--mulberry);
}

.policy-content strong {
  color: var(--ink);
  font-weight: 700;
}

.policy-content .policy-meta {
  color: var(--muted);
  font-size: clamp(14px, 0.95vw, 16px);
  font-style: italic;
  margin-top: clamp(34px, 3.4vw, 52px);
}

@media (max-width: 900px) {
  .policy-hero {
    padding: 16vw 9vw 8vw;
  }
  .policy-hero h1 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1;
    max-width: 100%;
  }
  .policy-hero p {
    font-size: 14px;
  }
  .policy-body {
    padding: 9vw;
  }
  .policy-content {
    font-size: 16px;
    line-height: 1.6;
  }
  .policy-content h2 {
    font-size: 18px;
  }
  .policy-content h3 {
    font-size: 16px;
  }
}

.fake-form {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.fake-form span {
  border: 1px solid var(--line);
  color: #9a8d86;
  display: block;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 650;
  min-height: 58px;
  padding: 18px 20px;
}

.fake-form span:last-child {
  min-height: 160px;
}

.about-story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  min-height: clamp(340px, 38vw, 520px);
  padding: 0;
  width: 100%;
}

.about-story-photo {
  align-self: stretch;
  height: 100%;
  justify-self: stretch;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.about-story-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.about-story-panel {
  align-items: flex-start;
  align-self: stretch;
  background: var(--mulberry);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: stretch;
  padding: clamp(48px, 6vw, 120px);
  width: 100%;
}

.about-story-panel .kicker {
  color: var(--coral);
  font-size: clamp(16px, 1.55vw, 28px);
  margin: 0 0 clamp(20px, 2vw, 32px);
}

.about-story-panel p:not(.kicker) {
  color: white;
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.5;
  margin: 0 0 clamp(16px, 1.4vw, 26px);
}

.about-story-panel p:not(.kicker):last-child {
  margin-bottom: 0;
}

.contact-map-section .about-story-photo {
  background: var(--cream);
  position: relative;
}

.contact-map-section .about-story-photo img {
  filter: grayscale(1);
}

.contact-map-embed {
  background: var(--cream);
}

.contact-map-embed iframe {
  border: 0;
  display: block;
  filter: grayscale(1) contrast(0.96) brightness(1.04);
  height: 100%;
  min-height: clamp(360px, 45vw, 560px);
  pointer-events: none;
  width: 100%;
}

.google-map-pin {
  color: var(--coral);
  display: block;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.28));
  height: clamp(38px, 4vw, 58px);
  left: 48.5%;
  pointer-events: none;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -100%);
  width: clamp(38px, 4vw, 58px);
  z-index: 2;
}

.google-map-pin svg {
  display: block;
  height: 100%;
  width: 100%;
}

.contact-map-embed figcaption {
  align-items: center;
  background: rgba(255, 249, 242, 0.94);
  border: 1px solid rgba(72, 41, 39, 0.16);
  bottom: clamp(16px, 2vw, 28px);
  color: var(--ink);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: space-between;
  left: clamp(16px, 2vw, 28px);
  padding: 14px 16px;
  position: absolute;
  right: clamp(16px, 2vw, 28px);
  z-index: 2;
}

.contact-map-embed figcaption span {
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.contact-map-embed figcaption a {
  color: var(--coral);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-map-embed figcaption a:hover {
  text-decoration: underline;
}

.map-pin {
  color: var(--coral);
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
  height: clamp(32px, 3.6vw, 52px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -100%);
  width: clamp(32px, 3.6vw, 52px);
  z-index: 2;
}

.map-pin svg {
  display: block;
  height: 100%;
  width: 100%;
}

.about-story-panel .contact-info-panel {
  gap: clamp(14px, 1.6vw, 22px);
  margin-top: 0;
  max-width: 100%;
}

.about-story-panel .contact-info-group {
  margin-top: clamp(16px, 1.8vw, 28px);
}

.about-story-panel .contact-info-group:first-child {
  margin-top: 0;
}

.about-story-panel p.contact-info-heading {
  color: var(--coral);
  margin-bottom: clamp(12px, 1.4vw, 18px);
}

.about-story-panel .contact-info-list li {
  color: white;
}

.about-story-panel .contact-info-list a {
  color: white;
}

.about-story-panel .contact-info-list a:hover,
.about-story-panel .contact-info-list a:focus-visible {
  color: var(--coral);
}

.about-story-panel .contact-info-icon {
  color: white;
}

.about-story-image {
  background: var(--taupe);
  padding: 22px;
}

.about-story-image img {
  aspect-ratio: 1.2;
  height: auto;
  object-fit: cover;
}

.about-story-copy h2 {
  color: var(--brown-dark);
  font-size: clamp(38px, 4vw, 76px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 34px;
}

.about-story-copy p:not(.kicker) {
  color: var(--muted);
  font-size: clamp(19px, 1.55vw, 28px);
  line-height: 1.48;
}

.about-grid article {
  border-right: 1px solid var(--line);
  min-height: 360px;
  padding-right: 4vw;
}

.about-grid article + article {
  padding-left: 4vw;
}

.about-grid article:nth-child(2) {
  padding-left: 5vw;
  padding-right: 5vw;
}

.about-grid article:last-child {
  border-right: 0;
}


.gallery-page-grid {
  align-items: start;
  background: var(--mulberry);
  display: grid;
  gap: clamp(20px, 2vw, 36px);
  grid-template-columns: repeat(4, 1fr);
  padding: 7vw;
}

.gallery-page-grid img {
  aspect-ratio: 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.steps {
  background: var(--brown);
  color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 6vw 7vw;
}

.steps article {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  min-height: 320px;
  padding-right: 5vw;
}

.steps article + article {
  padding-left: 5vw;
}

.steps article:last-child {
  border-right: 0;
}

.steps span {
  color: var(--coral);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.steps h2 {
  font-size: clamp(32px, 3vw, 54px);
  letter-spacing: 0;
  margin: 44px 0 24px;
}

.steps p {
  color: rgba(255, 255, 255, 0.7);
}

.concept-c {
  background: #f8f3ee;
}

.editorial-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.88fr 0.82fr 0.5fr;
  grid-template-rows: minmax(0, 0.62fr) minmax(0, 0.38fr);
  padding: 6vw 7vw;
}

.copy-panel {
  align-self: center;
  background: var(--brown);
  color: white;
  grid-row: 1 / 3;
  min-height: 680px;
  padding: 5vw;
}

.copy-panel .kicker {
  color: rgba(255, 255, 255, 0.72);
}

.photo-one {
  grid-column: 2 / 4;
  height: 100%;
}

.photo-two {
  filter: grayscale(1);
}

.fact {
  align-self: end;
  border-top: 1px solid var(--line);
  min-height: 240px;
  padding-top: 28px;
}

.fact strong {
  color: var(--brown-dark);
  display: block;
  font-size: 28px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.fact span {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.quiet-list {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.7fr 1fr;
  padding: 6vw 7vw;
}

.quiet-list .kicker {
  color: var(--brown-dark);
  margin-bottom: 24px;
}

.quiet-list h2 {
  color: var(--brown-dark);
  font-size: clamp(38px, 4vw, 76px);
  letter-spacing: 0;
  line-height: 0.95;
}

@media (max-width: 900px) {
  .workshop-nav {
    padding: 0 20px;
  }

  .topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    height: auto;
    gap: 14px;
    column-gap: 12px;
    padding: 22px;
  }

  .topline > nav {
    display: none;
  }

  .wordmark {
    grid-column: 1;
    grid-row: 1;
    width: auto;
  }

  .nav-actions {
    gap: 10px;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    width: 100%;
  }

  .menu-drawer {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin-left: 0;
  }

  .nav-call {
    font-size: 14px;
    min-height: 42px;
    min-width: 92px;
    padding: 0 15px;
  }

  .nav-start {
    font-size: 14px;
    min-height: 42px;
    padding: 0 16px;
  }

  .menu-toggle {
    height: 42px;
    width: 42px;
  }

  .drawer-links {
    min-width: 0;
    right: 0;
    top: calc(100% + 12px);
    width: min(322px, calc(100vw - 44px));
  }

  .drawer-links a {
    font-size: 19px;
    padding: 13px 14px;
  }

  .hero-split,
  .hero-poster,
  .support-grid,
  .steps,
  .editorial-grid,
  .quiet-list,
  .statement-section,
  .space-section,
  .space-link-section,
  .future-head,
  .future-grid,
  .details-grid,
  .contact-section,
  .team-feature,
  .team-grid,
  .team-grid article,
  .location-block,
  .contact-page-layout,
  .about-story-section,
  .about-grid,
  .gallery-page-grid {
    grid-template-columns: 1fr;
  }

  .hero-split {
    background: var(--brown);
  }

  .hero {
    min-height: auto;
  }

  .hero-poster {
    gap: 44px;
    padding: 9vw 9vw 18vw;
  }

  .hero-copy h1,
  .poster-copy h1,
  .copy-panel h1 {
    font-size: clamp(42px, 14vw, 58px);
    letter-spacing: 0;
    line-height: 0.95;
  }

  .sub {
    font-size: 22px;
  }

  .image-stage,
  .poster-images {
    background: var(--taupe);
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 24px;
  }

  .poster-pair {
    grid-template-columns: 1fr;
  }

  .poster-pair img:first-child,
  .poster-pair img:last-child {
    margin: 0;
  }

  .poster-pair img:first-child {
    max-width: 78%;
  }

  .poster-pair img:last-child {
    justify-self: end;
    margin-top: -28%;
    max-width: 62%;
  }

  .service-band,
  .statement-section--offer-revised,
  .home-details-section {
    min-height: 650px;
  }

  .service-band,
  .statement-section--offer-revised,
  .home-details-section,
  .contact-section--simple {
    padding-bottom: clamp(64px, 19.2vw, 76px);
    padding-top: clamp(64px, 19.2vw, 76px);
  }

  .service-band {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .service-band > .kicker {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 34px;
    max-width: none;
    white-space: nowrap;
  }

  .support-grid {
    border-top: 0;
    gap: 12px;
  }

  .bottom-pair {
    grid-template-columns: 1fr;
  }

  .bottom-pair .home-details-cards {
    grid-template-columns: 1fr;
  }

  .home-details-list li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }

  .column-divider--vertical-wave {
    display: none;
  }

  .contact-section--simple {
    align-items: flex-start;
  }

  .contact-note {
    max-width: none;
  }

  .support-spread {
    padding: clamp(56px, 16vw, 96px) 9vw;
  }

  .support-spread > .kicker {
    margin: 0 0 clamp(28px, 7vw, 48px);
  }

  .support-spread__body {
    align-items: stretch;
    gap: clamp(28px, 7vw, 48px);
    grid-template-columns: 1fr;
  }

  .support-spread__photo {
    aspect-ratio: 4 / 5;
    justify-self: stretch;
    max-width: 100%;
    width: 100%;
  }

  .support-spread__quote p {
    font-size: clamp(22px, 5.5vw, 30px);
  }

  .support-spread__list {
    gap: clamp(20px, 5vw, 32px);
  }

  .support-spread__list h3 {
    font-size: clamp(22px, 5.5vw, 28px);
  }

  .support-spread__list p {
    font-size: clamp(15px, 4vw, 18px);
  }

  .support-grid article,
  .support-grid article:nth-child(odd),
  .support-grid article:nth-child(even),
  .future-grid article,
  .future-grid article + article,
  .details-grid article,
  .details-grid article + article,
  .about-grid article,
  .about-grid article + article,
  .about-grid article:nth-child(2) {
    border-right: 0;
    min-height: auto;
    padding: 38px 0;
  }

  .team-grid {
    padding: 7vw 6vw 9vw;
  }

  .team-grid article {
    align-items: start;
    column-gap: 18px;
    grid-template-areas:
      "img head"
      "body body";
    grid-template-columns: minmax(110px, 38%) 1fr;
    padding: 22px 24px;
    row-gap: 16px;
  }

  .team-grid__head {
    align-self: center;
  }

  .team-grid img {
    max-width: 150px;
  }

  .support-grid article,
  .support-grid article:nth-child(odd),
  .support-grid article:nth-child(even) {
    background: var(--cream);
    border: 0;
    border-radius: 6px;
    padding: 0 26px;
  }

  .mobile-expand-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--brown-dark);
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: clamp(22px, 6vw, 26px);
    font-weight: 760;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 1.1;
    padding: 26px 0;
    text-align: left;
    width: 100%;
  }

  .mobile-expand-toggle::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    flex: 0 0 auto;
    height: 11px;
    margin-left: 18px;
    transform: rotate(45deg);
    transition: transform 220ms ease;
    width: 11px;
  }

  article.is-expanded > .mobile-expand-toggle::after {
    transform: rotate(-135deg);
  }

  .support-grid h2,
  .home-details-cards h3 {
    display: none;
  }

  .support-grid p,
  .home-details-cards p {
    display: none;
  }

  .support-grid article.is-expanded p,
  .home-details-cards article.is-expanded p {
    display: block;
  }

  .support-grid article.is-expanded p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.42;
    padding: 0 0 25px;
  }

  .support-grid .mobile-expand-toggle {
    color: var(--brown-dark);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.04em;
    padding: 23px 0;
    text-transform: uppercase;
  }

  .support-grid article:last-child {
    border-bottom: 0;
  }

  .team-grid article + article {
    border-left: 0;
  }

  .testimonial-strip {
    padding: 0 22px;
  }

  .testimonial-carousel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .testimonial-slide {
    padding: 36px 0;
  }

  .testimonial-slide blockquote {
    font-size: clamp(18px, 4.8vw, 24px);
    line-height: 1.3;
  }

  .carousel-control {
    display: none;
  }

  .statement-section,
  .space-link-section,
  .statement-section--center,
  .statement-section--swap,
  .contact-section {
    gap: 34px;
    margin-top: 0;
  }

  .statement-section--center {
    min-height: auto;
    padding: 24vw 9vw;
    text-align: left;
  }

  .statement-section--center .kicker,
  .statement-section--center h2,
  .statement-section--center > p,
  .statement-section--center .space-inline-link {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .statement-section--center h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .statement-section--offer-revised {
    align-content: start;
    border-top: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
    padding-bottom: clamp(64px, 19.2vw, 76px);
    padding-left: 9vw;
    padding-right: 9vw;
    padding-top: clamp(64px, 19.2vw, 76px);
  }

  .statement-section--offer-revised .offer-text {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
  }

  .statement-section--offer-revised .offer-photo {
    aspect-ratio: 4 / 3;
    grid-column: 1;
    grid-row: 2;
    margin: clamp(28px, 8vw, 48px) -9vw 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .statement-section--offer-revised .offer-primary,
  .statement-section--offer-revised .offer-secondary,
  .statement-section--offer-revised .offer-tertiary {
    white-space: normal;
  }

  .statement-section--offer-revised h2 {
    line-height: 1.05;
  }

  .quote-band {
    grid-template-columns: 1fr;
    padding: clamp(48px, 14vw, 96px) 9vw;
  }

  .quote-band .quote-image {
    aspect-ratio: 4 / 5;
    justify-self: stretch;
    margin: 0;
    width: 100%;
  }

  .quote-band .quote-box {
    left: auto;
    margin-top: -8vw;
    padding: clamp(32px, 8vw, 56px) clamp(28px, 7vw, 48px);
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: calc(100% - 6vw);
  }

  .quote-band blockquote p {
    font-size: clamp(20px, 5.4vw, 28px);
    margin-bottom: 18px;
  }

  .statement-section--offer-revised .offer-primary,
  .statement-section--offer-revised .offer-secondary,
  .statement-section--offer-revised .offer-tertiary {
    display: block;
    font-size: clamp(22px, 6vw, 29px);
    line-height: 1.12;
  }

  .statement-section--offer-revised .offer-secondary,
  .statement-section--offer-revised .offer-tertiary {
    margin-top: 20px;
  }

  .offer-space-action {
    justify-content: flex-start;
  }

  .home-details-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .home-details-cards {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .home-details-cards article {
    min-height: auto;
    padding: 0 26px;
  }

  .home-details-cards .mobile-expand-toggle {
    color: white;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.04em;
    padding: 23px 0;
    text-transform: uppercase;
  }

  .home-details-cards article.is-expanded p {
    font-size: 18px;
    line-height: 1.42;
    padding: 0 0 25px;
  }

  .contact-section--simple {
    border-top: 0;
  }

  .statement-section--swap {
    min-height: auto;
    padding-bottom: 18vw;
    padding-top: 18vw;
  }

  .space-inline-link,
  .statement-section--swap .space-inline-link {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .space-inline-link .text-link {
    white-space: normal;
  }

  .testimonial-font-hero {
    padding: 22vw 9vw 10vw;
  }

  .testimonial-font-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .testimonial-font-showcase {
    gap: 18px;
    padding: 9vw;
  }

  .testimonial-font-card {
    min-height: auto;
    padding: 34px 26px;
  }

  .testimonial-font-card blockquote {
    font-size: clamp(25px, 7vw, 33px);
  }

  .about-story-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-story-photo {
    aspect-ratio: 4 / 3;
  }

  .about-story-panel {
    padding: clamp(40px, 10vw, 64px) 9vw;
  }

  .contact-map-section.about-story-section {
    grid-template-columns: 1fr;
    min-height: 360px;
  }

  .contact-map-section .about-story-photo {
    aspect-ratio: auto;
  }

  .contact-map-embed iframe {
    min-height: 340px;
  }

  .contact-map-embed figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    left: 14px;
    padding: 12px;
    right: 14px;
  }

  .contact-map-section .about-story-panel {
    padding: 32px 9vw;
  }

  .contact-map-section .about-story-panel p.contact-info-heading {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }

  .contact-map-section .about-story-panel .contact-info-list {
    gap: 8px;
  }

  .contact-map-section .about-story-panel .contact-info-list li {
    font-size: 12px;
    gap: 8px;
    grid-template-columns: 14px minmax(0, 1fr);
    line-height: 1.4;
  }

  .contact-map-section .about-story-panel .contact-info-icon {
    height: 14px;
    width: 14px;
  }

  .contact-map-section .about-story-panel .contact-info-group {
    margin-top: 14px;
  }

  .contact-map-section .about-story-panel .contact-info-group:first-child {
    margin-top: 0;
  }

  .about-story-image {
    padding: 18px;
  }

  .about-story-image img {
    aspect-ratio: 0.92;
  }

  .process-stack article {
    max-width: 100%;
  }

  .process-hero,
  .about-hero,
  .space-page-hero,
  .team-hero,
  .contact-page-hero {
    padding: 22vw 9vw 12vw;
  }

  .process-hero h1,
  .about-hero h1,
  .space-page-hero h1,
  .team-hero h1,
  .contact-page-hero h1 {
    font-size: clamp(40px, 12.5vw, 54px);
    letter-spacing: 0;
    line-height: 0.98;
    max-width: 100%;
  }

  .desktop-break {
    display: none;
  }

  .process-hero p:last-child,
  .about-hero p:last-child,
  .team-hero p:last-child,
  .contact-page-hero > p:last-child {
    font-size: 20px;
    line-height: 1.48;
    max-width: 100%;
  }

  .contact-info-panel {
    gap: 12px;
    margin-top: 0;
  }

  .contact-info-group {
    margin-top: 22px;
  }

  .contact-info-list {
    gap: 12px;
  }

  .contact-info-list li {
    align-items: start;
    font-size: 17px;
    gap: 11px;
    grid-template-columns: 20px minmax(0, 1fr);
    line-height: 1.36;
  }

  .contact-info-icon {
    height: 19px;
    margin-top: 2px;
    width: 19px;
  }

  .contact-info-heading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .process-stack {
    overflow: hidden;
    padding: 9vw;
  }

  .process-stack article {
    gap: 18px;
    grid-template-columns: 56px 1fr;
    min-height: auto;
    padding: 28px 0;
  }

  .process-stack article::before {
    font-size: 24px;
    min-height: 80px;
  }

  .process-stack article h2 {
    font-size: 32px;
    line-height: 1.02;
  }


  .process-stack h2,
  .about-grid h2,
  .team-copy h2,
  .team-grid h2,
  .location-copy h2,
  .contact-page-layout h2 {
    font-size: clamp(28px, 8vw, 36px);
    letter-spacing: 0;
    line-height: 1.05;
  }

  .process-stack p,
  .about-grid p,
  .team-copy p:not(.kicker),
  .team-grid p,
  .location-copy p:not(.kicker),
  .contact-page-layout p {
    font-size: 18px;
    line-height: 1.5;
  }

  .team-feature,
  .team-grid,
  .location-block,
  .contact-page-layout {
    padding: 9vw;
  }

  .google-form-panel {
    padding-left: 14px;
    padding-right: 14px;
  }

  .team-photo-wrap {
    padding: 18px;
  }

  .location-block {
    gap: 34px;
  }

  .map-labels text {
    font-size: 13px;
  }

  .line-map svg {
    height: 230px;
  }


  .site-footer {
    border-top: 0;
    padding: 34px 9vw;
  }

  .footer-inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
  }

  .footer-brand-social,
  .footer-social {
    gap: 8px;
  }

  .footer-logo,
  .social-icon,
  .footer-email,
  .footer-phone {
    height: 30px;
    width: 30px;
  }

  .social-icon svg {
    height: 13px;
    width: 13px;
  }

  .footer-email svg,
  .footer-phone svg {
    height: 10px;
    width: 10px;
  }

  .footer-legal {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: flex-start;
    min-width: 0;
  }

  .footer-legal span {
    display: inline;
  }

  .footer-legal a,
  .footer-legal span {
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  @media (max-width: 340px) {
    .support-grid article,
    .support-grid article:nth-child(odd),
    .support-grid article:nth-child(even),
    .home-details-cards article {
      padding-left: 20px;
      padding-right: 20px;
    }

    .support-grid .mobile-expand-toggle {
      font-size: 13px;
      letter-spacing: 0.035em;
    }

    .site-footer {
      padding-left: 5vw;
      padding-right: 5vw;
    }

    .footer-inner {
      gap: 6px;
    }

    .footer-brand-social,
    .footer-social {
      gap: 5px;
    }

    .footer-logo,
    .social-icon,
    .footer-email,
    .footer-phone {
      height: 24px;
      width: 24px;
    }

    .footer-legal {
      gap: 2px;
    }

    .footer-legal a,
    .footer-legal span {
      font-size: 7.5px;
    }
  }

  .gallery-page-grid {
    gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-page-grid img {
    aspect-ratio: 1;
    grid-column: auto;
    grid-row: auto;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .space-gallery {
    grid-template-columns: 1fr;
  }

  .space-gallery img:first-child,
  .future-head .kicker {
    grid-column: auto;
  }

  .steps article,
  .steps article + article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    border-right: 0;
    min-height: auto;
    padding: 38px 0;
  }

  .copy-panel,
  .photo-one,
  .photo-two,
  .fact {
    grid-column: auto;
    grid-row: auto;
  }
}
