:root {
  --ink: #0f1011;
  --graphite: #1a1b1d;
  --ivory: #f4f1eb;
  --warm-white: #fbfaf6;
  --warm-gray: #dcd9d2;
  --stone: #b8b5ad;
  --muted: #6f6a60;
  --tobacco: #5a3a2a;
  --serif: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", "Libre Baskerville", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --max: 1500px;
  --pad: clamp(22px, 4vw, 72px);
  --rule: rgba(184, 181, 173, 0.58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
button, input, textarea, select { font: inherit; }

/* ---------- Typography ---------- */
.kicker, .nav, .small-caps, .button, .form-label {
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.31em;
  text-transform: uppercase;
}
.serif { font-family: var(--serif); font-weight: 400; }
.display {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.h1 { font-size: clamp(58px, 10vw, 136px); }
.h2 { font-size: clamp(40px, 6vw, 82px); line-height: 1.04; }
.h3 { font-size: clamp(30px, 4vw, 54px); line-height: 1.07; }
.h4 { font-size: clamp(23px, 2.7vw, 36px); line-height: 1.12; }
.body-lg {
  font-family: var(--serif);
  font-size: clamp(24px, 3.2vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}
.body {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}
.dark .body, .body.light { color: var(--warm-gray); }

.slash {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.kicker .slash { margin-left: 11px; opacity: .7; }
.rule {
  height: 1px;
  background: var(--rule);
  position: relative;
}
.rule::after {
  content: "";
  position: absolute;
  left: 50%; top: 0;
  width: 30px; height: 1px;
  background: currentColor;
  transform: translateX(-50%) rotate(-45deg);
  opacity: .6;
}

/* ---------- Header ---------- */
.site-header {
  width: 100%;
  z-index: 20;
  display: grid;
  grid-template-columns: 110px minmax(150px, 290px) 1fr;
  align-items: start;
  gap: 28px;
  padding: 28px var(--pad);
  background: transparent;
}
.site-header.absolute { position: absolute; top: 0; left: 0; }
.site-header.dark { color: var(--ivory); background: var(--ink); }
.site-header.light { color: var(--ink); background: var(--ivory); }
.logo-mark { width: 62px; height: auto; }
.wordmark { width: 286px; max-width: 100%; margin: 0 auto; }
.nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 42px);
  padding-top: 8px;
  color: currentColor;
}
.nav a { opacity: .9; padding-bottom: 7px; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a.active { border-bottom-color: currentColor; opacity: 1; }
.menu-toggle { display: none; }

/* ---------- Layout ---------- */
.section { padding: clamp(72px, 9vw, 136px) var(--pad); }
.section.tight { padding-top: clamp(54px, 7vw, 96px); padding-bottom: clamp(54px, 7vw, 96px); }
.container { max-width: var(--max); margin: 0 auto; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.dark-section { background: var(--ink); color: var(--ivory); }
.ivory-section { background: var(--ivory); color: var(--ink); }
.white-section { background: var(--warm-white); color: var(--ink); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 70px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 5vw, 84px); }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.split-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); }
.col-5 { grid-column: span 5; }
.col-6 { grid-column: span 6; }
.col-7 { grid-column: span 7; }
.mt-xs { margin-top: 18px; }
.mt-sm { margin-top: 32px; }
.mt-md { margin-top: 56px; }
.mt-lg { margin-top: 88px; }
.mt-xl { margin-top: 124px; }

/* ---------- Photo placeholders with real-photo hooks ---------- */
.photo {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background-color: var(--graphite);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.photo::before,
.photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.photo::before {
  z-index: -2;
  background-image:
    radial-gradient(circle at 18% 14%, rgba(244,241,235,.18), transparent 18%),
    linear-gradient(115deg, rgba(0,0,0,.88) 0%, rgba(26,27,29,.45) 42%, rgba(184,181,173,.22) 43%, rgba(0,0,0,.78) 78%),
    repeating-linear-gradient(90deg, rgba(244,241,235,.06) 0 1px, transparent 1px 82px);
}
.photo::after {
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(0,0,0,.52), rgba(0,0,0,.18) 40%, rgba(0,0,0,.38)),
    linear-gradient(0deg, rgba(15,16,17,.18), rgba(15,16,17,.18));
}
.photo .photo-label {
  position: absolute;
  left: 34px;
  bottom: 30px;
  color: var(--ivory);
  border-top: 1px solid rgba(244,241,235,.36);
  padding-top: 14px;
  max-width: calc(100% - 68px);
}
.photo .axis-v { position: absolute; left: 38px; top: 38px; width: 1px; height: 94px; background: rgba(244,241,235,.32); }
.photo .axis-h { position: absolute; right: 38px; bottom: 38px; height: 1px; width: 120px; background: rgba(244,241,235,.32); }

.photo-home-hero {
  min-height: 760px;
  background-image:
    linear-gradient(112deg, rgba(0,0,0,.74), rgba(0,0,0,.08) 44%, rgba(0,0,0,.82)),
    url("../photos/home-hero.jpg"), url("../photos/placeholders/home-hero-blur.jpg"),
    linear-gradient(116deg, #111 0%, #242421 38%, #77736a 39%, #181818 72%, #050505 100%);
}
.photo-indian-card { background-image: linear-gradient(120deg, rgba(0,0,0,.48), rgba(0,0,0,.28)), url("../photos/work-indian-card.jpg"), url("../photos/placeholders/work-indian-card-blur.jpg"), linear-gradient(115deg, #121212, #3a3833 45%, #111); }
.photo-spring-card { background-image: linear-gradient(120deg, rgba(0,0,0,.42), rgba(0,0,0,.18)), url("../photos/work-spring-card.jpg"), url("../photos/placeholders/work-spring-card-blur.jpg"), linear-gradient(115deg, #3d3f3a, #8b877b 46%, #191919); }
.photo-approach-hero { background-image: linear-gradient(120deg, rgba(0,0,0,.26), rgba(0,0,0,.14)), url("../photos/approach-hero.jpg"), url("../photos/placeholders/approach-hero-blur.jpg"), linear-gradient(135deg, #dfdbd2, #747069 55%, #141414); }
.photo-process { background-image: linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.25)), url("../photos/approach-process.jpg"), url("../photos/placeholders/approach-process-blur.jpg"), linear-gradient(105deg, #0f1011, #4c4a43 50%, #1a1b1d); }
.photo-portrait { background-image: linear-gradient(120deg, rgba(0,0,0,.68), rgba(0,0,0,.28)), url("../photos/about-principal.jpg"), url("../photos/placeholders/about-principal-blur.jpg"), radial-gradient(circle at 56% 32%, rgba(244,241,235,.24), transparent 19%), linear-gradient(115deg, #111, #777068 48%, #111); }
.photo-indian-hero { background-image: linear-gradient(120deg, rgba(0,0,0,.54), rgba(0,0,0,.22)), url("../photos/indian-hero.jpg"), url("../photos/placeholders/indian-hero-blur.jpg"), linear-gradient(130deg, #111, #403e38 48%, #181818); }
.photo-spring-hero { background-image: linear-gradient(120deg, rgba(0,0,0,.46), rgba(0,0,0,.12)), url("../photos/spring-hero.jpg"), url("../photos/placeholders/spring-hero-blur.jpg"), linear-gradient(130deg, #2e302d, #8d887d 52%, #161616); }
.photo-contact-bg { background-image: linear-gradient(120deg, rgba(0,0,0,.68), rgba(0,0,0,.30)), url("../photos/contact-background.jpg"), url("../photos/placeholders/contact-background-blur.jpg"), linear-gradient(115deg, #0a0a0a, #2b2a26 45%, #0f1011); }
.photo-parcel { min-height: 120px; background-image: linear-gradient(120deg, rgba(0,0,0,.55), rgba(0,0,0,.18)), linear-gradient(115deg, #20201f, #3d3b36, #111); }
.photo-parcel::after { background: repeating-linear-gradient(125deg, rgba(244,241,235,.16) 0 1px, transparent 1px 48px); opacity: .55; }

/* ---------- Home ---------- */
.hero { position: relative; color: var(--ivory); }
.hero-content {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 160px var(--pad) 92px;
}
.hero-copy { max-width: 980px; margin: 0 auto; }
.hero-sub {
  max-width: 390px;
  margin: 40px auto 0;
  color: var(--warm-gray);
  font-size: 10px;
  line-height: 2;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.intro-block { max-width: 830px; margin: 0 auto; text-align: center; }
.work-row-label { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.project-card {
  min-height: 300px;
  display: block;
  position: relative;
  color: var(--ivory);
}
.project-card .card-copy { position: absolute; left: 42px; bottom: 38px; z-index: 2; }
.project-card h3 { margin: 0; }
.approach-mini { border-top: 1px solid var(--rule); padding-top: 46px; text-align: center; }
.approach-mini .icon { color: var(--muted); margin-bottom: 28px; }

/* ---------- Approach ---------- */
.page-hero-light {
  padding: 100px var(--pad) 74px;
  background: var(--ivory);
  border-top: 1px solid var(--rule);
}
.approach-hero-grid { display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(40px, 7vw, 96px); align-items: start; }
.feature { text-align: center; border-top: 1px solid var(--rule); padding-top: 38px; }
.feature p { max-width: 360px; margin: 18px auto 0; }
.dark-card { background: var(--ink); color: var(--ivory); padding: clamp(34px, 5vw, 72px); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(184,181,173,.8); }
.process-item { min-height: 138px; padding: 28px; border-right: 1px solid rgba(184,181,173,.65); border-bottom: 1px solid rgba(184,181,173,.65); }
.process-item:nth-child(4n) { border-right: 0; }
.process-item:nth-child(n+5) { border-bottom: 0; }
.process-title { margin-top: 16px; }

/* ---------- About ---------- */
.top-band { background: var(--ink); color: var(--ivory); }
.top-band .site-header { position: relative; }
.about-hero { display: grid; grid-template-columns: 1fr 1.18fr; }
.about-hero-text { padding: clamp(48px, 8vw, 106px); background: var(--ivory); color: var(--ink); }
.info-card { border: 1px solid rgba(184,181,173,.75); padding: clamp(30px, 4vw, 54px); min-height: 350px; }
.quote-block { text-align: center; max-width: 920px; margin: 0 auto; }

/* ---------- Work ---------- */
.work-intro { text-align: center; max-width: 760px; margin: 0 auto; }
.project-section { border-top: 1px solid var(--rule); padding-top: clamp(40px, 5vw, 64px); }
.parcel-card { border: 1px solid rgba(184,181,173,.7); background: var(--warm-white); }
.parcel-card .parcel-body { padding: 24px 22px 28px; text-align: center; }
.dark-band { background: var(--ink); color: var(--ivory); text-align: center; padding: clamp(54px, 7vw, 96px) var(--pad); }

/* ---------- Contact / Footer ---------- */
.site-footer, .contact-main { background: var(--ink); color: var(--ivory); position: relative; overflow: hidden; }
.site-footer::before, .contact-main::before {
  content: "";
  position: absolute;
  left: 45%; top: -10%; bottom: -10%; width: 1px;
  background: rgba(220,217,210,.45);
  transform: rotate(13deg);
}
.footer-grid, .contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 9vw, 160px); }
.site-footer { padding: clamp(58px, 7vw, 100px) var(--pad); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 14px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  color: var(--ivory);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(220,217,210,.65);
  border-radius: 0;
  outline: 0;
  padding: 12px 0 15px;
}
.form-field textarea { min-height: 120px; resize: vertical; }
.button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ivory);
  background: transparent;
  border: 1px solid rgba(220,217,210,.72);
  padding: 15px 21px;
  cursor: pointer;
}
.button:hover { background: rgba(244,241,235,.07); }
.contact-main { min-height: 780px; padding: 122px var(--pad) 90px; }
.contact-main .container { position: relative; z-index: 2; }
.contact-lower { background: var(--ivory); color: var(--ink); text-align: center; padding: clamp(64px, 8vw, 116px) var(--pad); }
.copyright { margin-top: 56px; color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 1060px) {
  .site-header { grid-template-columns: 70px 220px 1fr; gap: 18px; }
  .wordmark { width: 220px; }
  .nav { gap: 18px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-item:nth-child(2n) { border-right: 0; }
  .process-item:nth-child(4n) { border-right: 0; }
  .process-item:nth-child(n+5) { border-bottom: 1px solid rgba(184,181,173,.65); }
  .process-item:nth-child(n+7) { border-bottom: 0; }
}
@media (max-width: 820px) {
  .site-header { grid-template-columns: 56px 1fr 42px; align-items: start; padding-top: 22px; }
  .logo-mark { width: 48px; }
  .wordmark { width: 190px; }
  .menu-toggle {
    display: block;
    width: 38px; height: 30px;
    background: transparent; border: 0; color: currentColor; padding: 0; cursor: pointer;
  }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after {
    content: ""; display: block; height: 1px; background: currentColor; margin: 8px 0;
  }
  .nav {
    position: absolute;
    left: var(--pad); right: var(--pad); top: 86px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 14px 0;
    background: rgba(15,16,17,.96);
    color: var(--ivory);
    border: 1px solid rgba(220,217,210,.3);
  }
  .site-header.light .nav { background: rgba(244,241,235,.98); color: var(--ink); border-color: rgba(15,16,17,.14); }
  .nav.open { display: flex; }
  .nav a { padding: 15px 18px; border-bottom: 1px solid rgba(184,181,173,.28); }
  .nav a:last-child { border-bottom: 0; }
  .hero-content, .photo-home-hero { min-height: 700px; }
  .grid-2, .grid-3, .split-12, .approach-hero-grid, .about-hero, .footer-grid, .contact-grid { grid-template-columns: 1fr; }
  .col-5, .col-6, .col-7 { grid-column: auto; }
  .about-hero-text { padding: 52px var(--pad); }
  .form-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .site-footer::before, .contact-main::before { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-item { border-right: 0 !important; border-bottom: 1px solid rgba(184,181,173,.65) !important; }
  .process-item:last-child { border-bottom: 0 !important; }
}
@media (max-width: 560px) {
  :root { --pad: 20px; }
  .h1 { font-size: 54px; }
  .h2 { font-size: 40px; }
  .body-lg { font-size: 28px; }
  .project-card .card-copy { left: 24px; bottom: 24px; }
  .photo { min-height: 250px; }
  .photo-home-hero { min-height: 640px; }
  .hero-content { min-height: 640px; padding-top: 145px; }
  .site-header { grid-template-columns: 50px 1fr 36px; }
  .wordmark { width: 160px; }
}

/* ---------- V2 cleanup: stronger placeholders + tighter editorial proportions ---------- */
.body {
  color: #58544c;
  font-size: 15.5px;
  line-height: 1.82;
}
.dark .body,
.body.light { color: rgba(220,217,210,.82); }
.kicker, .nav, .small-caps, .button, .form-label { letter-spacing: .30em; }
.section { padding-top: clamp(64px, 7.5vw, 112px); padding-bottom: clamp(64px, 7.5vw, 112px); }
.section.tight { padding-top: clamp(50px, 6.5vw, 82px); padding-bottom: clamp(50px, 6.5vw, 82px); }
.mt-lg { margin-top: clamp(64px, 7vw, 96px); }
.mt-xl { margin-top: clamp(84px, 9vw, 118px); }

/* The placeholders now have actual SVG fallback images. When real photos are dropped into assets/photos,
   they automatically sit above these SVG fallbacks. */
.photo {
  background-position: center;
  background-size: cover;
  border: 0;
}
.photo::before {
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(0,0,0,.36), rgba(0,0,0,.02) 42%, rgba(0,0,0,.28)),
    radial-gradient(circle at 18% 10%, rgba(244,241,235,.08), transparent 16%);
}
.photo::after {
  z-index: 1;
  background: linear-gradient(0deg, rgba(15,16,17,.10), rgba(15,16,17,.10));
}
.photo > * { position: relative; z-index: 2; }
.photo .axis-v, .photo .axis-h, .photo .photo-label { z-index: 3; }

.photo-home-hero {
  background-image:
    linear-gradient(112deg, rgba(0,0,0,.52), rgba(0,0,0,.06) 44%, rgba(0,0,0,.72)),
    url("../photos/home-hero.jpg"), url("../photos/placeholders/home-hero-blur.jpg"),
    url("../placeholders/home-hero.svg");
}
.photo-indian-card {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.28), rgba(0,0,0,.18)),
    url("../photos/work-indian-card.jpg"), url("../photos/placeholders/work-indian-card-blur.jpg"),
    url("../placeholders/entry.svg");
}
.photo-spring-card {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.26), rgba(0,0,0,.12)),
    url("../photos/work-spring-card.jpg"), url("../photos/placeholders/work-spring-card-blur.jpg"),
    url("../placeholders/spring.svg");
}
.photo-approach-hero {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.02), rgba(0,0,0,.10)),
    url("../photos/approach-hero.jpg"), url("../photos/placeholders/approach-hero-blur.jpg"),
    url("../placeholders/approach-hero.svg");
}
.photo-process {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.30), rgba(0,0,0,.12)),
    url("../photos/approach-process.jpg"), url("../photos/placeholders/approach-process-blur.jpg"),
    url("../placeholders/process.svg");
}
.photo-portrait {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.22), rgba(0,0,0,.10)),
    url("../photos/about-principal.jpg"), url("../photos/placeholders/about-principal-blur.jpg"),
    url("../placeholders/portrait.svg");
}
.photo-indian-hero {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.24), rgba(0,0,0,.10)),
    url("../photos/indian-hero.jpg"), url("../photos/placeholders/indian-hero-blur.jpg"),
    url("../placeholders/entry.svg");
}
.photo-spring-hero {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.20), rgba(0,0,0,.08)),
    url("../photos/spring-hero.jpg"), url("../photos/placeholders/spring-hero-blur.jpg"),
    url("../placeholders/spring-hero.svg");
}
.photo-contact-bg {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.62), rgba(0,0,0,.28)),
    url("../photos/contact-background.jpg"), url("../photos/placeholders/contact-background-blur.jpg"),
    url("../placeholders/home-hero.svg");
}
.photo-parcel {
  min-height: 122px;
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.18), rgba(0,0,0,.06)),
    url("../placeholders/parcel.svg");
}
.photo-parcel::after { display: none; }

.project-card { min-height: clamp(300px, 24vw, 392px); }
.photo-home-hero,
.hero-content { min-height: clamp(680px, 88vh, 860px); }
.hero-content { padding-top: 170px; }
.hero .h1 { font-size: clamp(64px, 8.8vw, 132px); }
.intro-block { max-width: 900px; }

.page-hero-light { padding-top: clamp(70px, 7vw, 104px); padding-bottom: clamp(56px, 6vw, 84px); }
.approach-hero-grid { grid-template-columns: 1.18fr .92fr; align-items: center; }
.approach-hero-grid .photo { min-height: clamp(320px, 33vw, 520px); }
.feature { padding-top: 34px; }
.dark-card { min-height: 100%; display: flex; flex-direction: column; justify-content: center; }

.about-hero { min-height: 640px; }
.about-hero .photo { min-height: clamp(540px, 54vw, 740px); }
.about-hero-text { display: flex; flex-direction: column; justify-content: center; }
.info-card { background: rgba(251,250,246,.33); }
.quote-block { max-width: 1060px; }

.work-intro { max-width: 840px; }
.project-section { padding-top: clamp(44px, 4.5vw, 66px); }
.project-section .photo { min-height: clamp(300px, 29vw, 470px); }
.parcel-card { overflow: hidden; }
.parcel-card .h4 { font-size: clamp(28px, 3vw, 42px); }
.dark-band { padding-top: clamp(58px, 6vw, 88px); padding-bottom: clamp(58px, 6vw, 88px); }

.site-footer { padding-top: clamp(62px, 6vw, 88px); padding-bottom: clamp(62px, 6vw, 88px); }
.contact-main { min-height: clamp(760px, 86vh, 920px); padding-top: 140px; }
.contact-main::before, .site-footer::before { opacity: .72; }
.contact-lower { padding-top: clamp(70px, 7vw, 104px); padding-bottom: clamp(70px, 7vw, 104px); }

@media (max-width: 820px) {
  .photo-home-hero, .hero-content { min-height: 680px; }
  .approach-hero-grid .photo { min-height: 280px; }
  .about-hero { min-height: 0; }
  .about-hero .photo { min-height: 430px; }
  .project-section .photo { min-height: 300px; }
  .contact-main { min-height: 0; padding-top: 124px; }
}


/* ---------- V4 polish: fix home hero overlay, tighten vertical rhythm, upgrade parcel imagery ---------- */
.hero {
  position: relative;
  min-height: clamp(680px, 88vh, 860px);
  overflow: hidden;
  background: var(--ink);
}
.hero > .photo-home-hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  background-position: center 54%;
}
.hero-content {
  position: relative;
  z-index: 2;
  min-height: clamp(680px, 88vh, 860px);
  padding-top: 170px;
  padding-bottom: 78px;
}
.hero-copy {
  transform: translateY(18px);
}
.hero .h1 {
  text-shadow: 0 1px 18px rgba(0,0,0,.28);
}
.hero-sub {
  color: rgba(244,241,235,.82);
}
.hero + .section.tight {
  padding-top: clamp(52px, 6vw, 84px);
}
.intro-block .body-lg {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* Make the home selected-work area arrive sooner and feel less like a second hero. */
.hero + .section .container.mt-lg {
  margin-top: clamp(54px, 6vw, 82px);
}

/* Stronger actual-image treatment for parcel cards. */
.photo-parcel {
  min-height: 148px;
  background-position: center;
  background-size: cover;
}
.photo-parcel::before,
.photo-parcel::after { display: none; }
.photo-parcel-122 {
  background-image: linear-gradient(120deg, rgba(0,0,0,.28), rgba(0,0,0,.06)), url("../photos/parcel-122-round-hill.jpg"), url("../photos/placeholders/parcel-122-round-hill-blur.jpg"), url("../photos/spring-hero.jpg"), url("../photos/placeholders/spring-hero-blur.jpg");
}
.photo-parcel-pecksland {
  background-image: linear-gradient(120deg, rgba(0,0,0,.24), rgba(0,0,0,.05)), url("../photos/parcel-1-pecksland.jpg"), url("../photos/placeholders/parcel-1-pecksland-blur.jpg"), url("../photos/spring-hero.jpg"), url("../photos/placeholders/spring-hero-blur.jpg");
}
.photo-parcel-6sheffield {
  background-image: linear-gradient(120deg, rgba(0,0,0,.24), rgba(0,0,0,.05)), url("../photos/parcel-6-sheffield.jpg"), url("../photos/placeholders/parcel-6-sheffield-blur.jpg"), url("../photos/spring-hero.jpg"), url("../photos/placeholders/spring-hero-blur.jpg");
}
.photo-parcel-8sheffield {
  background-image: linear-gradient(120deg, rgba(0,0,0,.24), rgba(0,0,0,.05)), url("../photos/parcel-8-sheffield.jpg"), url("../photos/placeholders/parcel-8-sheffield-blur.jpg"), url("../photos/spring-hero.jpg"), url("../photos/placeholders/spring-hero-blur.jpg");
}

/* Slightly tighter interior-page sections so the pages read more like the comps and less like wireframes. */
.work-intro { max-width: 900px; }
.project-section { padding-top: clamp(38px, 4vw, 58px); }
.work-intro + .project-section { margin-top: clamp(56px, 7vw, 86px); }
.grid-4 { gap: clamp(18px, 2vw, 28px); }
.parcel-card .parcel-body { padding: 28px 24px 32px; }
.parcel-card .h4 { font-size: clamp(25px, 2.45vw, 36px); }

.about-hero { min-height: clamp(600px, 60vw, 760px); }
.about-hero .photo { background-position: center top; }
.about-hero-text { padding-top: clamp(52px, 7vw, 92px); padding-bottom: clamp(52px, 7vw, 92px); }
.info-card { min-height: 310px; }
.quote-block { max-width: 1160px; }

.contact-main {
  min-height: clamp(700px, 80vh, 860px);
}
.contact-lower {
  padding-top: clamp(56px, 6vw, 86px);
  padding-bottom: clamp(56px, 6vw, 86px);
}
.site-footer {
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(48px, 5vw, 72px);
}
.site-footer .form-field textarea { min-height: 92px; }

@media (max-width: 820px) {
  .hero, .hero-content, .photo-home-hero { min-height: 680px; }
  .hero-content { padding-top: 146px; }
  .hero-copy { transform: none; }
  .photo-parcel { min-height: 180px; }
}
@media (max-width: 560px) {
  .hero, .hero-content, .photo-home-hero { min-height: 630px; }
  .hero-content { padding-top: 132px; }
}

/* ---------- V5 header trim: remove regional line from header wordmark ---------- */
.site-header {
  padding-top: 22px;
  padding-bottom: 18px;
  grid-template-columns: 96px minmax(150px, 260px) 1fr;
}
.logo-mark { width: 56px; }
.wordmark { width: 260px; }
.nav { padding-top: 5px; }
.top-band .site-header { min-height: 0; }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: 64px 200px 1fr; padding-top: 20px; padding-bottom: 16px; }
  .wordmark { width: 200px; }
  .logo-mark { width: 52px; }
}
@media (max-width: 820px) {
  .site-header { grid-template-columns: 52px 1fr 42px; padding-top: 18px; padding-bottom: 14px; }
  .wordmark { width: 172px; }
  .logo-mark { width: 46px; }
  .nav { top: 72px; }
}
@media (max-width: 560px) {
  .site-header { grid-template-columns: 46px 1fr 36px; }
  .wordmark { width: 150px; }
  .logo-mark { width: 42px; }
}


/* ---------- V6 launch copy + form polish ---------- */
.hidden { display: none !important; }
.process-grid-v6 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(184,181,173,.8);
  background: rgba(251,250,246,.26);
}
.process-grid-v6 .process-item {
  min-height: 190px;
  padding: clamp(22px, 2.3vw, 32px);
  border-right: 1px solid rgba(184,181,173,.65);
}
.process-grid-v6 .process-item:last-child { border-right: 0; }
.long-view-card {
  background: var(--ink);
  color: var(--ivory);
  padding: clamp(38px, 5vw, 70px);
}
.long-view-card .body { color: rgba(220,217,210,.84); }
.about-hero-text .kicker { color: var(--muted); }
.form-field input:required,
.form-field textarea:required,
.form-field select:required { box-shadow: none; }
.thank-you-main { min-height: 100vh; }
.thank-you-grid { min-height: calc(100vh - 220px); align-items: center; }
@media (max-width: 1060px) {
  .process-grid-v6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid-v6 .process-item { border-bottom: 1px solid rgba(184,181,173,.65); }
  .process-grid-v6 .process-item:nth-child(2n) { border-right: 0; }
  .process-grid-v6 .process-item:last-child { border-right: 1px solid rgba(184,181,173,.65); }
}
@media (max-width: 820px) {
  .process-grid-v6 { grid-template-columns: 1fr; }
  .process-grid-v6 .process-item { border-right: 0 !important; border-bottom: 1px solid rgba(184,181,173,.65); }
  .process-grid-v6 .process-item:last-child { border-bottom: 0; }
}


/* ---------- V7 copy updates: two-principal About page and simpler CTAs ---------- */
.about-principals { padding-top: clamp(72px, 8vw, 118px); }
.about-intro { max-width: 1040px; }
.principal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}
.principal-card {
  display: grid;
  grid-template-columns: minmax(220px, .82fr) 1fr;
  gap: clamp(24px, 3vw, 42px);
  align-items: center;
  border-top: 1px solid rgba(184,181,173,.72);
  padding-top: clamp(24px, 3vw, 38px);
}
.photo-principal {
  min-height: clamp(380px, 43vw, 620px);
  background-position: center top;
}
.photo-stuart {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.22), rgba(0,0,0,.10)),
    url("../photos/about-principal.jpg"), url("../photos/placeholders/about-principal-blur.jpg"),
    url("../placeholders/portrait.svg");
}
.photo-jeff {
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.25), rgba(0,0,0,.12)),
    url("../photos/about-principal-jeff.jpg"), url("../photos/placeholders/about-principal-jeff-blur.jpg"),
    url("../photos/about-principal.jpg"), url("../photos/placeholders/about-principal-blur.jpg"),
    url("../placeholders/portrait.svg");
}
.principal-copy .body { max-width: 520px; }
.broader-practice {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
  border-top: 1px solid rgba(184,181,173,.65);
  border-bottom: 1px solid rgba(184,181,173,.65);
  padding-top: clamp(36px, 4vw, 62px);
  padding-bottom: clamp(36px, 4vw, 62px);
}
.about-tier-grid { align-items: stretch; }
.contact-main .h2 { max-width: 520px; }
.site-footer .h4 { font-size: clamp(28px, 3.6vw, 52px); }
.work-intro .h2 { font-size: clamp(46px, 6.5vw, 94px); }
@media (max-width: 1180px) {
  .principal-card { grid-template-columns: 1fr; }
  .photo-principal { min-height: 520px; }
}
@media (max-width: 820px) {
  .principal-grid, .broader-practice { grid-template-columns: 1fr; }
  .photo-principal { min-height: 430px; }
}


/* ---------- V8 image sizing + alignment refinements ---------- */
/* Approach: make the image modules read as equal-weight partners to the text. */
.approach-hero-grid {
  align-items: stretch;
}
.approach-hero-grid > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.approach-hero-grid .photo-approach-hero {
  height: 100%;
  min-height: clamp(420px, 41vw, 620px);
  background-position: center;
}

.approach-process-pair {
  align-items: stretch;
}
.approach-process-pair > .photo-process,
.approach-process-pair > .dark-card {
  min-height: clamp(420px, 36vw, 560px);
}
.approach-process-pair > .photo-process {
  height: 100%;
  background-position: center;
}

/* Work: top-align the two main project image/text rows. Parcel cards are intentionally untouched. */
.project-section > .grid-2 {
  align-items: start;
}
.project-section .photo-indian-hero,
.project-section .photo-spring-hero {
  align-self: start;
  min-height: clamp(330px, 28vw, 460px);
  background-position: center;
}

@media (max-width: 820px) {
  .approach-hero-grid {
    align-items: stretch;
  }
  .approach-hero-grid > div:first-child {
    display: block;
  }
  .approach-hero-grid .photo-approach-hero {
    min-height: 340px;
  }
  .approach-process-pair {
    align-items: stretch;
  }
  .approach-process-pair > .photo-process {
    min-height: 320px;
  }
  .approach-process-pair > .dark-card {
    min-height: auto;
  }
  .project-section > .grid-2 {
    align-items: stretch;
  }
  .project-section .photo-indian-hero,
  .project-section .photo-spring-hero {
    min-height: 320px;
  }
}


/* ---------- V9 galleries + final copy/layout refinements ---------- */
/* Added Home to nav: reduce gap slightly so the header remains quiet. */
.nav { gap: clamp(14px, 2.2vw, 32px); }

/* Work project rows and image links */
.project-row { align-items: start; }
.project-image-link {
  display: block;
  color: var(--ivory);
  transition: transform .35s ease, filter .35s ease;
}
.project-image-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .30em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid rgba(15,16,17,.26);
  padding-bottom: 9px;
}
.dark .text-link,
.dark-section .text-link,
.site-footer .text-link { color: var(--ivory); border-bottom-color: rgba(244,241,235,.32); }
.text-link .slash { width: 24px; }
.parcel-card {
  display: block;
  color: inherit;
  transition: transform .3s ease, border-color .3s ease;
}
.parcel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15,16,17,.32);
}
.parcel-card .small-caps:last-child {
  color: var(--tobacco);
}

/* Equal quote spacing above and below */
.quote-shell .quote-block {
  margin-top: 0 !important;
  padding: clamp(34px, 4.5vw, 68px) 0;
}
.quote-shell .rule.mt-md,
.quote-shell .quote-block + .rule {
  margin-top: 0 !important;
}

/* Project detail pages */
.project-detail .detail-intro {
  max-width: 1040px;
}
.detail-hero {
  min-height: clamp(520px, 58vw, 780px);
  background-position: center;
  background-size: cover;
}
.project-copy-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(36px, 7vw, 110px);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(34px, 4vw, 58px);
}
.section-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rule);
  padding-top: 28px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
.gallery-item {
  margin: 0;
  border: 1px solid rgba(184,181,173,.72);
  background: var(--warm-white);
}
.gallery-image {
  min-height: clamp(230px, 22vw, 360px);
  background-size: cover;
  background-position: center;
}
.gallery-item figcaption {
  padding: 22px 22px 24px;
}
.render-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}
.render-grid .gallery-image {
  min-height: clamp(220px, 18vw, 320px);
}
.parcel-detail-stack {
  display: grid;
  gap: clamp(60px, 7vw, 104px);
}
.parcel-detail {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  border-top: 1px solid var(--rule);
  padding-top: clamp(34px, 4vw, 58px);
}
.parcel-detail:target {
  scroll-margin-top: 110px;
}
.parcel-detail:target .parcel-detail-copy {
  border-left: 2px solid var(--tobacco);
  padding-left: 24px;
}

/* Additional principal polish */
.principal-copy .small-caps {
  color: var(--tobacco);
}
.photo-jeff {
  background-position: center top;
}

/* Photo classes for parcel cards remain unchanged. New detail pages use inline images. */
@media (max-width: 1060px) {
  .gallery-grid,
  .render-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .parcel-detail {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .nav { gap: 0; }
  .project-copy-grid,
  .gallery-grid,
  .render-grid {
    grid-template-columns: 1fr;
  }
  .detail-hero {
    min-height: 380px;
  }
  .gallery-image,
  .render-grid .gallery-image {
    min-height: 260px;
  }
  .parcel-detail:target .parcel-detail-copy {
    padding-left: 18px;
  }
}


/* ---------- V10 gallery cleanup ---------- */
.photo-only-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
.photo-only-item {
  display: block;
  min-height: clamp(260px, 24vw, 390px);
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(184,181,173,.72);
  transition: transform .3s ease, filter .3s ease, border-color .3s ease;
}
.photo-only-item:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  border-color: rgba(15,16,17,.34);
}
.project-detail + .parcel-study-section {
  border-top: 1px solid var(--rule);
}
@media (max-width: 1060px) {
  .photo-only-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .photo-only-grid {
    grid-template-columns: 1fr;
  }
  .photo-only-item {
    min-height: 280px;
  }
}


/* ---------- V12 clickable work images / lightbox ---------- */
.photo-only-item,
.gallery-image,
.detail-hero {
  cursor: zoom-in;
}
.photo-only-item,
.gallery-image,
.detail-hero {
  position: relative;
}
.photo-only-item::after,
.gallery-image::after,
.detail-hero::after {
  content: "Expand";
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(15,16,17,.72);
  border: 1px solid rgba(244,241,235,.34);
  padding: 9px 10px 8px;
  transition: opacity .24s ease;
}
.photo-only-item:hover::after,
.gallery-image:hover::after,
.detail-hero:hover::after {
  opacity: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 3vw, 52px);
  background: rgba(8,8,8,.92);
}
.lightbox.open {
  display: flex;
}
.lightbox-inner {
  position: relative;
  width: min(94vw, 1500px);
  height: min(88vh, 980px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lightbox-image-wrap {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0,0,0,.38);
}
.lightbox-caption {
  min-height: 20px;
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  text-align: center;
  opacity: .78;
}
.lightbox-close {
  position: absolute;
  top: -12px;
  right: 0;
  transform: translateY(-100%);
  appearance: none;
  border: 1px solid rgba(244,241,235,.45);
  background: rgba(15,16,17,.78);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  padding: 12px 14px;
  cursor: pointer;
}
.lightbox-close:hover {
  background: rgba(244,241,235,.12);
}
body.lightbox-lock {
  overflow: hidden;
}
@media (max-width: 700px) {
  .lightbox {
    padding: 16px;
  }
  .lightbox-inner {
    width: 100%;
    height: 86vh;
  }
  .lightbox-close {
    top: 0;
    right: 0;
    transform: none;
  }
  .lightbox-caption {
    padding-top: 46px;
  }
}


/* ---------- V13 explicit clickable media + optimized About portraits ---------- */
.detail-media {
  display: block;
  width: 100%;
  border: 1px solid rgba(184,181,173,.62);
  background: var(--ivory);
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
}
.detail-media .detail-img,
.detail-media img {
  display: block;
  width: 100%;
  height: min(72vh, 820px);
  object-fit: cover;
}
.detail-media-contain {
  background: var(--ivory);
  padding: clamp(10px, 1.4vw, 18px);
}
.detail-media-contain .detail-img,
.detail-media-contain img {
  object-fit: contain;
  height: min(76vh, 900px);
  background: var(--ivory);
}
.lightbox-media::after,
.lightbox-bg::after {
  content: "Expand";
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(15,16,17,.72);
  border: 1px solid rgba(244,241,235,.34);
  padding: 9px 10px 8px;
  transition: opacity .24s ease;
}
.lightbox-media:hover::after,
.lightbox-bg:hover::after {
  opacity: 1;
}
.gallery-image.lightbox-bg {
  display: block;
  cursor: zoom-in;
}
.photo-stuart {
  background-position: center top;
}
.photo-jeff {
  background-position: center top;
}

/* Make the lightbox more useful for surveys and site plans. */
.lightbox-image-wrap {
  background: rgba(244,241,235,.03);
}
.lightbox-image {
  background: var(--ivory);
}
@media (max-width: 820px) {
  .detail-media .detail-img,
  .detail-media img {
    height: auto;
    max-height: none;
  }
  .detail-media-contain .detail-img,
  .detail-media-contain img {
    height: auto;
  }
}


/* ---------- V14 thumbnail display + full-image lightbox ---------- */
.photo-only-item,
.gallery-image.lightbox-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.detail-media img.detail-img {
  display: block;
  width: 100%;
}


/* ---------- V17 Workshop/APD + HOBI + site-plan + approach image refinements ---------- */
.site-plan-media {
  padding: 0 !important;
  background: var(--ivory);
}
.site-plan-media .detail-img,
.site-plan-media img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
}

.workshop-partner-card {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(34px, 4vw, 58px);
}
.workshop-logo-panel {
  border: 1px solid rgba(184,181,173,.72);
  background: var(--warm-white);
  padding: clamp(26px, 4vw, 48px);
}
.workshop-logo-panel img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.workshop-copy .body {
  max-width: 760px;
}
.partner-proof-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.partner-proof-grid > div {
  padding: 22px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.partner-proof-grid strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.partner-proof-grid span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.hobi-awards-card {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(34px, 4vw, 58px);
}
.hobi-awards-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
}
.award-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.award-list > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
}
.award-list span {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--muted);
}
.award-list strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.award-list em {
  display: block;
  margin-top: 5px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 960px) {
  .workshop-partner-card,
  .hobi-awards-grid {
    grid-template-columns: 1fr;
  }
  .partner-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .partner-proof-grid {
    grid-template-columns: 1fr;
  }
  .award-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}


/* ---------- V18 final project-page refinements ---------- */

/* Workshop/APD section: full-width, balanced, not narrow/long */
.workshop-partner-card,
.workshop-logo-panel,
.workshop-copy,
.partner-proof-grid {
  all: unset;
  box-sizing: border-box;
}
.workshop-partner-section {
  display: block;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-top: clamp(36px, 4.8vw, 72px);
  padding-bottom: clamp(36px, 4.8vw, 72px);
}
.workshop-header-row {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
}
.workshop-logo-lockup {
  border: 1px solid rgba(184,181,173,.76);
  background: var(--warm-white);
  padding: clamp(32px, 5vw, 64px);
}
.workshop-logo-lockup img {
  width: min(100%, 520px);
  height: auto;
}
.workshop-intro-copy .h3 {
  max-width: 760px;
}
.workshop-intro-copy .body {
  max-width: 820px;
}
.workshop-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
  margin-top: clamp(36px, 4.5vw, 64px);
}
.workshop-proof-row > div {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: clamp(20px, 2.3vw, 32px);
}
.workshop-proof-row strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.workshop-proof-row span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Compact HOBI row */
.hobi-awards-card.compact-hobi {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-top: clamp(28px, 3.2vw, 46px);
  padding-bottom: clamp(28px, 3.2vw, 46px);
}
.compact-hobi-row {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.compact-hobi-intro,
.compact-award {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: clamp(18px, 2.2vw, 30px);
}
.compact-hobi-intro .h4 {
  max-width: 360px;
}
.compact-award span {
  display: block;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .28em;
  margin-bottom: 18px;
}
.compact-award strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(21px, 2.2vw, 31px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.compact-award em {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .22em;
  line-height: 1.5;
  text-transform: uppercase;
  font-style: normal;
}

/* Keep old award classes from affecting compact row */
.compact-hobi .award-list,
.compact-hobi .hobi-awards-grid {
  display: initial;
  border: 0;
}

@media (max-width: 1060px) {
  .workshop-header-row,
  .compact-hobi-row {
    grid-template-columns: 1fr;
  }
  .workshop-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .workshop-proof-row {
    grid-template-columns: 1fr;
  }
}


/* ---------- V19 nav alignment + compact Workshop/APD + Indian HOBI spacing ---------- */

/* Center the right-side nav vertically relative to the mark/wordmark. */
.site-header {
  align-items: center !important;
}
.site-header .nav {
  align-items: center;
  padding-top: 0 !important;
}
.site-header .wordmark-link,
.site-header .logo-mark {
  align-self: center;
}

/* Link row used on detail intros. */
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
}

/* Indian Chase: avoid double horizontal rules before gallery. */
.hobi-awards-card.compact-hobi {
  border-bottom: 0 !important;
  padding-bottom: clamp(18px, 2.4vw, 34px) !important;
}
.hobi-awards-card.compact-hobi + .container.mt-lg {
  margin-top: clamp(28px, 3.6vw, 56px) !important;
}
.hobi-awards-card.compact-hobi + .container.mt-lg .section-label-row {
  border-top: 1px solid var(--rule);
  padding-top: 26px;
}

/* Replace prior Workshop/APD layouts with a lower, full-row treatment. */
.workshop-partner-card,
.workshop-logo-panel,
.workshop-copy,
.partner-proof-grid,
.workshop-header-row,
.workshop-logo-lockup,
.workshop-intro-copy,
.workshop-proof-row {
  box-sizing: border-box;
}

.workshop-partner-section.compact-workshop {
  width: 100%;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-top: clamp(24px, 3.2vw, 42px);
  padding-bottom: clamp(24px, 3.2vw, 42px);
}

.compact-workshop .workshop-main-row {
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.25fr) auto;
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
}

.compact-workshop .workshop-logo-lockup {
  border: 0;
  background: transparent;
  padding: 0;
  min-width: 0;
}
.compact-workshop .workshop-logo-lockup img {
  width: min(100%, 330px);
  height: auto;
  display: block;
}

.compact-workshop .workshop-intro-copy .h4 {
  max-width: 760px;
}
.compact-workshop .workshop-intro-copy .body {
  max-width: 780px;
}

.compact-workshop .workshop-brochure-link {
  white-space: nowrap;
  align-self: center;
}

.compact-workshop .workshop-proof-row.compact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
  margin-top: clamp(22px, 3vw, 38px);
}

.compact-workshop .workshop-proof-row.compact > div {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: clamp(16px, 2vw, 24px);
}

.compact-workshop .workshop-proof-row.compact strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(19px, 1.9vw, 28px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.compact-workshop .workshop-proof-row.compact span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .compact-workshop .workshop-main-row {
    grid-template-columns: 1fr;
  }
  .compact-workshop .workshop-brochure-link {
    justify-self: start;
  }
  .compact-workshop .workshop-proof-row.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .compact-workshop .workshop-proof-row.compact {
    grid-template-columns: 1fr;
  }
  .detail-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ---------- V20 Spring Farms Workshop/APD compact full-width row ---------- */
.workshop-apd-row-v20 {
  width: 100% !important;
  max-width: var(--max) !important;
  margin: clamp(42px, 5vw, 76px) auto 0 !important;
  padding: clamp(28px, 3.8vw, 54px) 0 clamp(28px, 3.8vw, 54px) !important;
  border-top: 1px solid var(--rule) !important;
  border-bottom: 1px solid var(--rule) !important;
  display: block !important;
  box-sizing: border-box !important;
}

.workshop-apd-row-v20,
.workshop-apd-row-v20 * {
  box-sizing: border-box !important;
}

.workshop-apd-row-v20-top {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.70fr) minmax(330px, 1.05fr) minmax(420px, 1.25fr) !important;
  gap: clamp(30px, 5vw, 78px) !important;
  align-items: center !important;
  width: 100% !important;
}

.workshop-apd-logo-v20 {
  min-width: 0 !important;
}

.workshop-apd-logo-v20 img {
  width: min(100%, 360px) !important;
  height: auto !important;
  display: block !important;
}

.workshop-apd-heading-v20 {
  min-width: 0 !important;
}

.workshop-apd-heading-v20 .h4 {
  max-width: 520px !important;
}

.workshop-apd-copy-v20 {
  min-width: 0 !important;
}

.workshop-apd-copy-v20 .body {
  max-width: 720px !important;
  line-height: 1.85 !important;
}

.workshop-apd-proof-v20 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  margin-top: clamp(28px, 3.2vw, 46px) !important;
  border-top: 1px solid var(--rule) !important;
  border-left: 1px solid var(--rule) !important;
}

.workshop-apd-proof-v20 > div {
  min-width: 0 !important;
  padding: clamp(18px, 2.1vw, 30px) !important;
  border-right: 1px solid var(--rule) !important;
  border-bottom: 1px solid var(--rule) !important;
}

.workshop-apd-proof-v20 strong {
  display: block !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  font-size: clamp(22px, 2.15vw, 34px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.04em !important;
  white-space: normal !important;
}

.workshop-apd-proof-v20 span {
  display: block !important;
  margin-top: 10px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 1180px) {
  .workshop-apd-row-v20-top {
    grid-template-columns: 1fr 1.35fr !important;
    align-items: start !important;
  }

  .workshop-apd-copy-v20 {
    grid-column: 1 / -1 !important;
  }

  .workshop-apd-proof-v20 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .workshop-apd-row-v20-top,
  .workshop-apd-proof-v20 {
    grid-template-columns: 1fr !important;
  }
}


/* ---------- V21 Spring Farms intro-row repair ---------- */
.project-detail .project-copy-grid {
  align-items: start;
}
.project-detail .project-copy-grid > div {
  min-width: 0;
}
.project-detail .project-copy-grid .body {
  max-width: 780px;
}


/* ---------- V22 Spring Farms single-rule spacing cleanup ---------- */
/* The Spring Farms intro row already has a bottom rule. Remove the Workshop/APD
   row's duplicate top rule and margin so the transition reads as one clean divider. */
.project-detail .project-copy-grid + .workshop-apd-row-v20 {
  margin-top: 0 !important;
  border-top: 0 !important;
  padding-top: clamp(26px, 3.4vw, 46px) !important;
}


/* ---------- V24 clickable email / phone links ---------- */
.email-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(244,241,235,.35);
  transition: border-color .2s ease, opacity .2s ease;
}
.ivory-section .email-link,
.white-section .email-link,
.contact-lower .email-link {
  border-bottom-color: rgba(15,16,17,.25);
}
.email-link:hover {
  border-bottom-color: currentColor;
  opacity: .82;
}


/* ---------- V25 mobile responsive width/overflow refinements ---------- */
/* The original mobile rendering was intentionally editorial, but too oversized for real phones.
   These overrides keep the brand feel while preventing cropped words and narrow-feeling columns. */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 820px) {
  :root { --pad: clamp(18px, 5.2vw, 28px); }

  .site-header,
  .site-header.absolute {
    grid-template-columns: 58px 1fr 48px !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 18px var(--pad) !important;
  }

  .logo-mark {
    width: 52px !important;
  }

  .wordmark {
    width: clamp(126px, 38vw, 184px) !important;
    margin: 0 auto !important;
  }

  .menu-toggle {
    width: 48px !important;
    height: 34px !important;
    justify-self: end !important;
  }

  .menu-toggle span,
  .menu-toggle::before,
  .menu-toggle::after {
    height: 2px !important;
    margin: 7px 0 !important;
  }

  .nav {
    left: var(--pad) !important;
    right: var(--pad) !important;
    top: 78px !important;
    z-index: 40 !important;
  }

  .hero {
    overflow: hidden !important;
  }

  .photo-home-hero,
  .hero-content {
    min-height: clamp(560px, 86vh, 720px) !important;
  }

  .hero-content {
    padding: 118px var(--pad) 74px !important;
    align-items: center !important;
    text-align: center !important;
  }

  .hero-content .h1,
  .hero-content h1 {
    font-size: clamp(50px, 15vw, 78px) !important;
    line-height: .96 !important;
    letter-spacing: -0.045em !important;
    max-width: 92vw !important;
    overflow-wrap: normal !important;
  }

  .hero-content .kicker {
    max-width: 82vw !important;
    line-height: 1.8 !important;
  }

  .section,
  .section.tight {
    padding-left: var(--pad) !important;
    padding-right: var(--pad) !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .display,
  .serif,
  .body-lg,
  h1,
  h2,
  h3 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .h1 { font-size: clamp(50px, 14vw, 72px) !important; }
  .h2 { font-size: clamp(36px, 10vw, 54px) !important; line-height: 1.06 !important; }
  .h3 { font-size: clamp(30px, 8.5vw, 42px) !important; line-height: 1.08 !important; }
  .h4 { font-size: clamp(24px, 7.2vw, 34px) !important; line-height: 1.12 !important; }
  .body-lg { font-size: clamp(25px, 7.2vw, 34px) !important; line-height: 1.18 !important; }
  .body { font-size: 14px !important; line-height: 1.75 !important; }

  .kicker,
  .small-caps,
  .button,
  .form-label {
    font-size: 9px !important;
    letter-spacing: .24em !important;
  }

  .intro-copy,
  .center {
    max-width: 100% !important;
  }

  .work-row-label {
    align-items: center !important;
    gap: 16px !important;
  }

  .project-card {
    min-height: 330px !important;
    aspect-ratio: auto !important;
  }

  .project-card .card-copy {
    left: 22px !important;
    right: 22px !important;
    bottom: 24px !important;
  }

  .project-card .h4 {
    font-size: clamp(28px, 9vw, 42px) !important;
    line-height: 1.05 !important;
  }

  .approach-pillar,
  .approach-card,
  .info-card,
  .principal-card,
  .parcel-card,
  .gallery-item {
    max-width: 100% !important;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .split-12,
  .footer-grid,
  .contact-grid,
  .project-copy-grid,
  .principal-grid,
  .broader-practice,
  .about-tier-grid,
  .parcel-detail,
  .render-grid,
  .gallery-grid,
  .photo-only-grid,
  .compact-hobi-row,
  .workshop-apd-row-v20-top,
  .workshop-apd-proof-v20 {
    grid-template-columns: 1fr !important;
  }

  .project-copy-grid,
  .broader-practice {
    gap: 28px !important;
  }

  .photo,
  .approach-hero-grid .photo,
  .project-section .photo,
  .photo-principal {
    min-height: 320px !important;
  }

  .photo-principal {
    min-height: 520px !important;
  }

  .detail-media .detail-img,
  .detail-media img {
    height: auto !important;
    max-height: none !important;
  }

  .photo-only-item,
  .gallery-image,
  .render-grid .gallery-image {
    min-height: 275px !important;
  }

  .site-footer {
    overflow: hidden !important;
    padding-left: var(--pad) !important;
    padding-right: var(--pad) !important;
  }

  .site-footer .h4,
  .contact-main .h2,
  .contact-lower .body-lg {
    font-size: clamp(30px, 9.5vw, 44px) !important;
    line-height: 1.05 !important;
  }

  .form-field input,
  .form-field textarea,
  .form-field select {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  :root { --pad: 18px; }

  .site-header,
  .site-header.absolute {
    grid-template-columns: 56px 1fr 46px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .logo-mark { width: 50px !important; }
  .wordmark { width: 132px !important; }

  .photo-home-hero,
  .hero-content {
    min-height: 590px !important;
  }

  .hero-content {
    padding-top: 112px !important;
    padding-bottom: 58px !important;
  }

  .hero-content .h1,
  .hero-content h1 {
    font-size: clamp(48px, 16.5vw, 64px) !important;
    max-width: 94vw !important;
  }

  .section.tight {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .body-lg {
    font-size: 27px !important;
  }

  .project-card {
    min-height: 310px !important;
  }

  .work-row-label {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
  }

  .site-footer .container,
  .contact-main .container {
    width: 100% !important;
  }
}


/* ---------- V26 final mobile ordering refinements ---------- */
/* Work page: on mobile, keep Spring Farms consistent with Indian Chase:
   image first, then title/copy. Desktop alternating layout remains unchanged. */
@media (max-width: 900px) {
  #spring-farms .grid-2 {
    display: flex !important;
    flex-direction: column !important;
  }

  #spring-farms .project-image-link,
  #spring-farms .photo-spring-hero {
    order: -1 !important;
    width: 100% !important;
    margin-bottom: 24px !important;
  }

  /* Approach page: the image is strong, but on mobile it reads better as a
     supporting image below the opening copy rather than a side-by-side panel. */
  .approach-hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 34px !important;
  }

  .approach-hero-grid .photo-approach-hero {
    width: 100% !important;
    min-height: 360px !important;
    order: 2 !important;
  }
}

@media (max-width: 520px) {
  .approach-hero-grid .photo-approach-hero {
    min-height: 320px !important;
  }

  #spring-farms .project-image-link,
  #spring-farms .photo-spring-hero {
    min-height: 320px !important;
  }
}


/* ---------- V29 low-res blurred image placeholders ---------- */
/* Every major photo now has a tiny blurred placeholder below the full image.
   This prevents black/blank flashes while the final image loads. */
.photo,
.photo-only-item,
.gallery-image,
.detail-media,
.project-card {
  background-color: #c8c0b2;
}
.hero .photo,
.photo-home-hero,
.photo-contact-bg,
.site-footer {
  background-color: #101112;
}
.photo,
.photo-only-item,
.gallery-image,
.detail-media {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.detail-media-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* ---------- V30 Spring Farms project-level brochure CTAs ---------- */
.spring-brochure-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 34px;
  align-items: center;
  max-width: 760px;
  padding: clamp(18px, 2.3vw, 28px);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  color: inherit;
  background: rgba(251,250,246,.36);
  transition: background .22s ease, border-color .22s ease;
}
.spring-brochure-cta:hover {
  background: rgba(251,250,246,.72);
  border-color: rgba(15,16,17,.34);
}
.spring-brochure-cta .small-caps {
  grid-column: 1 / -1;
  color: var(--muted);
}
.spring-brochure-cta strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.spring-brochure-cta em {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: end;
  font-family: var(--sans);
  font-style: normal;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.spring-brochure-bottom {
  padding: clamp(46px, 6vw, 82px) var(--pad);
  background: var(--ivory);
  color: var(--ink);
  border-top: 1px solid var(--rule);
}
.spring-brochure-bottom-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.spring-brochure-bottom .text-link {
  justify-self: end;
}

@media (max-width: 760px) {
  .spring-brochure-cta,
  .spring-brochure-bottom-inner {
    grid-template-columns: 1fr;
  }
  .spring-brochure-cta em,
  .spring-brochure-bottom .text-link {
    justify-self: start;
  }
}


/* ---------- V31 Spring Farms top brochure CTA inline refinement ---------- */
/* Top brochure link is now inline with Back to Work, while the bottom CTA remains prominent. */
.spring-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
}

.inline-brochure-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px 11px;
  border: 1px solid rgba(15,16,17,.28);
  background: rgba(251,250,246,.62);
  color: inherit;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .26em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, opacity .2s ease;
}

.inline-brochure-button:hover {
  background: rgba(251,250,246,.95);
  border-color: rgba(15,16,17,.48);
  opacity: .88;
}

.inline-brochure-button .slash {
  width: 22px;
}

@media (max-width: 640px) {
  .spring-detail-actions {
    align-items: flex-start;
  }

  .inline-brochure-button {
    width: 100%;
    justify-content: space-between;
  }
}


/* ---------- V32 mobile Spring Farms brochure CTA refinement ---------- */
/* Desktop remains unchanged. On mobile, keep Back to Work as a secondary text link
   and the brochure as the single full-width action, with tighter spacing. */
@media (max-width: 640px) {
  .spring-detail-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  .spring-detail-actions .text-link {
    width: auto !important;
  }

  .spring-detail-actions .inline-brochure-button {
    width: 100% !important;
    justify-content: space-between !important;
    margin-top: 2px !important;
  }
}


/* ---------- V33 Spring Farms mobile action simplification ---------- */
/* On the Spring Farms detail page mobile header area, the brochure is the primary action.
   Hide the secondary Back to Work link on mobile only, desktop remains unchanged. */
@media (max-width: 640px) {
  .spring-detail-actions > a.text-link[href="work.html"] {
    display: none !important;
  }

  .spring-detail-actions {
    gap: 0 !important;
  }

  .spring-detail-actions .inline-brochure-button {
    margin-top: 0 !important;
  }
}


/* ---------- V34 reliably hide Spring Farms Back to Work in mobile/tablet header ---------- */
/* The hamburger layout begins above phone-only widths, so hide the secondary Back to Work
   action whenever the page is in the compact/mobile presentation. Desktop remains unchanged. */
@media (max-width: 900px) {
  .spring-detail-actions > a.text-link[href="work.html"],
  .spring-detail-actions > a[href="work.html"] {
    display: none !important;
  }

  .spring-detail-actions {
    gap: 0 !important;
  }

  .spring-detail-actions .inline-brochure-button {
    width: 100% !important;
    justify-content: space-between !important;
    margin-top: 0 !important;
  }
}


/* ---------- V35 definitive Spring Farms mobile/tablet Back to Work removal ---------- */
/* Audit finding: the link was still visible because the preview/device width can be >900px
   while still using the compact/hamburger layout. Use a dedicated class and a wider compact breakpoint. */
@media (max-width: 1180px), (pointer: coarse) {
  .spring-detail-actions .spring-back-link {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .spring-detail-actions {
    display: block !important;
  }

  .spring-detail-actions .inline-brochure-button {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    margin-top: 0 !important;
  }
}

/* Ensure desktop keeps the link visible. */
@media (min-width: 1181px) and (pointer: fine) {
  .spring-detail-actions .spring-back-link {
    display: inline-flex !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
  }
}


/* ---------- V37 contact mobile clean photo crop ---------- */
/* Desktop keeps the original contact background. Compact/mobile layouts use a
   text-free crop from the same owned source image so embedded brochure text
   never appears while preserving the atmospheric photo. */
@media (max-width: 1180px), (pointer: coarse) {
  .contact-main.photo-contact-bg {
    background-image:
      linear-gradient(120deg, rgba(0,0,0,.72), rgba(0,0,0,.42)),
      url("../photos/contact-background-mobile.jpg"),
      url("../photos/placeholders/contact-background-mobile-blur.jpg"),
      linear-gradient(115deg, #0a0a0a, #2b2a26 45%, #0f1011) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
