/* Steve Hyde Films: an image-led, editorial portfolio.
   This final layer owns typography and responsive layout across all pages. */
:root {
  --paper: #f1f0ec;
  --muted: #b8b8b2;
  --quiet: #a1a19b;
  --rule: #343530;
  --accent: #d9c4a1;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html { scroll-padding-top: 2rem; }
body { font-family: var(--sans); font-size: 1rem; font-weight: 400; color: var(--paper); line-height: 1.65; }
h1, h2, h3 { font-family: var(--sans); font-weight: 700; letter-spacing: -.035em; line-height: 1.12; text-wrap: balance; overflow-wrap: anywhere; }
strong { font-weight: 700; color: var(--paper); }
p { text-wrap: pretty; }
a, button, input, textarea, select { touch-action: manipulation; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.section-shell { max-width: 1440px; padding-left: 6%; padding-right: 6%; }
[hidden] { display: none !important; }
.js-only, .service-tabs, .filter-row, .no-js-nav { display: none; }
.js .movie-start { display: flex; }
.js .service-tabs { display: grid; }
.js .filter-row { display: flex; }
.eyebrow, .tiny-label { font-family: var(--sans); font-size: .75rem; font-weight: 500; letter-spacing: .09em; line-height: 1.6; color: var(--quiet); }
.heading-period { color: var(--accent); }
.work-heading > h2 { order: 1; }
.work-heading .work-intro { order: 2; margin: 0; max-width: 38ch; font-size: 1rem; font-weight: 400; line-height: 1.65; letter-spacing: 0; color: var(--muted); text-wrap: pretty; }

/* A compact masthead leaves the first impression to the photography. */
.site-header { height: auto; min-height: 108px; padding: 1.5rem 6%; flex-direction: row; justify-content: space-between; align-items: center; gap: 2rem; }
.wordmark { text-align: left; font-family: var(--sans); font-size: 1.625rem; font-weight: 700; letter-spacing: .065em; line-height: 1.05; }
.wordmark span { font-size: .75rem; font-weight: 400; letter-spacing: .065em; margin-top: .65rem; }
.desktop-nav { font-size: .9375rem; font-weight: 500; letter-spacing: 0; gap: 2.25rem; }
.desktop-nav > a { display: flex; align-items: center; min-height: 44px; color: var(--muted); }
.desktop-nav > a:after { bottom: 0; }
.desktop-nav .nav-contact { gap: 1rem; color: var(--paper); font-weight: 700; }
.button, .text-button, .service-links .button, .service-links .text-button, .work-note .text-button { font-size: .9375rem; font-weight: 600; letter-spacing: 0; min-height: 48px; align-items: center; }
.button { padding: .85rem 1.15rem; gap: 1.5rem; max-width: 100%; min-width: 0; overflow-wrap: anywhere; }
.button-dark, .button-light { background: var(--paper); color: #10110f; border-color: var(--paper); }
.button-dark:hover, .button-light:hover { background: var(--accent); border-color: var(--accent); }
.text-button { color: var(--paper); border-color: #707069; gap: 1rem; }

/* Keep type off the location photograph, on desktop and mobile alike. */
.hero-stage { background: #080808; }
.hero-location { height: auto; min-height: 0; max-height: none; }
.hero-picture { display: block; width: 100%; height: clamp(380px, 39vw, 620px); overflow: hidden; }
.hero-location .hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.hero-location:after { display: none; }
.hero-location figcaption { position: relative; inset: auto; display: block; padding: 1.5rem 6%; max-width: 1440px; margin: auto; text-shadow: none; background: #080808; }
.hero-location figcaption .hero-actions { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; margin: 0; }
.hero-location .hero-project { margin: 0; padding: .6rem 0; font-size: .9375rem; font-weight: 500; letter-spacing: 0; min-height: 48px; gap: 1.2rem; white-space: normal; }
.hero-location .hero-project span { font-size: 1.25rem; }

/* Images first, then a consistent title / credit / category hierarchy. */
.work-section { padding-top: 3.75rem; padding-bottom: 4.5rem; }
.work-heading, .collaborate-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; text-align: left; margin: 0; }
.work-heading h2, .collaborate-heading h2, .bio-heading h2 { font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.12; }
.work-heading p, .collaborate-heading p { margin: 0; max-width: 38ch; font-size: 1rem; line-height: 1.65; color: var(--muted); letter-spacing: 0; }
.filter-row { gap: 1.25rem; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid var(--rule); margin: 2rem 0 1.75rem; }
.filters { justify-content: flex-start; flex-wrap: wrap; gap: .25rem 1.75rem; }
.filter { font-size: .875rem; min-height: 48px; padding: .5rem 0; color: var(--muted); }
.filter.active { font-weight: 700; border-bottom: 2px solid var(--paper); }
#work-count { position: static; margin: 0; font-size: .75rem; letter-spacing: .06em; color: var(--quiet); }
.project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.75rem 1.5rem; margin-top: 2rem; }
.project-card { min-width: 0; }
.project-open { display: block; width: 100%; text-align: left; }
.project-image { aspect-ratio: 16 / 9; background: #171717; }
.fit-contain { object-fit: contain !important; }
.fit-cover { object-fit: cover !important; }
.project-image img { filter: none; }
.project-open:hover img { filter: brightness(.92); transform: none; }
.project-image:after { display: none; }
.project-play { width: 34px; height: 34px; font-size: .75rem; background: #080808b3; }
.project-meta { align-items: flex-start; padding-top: 1rem; gap: .75rem; }
.project-meta h3 { font-family: var(--sans); font-size: 1.1875rem; font-weight: 700; line-height: 1.3; letter-spacing: -.015em; text-wrap: pretty; }
.project-meta > span { font-size: 1.125rem; color: var(--quiet); }
.project-description { font-size: .9375rem; line-height: 1.5; color: var(--muted); letter-spacing: 0; margin-top: .45rem; }
.project-category { font-size: .75rem; line-height: 1.6; color: var(--quiet); letter-spacing: .06em; margin-top: .65rem; }
.project-status { font-size: .75rem; font-weight: 600; padding: .5rem .65rem; }
.work-note { display: flex; flex-wrap: wrap; gap: .3rem 1rem; align-items: center; text-align: left; max-width: none; font-size: 1rem; color: var(--muted); border-color: var(--rule); margin-top: 2.5rem; padding-top: 1.25rem; }
.work-note .text-button { margin: 0; }

/* Clear booking choices, with readable production detail. */
.collaborate-section { padding: 0; }
.collaborate-heading { border-top: 1px solid var(--rule); padding-top: 4rem; }
.service-tabs { margin-top: 2.5rem; border-color: var(--rule); }
.service-tabs button { min-height: 64px; font-size: 1.125rem; font-weight: 600; letter-spacing: -.015em; gap: .85rem; padding: 1.15rem 1.25rem; color: var(--muted); border-bottom-width: 2px; }
.service-tabs button > span:first-child { font-size: .75rem; font-weight: 400; color: var(--quiet); }
.service-tabs button[aria-selected=true] { background: #1a1b18; color: var(--paper); border-color: var(--accent); }
.service-panel { grid-template-columns: 1fr 1fr; gap: 4rem; padding: 2.5rem 0 4rem; min-height: 0; }
.service-panel h3 { font-size: clamp(1.625rem, 2.3vw, 2.25rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.2; max-width: 24ch; margin-bottom: 1.15rem; }
.service-panel p { font-size: 1rem; line-height: 1.75; color: var(--muted); max-width: 52ch; }
.service-panel > div > .text-button { margin-top: 1.25rem; }
.service-detail-list { gap: 1.5rem; margin-top: 0; }
.service-detail-list li { font-size: 1rem; line-height: 1.5; border-color: var(--rule); padding-top: .9rem; }
.service-detail-list strong { font-weight: 600; }
.service-detail-list small { font-size: .9375rem; line-height: 1.65; font-weight: 400; color: var(--muted); margin-top: .5rem; }
.service-links { gap: 1rem 1.5rem; margin-top: 1.75rem; }
.service-footnote { font-size: .875rem !important; color: var(--quiet) !important; margin-top: 1rem !important; }

/* A personal introduction: the only serif accent belongs to Steve's name. */
.about-block { display: block; padding: 4rem 0 4.5rem; border-top: 1px solid var(--rule); }
.bio-heading { text-align: left; margin: 0 0 2.5rem !important; }
.bio-heading > p.eyebrow { font-family: var(--sans); font-style: normal; font-size: .75rem !important; color: var(--quiet) !important; letter-spacing: .1em; margin: 0 0 1rem !important; max-width: none !important; }
.bio-heading h2 { margin: 0; }
.bio-heading h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
.bio-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 4rem; }
.about-block figure { max-width: none; }
.about-block figure img { aspect-ratio: 1.2; height: auto; object-fit: cover; object-position: center; filter: none; }
.about-block .bio-copy { margin: 0; }
.about-block .bio-copy p, .bio-copy p { font-size: 1rem; line-height: 1.8; color: var(--muted); max-width: 58ch; margin: 0; }
.about-block .bio-copy p + p, .bio-copy p + p { margin-top: 1.3rem; }
.about-block .bio-copy strong { font-weight: 600; }
.about-block .text-button { margin-top: 1.5rem; }

/* A direct, personal invitation, with the email and booking action together. */
.contact-band { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; border-top: 1px solid var(--rule); margin: 0; padding: 4rem 0; text-align: left; }
.contact-band h2 { font-size: clamp(2.5rem, 4.5vw, 4.25rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.05; margin: 0; }
.contact-copy > p { font-family: var(--sans); font-style: normal; font-size: 1rem; line-height: 1.65; color: var(--muted); margin: 1.25rem 0 0; max-width: 34ch; }
.contact-direct { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; min-width: 0; }
.contact-email { font-size: clamp(1.125rem, 1.65vw, 1.5rem); line-height: 1.4; font-weight: 600; letter-spacing: -.025em; margin: 0; padding-bottom: .4rem; overflow-wrap: anywhere; }
.contact-band .button { font-size: .9375rem; font-weight: 600; letter-spacing: 0; margin: 0; }
.contact-location { font-size: .8125rem; line-height: 1.6; letter-spacing: 0; color: var(--quiet); margin: 0; }
.site-footer { max-width: none; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding-top: 1.75rem; padding-bottom: 1.75rem; letter-spacing: 0; }
.site-footer p, .site-footer .review-label { font-size: .75rem; line-height: 1.6; color: var(--quiet); }
.site-footer nav { display: flex; gap: .5rem 1.5rem; flex-wrap: wrap; }
.site-footer nav a { display: flex; align-items: center; min-height: 44px; font-size: .875rem; color: var(--muted); }
.site-footer .review-label { letter-spacing: .06em; }

/* The same type system carries through project pages and inquiry dialogs. */
.dialog-top .tiny-label { font-size: .75rem; letter-spacing: .06em; }
.close-button { font-size: .875rem; min-height: 44px; flex-shrink: 0; }
.project-body { padding: 2.5rem; }
.project-body > p { font-size: 1.0625rem; line-height: 1.75; color: var(--muted); max-width: 65ch; }
.project-body .eyebrow { font-size: .75rem; color: var(--quiet); }
.project-body h1, .project-body h2 { font-size: clamp(1.875rem, 3.4vw, 3rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.15; margin: .75rem 0 1.5rem; }
.project-credits { font-size: 1rem; gap: 1.5rem; border-color: var(--rule); margin: 2rem 0; padding-top: 1.5rem; }
.project-credits dt { font-size: .75rem; letter-spacing: .06em; color: var(--quiet); margin-bottom: .5rem; }
.project-credits dd { font-weight: 600; line-height: 1.5; }
.project-sources { font-size: .875rem !important; gap: .75rem 1.5rem; }
.project-sources a { padding: .65rem 0; }
.project-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.movie-fallback { font-size: .8125rem; align-items: center; flex-wrap: wrap; gap: .5rem 1rem; }
.movie-start { font-size: 1rem; }
.movie-start small { font-size: .75rem; }
.project-context-image figcaption { font-size: .875rem; }
.inquiry-content { padding: 2rem; }
.inquiry-content h2 { font-size: 2rem; font-weight: 700; letter-spacing: -.035em; }
.inquiry-intro { font-size: 1rem; line-height: 1.65; }
.inquiry-direct { margin: 1rem 0 1.5rem; }
.inquiry-direct a { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; font-size: 1rem; font-weight: 600; text-decoration: underline; text-underline-offset: .25em; }
label { font-size: .9375rem; font-weight: 600; line-height: 1.5; }
label span { font-weight: 400; }
input, textarea, select { font-size: 1rem; font-weight: 400; min-height: 48px; }
.form-note { font-size: .875rem; line-height: 1.6; }
.form-note a { text-decoration: underline; text-underline-offset: .2em; }
#inquiry-preview { font-size: .9375rem; }
.inquiry-content .eyebrow { margin-top: 1.5rem; }

/* Standalone pages. */
.page-section { padding-top: 2.5rem; padding-bottom: 4rem; }
.page-section > h1, .service-page-intro h1 { font-size: clamp(2.25rem, 4.5vw, 4rem); font-weight: 700; line-height: 1.1; letter-spacing: -.04em; max-width: 20ch; }
.page-section > h2, .questions h2 { font-size: 2rem; line-height: 1.2; margin: 3rem 0 1.5rem; }
.breadcrumb { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; color: var(--quiet); font-size: .875rem; margin: 0 0 2.5rem; }
.breadcrumb a, .breadcrumb span { display: flex; align-items: center; min-height: 44px; }
.breadcrumb a:hover { text-decoration: underline; }
.page-intro { font-size: 1.1875rem; color: var(--muted); line-height: 1.7; margin-top: 1.5rem; max-width: 62ch; }
.service-page-intro .eyebrow { margin-bottom: 1.25rem; }
.service-page-intro .button { margin-top: 1.75rem; }
.service-page-list { margin: 3rem 0; max-width: 900px; gap: 2rem; }
.questions { max-width: 860px; margin: 3.5rem 0 2rem; }
.questions details { border-top: 1px solid var(--rule); padding: 1rem 0; }
.questions summary { cursor: pointer; font-size: 1.125rem; font-weight: 600; line-height: 1.5; min-height: 44px; padding: .5rem 0; }
.questions p { font-size: 1rem; color: var(--muted); line-height: 1.75; margin: 1rem 0; }
.page-note { font-size: .9375rem; color: var(--muted); margin: 1.5rem 0 2rem; }
.page-note a { text-decoration: underline; text-underline-offset: .2em; }
.project-page { max-width: 1100px; margin: auto; background: #111; }
.about-page { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin: 3rem 0; align-items: start; }
.about-page > img { width: 100%; height: auto; }
.about-page .bio-copy .text-button { margin-top: 1.5rem; }
.compact-page { max-width: 1100px; }
.compact-page > p { font-size: 1.0625rem; line-height: 1.8; color: var(--muted); margin: 1.5rem 0; }
.compact-page > p a { text-decoration: underline; text-underline-offset: .2em; }
.compact-page > h2 { font-size: 1.75rem; margin-top: 2.5rem; }

/* A typeset credit archive, with a quiet index beside the production record. */
html:has(.history-page) { scroll-behavior: auto; }
.bio-links { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 0 1.5rem; }
.history-intro { max-width: 850px; padding-bottom: 3.5rem; }
.history-intro .eyebrow { margin-bottom: 1.5rem; }
.history-intro h1 { font-size: clamp(2.5rem, 5.5vw, 5rem); letter-spacing: -.045em; line-height: 1.06; }
.history-intro .page-intro { max-width: 54ch; }
.history-intro .text-button { display: inline-flex; margin-top: 1.75rem; }
.history-layout { display: grid; grid-template-columns: minmax(170px, .75fr) minmax(0, 2.5fr); gap: 4rem; border-top: 1px solid var(--rule); padding-top: 2rem; }
.history-nav { position: sticky; top: 2rem; align-self: start; display: flex; flex-direction: column; }
.history-nav p { font-size: .875rem; font-weight: 700; margin: 0 0 1rem; }
.history-nav a { display: flex; align-items: center; min-height: 44px; padding: .65rem 0; color: var(--muted); font-size: .9375rem; line-height: 1.45; }
.history-nav a:hover { color: var(--paper); text-decoration: underline; text-underline-offset: .25em; }
.history-nav .history-inquire { margin-top: 1rem; border-top: 1px solid var(--rule); padding-top: 1rem; color: var(--paper); font-weight: 600; gap: 1rem; }
.history-content { min-width: 0; overflow-wrap: anywhere; }
.history-source-note { font-size: .9375rem; color: var(--muted); margin: 0 0 3rem; max-width: 62ch; }
.history-source-note a, .history-background a { text-decoration: underline; text-underline-offset: .2em; }
.history-section { scroll-margin-top: 2rem; margin-bottom: 4rem; }
.history-section > header { margin-bottom: 1.5rem; }
.history-section h2 { font-size: clamp(1.75rem, 2.5vw, 2.25rem); line-height: 1.15; }
.history-section > header p { color: var(--muted); font-size: 1rem; margin: .9rem 0 0; }
.history-credits, .history-stories ul { list-style: none; padding: 0; margin: 0; }
.history-credit { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr) minmax(0, 1fr); gap: 1.25rem; align-items: start; border-top: 1px solid var(--rule); padding: 1.5rem 0; }
.history-year { font-size: .875rem; line-height: 1.7; font-variant-numeric: tabular-nums; color: var(--quiet); }
.history-credit h3 { margin: 0; font-size: 1.125rem; font-weight: 600; line-height: 1.4; letter-spacing: -.015em; text-wrap: pretty; }
.history-credit h3 a { text-decoration: underline; text-decoration-color: #707069; text-underline-offset: .25em; }
.history-credit h3 a:hover { text-decoration-color: var(--accent); }
.history-credit h3 a span { color: var(--accent); white-space: nowrap; }
.history-credit-detail p { font-size: 1rem; line-height: 1.55; margin: 0; }
.history-credit-detail .history-role { font-weight: 600; }
.history-credit-detail .history-team { font-size: .9375rem; color: var(--muted); margin-top: .65rem; }
.history-background > p { font-size: 1rem; color: var(--muted); line-height: 1.8; margin: 1.5rem 0; max-width: 64ch; }
.history-education { margin: 2rem 0; }
.history-education > div { padding: 1.25rem 0; border-top: 1px solid var(--rule); }
.history-education dt { font-size: .9375rem; color: var(--muted); margin-bottom: .4rem; }
.history-education dd { margin: 0; font-size: 1rem; font-weight: 600; }
.history-stories li { border-top: 1px solid var(--rule); }
.history-stories li a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 48px; padding: 1rem 0; font-size: 1rem; font-weight: 600; }
.history-stories li a span { color: var(--accent); }
@media (max-width: 1100px) {
  .site-header, .desktop-nav { flex-wrap: wrap; }
  .history-layout { gap: 2.5rem; }
  .history-credit { grid-template-columns: 4.5rem minmax(0, 1fr); gap: .75rem 1rem; }
  .history-credit-detail { grid-column: 2; }
}
@media (max-width: 760px) {
  .history-intro { padding-bottom: 2.5rem; }
  .history-layout { display: block; padding-top: 1.5rem; }
  .history-nav { position: static; margin-bottom: 2.5rem; }
  .history-nav a { border-bottom: 1px solid var(--rule); min-height: 48px; }
  .history-source-note { margin-bottom: 2.5rem; }
  .history-section { margin-bottom: 3rem; }
  .history-credit { display: block; padding: 1.25rem 0; }
  .history-year:not(:empty) { display: block; margin-bottom: .4rem; }
  .history-credit h3 { font-size: 1.125rem; margin-bottom: .7rem; }
  .history-credit-detail .history-team { margin-top: .4rem; }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 1.5rem; }
  .hero-location figcaption, .work-heading, .collaborate-heading, .bio-layout, .service-panel { gap: 2rem; }
  .collaborate-heading, .service-tabs { grid-template-columns: 1fr; }
  .service-tabs button { justify-content: flex-start; text-align: left; }
  .service-tabs button > span:first-child { display: inline; }
  .service-panel { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-links { align-items: flex-start; }
}
@media (max-width: 760px) {
  .site-header { min-height: 96px; padding: 1.25rem 6%; flex-wrap: wrap; gap: 1rem; }
  .wordmark { font-size: 1.375rem; letter-spacing: .055em; }
  .wordmark span { font-size: .75rem; letter-spacing: .045em; margin-top: .55rem; }
  .desktop-nav { display: none; }
  .menu-toggle { display: none; position: static; font-size: .875rem; font-weight: 600; letter-spacing: 0; gap: .5rem; min-height: 44px; }
  .js .menu-toggle { display: flex; }
  .mobile-nav:not([hidden]) { position: static; width: 100%; padding: .5rem 0 0; border-top: 1px solid var(--rule); border-bottom: 0; box-shadow: none; gap: .4rem; }
  .mobile-nav > a { font-size: 1rem; min-height: 48px; letter-spacing: 0; }
  .no-js-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; width: 100%; font-size: .875rem; }
  .no-js-nav a { min-height: 44px; display: flex; align-items: center; }
  .js .no-js-nav { display: none; }
  .hero-location .hero-picture { height: auto; aspect-ratio: 1; }
  .hero-location .hero-picture img { object-position: center; }
  .hero-location figcaption { padding: 1.5rem 6%; }
  .work-heading .work-intro { max-width: none; }
  .hero-location figcaption .hero-actions { gap: .75rem 1.25rem; margin-top: 0; }
  .hero-location .hero-project, .hero-location .hero-actions .button { font-size: .875rem; }
  .work-section { padding-top: 2.5rem; padding-bottom: 3rem; }
  .work-heading, .collaborate-heading { grid-template-columns: 1fr; gap: 1rem; }
  .work-heading h2, .collaborate-heading h2, .bio-heading h2 { font-size: 2rem; }
  .work-heading p, .collaborate-heading p { font-size: 1rem; margin: 0; max-width: none; }
  .js .filter-row { display: block; }
  .filter-row { margin: 1.5rem 0; padding-bottom: 1rem; }
  .filters { justify-content: flex-start; gap: .25rem 1.25rem; }
  .filter { font-size: .875rem; }
  #work-count { text-align: left; font-size: .75rem; margin: .9rem 0 0; }
  .project-grid { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 1.5rem; }
  .project-meta h3 { font-size: 1.25rem; }
  .project-description { font-size: .9375rem; }
  .project-category { font-size: .75rem; }
  .work-note { font-size: 1rem; margin-top: 2rem; }
  .collaborate-heading { padding-top: 3rem; }
  .service-tabs { margin-top: 1.75rem; grid-template-columns: 1fr; }
  .service-tabs button { font-size: 1rem; line-height: 1.4; padding: .85rem 1rem; min-height: 52px; justify-content: flex-start; text-align: left; letter-spacing: 0; }
  .service-tabs button > span:first-child { display: inline; font-size: .75rem; }
  .service-panel { display: block; padding: 2rem 0 3rem; }
  .service-panel h3 { font-size: 1.75rem; max-width: none; }
  .service-detail-list { grid-template-columns: 1fr; margin-top: 2rem; gap: 1.5rem 1.25rem; }
  .service-panel p { max-width: none; }
  .service-links { gap: 1rem; }
  .about-block { padding: 3rem 0; }
  .bio-heading { margin-bottom: 2rem !important; }
  .bio-layout, .about-page { grid-template-columns: 1fr; gap: 2rem; }
  .about-block figure img { aspect-ratio: 1.5; }
  .about-block .bio-copy { margin-top: 0; }
  .contact-band { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; }
  .contact-band h2 { font-size: 3rem; }
  .contact-email { font-size: 1.125rem; }
  .contact-location { font-size: .8125rem; }
  .site-footer { justify-content: flex-start; }
  .site-footer p, .site-footer .review-label { font-size: .75rem; text-align: left; }
  .site-footer nav { gap: .5rem 1.25rem; justify-content: flex-start; }
  .site-footer nav a { font-size: .875rem; }
  .button { padding: 14px 18px; gap: 16px; }
  .dialog-top { padding: 12px 20px; gap: 16px; }
  .dialog-top .tiny-label { font-size: .6875rem; min-width: 0; overflow-wrap: anywhere; }
  .project-body, .inquiry-content { padding: 24px 20px; }
  .project-body h1, .project-body h2 { font-size: 2rem; }
  .project-body > p { font-size: 1rem; }
  .project-body .eyebrow { font-size: .75rem; }
  .project-credits { grid-template-columns: 1fr 1fr; }
  .project-actions { align-items: flex-start; flex-direction: column; }
  .movie-fallback > span { max-width: none; }
  .movie-start { gap: .5rem; }
  .movie-start small { font-size: .75rem; }
  .form-pair { grid-template-columns: 1fr; }
  .inquiry-content h2 { font-size: 1.875rem; }
  .page-section { padding-top: 1.5rem; padding-bottom: 3rem; }
  .page-section > h1, .service-page-intro h1 { font-size: 2.25rem; }
  .page-section > h2, .questions h2 { font-size: 1.75rem; }
  .page-intro { font-size: 1.0625rem; }
  .breadcrumb { margin-bottom: 1.5rem; }
  .about-page { margin: 2rem 0; }
  .service-page-list { margin: 2.5rem 0; }
}
@media (max-width: 380px) {
  .wordmark { font-size: 1.25rem; max-width: 100%; }
  .wordmark span { font-size: .75rem; }
  .hero-location .hero-actions { align-items: flex-start; }
  .service-detail-list, .project-credits { grid-template-columns: 1fr; }
  .service-tabs button { padding-left: .75rem; padding-right: .75rem; }
  .service-tabs button > span:first-child { display: none; }
}

/* Contact has one invitation; other pages use the full closing band. */
.contact-page-links { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; padding: 2rem 0 3rem; border-bottom: 1px solid var(--rule); }
.contact-page-links .contact-email { font-size: clamp(1.125rem, 2.2vw, 1.75rem); }

.case-study-action { margin-top: 1.5rem; }
