:root {
  color-scheme: light;
  --ink: #17130f;
  --ink-soft: #2b241e;
  --paper: #f1ede6;
  --paper-warm: #e7dfd3;
  --cream: #fbf7ef;
  --copper: #8f512f;
  --copper-light: #d7a77f;
  --muted: #62584d;
  --white: #fffdf8;
  --shell: min(90rem, calc(100vw - 5rem));
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-smooth: cubic-bezier(.65, 0, .35, 1);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video, canvas { display: block; max-width: 100%; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--copper); color: var(--white); }

.skip-link {
  position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem;
  transform: translateY(-180%); border-radius: 99px; background: var(--cream); color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--copper-light); outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 6.5rem; padding: 1.25rem 3rem;
  display: grid; grid-template-columns: 11rem 1fr auto; align-items: center; gap: 2rem;
  color: var(--white); transition: color .45s ease, background .45s ease, box-shadow .45s ease, height .45s var(--ease-out);
}
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  transition: opacity .45s ease;
}
.site-header[data-tone="light"] { color: var(--ink); height: 5.25rem; }
.site-header[data-tone="light"]::before { opacity: 1; box-shadow: 0 1px rgba(23,19,15,.08); }
.brand { position: relative; z-index: 2; width: 9.25rem; }
.brand img { width: 100%; height: auto; object-fit: contain; border-radius: .16rem; box-shadow: 0 .35rem 1rem rgba(0,0,0,.14); transition: box-shadow .45s ease; }
.site-header[data-tone="light"] .brand img, .brand--footer img { box-shadow: none; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.75rem); }
.site-nav a, .header-cta { font-size: .71rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.site-nav a { position: relative; padding: .65rem .05rem; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .35rem; height: 1px; background: currentColor; transition: right .35s var(--ease-out); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { padding: .85rem 1.15rem; border-radius: 99px; background: var(--white); color: var(--ink); transition: transform .3s var(--ease-out), background .3s ease, color .3s ease; }
.site-header[data-tone="light"] .header-cta { background: var(--ink); color: var(--white); }
.header-cta:hover { transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .75rem; }

.yost-cinematic {
  position: relative; height: 625svh; min-height: 290rem; background: var(--ink); color: var(--white);
  --p: 0; --material-scale: 1.06; --material-x: 0%; --material-o: 1; --film-o: 0;
  --install-o: 0; --canvas-o: 0; --proof-o: 0; --depth-o: 0; --depth-x: 32%;
  --depth-y: 8%; --depth-r: 8deg; --depth-s: .78; --shade: .42;
}
.cinematic-stage { position: sticky; top: 0; width: 100%; height: 100svh; min-height: 38rem; overflow: hidden; isolation: isolate; background: #18130f; }
.cinematic-media, .cinematic-photo, .cinematic-film, .cinematic-vignette, .cinematic-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.cinematic-media { overflow: hidden; background: #17130f; perspective: 1500px; }
.cinematic-photo { overflow: hidden; opacity: 0; will-change: opacity, transform, clip-path; }
.cinematic-photo img { width: 100%; height: 100%; object-fit: cover; }
.cinematic-photo--material { opacity: var(--material-o); transform: translate3d(var(--material-x),0,0) scale(var(--material-scale)); transform-origin: 58% 54%; }
.cinematic-film { z-index: 2; opacity: var(--film-o); object-fit: cover; object-position: 50% 52%; will-change: opacity, transform; transform: scale(var(--film-scale, 1.03)); }
.cinematic-photo--install { z-index: 4; opacity: var(--install-o); clip-path: inset(var(--install-inset, 50%) round var(--install-radius, 1.5rem)); transform: scale(var(--install-scale, 1.08)); }
.cinematic-canvas-shell { position: absolute; z-index: 3; inset: 0 0 0 auto; width: min(68vw, 72rem); height: 100%; opacity: var(--canvas-o); pointer-events: none; overflow: hidden; mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 18%, #000 38%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 18%, #000 38%); }
.cinematic-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; filter: saturate(.35) contrast(1.02) brightness(.72); }
.cinematic-photo--proof { z-index: 6; opacity: var(--proof-o); clip-path: circle(var(--proof-radius, 0%) at var(--proof-x, 68%) 52%); transform: scale(var(--proof-scale, 1.08)); }

.cinematic-depth {
  position: absolute; z-index: 5; top: 15%; right: 5vw; width: min(39vw, 42rem); aspect-ratio: 1.18;
  opacity: var(--depth-o); transform: translate3d(var(--depth-x), var(--depth-y), 9rem) rotateY(var(--depth-r)) scale(var(--depth-s));
  transform-origin: 70% 50%; will-change: opacity, transform; filter: drop-shadow(0 2.5rem 4rem rgba(0,0,0,.4));
}
.cinematic-depth picture { width: 100%; height: 100%; overflow: hidden; border-radius: 1.25rem; }
.cinematic-depth img { width: 100%; height: 100%; object-fit: cover; }
.cinematic-vignette { z-index: 10; pointer-events: none; background: linear-gradient(90deg, rgba(12,9,7,.84) 0%, rgba(12,9,7,.46) 43%, rgba(12,9,7,.08) 75%), linear-gradient(0deg, rgba(11,8,6,.62) 0%, transparent 35%, rgba(11,8,6,.14) 100%); opacity: var(--shade); }
.cinematic-grain { z-index: 11; pointer-events: none; opacity: .1; mix-blend-mode: soft-light; background-image: repeating-radial-gradient(circle at 38% 47%, rgba(255,255,255,.26) 0 .45px, transparent .55px 2.7px); background-size: 3.4px 3.4px; }

.cinematic-copy-wrap { position: absolute; z-index: 20; inset: 0; pointer-events: none; }
.cinematic-copy {
  position: absolute; left: clamp(1.5rem, 7vw, 8rem); top: 50%; width: min(48rem, 72vw);
  opacity: 0; transform: translate3d(0, 2.2rem, 0); filter: blur(8px); pointer-events: none;
  transition: opacity .42s ease, transform .72s var(--ease-out), filter .5s ease;
}
.cinematic-copy.is-active { opacity: 1; transform: translate3d(0,-50%,0); filter: blur(0); pointer-events: auto; }
.cinematic-copy.is-before { transform: translate3d(0, calc(-50% - 2.2rem), 0); }
.kicker, .section-number { margin: 0 0 1.25rem; font-size: .69rem; font-weight: 700; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.cinematic-copy h1, .cinematic-copy h2, .request h2 {
  margin: 0; max-width: 11ch; font-family: var(--serif); font-size: clamp(4.6rem, 8.3vw, 9.6rem); font-weight: 400; letter-spacing: -.065em; line-height: .84;
}
.cinematic-copy h2 { font-size: clamp(4.1rem, 7.2vw, 8.2rem); }
.cinematic-copy h1 em, .cinematic-copy h2 em, .request h2 em { display: block; color: var(--copper-light); font-weight: 400; }
.chapter-lede { margin: 2rem 0 0; max-width: 36rem; font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.65; color: rgba(255,253,248,.82); }
.concept-note { margin: 1.15rem 0 0; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,253,248,.55); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem 1.6rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .9rem 1.35rem; border-radius: 99px; font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; transition: transform .3s var(--ease-out), background .3s ease; }
.button:hover { transform: translateY(-3px); }
.button--light { background: var(--cream); color: var(--ink); }
.button--light:hover { background: var(--copper-light); }
.text-link { display: inline-flex; align-items: center; gap: .75rem; font-size: .73rem; font-weight: 720; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { font-size: 1rem; transition: transform .3s var(--ease-out); }
.text-link:hover span { transform: translate(.18rem,-.18rem); }
.text-link--dark { color: var(--ink); }
.mobile-chapter-photo { display: none; }

.cinematic-status { position: absolute; z-index: 25; top: 50%; right: 2.75rem; transform: translateY(-50%); display: grid; justify-items: center; gap: .8rem; font-size: .58rem; letter-spacing: .12em; color: rgba(255,255,255,.66); }
.cinematic-status div { position: relative; width: 2px; height: 8rem; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.2); }
.cinematic-status i { position: absolute; inset: 0; transform-origin: top; transform: scaleY(var(--p)); background: var(--copper-light); }
.cinematic-hint, .cinematic-label { position: absolute; z-index: 24; bottom: 1.65rem; margin: 0; font-size: .59rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.65); transition: opacity .4s ease; }
.cinematic-hint { left: 3rem; }
.cinematic-hint::before { content: ""; display: inline-block; width: .44rem; height: .44rem; margin-right: .7rem; border-radius: 50%; background: var(--copper-light); box-shadow: 0 0 0 .35rem rgba(215,167,127,.15); animation: breathe 1.8s ease-in-out infinite; }
.cinematic-label { right: 3rem; text-align: right; }
@keyframes breathe { 50% { box-shadow: 0 0 0 .65rem rgba(215,167,127,0); } }

.section-shell { width: var(--shell); margin-inline: auto; }
.intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 5vw; padding-block: clamp(7rem, 13vw, 13rem); }
.section-number { color: var(--copper); }
.intro-copy { max-width: 62rem; }
.intro h2, .section-heading h2, .room-preview h2, .process h2 {
  margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6.2vw, 7rem); font-weight: 400; letter-spacing: -.055em; line-height: .92;
}
.intro-copy > p { max-width: 42rem; margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.45; color: #51483f; }

.selected-work { padding-block: 4rem 10rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.section-heading h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.project-card { grid-column: span 5; margin-bottom: 5rem; }
.project-card:nth-child(2) { grid-column: 8 / span 5; padding-top: 9rem; }
.project-card:nth-child(3) { grid-column: 1 / span 5; }
.project-card--wide { grid-column: span 7; }
.project-card:nth-child(4) { grid-column: 6 / span 7; padding-top: 6rem; }
.project-card figure { margin: 0 0 1.35rem; overflow: hidden; border-radius: .4rem; background: var(--paper-warm); }
.project-card--wide figure { aspect-ratio: 1.42; }
.project-card:not(.project-card--wide) figure { aspect-ratio: .82; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease-out), filter .5s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-card > span { color: var(--copper); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-card h3 { margin: .55rem 0 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.1rem); font-weight: 400; letter-spacing: -.035em; }

.capabilities { padding-block: 8rem 12rem; }
.capability-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.capability-list a { position: relative; min-height: 25rem; padding: 2.3rem; display: flex; flex-direction: column; background: #e8e0d5; border-radius: .55rem; transition: transform .5s var(--ease-out), background .4s ease; }
.capability-list a:nth-child(2) { background: #d8c8b6; transform: translateY(2.5rem); }
.capability-list a:nth-child(3) { background: #c4ad97; }
.capability-list a:hover { transform: translateY(-.45rem); background: #e0c6ad; }
.capability-list a:nth-child(2):hover { transform: translateY(2.05rem); }
.capability-list span { font-size: .68rem; letter-spacing: .15em; color: #4d3e32; }
.capability-list h3 { margin: auto 0 1rem; font-family: var(--serif); font-size: clamp(2.1rem, 3.1vw, 3.6rem); font-weight: 400; letter-spacing: -.045em; }
.capability-list p { max-width: 22rem; margin: 0; line-height: 1.55; color: #443930; }
.capability-list i { position: absolute; top: 2rem; right: 2rem; font-style: normal; font-size: 1.2rem; }

.room-preview { position: relative; min-height: 92svh; margin: 0 1.5rem; overflow: hidden; border-radius: .8rem; background: var(--ink); color: var(--white); }
.room-preview > picture, .room-preview > picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.room-preview > picture img { object-fit: cover; object-position: 48% 50%; filter: brightness(.62) saturate(.82); }
.room-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,10,8,.82), rgba(14,10,8,.18) 65%, rgba(14,10,8,.05)); }
.room-preview-copy { position: relative; z-index: 2; width: min(42rem, 80vw); padding: clamp(8rem, 15vh, 12rem) clamp(2rem, 7vw, 8rem); }
.room-preview h2 { max-width: 8ch; }
.room-preview-copy > p:not(.section-number) { max-width: 35rem; margin: 2rem 0; font-size: 1.08rem; line-height: 1.65; color: rgba(255,255,255,.78); }

.process { padding-block: clamp(8rem, 14vw, 14rem); }
.process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.process li { min-height: 18rem; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: .55rem; background: var(--cream); }
.process li > span { color: var(--copper); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.process h3 { margin: 0 0 .85rem; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.process li p { margin: 0; line-height: 1.55; color: var(--muted); }

.request { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.request > picture, .request > picture img, .request-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.request > picture img { object-fit: cover; transform: scale(1.035); }
.request-shade { background: radial-gradient(circle at 50% 48%, rgba(15,10,7,.18), rgba(15,10,7,.78) 88%), linear-gradient(0deg, rgba(15,10,7,.66), transparent 45%); }
.request-copy { position: relative; z-index: 2; width: min(80rem, calc(100vw - 3rem)); text-align: center; }
.request h2 { max-width: 10ch; margin-inline: auto; font-size: clamp(4.1rem, 8vw, 9rem); }
.request-copy > p:not(.kicker) { max-width: 35rem; margin: 2rem auto; font-size: 1.05rem; line-height: 1.65; color: rgba(255,255,255,.82); }

.site-footer { padding: 5rem max(2rem, 5vw) 2rem; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: end; gap: 2rem; background: var(--paper); color: var(--ink); }
.brand--footer { width: 9.5rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.1rem 2rem; }
.site-footer nav a { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { margin: 0; font-size: .68rem; line-height: 1.5; text-align: right; color: var(--muted); }
.site-footer .smith-credit { grid-column: 1 / -1; padding-top: 3rem; text-align: center; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 2.5rem, 64rem); }
  .site-header { height: 5.2rem; padding: .9rem 1.25rem; grid-template-columns: 8rem 1fr auto; }
  .site-nav { position: fixed; inset: 0; z-index: 1; padding: 7rem 1.5rem 3rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .25rem; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: opacity .3s ease, transform .4s var(--ease-out), visibility .3s; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2.2rem, 7vw, 4rem); font-weight: 400; letter-spacing: -.04em; text-transform: none; }
  .site-nav a::after { display: none; }
  .menu-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; justify-self: end; width: 3rem; height: 3rem; display: grid; place-content: center; gap: .42rem; border-radius: 50%; background: rgba(255,255,255,.12); }
  .site-header[data-tone="light"] .menu-toggle, .menu-open .menu-toggle { background: rgba(23,19,15,.08); }
  .menu-toggle span { width: 1rem; height: 1px; background: currentColor; transition: transform .3s ease; }
  .menu-open .menu-toggle span:first-child { transform: translateY(.23rem) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-.23rem) rotate(-45deg); }
  .menu-open .site-header { color: var(--ink); }
  .menu-open .site-header .brand img { filter: none; }
  .cinematic-copy { width: min(44rem, 78vw); }
  .cinematic-copy h1, .cinematic-copy h2 { font-size: clamp(4rem, 9.5vw, 7rem); }
  .cinematic-label { max-width: 22rem; }
  .capabilities { padding-bottom: 10rem; }
}

@media (max-width: 760px), (max-height: 560px) and (hover: none) and (pointer: coarse) {
  html { scroll-behavior: auto; }
  .site-header, .site-header[data-tone="light"] { height: 4.75rem; }
  .brand { width: 7.5rem; }
  .yost-cinematic { height: auto; min-height: 0; }
  .cinematic-stage { position: relative; height: auto; min-height: 0; overflow: visible; }
  .cinematic-media { height: 100svh; min-height: 36rem; z-index: 0; }
  .cinematic-photo--material { opacity: 1; transform: scale(1.04); }
  .cinematic-film, .cinematic-canvas-shell, .cinematic-photo--install, .cinematic-photo--proof, .cinematic-depth { display: none !important; }
  .cinematic-vignette { opacity: .7; background: linear-gradient(0deg, rgba(12,9,7,.82), rgba(12,9,7,.08) 75%), linear-gradient(90deg, rgba(12,9,7,.42), transparent); }
  .cinematic-copy-wrap { position: relative; inset: auto; pointer-events: auto; }
  .cinematic-copy, .cinematic-copy.is-active, .cinematic-copy.is-before {
    position: relative; inset: auto; width: 100%; min-height: 0; padding: 5rem 1.25rem 6rem;
    opacity: 1; transform: none; filter: none; pointer-events: auto; background: var(--paper); color: var(--ink);
  }
  .cinematic-copy:first-child { min-height: 100svh; padding: 9rem 1.25rem 3.5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; background: transparent; color: var(--white); }
  .cinematic-copy:not(:first-child) + .cinematic-copy { padding-top: 1rem; }
  .cinematic-copy h1, .cinematic-copy h2 { max-width: 10ch; font-size: clamp(3.65rem, 16vw, 5.9rem); line-height: .88; }
  .cinematic-copy:not(:first-child) h2 { font-size: clamp(3.15rem, 13.4vw, 4.85rem); }
  .cinematic-copy:not(:first-child) h2 em { color: var(--copper); }
  .chapter-lede { font-size: 1rem; }
  .cinematic-copy:not(:first-child) .chapter-lede { color: var(--muted); }
  .cinematic-copy:not(:first-child) .kicker { color: var(--copper); }
  .concept-note { color: var(--muted); }
  .mobile-chapter-photo { display: block; width: 100%; margin: 0 0 2rem; overflow: hidden; border-radius: .45rem; background: var(--paper-warm); }
  .cinematic-copy:first-child .mobile-chapter-photo { display: none; }
  .mobile-chapter-photo img { width: 100%; height: min(72vw, 18rem); object-fit: cover; }
  .cinematic-status, .cinematic-hint, .cinematic-label { display: none; }
  .hero-actions { align-items: flex-start; }
  .cinematic-copy:not(:first-child) .text-link { color: var(--ink); }
  .intro { grid-template-columns: 1fr; padding-block: 7rem; }
  .intro h2, .section-heading h2, .room-preview h2, .process h2 { font-size: clamp(3.1rem, 13vw, 5rem); }
  .intro-copy > p { font-size: 1.28rem; }
  .selected-work { padding-block: 2rem 6rem; }
  .section-heading { display: block; margin-bottom: 2.5rem; }
  .section-heading .text-link { margin-top: 1.5rem; }
  .project-grid { display: block; }
  .project-card, .project-card:nth-child(2), .project-card:nth-child(3), .project-card:nth-child(4), .project-card--wide { display: block; margin: 0 0 3.5rem; padding: 0; }
  .project-card figure, .project-card--wide figure, .project-card:not(.project-card--wide) figure { aspect-ratio: 1.1; }
  .project-card h3 { font-size: 2.25rem; }
  .capabilities { padding-block: 4rem 7rem; }
  .capability-list { grid-template-columns: 1fr; }
  .capability-list a, .capability-list a:nth-child(2) { min-height: 18rem; transform: none; }
  .capability-list a:nth-child(2):hover { transform: translateY(-.45rem); }
  .room-preview { min-height: 82svh; margin: 0 .75rem; }
  .room-preview-copy { width: 100%; padding: 7rem 1.5rem 3rem; }
  .room-preview::after { background: linear-gradient(0deg, rgba(14,10,8,.86), rgba(14,10,8,.12) 85%); }
  .process { padding-block: 7rem; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 15rem; }
  .request { min-height: 86svh; }
  .request-copy { padding: 6rem 1.25rem 3rem; }
  .request h2 { font-size: clamp(3.7rem, 16vw, 6rem); }
  .site-footer { grid-template-columns: 1fr; align-items: start; padding: 4rem 1.25rem 2rem; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer p, .site-footer .smith-credit { text-align: left; }
}

@media (max-height: 680px) and (min-width: 761px) {
  .site-header { height: 4.7rem; padding-block: .75rem; }
  .brand { width: 7.75rem; }
  .cinematic-copy h1, .cinematic-copy h2 { font-size: clamp(3.6rem, 8.2vh, 5.6rem); }
  .chapter-lede { margin-top: 1.25rem; font-size: .92rem; max-width: 32rem; }
  .hero-actions { margin-top: 1.35rem; }
  .cinematic-label, .cinematic-hint { bottom: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .yost-cinematic { height: auto; min-height: 0; }
  .js .cinematic-stage { position: relative; height: auto; min-height: 0; overflow: visible; }
  .js .cinematic-media { height: 100svh; min-height: 38rem; }
  .js .cinematic-photo--material { opacity: 1; transform: scale(1.04); }
  .js .cinematic-photo--install, .js .cinematic-photo--proof, .js .cinematic-depth, .js .cinematic-status, .js .cinematic-hint, .js .cinematic-label { display: none !important; }
  .js .cinematic-vignette { opacity: .7; }
  .js .cinematic-copy-wrap { position: relative; inset: auto; pointer-events: auto; }
  .js .cinematic-copy, .js .cinematic-copy.is-active, .js .cinematic-copy.is-before { position: relative; inset: auto; width: 100%; padding: 5rem max(1.25rem, 7vw); opacity: 1; transform: none; filter: none; pointer-events: auto; background: var(--paper); color: var(--ink); }
  .js .cinematic-copy:first-child { min-height: 100svh; margin-top: -100svh; padding-top: 10rem; display: flex; flex-direction: column; justify-content: flex-end; background: transparent; color: var(--white); }
  .js .cinematic-copy:not(:first-child) .chapter-lede { color: var(--muted); }
  .js .cinematic-copy:not(:first-child) .kicker { color: var(--copper); }
  .js .mobile-chapter-photo { display: block; width: min(60rem, 100%); margin-bottom: 2rem; overflow: hidden; border-radius: .45rem; }
  .js .mobile-chapter-photo img { width: 100%; height: auto; }
  .js .cinematic-copy:first-child .mobile-chapter-photo { display: none; }
}

@media (prefers-reduced-motion: reduce), (max-width: 760px), (max-height: 560px) and (hover: none) and (pointer: coarse) {
  .js .cinematic-film, .js .cinematic-canvas-shell { display: none !important; }
}

.no-js .yost-cinematic { height: auto; min-height: 0; }
.no-js .cinematic-stage { position: relative; height: auto; min-height: 0; overflow: visible; }
.no-js .cinematic-media { height: 100svh; min-height: 38rem; }
.no-js .cinematic-photo--material { opacity: 1; transform: scale(1.04); }
.no-js .cinematic-film, .no-js .cinematic-canvas-shell, .no-js .cinematic-photo--install, .no-js .cinematic-photo--proof, .no-js .cinematic-depth, .no-js .cinematic-status, .no-js .cinematic-hint, .no-js .cinematic-label { display: none; }
.no-js .cinematic-vignette { opacity: .7; }
.no-js .cinematic-copy-wrap { position: relative; inset: auto; pointer-events: auto; }
.no-js .cinematic-copy, .no-js .cinematic-copy.is-active { position: relative; inset: auto; width: 100%; padding: 5rem max(1.25rem, 7vw); opacity: 1; transform: none; filter: none; pointer-events: auto; background: var(--paper); color: var(--ink); }
.no-js .cinematic-copy:first-child { min-height: 100svh; margin-top: -100svh; padding-top: 10rem; display: flex; flex-direction: column; justify-content: flex-end; background: transparent; color: var(--white); }
.no-js .cinematic-copy:not(:first-child) .chapter-lede { color: var(--muted); }
.no-js .mobile-chapter-photo { display: block; max-width: 60rem; margin-bottom: 2rem; }
