/* House of Mal — site styles
   Faithful port of the approved Design Canvas pages (cd-export/).
   Desktop compositions apply at >=1024px; <768px follows Mobile Site.dc.html
   exactly; 768–1023px adapts with the desktop grammar (see BUILD-NOTES.md). */

/* ============ base ============ */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-weight: var(--weight-body); }
h1, h2, h3, p, figure, figcaption { margin: 0; }
img { display: block; max-width: 100%; }
a { transition: color .2s ease-out, text-decoration-color .2s ease-out; }
button { font: inherit; }

a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
button:focus-visible { outline: 2px solid var(--mal-forest); outline-offset: 3px; }

.page { overflow: hidden; }
.page--forest { background: var(--mal-forest); color: var(--mal-cream); }
.page--cream { background: var(--mal-cream); color: var(--mal-forest); }
.band--forest { background: var(--mal-forest); color: var(--mal-cream); }
.band--cream { background: var(--mal-cream); color: var(--mal-forest); }

.container { max-width: var(--container); margin: 0 auto; }
:root { --gx: 64px; }

/* ============ shared type utilities ============ */
.eyebrow {
  font-family: var(--font-sans); font-weight: 500; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 36px;
}
.eyebrow--peach { color: var(--mal-peach); }
.eyebrow--rose { color: var(--mal-rose-text); }
.eyebrow--right { text-align: right; }

.caption {
  font-family: var(--font-sans); font-weight: 300; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.caption--on-forest { color: rgba(239, 229, 213, 0.6); }
.caption--olive { color: var(--mal-olive); }
.caption--rot { writing-mode: vertical-rl; }

.type-bar {
  background: var(--mal-forest);
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
}

.strapline { font-style: italic; font-size: var(--text-strapline); line-height: 1.5; }

/* poster-scale navigation CTAs (underlined Ninna text — never buttons) */
.cta-poster {
  display: inline-block; max-width: 1240px;
  font-family: var(--font-display); font-weight: 400;
  font-size: var(--text-poster); line-height: var(--leading-display);
  text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 18px;
  cursor: pointer;
}
.cta-poster--on-cream { color: var(--mal-forest); text-decoration-color: var(--mal-rose); }
.cta-poster--on-cream:hover { color: var(--mal-forest-deep); text-decoration-thickness: 5px; }
.cta-poster--on-forest { color: var(--mal-cream); text-decoration-color: var(--mal-peach); }
.cta-poster--on-forest:hover { color: var(--mal-peach); text-decoration-thickness: 5px; }

/* ============ header / nav ============ */
.site-header {
  position: relative; display: flex; align-items: center;
  justify-content: space-between; padding: 26px var(--gx);
}
.site-header__logo { width: 72px; height: 45px; object-fit: contain; }
.page-home .site-header__logo { width: 88px; height: 55px; }
.site-nav {
  display: flex; gap: 44px; font-family: var(--font-sans); font-weight: 400;
  font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase;
}
.site-nav a { color: rgba(239, 229, 213, 0.7); text-decoration: none; }
.site-nav a:hover { color: var(--mal-cream); }
.site-nav a.is-current {
  color: var(--mal-cream); border-bottom: 1px solid var(--mal-cream); padding-bottom: 3px;
}

/* mobile MENU — caps text toggle; full-screen forest overlay (js/site.js) */
.menu-toggle {
  display: none; position: absolute; top: 26px; right: 24px; z-index: 5;
  padding: 10px 0; background: none; border: none; cursor: pointer;
  font-family: var(--font-sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--mal-cream);
}
.menu-toggle:focus-visible { outline: 2px solid var(--mal-cream); outline-offset: 3px; }
.menu-overlay {
  display: none; position: fixed; inset: 0; background: var(--mal-forest);
  z-index: 60; padding: 20px 24px; overflow-y: auto;
}
.menu-overlay.is-open { display: block; }
.menu-overlay__bar { display: flex; justify-content: flex-end; }
.menu-close {
  display: inline-block; padding: 10px 0; background: none; border: none; cursor: pointer;
  font-family: var(--font-sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--mal-peach);
}
.menu-close:focus-visible { outline: 2px solid var(--mal-cream); outline-offset: 3px; }
.menu-overlay__nav { display: flex; flex-direction: column; gap: 40px; margin-top: 80px; }
.menu-overlay__nav a {
  font-family: var(--font-display); font-weight: 400; font-size: 44px;
  line-height: var(--leading-display); color: rgba(239, 229, 213, 0.75); text-decoration: none;
}
.menu-overlay__nav a:hover { color: var(--mal-cream); }
.menu-overlay__nav a.is-current {
  color: var(--mal-cream); text-decoration: underline;
  text-decoration-color: var(--mal-cream); text-decoration-thickness: 2px; text-underline-offset: 12px;
}
body.menu-open { overflow: hidden; }

/* ============ footer (identical everywhere; hairline contextual) ============ */
.site-footer { background: var(--mal-forest); color: var(--mal-cream); padding: 72px var(--gx) 48px; }
.site-footer--hairline { border-top: 1px solid var(--line-on-inverse); }
.site-footer__grid {
  display: grid; grid-template-columns: 1.3fr 0.8fr 1fr 1.3fr; gap: 56px; margin-bottom: 72px;
}
.site-footer__label {
  font-family: var(--font-sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(239, 229, 213, 0.65); margin-bottom: 20px;
}
.site-footer p { font-size: var(--text-body-sm); line-height: 1.65; color: rgba(239, 229, 213, 0.8); }
.site-footer__links { display: flex; flex-direction: column; gap: 10px; font-size: var(--text-body-sm); }
.site-footer__links a { color: rgba(239, 229, 213, 0.8); text-decoration: none; }
.site-footer__links a:hover { color: var(--mal-cream); }
.site-footer__bottom {
  border-top: 1px solid var(--line-on-inverse); padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
}
.site-footer__logo { width: 72px; height: 45px; object-fit: contain; }
.site-footer__copy {
  font-family: var(--font-sans); font-weight: 300; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(239, 229, 213, 0.65);
}

/* ============ HOME ============ */
.home-hero { position: relative; height: 620px; }
.home-hero__media img { position: absolute; top: 0; right: 0; width: 48%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.home-hero__caption { position: absolute; top: 64px; left: calc(52% - 36px); white-space: nowrap; }
.home-hero__eyebrow {
  position: absolute; top: 64px; left: var(--gx);
  font-family: var(--font-sans); font-weight: 300; font-size: 13px;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--mal-peach);
}
.home-hero__lede {
  position: absolute; top: 150px; left: var(--gx); width: 340px;
  font-size: var(--text-body-lg); line-height: 1.65; color: rgba(239, 229, 213, 0.85);
}
.home-hero__title {
  position: absolute; left: var(--gx); bottom: 56px; width: min(780px, 76%);
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-xl);
  line-height: var(--leading-display); z-index: 2; color: var(--mal-cream);
}
.home-hero__title .type-bar { padding: 2px 16px 2px 0; }

.home-intro { position: relative; min-height: 690px; padding: 140px var(--gx) 0; }
.home-intro__figure { position: absolute; left: var(--gx); top: 140px; width: min(440px, 38%); }
.home-intro__figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.home-intro__figure .caption--rot { position: absolute; left: -48px; top: 0; }
.home-intro__figure figcaption { display: none; }
.home-intro__title {
  position: relative; z-index: 2; margin: 56px 0 0 300px; max-width: 940px;
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-lg);
  line-height: var(--leading-display); color: var(--mal-cream);
}
.home-intro__title .type-bar { padding: 4px 32px 4px 0; }
.home-intro__col { position: relative; z-index: 2; width: min(470px, 46%); margin: 140px 60px 0 auto; }
.home-intro__col p { font-size: var(--text-body-lg); line-height: 1.75; color: rgba(239, 229, 213, 0.85); margin: 0 0 26px; }
.home-intro__col p:last-child { margin-bottom: 0; }

.home-collage { position: relative; height: 1083px; margin-top: 200px; }
.home-collage__dominant img { position: absolute; left: 0; top: 0; width: 68%; height: 980px; object-fit: cover; }
.home-collage__dominant .caption--rot { position: absolute; left: calc(68% + 28px); top: 0; }
.home-collage__dominant figcaption.caption { display: none; }
.home-collage__side { position: absolute; right: var(--gx); top: 90px; width: 24%; }
.home-collage__side img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 20%; }
.home-collage__side .caption--rot { position: absolute; right: -48px; top: 0; }
.home-collage__side figcaption.caption { display: none; }
.home-collage__inset { position: absolute; left: calc(68% - 140px); top: 632px; width: 26%; z-index: 2; }
.home-collage__inset img { width: 100%; height: 400px; object-fit: cover; object-position: 50% 40%; border: 16px solid var(--mal-forest); }
.home-collage__inset figcaption { padding: 6px 16px 0; }

.home-method { padding: 200px var(--gx); }
.home-method__title {
  margin: 0 0 140px; max-width: 1150px;
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-lg);
  line-height: var(--leading-display); color: var(--mal-cream);
}
.home-method__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 56px; max-width: 1220px; }
.home-method__cell { border-top: 1px solid var(--line-on-inverse); padding-top: 28px; }
.home-method__cell:nth-child(2) { margin-top: 90px; }
.home-method__cell:nth-child(3) { margin-top: 180px; }
.home-method__cell h3 {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-title);
  margin: 0 0 18px; color: var(--mal-cream);
}
.home-method__cell p { font-size: var(--text-body); line-height: 1.7; color: rgba(239, 229, 213, 0.85); }

.home-pov { position: relative; padding: 200px var(--gx); border-top: 1px solid var(--line-on-inverse); }
.home-pov__eyebrow {
  position: absolute; left: var(--gx); top: 200px; writing-mode: vertical-rl;
  font-family: var(--font-sans); font-weight: 500; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--mal-peach); margin: 0;
}
.home-pov__title {
  margin: 0 0 0 150px;
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-poster-xl);
  line-height: var(--leading-display); color: var(--mal-cream);
}
.home-pov__col {
  width: min(500px, 48%); margin: 140px 60px 0 auto;
  font-size: var(--text-body-lg); line-height: 1.75; color: rgba(239, 229, 213, 0.85);
}

.home-daylight { background: var(--mal-cream); }
.home-daylight img { width: 100%; height: 840px; object-fit: cover; }
.home-daylight figcaption { text-align: right; padding: 16px var(--gx) 0; max-width: var(--container); margin: 0 auto; }

.home-services { padding: 200px var(--gx); }
.home-services__title {
  margin: 0 0 140px;
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-lg);
  line-height: var(--leading-display); text-align: right;
}
.home-services__row { position: relative; border-top: 1px solid var(--line); padding: 44px 0; min-height: 70px; }
.home-services__row:last-child { border-bottom: 1px solid var(--line); }
.home-services__row h3 { font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-md); }
.home-services__row p {
  position: absolute; right: 0; top: 52px; width: min(360px, 40%);
  font-size: var(--text-body); line-height: 1.6; color: rgba(34, 47, 38, 0.8);
}

.home-work { color: var(--mal-forest); }
.home-work__head { position: relative; padding: 0 var(--gx); margin-bottom: 140px; }
.home-work__head h2 {
  max-width: 880px; font-family: var(--font-display); font-weight: 400;
  font-size: var(--text-display-lg); line-height: var(--leading-display);
}
.home-work__full { position: relative; }
.home-work__full--right img { width: calc(100% - 140px); height: 760px; object-fit: cover; object-position: 50% 62%; margin-left: 140px; }
.home-work__full--right .caption--rot { position: absolute; left: 52px; top: 0; }
.home-work__full--left { margin-top: 200px; }
.home-work__full--left img { width: calc(100% - 140px); height: 760px; object-fit: cover; object-position: 50% 35%; }
.home-work__full--left .caption--rot { position: absolute; right: 52px; top: 0; }
.home-work__full figcaption.caption { display: none; }

.home-bte { position: relative; padding: 200px var(--gx) 160px; }
.home-bte__band {
  position: absolute; right: min(0px, calc((100% - 100vw) / 2)); top: 120px;
  width: calc(46% + max(0px, (100vw - 100%) / 2)); height: 440px; background: var(--mal-peach);
}
.home-bte .eyebrow { position: relative; }
.home-bte__title {
  position: relative; z-index: 2; margin: 0 0 140px;
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-poster);
  line-height: var(--leading-display);
}
.home-bte p { position: relative; width: min(470px, 60%); font-size: var(--text-body-lg); line-height: 1.75; color: rgba(34, 47, 38, 0.85); margin: 0 0 22px; }
.home-bte p.home-bte__q { font-style: italic; line-height: 1.65; margin-bottom: 0; color: var(--mal-forest); }

.home-begin { padding: 40px var(--gx) 200px; }

/* ============ WORK ============ */
.work-head { position: relative; padding: 90px var(--gx) 0; }
.work-head h1 {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-poster-xl);
  line-height: var(--leading-display); color: var(--mal-cream);
}
.work-head .strapline { margin: 56px 0 0; max-width: 560px; color: var(--mal-cream); }

.work-thesis { position: relative; height: 860px; margin-top: 200px; }
.work-thesis__media img { position: absolute; top: 0; right: 0; width: 52%; height: 100%; object-fit: cover; }
.work-thesis__media .caption--rot { position: absolute; top: 64px; left: calc(48% - 52px); }
.work-thesis__media figcaption.caption { display: none; }
.work-thesis .eyebrow { position: absolute; top: 110px; left: var(--gx); margin: 0; }
.work-thesis__title {
  position: absolute; left: var(--gx); top: 186px; width: min(880px, 84%);
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-lg);
  line-height: var(--leading-display); z-index: 2; color: var(--mal-cream);
}
.work-thesis__title .type-bar { padding: 4px 32px 4px 0; }

.work-chapter { padding: 200px var(--gx) 0; }
.work-chapter h2 {
  max-width: 1000px; font-family: var(--font-display); font-weight: 400;
  font-size: var(--text-display-lg); line-height: var(--leading-display); color: var(--mal-cream);
}
.work-chapter--right h2 { max-width: 1060px; margin-left: auto; text-align: right; }

.work-atmo { position: relative; height: 1080px; margin-top: 140px; }
.work-atmo__dominant img { position: absolute; left: 0; top: 0; width: 62%; height: 880px; object-fit: cover; object-position: 45% 50%; }
.work-atmo__dominant .caption--rot { position: absolute; left: calc(62% + 48px); top: 0; }
.work-atmo__dominant figcaption.caption { display: none; }
.work-atmo__side { position: absolute; right: var(--gx); top: 90px; width: 22%; }
.work-atmo__side img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 15%; }
.work-atmo__side .caption--rot { position: absolute; right: -48px; top: 0; }
.work-atmo__side figcaption.caption { display: none; }
.work-atmo__inset { position: absolute; left: 52%; top: 620px; width: 30%; z-index: 2; }
.work-atmo__inset img { width: 100%; height: 400px; object-fit: cover; object-position: 50% 45%; border: 16px solid var(--mal-forest); }
.work-atmo__inset figcaption { padding: 6px 16px 0; }

.work-table-full { position: relative; margin-top: 140px; }
.work-table-full img { width: calc(100% - 140px); height: 760px; object-fit: cover; object-position: 50% 60%; margin-left: 140px; }
.work-table-full .caption--rot { position: absolute; left: 52px; top: 0; }
.work-table-full figcaption.caption { display: none; }
.work-pair { display: flex; gap: 56px; padding: 140px var(--gx) 0; align-items: flex-start; }
.work-pair figure { position: relative; }
.work-pair figcaption.caption { display: none; }
.work-pair__wf { width: 44%; }
.work-pair__wf img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 45% 50%; }
.work-pair__wf .caption--rot { position: absolute; left: -48px; top: 0; }
.work-pair__caviar { width: 38%; margin-top: 120px; }
.work-pair__caviar img { width: 100%; aspect-ratio: 4/4.4; object-fit: cover; object-position: 50% 60%; }
.work-pair__caviar .caption--rot { position: absolute; right: -48px; top: 0; }

.work-kids { position: relative; height: 1100px; margin-top: 140px; }
.work-kids__dominant img { position: absolute; right: 0; top: 0; width: 64%; height: 880px; object-fit: cover; }
.work-kids__dominant .caption--rot { position: absolute; right: calc(64% + 48px); top: 0; }
.work-kids__dominant figcaption.caption { display: none; }
.work-kids__side { position: absolute; left: var(--gx); top: 90px; width: 22%; }
.work-kids__side img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: 50% 20%; }
.work-kids__side .caption--rot { position: absolute; left: -48px; top: 0; }
.work-kids__side figcaption.caption { display: none; }
.work-kids__inset { position: absolute; left: 18%; top: 660px; width: 30%; z-index: 2; }
.work-kids__inset img { width: 100%; height: 380px; object-fit: cover; object-position: 50% 60%; border: 16px solid var(--mal-forest); }
.work-kids__inset figcaption { padding: 6px 16px 0; }

.work-poster {
  margin-top: 200px; border-top: 1px solid var(--line-on-inverse);
  border-bottom: 1px solid var(--line-on-inverse); padding: 190px var(--gx) 200px;
}
.work-poster h2 {
  max-width: 1240px; font-family: var(--font-display); font-weight: 400;
  font-size: var(--text-poster); line-height: var(--leading-display); color: var(--mal-cream);
}

.work-transition { position: relative; margin-top: 200px; }
.work-transition__inset { margin: 0 0 0 var(--gx); width: 340px; position: relative; z-index: 2; }
.work-transition__inset img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: 50% 35%; border: 16px solid var(--mal-forest); }
.work-transition__inset figcaption { display: inline-block; background: var(--mal-forest); padding: 6px 16px 4px; }
.work-transition__full { position: relative; margin-top: -200px; }
.work-transition__full img { width: calc(100% - 140px); height: 780px; object-fit: cover; object-position: 50% 25%; margin-left: 140px; }
.work-transition__full .caption--rot { position: absolute; left: 52px; top: 280px; }
.work-transition__full figcaption.caption { display: none; }

.work-pulse-pair { display: flex; gap: 56px; padding: 140px var(--gx) 0; align-items: flex-start; }
.work-pulse-pair figure { position: relative; }
.work-pulse-pair figcaption.caption { display: none; }
.work-pulse-pair__bride { width: 40%; margin-top: 120px; }
.work-pulse-pair__bride img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; object-position: 50% 35%; }
.work-pulse-pair__bride .caption--rot { position: absolute; left: -48px; top: 0; }
.work-pulse-pair__escort { width: 46%; }
.work-pulse-pair__escort img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; object-position: 50% 55%; }
.work-pulse-pair__escort .caption--rot { position: absolute; right: -48px; top: 0; }

.work-quote2 { padding: 200px var(--gx) 0; }
.work-quote2 h2 {
  max-width: 1150px; margin-left: auto; text-align: right;
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-xl);
  line-height: var(--leading-display); color: var(--mal-cream);
}

.work-closing { margin: 200px 0 0; position: relative; }
.work-closing img { width: 100%; height: 760px; object-fit: cover; }
.work-closing figcaption { text-align: right; padding: 16px var(--gx) 0; max-width: var(--container); margin: 0 auto; }

.work-offramp { padding: 200px var(--gx); }
.work-offramp__ig { font-size: var(--text-body-lg); line-height: 1.7; color: rgba(239, 229, 213, 0.85); }
.work-offramp__ig a { color: var(--mal-peach); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 10px; }
.work-offramp__ig a:hover { color: var(--mal-cream); }
.work-offramp__conv { font-style: italic; font-size: var(--text-body-lg); line-height: 1.65; margin: 18px 0 0; color: rgba(239, 229, 213, 0.85); }
.work-offramp__cta { margin-top: 140px; }

/* ============ SERVICES ============ */
.svc-head { padding: 90px var(--gx) 120px; }
.svc-head h1, .inq-head h1 {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-poster-xl);
  line-height: var(--leading-display); color: var(--mal-cream);
}
.svc-head .strapline, .inq-head .strapline { margin: 56px 0 0; max-width: 640px; color: var(--mal-cream); }

.svc-intro { position: relative; padding: 200px var(--gx); }
.svc-intro__col { max-width: min(600px, calc(100% - 460px)); }
.svc-intro__col p { font-size: var(--text-body-lg); line-height: 1.75; color: rgba(34, 47, 38, 0.85); margin: 0 0 26px; }
.svc-intro__col p:last-child { margin-bottom: 0; }
.svc-explore { position: absolute; right: var(--gx); top: 200px; width: 380px; }
.svc-explore__list { display: flex; flex-direction: column; }
.svc-explore__list a {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-title);
  line-height: var(--leading-display); color: var(--mal-forest); text-decoration: none;
  border-top: 1px solid var(--line); padding: 18px 0;
}
.svc-explore__list a:last-child { border-bottom: 1px solid var(--line); }
.svc-explore__list a:hover { color: var(--mal-olive); }

.svc-moment { margin: 0 0 200px; position: relative; }
.svc-moment img { width: calc(100% - 140px); height: 680px; object-fit: cover; object-position: 50% 42%; }
.svc-moment .caption--rot { position: absolute; right: 52px; top: 0; }
.svc-moment figcaption.caption { display: none; }

.svc-ledger { padding: 0 var(--gx); }
.svc-entry { border-top: 1px solid var(--line); padding: 70px 0; }
.svc-entry:last-child { border-bottom: 1px solid var(--line); }
.svc-entry__grid { display: grid; grid-template-columns: 200px 1fr; gap: 56px; }
.svc-entry__num {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-md);
  line-height: var(--leading-display); color: var(--mal-olive);
}
.svc-entry__num--m { display: none; }
.svc-entry__body { max-width: 820px; }
.svc-entry__body h2 {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-md);
  line-height: var(--leading-display);
}
.svc-entry__lede { font-size: var(--text-body-lg); line-height: 1.7; margin: 36px 0 0; color: rgba(34, 47, 38, 0.85); }
.svc-entry__rows { margin-top: 56px; }
.svc-entry__rows p { border-top: 1px solid var(--line); padding: 18px 0; font-size: var(--text-body); line-height: 1.65; color: rgba(34, 47, 38, 0.85); }
.svc-entry__rows p:last-child { padding-bottom: 0; font-style: italic; color: var(--mal-forest); }

.svc-start { padding: 200px var(--gx); }

/* ============ ABOUT ============ */
.about-hero { position: relative; height: 760px; }
.about-hero__media img { position: absolute; top: 0; right: 0; width: 38%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.about-hero__caption { position: absolute; top: 64px; left: calc(62% - 52px); writing-mode: vertical-rl; }
.about-hero__title {
  position: absolute; left: var(--gx); top: 110px; z-index: 2;
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-poster-xl);
  line-height: var(--leading-display); color: var(--mal-cream);
}
.about-hero__title .type-bar { padding: 6px 36px 6px 0; }
.about-hero__strap { position: absolute; left: var(--gx); bottom: 88px; max-width: 520px; color: var(--mal-cream); }

.about-backstory { position: relative; padding: 200px var(--gx) 0; }
.about-backstory h2, .about-why h2, .about-how h2, .about-closing h2 {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-lg);
  line-height: var(--leading-display);
}
.about-backstory h2 { max-width: 1000px; }
.about-col { width: min(560px, 60%); margin: 140px 60px 0 auto; }
.about-col p { font-size: var(--text-body-lg); line-height: 1.75; color: rgba(34, 47, 38, 0.85); margin: 0 0 26px; }
.about-col p:last-child { margin-bottom: 0; }

.about-pillars { padding: 140px var(--gx) 0; }
.about-pillars__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 56px; max-width: 1220px; }
.about-pillars__cell { border-top: 1px solid var(--line); padding-top: 28px; }
.about-pillars__cell:nth-child(2) { margin-top: 90px; }
.about-pillars__cell:nth-child(3) { margin-top: 180px; }
.about-pillars__label {
  font-family: var(--font-sans); font-weight: 500; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--mal-olive); margin-bottom: 20px;
}
.about-pillars__cell h3 {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-title);
  line-height: var(--leading-display); margin: 0 0 18px;
}
.about-pillars__cell p { font-size: var(--text-body); line-height: 1.7; color: rgba(34, 47, 38, 0.85); }

.about-why { padding: 200px var(--gx) 0; }
.about-why h2 { max-width: 1060px; }
.about-why__row { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 140px; }
.about-why__figure { margin-left: 110px; position: relative; width: 340px; }
.about-why__figure img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: 50% 55%; }
.about-why__figure .caption--rot { position: absolute; right: -48px; top: 0; }
.about-why__figure figcaption.caption { display: none; }
.about-why__col { width: min(560px, 55%); margin-right: 60px; }
.about-why__col p { font-size: var(--text-body-lg); line-height: 1.75; color: rgba(34, 47, 38, 0.85); margin: 0 0 26px; }
.about-why__col p:last-child { margin-bottom: 0; }
.about-why__ledger { margin-top: 140px; }
.about-why__ledger > div { border-top: 1px solid var(--line); padding: 44px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.about-why__ledger > div:last-child { border-bottom: 1px solid var(--line); }
.about-why__ledger h3 {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-title);
  line-height: var(--leading-display);
}
.about-why__ledger p { font-size: var(--text-body); line-height: 1.65; color: rgba(34, 47, 38, 0.85); }

.about-how { position: relative; padding: 200px var(--gx) 0; }
.about-how h2 { max-width: 1050px; }
.about-how__figure { margin: 140px 0 0; position: relative; width: min(520px, 46%); }
.about-how__figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 60%; }
.about-how__figure .caption--rot { position: absolute; right: -48px; top: 0; }
.about-how__figure figcaption.caption { display: none; }

.about-closing { padding: 200px var(--gx); }
.about-closing h2 { max-width: 1150px; }
.about-closing .about-col { width: 620px; margin: 140px 0 0 auto; padding-right: 60px; }

.about-bte { position: relative; max-width: var(--container); margin: 0 auto; padding: 190px var(--gx) 0; }
.about-bte__band {
  position: absolute; right: min(0px, calc((100% - 100vw) / 2)); top: 120px;
  width: calc(46% + max(0px, (100vw - 100%) / 2)); height: 440px; background: var(--mal-peach);
}
.about-bte .eyebrow { position: relative; }
.about-bte__title {
  position: relative; z-index: 2; max-width: 1100px;
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-display-xl);
  line-height: var(--leading-display);
}
.about-bte__col {
  position: relative; width: min(560px, 60%); margin: 140px 60px 0 auto;
  font-size: var(--text-body-lg); line-height: 1.75; color: rgba(34, 47, 38, 0.85);
}
.about-bte__cta { padding: 200px 0; }

/* ============ INQUIRE ============ */
.inq-head { padding: 90px var(--gx) 120px; }
.inq-main { position: relative; padding: 160px var(--gx) 200px; }
.inq-aside { position: absolute; right: var(--gx); top: 160px; width: 380px; }
.inq-aside p { font-size: var(--text-body-lg); line-height: 1.75; color: rgba(34, 47, 38, 0.85); margin: 0 0 26px; }
.inq-aside p:last-child { margin-bottom: 0; }
.inq-aside a {
  color: var(--mal-forest); text-decoration: underline;
  text-decoration-color: var(--mal-rose); text-decoration-thickness: 1px; text-underline-offset: 6px;
}
.inq-aside a:hover { color: var(--mal-forest-deep); text-decoration-thickness: 2px; }

.inq-form { max-width: min(720px, calc(100% - 460px)); }
.inq-form__row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 56px; }
.inq-form__row2:first-child { margin-top: 0; }
.inq-form__group { margin-top: 56px; }
.inq-form__group--narrow { max-width: 362px; }
.inq-form label, .inq-form__legend {
  display: block; font-family: var(--font-sans); font-weight: 500; font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--mal-olive); margin-bottom: 14px;
}
.inq-form input[type="text"], .inq-form input[type="email"], .inq-form input[type="tel"], .inq-form textarea {
  display: block; width: 100%; background: transparent; border: none;
  border-bottom: 1px solid var(--line); outline: none;
  font-family: var(--font-body); font-size: 20px; color: var(--mal-forest); padding: 12px 0 14px;
}
.inq-form textarea { line-height: 1.6; resize: vertical; }
.inq-form input:focus, .inq-form textarea:focus { box-shadow: 0 2px 0 0 var(--mal-forest); }
.inq-form__radios { display: flex; flex-direction: column; }
.inq-form__radios label {
  position: relative;
  display: flex; align-items: center; gap: 16px; font-family: var(--font-body);
  font-size: 19px; font-weight: 400; letter-spacing: 0; text-transform: none;
  color: var(--mal-forest); border-top: 1px solid var(--line); padding: 15px 0;
  margin-bottom: 0; cursor: pointer;
}
.inq-form__radios label:last-child { border-bottom: 1px solid var(--line); }
.inq-form__radios label:hover { color: var(--mal-olive); }
/* radios: visually-hidden native inputs (keyboard/SR behavior intact); custom
   square indicator from the system vocabulary — 1px forest stroke on cream,
   solid forest fill when selected */
.inq-form input[type="radio"] {
  position: absolute; opacity: 0; width: 20px; height: 20px; margin: 0;
}
.inq-form__radios label::before {
  content: ""; flex: none; width: 20px; height: 20px; box-sizing: border-box;
  border: 1px solid var(--mal-forest); border-radius: 0; background: transparent;
  transition: background .2s ease-out;
}
.inq-form__radios label:has(input:checked)::before { background: var(--mal-forest); }
.inq-form__radios label:has(input:focus-visible)::before {
  outline: 2px solid var(--mal-forest); outline-offset: 3px;
}
.inq-form__submit { margin-top: 72px; }
.inq-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.inq-error {
  font-family: var(--font-sans); font-weight: 500; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--mal-rose-text);
  margin: 10px 0 0;
}
input.is-invalid, textarea.is-invalid { border-bottom-color: var(--mal-rose-text); }

/* thank-you page */
.thanks { padding: 200px var(--gx); }
.thanks h1 {
  font-family: var(--font-display); font-weight: 400; font-size: var(--text-poster-xl);
  line-height: var(--leading-display); color: var(--mal-forest);
}
.thanks p {
  max-width: 560px; margin: 56px 0 0;
  font-size: var(--text-body-lg); line-height: 1.75; color: rgba(34, 47, 38, 0.85);
}
.thanks a {
  color: var(--mal-forest); text-decoration: underline;
  text-decoration-color: var(--mal-rose); text-decoration-thickness: 1px; text-underline-offset: 6px;
}
.thanks a:hover { color: var(--mal-forest-deep); text-decoration-thickness: 2px; }
.btn-submit {
  font-family: var(--font-sans); font-weight: 500; font-size: 13px;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--mal-cream);
  background: var(--mal-forest); border: none; border-radius: 0;
  padding: 24px 56px; cursor: pointer; transition: background .2s ease-out;
}
.btn-submit:hover { background: var(--mal-forest-deep); }
.btn-submit:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--mal-cream), 0 0 0 4px var(--mal-forest); }

/* ============ tablet: 768–1023px — desktop grammar, adapted ============ */
@media (max-width: 1279.98px) {
  .inq-aside { width: 340px; }
  .inq-form { max-width: calc(100% - 420px); }
}
/* 768–1279: clearance fixes shared by the tablet band and lower desktop band */
@media (min-width: 768px) and (max-width: 1279.98px) {
  .home-hero__eyebrow { max-width: calc(52% - 108px); line-height: 1.9; }
  .about-why__row { display: flex; flex-direction: column; margin-top: 0; }
  .about-why__col { order: 1; width: min(560px, 85%); margin: 56px 0 0; }
  .about-why__figure { order: 2; margin: 56px 0 0 40px; width: 280px; }
}
/* 1024–1319: collage caption clearance — dominant steps down one notch */
@media (min-width: 1024px) and (max-width: 1319.98px) {
  .home-collage__dominant img { width: 66%; }
  .home-collage__dominant .caption--rot { left: calc(66% + 28px); }
  .home-collage__inset { left: calc(66% - 140px); }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  :root {
    --gx: 48px;
    --text-poster-xl: 96px; --text-poster: 84px; --text-display-xl: 66px;
    --text-display-lg: 48px; --text-display-md: 36px; --text-title: 26px;
    --text-strapline: 22px; --text-body-lg: 19px;
  }
  .home-hero { height: 540px; }
  .home-intro { min-height: 0; padding-bottom: 56px; }
  .home-intro__figure { position: static; float: left; margin-right: 56px; }
  .home-collage { height: 800px; }
  .home-collage__dominant img { width: 64%; height: 700px; }
  .home-collage__dominant .caption--rot { left: calc(64% + 28px); }
  .home-collage__inset { left: calc(64% - 140px); top: 440px; }
  .home-collage__inset img { height: 300px; }
  .home-daylight img { height: 560px; }
  .home-work__full--right img, .home-work__full--left img { height: 520px; }
  .home-bte__band { height: 360px; }
  .work-thesis { height: 640px; }
  .work-atmo { height: 800px; }
  .work-atmo__dominant img { height: 640px; }
  .work-atmo__inset { top: 450px; }
  .work-atmo__inset img { height: 300px; }
  .work-table-full img { height: 540px; }
  .work-kids { height: 810px; }
  .work-kids__dominant img { height: 640px; }
  .work-kids__inset { top: 480px; }
  .work-kids__inset img { height: 280px; }
  .work-transition__inset { width: 260px; }
  .work-transition__full { margin-top: -160px; }
  .work-transition__full img { height: 560px; }
  .work-closing img { height: 540px; }
  .about-hero { height: 600px; }
  .svc-moment img { height: 480px; }
  .svc-entry__grid { grid-template-columns: 110px 1fr; }
  .svc-explore { width: 320px; }
  .svc-intro__col { max-width: calc(100% - 380px); }
  .inq-aside { position: static; width: auto; max-width: 560px; margin-bottom: 96px; }
  .inq-form { max-width: 720px; }
}

/* ============ mobile: <768px — Mobile Site.dc.html is the spec ============ */
@media (max-width: 767.98px) {
  :root { --gx: 24px; }

  .only-desktop { display: none !important; }

  .eyebrow { font-size: 11px; margin-bottom: 24px; }
  .caption { font-size: 10px; letter-spacing: 0.2em; }
  .caption--rot { display: none; }
  .strapline { font-size: var(--text-m-strapline); }
  .cta-poster { font-size: var(--text-m-cta); text-underline-offset: 10px; }

  .site-header { padding: 20px 24px 0; }
  .site-header__logo, .page-home .site-header__logo { width: 60px; height: 38px; }
  .page-home .site-header__logo { width: 72px; height: 45px; }
  .site-nav { display: none; }
  .menu-toggle { display: block; }

  .site-footer { padding: 56px 24px 32px; }
  .site-footer__grid { display: flex; flex-direction: column; gap: 40px; margin-bottom: 48px; }
  .site-footer__label { font-size: 10px; margin-bottom: 14px; }
  .site-footer p { font-size: 15px; }
  .site-footer__links { gap: 12px; font-size: 15px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; gap: 16px; padding-top: 20px; }
  .site-footer__logo { width: 60px; height: 38px; }
  .site-footer__copy { font-size: 10px; letter-spacing: 0.16em; line-height: 1.8; }

  /* — home — */
  .home-hero { height: auto; display: flex; flex-direction: column; }
  .home-hero__eyebrow {
    position: static; order: 1; padding: 32px 24px 0;
    font-size: 11px; letter-spacing: 0.22em; line-height: 1.9;
  }
  .home-hero__media { order: 2; margin-top: 24px; }
  .home-hero__media img { position: static; width: 100%; height: 440px; object-position: 50% 50%; }
  .home-hero__caption { display: none; }
  .home-hero__title {
    position: static; order: 3; width: auto; z-index: 2;
    margin-top: -56px; padding: 0 24px; font-size: var(--text-m-hero);
  }
  .home-hero__title .type-bar { padding: 3px 18px 3px 0; }
  .home-hero__lede { position: static; order: 4; width: auto; margin: 24px 24px 0; font-size: var(--text-body); }

  .home-intro { min-height: 0; padding: 0; margin-top: 112px; display: flex; flex-direction: column; }
  .home-intro__title { order: 1; margin: 0; padding: 0 24px; max-width: none; font-size: var(--text-m-display); }
  .home-intro__title .type-bar { padding: 3px 16px 3px 0; }
  .home-intro__figure { position: static; order: 2; width: auto; margin: -26px 0 0; }
  .home-intro__figure img { width: calc(100% - 48px); }
  .home-intro__figure figcaption { display: block; padding: 12px 0 0 24px; }
  .home-intro__col { order: 3; width: auto; margin: 0; padding: 48px 24px 0; }
  .home-intro__col p { font-size: var(--text-body); line-height: 1.7; margin-bottom: 20px; }

  .home-collage { height: auto; margin-top: 72px; }
  .home-collage__dominant img { position: static; width: 100%; height: 460px; }
  .home-collage__dominant figcaption.caption { display: block; text-align: right; padding: 12px 24px 0; }
  .home-collage__side { position: relative; right: auto; width: 66%; margin: 56px 0 0 24px; z-index: 3; }
  .home-collage__side figcaption.caption { display: inline-block; background: var(--mal-forest); padding: 8px 12px 5px; line-height: 1.8; max-width: 140px; }
  .home-collage__inset { position: relative; left: auto; top: auto; width: 48%; margin: -48px 24px 0 auto; z-index: 2; }
  .home-collage__inset img { height: 250px; border-width: 12px; }
  .home-collage__inset figcaption { padding: 8px 12px 0; }

  .home-method { padding: 112px 24px; }
  .home-method__title { margin-bottom: 56px; font-size: var(--text-m-display); }
  .home-method__grid { display: flex; flex-direction: column; gap: 32px; max-width: none; }
  .home-method__cell { padding-top: 20px; }
  .home-method__cell:nth-child(2) { margin-top: 0; margin-left: 28px; }
  .home-method__cell:nth-child(3) { margin-top: 0; margin-left: 56px; }
  .home-method__cell h3 { font-size: var(--text-m-title); line-height: var(--leading-display); margin-bottom: 12px; }
  .home-method__cell p { font-size: var(--text-body-sm); line-height: 1.65; }

  .home-pov { padding: 96px 24px 104px; }
  .home-pov__eyebrow { position: static; writing-mode: horizontal-tb; font-size: 11px; margin-bottom: 28px; }
  .home-pov__title { margin: 0; font-size: var(--text-m-poster); }
  .home-pov__col { width: auto; margin: 56px 0 0 28px; font-size: var(--text-body); line-height: 1.7; }

  .home-daylight img { height: 380px; }
  .home-daylight figcaption { padding: 12px 24px 0; }

  .home-services { padding: 112px 24px; }
  .home-services__title { margin-bottom: 56px; font-size: var(--text-m-display); }
  .home-services__row { padding: 24px 0; min-height: 0; }
  .home-services__row h3 { font-size: var(--text-m-entry); line-height: var(--leading-display); margin-bottom: 10px; }
  .home-services__row p { position: static; width: auto; font-size: var(--text-body-sm); }

  .home-work { padding-bottom: 112px; }
  .home-work__head { padding: 0 24px; margin-bottom: 0; }
  .home-work__head h2 { font-size: var(--text-m-display); max-width: none; }
  .home-work__full--right { margin-top: 56px; }
  .home-work__full--right img { width: calc(100% - 48px); height: 300px; margin-left: 48px; }
  .home-work__full--right figcaption.caption { display: block; text-align: right; padding: 12px 24px 0; line-height: 1.8; }
  .home-work__full--left { margin-top: 112px; }
  .home-work__full--left img { width: calc(100% - 48px); height: 300px; }
  .home-work__full--left figcaption.caption { display: block; padding: 12px 0 0 24px; line-height: 1.8; }

  .home-bte { padding: 112px 24px 104px; }
  .home-bte__band { right: 0; top: 72px; width: 72%; height: 220px; }
  .home-bte__title { margin-bottom: 56px; font-size: var(--text-m-bte); }
  .home-bte p { width: auto; font-size: var(--text-body); line-height: 1.7; margin-bottom: 18px; }

  .home-begin { padding: 8px 24px 112px; }
  .home-begin .eyebrow { margin-bottom: 28px; }

  /* — work — */
  .work-head { padding: 48px 24px 0; }
  .work-head h1 { font-size: var(--text-m-h1-xl); }
  .work-head .strapline { margin-top: 32px; }

  .work-thesis { height: auto; margin-top: 0; display: flex; flex-direction: column; }
  .work-thesis__intro { position: relative; padding: 112px 24px 0; z-index: 2; }
  .work-thesis .eyebrow { position: static; margin-bottom: 24px; }
  .work-thesis__title { position: static; width: auto; font-size: var(--text-m-display); }
  .work-thesis__title .type-bar { padding: 3px 16px 3px 0; }
  .work-thesis__media { margin-top: -24px; }
  .work-thesis__media img { position: static; width: 100%; height: 440px; }
  .work-thesis__media figcaption.caption { display: block; text-align: right; padding: 12px 24px 0; }

  .work-chapter { padding: 112px 24px 0; }
  .work-chapter h2 { font-size: var(--text-m-display); max-width: none; }

  .work-atmo { height: auto; margin-top: 56px; }
  .work-atmo__dominant img { position: static; width: 100%; height: 440px; }
  .work-atmo__dominant figcaption.caption { display: block; text-align: right; padding: 12px 24px 0; }
  .work-atmo__side { position: relative; right: auto; width: 58%; margin: 56px 0 0 24px; z-index: 3; }
  .work-atmo__side img { object-position: 50% 50%; }
  .work-atmo__side figcaption.caption { display: inline-block; background: var(--mal-forest); padding: 8px 12px 5px; max-width: 140px; }
  .work-atmo__inset { position: relative; left: auto; top: auto; width: 48%; margin: -48px 24px 0 auto; z-index: 2; }
  .work-atmo__inset img { height: 250px; border-width: 12px; }
  .work-atmo__inset figcaption { padding: 8px 12px 0; }

  .work-table-full { margin-top: 56px; }
  .work-table-full img { width: calc(100% - 48px); height: 320px; margin-left: 48px; }
  .work-table-full figcaption.caption { display: block; text-align: right; padding: 12px 24px 0; }
  .work-pair { display: block; padding: 0; }
  .work-pair__caviar { width: 60%; margin: 40px 24px 0 auto; }
  .work-pair__caviar figcaption.caption { display: block; padding: 12px 0 0; }

  .work-kids { height: auto; margin-top: 56px; }
  .work-kids__dominant img { position: static; width: 100%; height: 440px; }
  .work-kids__dominant figcaption.caption { display: block; text-align: right; padding: 12px 24px 0; line-height: 1.8; }
  .work-kids__side { position: relative; left: auto; width: 60%; margin: 56px 0 0 24px; z-index: 3; }
  .work-kids__side figcaption.caption { display: inline-block; background: var(--mal-forest); padding: 8px 12px 5px; line-height: 1.8; max-width: 150px; }
  .work-kids__inset { position: relative; left: auto; top: auto; width: 48%; margin: -48px 24px 0 auto; z-index: 2; }
  .work-kids__inset img { height: 230px; border-width: 12px; }
  .work-kids__inset figcaption { padding: 8px 12px 0; line-height: 1.8; }

  .work-poster { margin-top: 112px; padding: 96px 24px 104px; }
  .work-poster h2 { font-size: var(--text-m-pull); max-width: none; }

  .work-transition { margin-top: 112px; }
  .work-transition__inset { margin-left: 24px; width: 180px; }
  .work-transition__inset img { border-width: 12px; }
  .work-transition__inset figcaption { padding: 6px 12px 4px; }
  .work-transition__full { margin-top: -48px; }
  .work-transition__full img { width: calc(100% - 64px); height: 360px; margin-left: 64px; }
  .work-transition__full figcaption.caption { display: block; text-align: right; padding: 12px 24px 0; }

  .work-pulse-pair { display: block; padding: 0; margin-top: 56px; }
  .work-pulse-pair__bride { width: 66%; margin: 0 0 0 24px; }
  .work-pulse-pair__bride figcaption.caption { display: block; padding: 12px 0 0; }
  .work-pulse-pair__escort { width: 70%; margin: 40px 24px 0 auto; }
  .work-pulse-pair__escort figcaption.caption { display: block; padding: 12px 0 0; text-align: right; }

  .work-quote2 { padding: 112px 24px 0; }
  .work-quote2 h2 { font-size: var(--text-m-cta); max-width: none; }

  .work-closing { margin-top: 112px; }
  .work-closing img { height: 380px; }
  .work-closing figcaption { padding: 12px 24px 0; }

  .work-offramp { padding: 112px 24px; }
  .work-offramp__ig { font-family: var(--font-display); font-size: var(--text-m-display); line-height: var(--leading-display); color: var(--mal-cream); }
  .work-offramp__ig a { text-underline-offset: 6px; }
  .work-offramp__conv { margin-top: 32px; font-size: var(--text-body); }
  .work-offramp__cta { margin-top: 56px; }

  /* — services — */
  .svc-head { padding: 48px 24px 64px; }
  .svc-head h1 { font-size: var(--text-m-h1); }
  .svc-head .strapline { margin-top: 32px; }

  .svc-intro { padding: 72px 24px 112px; }
  .svc-intro__col { max-width: none; }
  .svc-intro__col p { font-size: var(--text-body); line-height: 1.7; margin-bottom: 20px; }
  .svc-explore { position: static; width: auto; margin-top: 72px; }
  .svc-explore__list a { font-size: var(--text-m-title); padding: 16px 0; }

  .svc-moment { margin-bottom: 112px; }
  .svc-moment img { width: calc(100% - 48px); height: 340px; }
  .svc-moment figcaption.caption { display: block; padding: 12px 0 0 24px; line-height: 1.8; }

  .svc-ledger { padding: 0 24px; }
  .svc-entry { padding: 48px 0; }
  .svc-entry__grid { display: block; }
  .svc-entry__grid > .svc-entry__num { display: none; }
  .svc-entry__head { display: flex; align-items: baseline; gap: 20px; }
  .svc-entry__num--m { display: block; font-size: var(--text-m-title); flex: none; }
  .svc-entry__body { max-width: none; }
  .svc-entry__body h2 { font-size: var(--text-m-entry); }
  .svc-entry__lede { font-size: var(--text-body); margin-top: 24px; }
  .svc-entry__rows { margin-top: 32px; }
  .svc-entry__rows p { padding: 14px 0; font-size: 15px; line-height: 1.6; }
  .svc-entry__rows p:last-child { padding-bottom: 0; }

  .svc-start { padding: 112px 24px; }
  .svc-start .eyebrow { margin-bottom: 28px; }
  .svc-start .cta-poster { font-size: var(--text-m-display); }

  /* — about — */
  .about-hero { height: auto; display: flex; flex-direction: column; }
  .about-hero__media { order: 1; margin-top: 24px; }
  .about-hero__media img { position: static; width: 100%; height: 440px; object-position: 50% 16%; }
  .about-hero__title { position: static; order: 2; margin-top: -64px; padding: 0 24px; font-size: var(--text-m-h1-sm); }
  .about-hero__title .type-bar { padding: 5px 20px 5px 0; }
  .about-hero__caption { position: static; order: 3; writing-mode: horizontal-tb; padding: 8px 24px 0; }
  .about-hero__strap { position: static; order: 4; margin: 24px 0 0; padding: 0 24px 64px; max-width: none; }

  .about-backstory { padding: 72px 24px 0; }
  .about-backstory h2, .about-why h2, .about-how h2, .about-closing h2 { font-size: var(--text-m-display); max-width: none; }
  .about-col { width: auto; margin: 56px 0 0 28px; }
  .about-col p { font-size: var(--text-body); line-height: 1.7; margin-bottom: 20px; }

  .about-pillars { padding: 72px 24px 0; }
  .about-pillars__grid { display: flex; flex-direction: column; gap: 32px; max-width: none; }
  .about-pillars__cell { padding-top: 20px; }
  .about-pillars__cell:nth-child(2) { margin-top: 0; margin-left: 28px; }
  .about-pillars__cell:nth-child(3) { margin-top: 0; margin-left: 56px; }
  .about-pillars__label { font-size: 11px; margin-bottom: 14px; }
  .about-pillars__cell h3 { font-size: var(--text-m-title); margin-bottom: 12px; }
  .about-pillars__cell p { font-size: var(--text-body-sm); line-height: 1.65; }

  .about-why { padding: 112px 24px 0; }
  .about-why .eyebrow { text-align: right; }
  .about-why h2 { text-align: right; }
  .about-why__row { display: flex; flex-direction: column; margin-top: 0; }
  .about-why__col { order: 1; width: auto; margin: 56px 28px 0 0; }
  .about-why__col p { font-size: var(--text-body); line-height: 1.7; margin-bottom: 20px; }
  .about-why__figure { order: 2; width: 62%; margin: 72px 0 0 24px; }
  .about-why__figure figcaption.caption { display: block; padding: 12px 0 0; }
  .about-why__ledger { margin-top: 72px; }
  .about-why__ledger > div { display: block; padding: 28px 0; }
  .about-why__ledger h3 { font-size: var(--text-m-entry); margin-bottom: 14px; }
  .about-why__ledger p { font-size: var(--text-body-sm); }

  .about-how { padding: 112px 24px 0; }
  .about-how__figure { width: 80%; margin: 56px 24px 0; }
  .about-how__figure figcaption.caption { display: block; padding: 12px 0 0; }

  .about-closing { padding: 112px 24px; }
  .about-closing .about-col { width: auto; margin: 56px 28px 0 0; padding-right: 0; }

  .about-bte { padding: 96px 24px 0; }
  .about-bte__band { right: 0; top: 72px; width: 72%; height: 220px; }
  .about-bte__title { font-size: var(--text-m-cta); max-width: none; }
  .about-bte__col { width: auto; margin: 56px 0 0 28px; font-size: var(--text-body); line-height: 1.7; }
  .about-bte__cta { padding: 112px 0; }
  .about-bte__cta .cta-poster { font-size: var(--text-m-cta); }

  /* — inquire — */
  .inq-head { padding: 48px 24px 64px; }
  .inq-head h1 { font-size: var(--text-m-h1); }
  .inq-head .strapline { margin-top: 32px; }

  .inq-main { padding: 0; display: flex; flex-direction: column; }
  .inq-aside { position: static; order: 1; width: auto; padding: 72px 24px 0; }
  .inq-aside p { font-size: var(--text-body); line-height: 1.7; margin-bottom: 18px; }
  .inq-aside a { text-underline-offset: 5px; }
  .inq-form { order: 2; max-width: none; padding: 72px 24px 112px; }
  .inq-form__row2 { display: block; margin-top: 0; }
  .inq-form__row2 .inq-form__field { margin-top: 40px; }
  .inq-form__row2:first-child .inq-form__field:first-child { margin-top: 0; }
  .inq-form__group { margin-top: 40px; }
  .inq-form__group--narrow { max-width: none; }
  .inq-form label, .inq-form__legend { font-size: 12px; margin-bottom: 10px; }
  .inq-form input[type="text"], .inq-form input[type="email"], .inq-form input[type="tel"], .inq-form textarea {
    font-size: var(--text-body); padding: 13px 0;
  }
  .inq-form__radios label { gap: 14px; font-size: var(--text-body); padding: 16px 0; }
  .inq-form__submit { margin-top: 72px; }
  .btn-submit { display: block; width: 100%; padding: 22px 0; }
  .thanks { padding: 112px 24px; }
  .thanks h1 { font-size: var(--text-m-h1); }
  .thanks p { margin-top: 32px; font-size: var(--text-body); line-height: 1.7; }
}
