:root {
  --paper: #f7f6df;
  --ink: #443521;
  --muted: #756b58;
  --line: rgba(68, 53, 33, .38);
  --display: "Baskerville", "Iowan Old Style", Georgia, serif;
  --body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --shell: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
p, h1, h2, h3, figure, blockquote { margin-top: 0; }
h1, h2, h3, blockquote { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; }
.shell { width: min(var(--shell), calc(100% - 32px)); margin-inline: auto; }
.section { position: relative; padding-block: clamp(6rem, 11vw, 11rem); }
.section::before { position: absolute; top: 0; left: 50%; width: min(1450px, calc(100vw - 24px)); height: 1px; background: var(--line); content: ""; transform: translateX(-50%) scaleX(1); transform-origin: left center; }
body.motion-ready .section::before { transform: translateX(-50%) scaleX(0); }
body.motion-ready .section.is-in-view::before { transform: translateX(-50%) scaleX(1); transition: transform .72s cubic-bezier(.22,.61,.36,1); }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; padding: .75rem 1rem; color: var(--paper); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: 152px minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; width: min(var(--shell), calc(100% - 32px)); min-height: 80px; margin-inline: auto; }
.wordmark { grid-column: 1; justify-self: center; display: block; width: 152px; aspect-ratio: 1; margin-left: 0; overflow: visible; border: 0; color: transparent; background: transparent; box-shadow: none; font-size: 0; line-height: 0; transform: none; }
.wordmark img { display: block; width: 100%; height: 100%; object-fit: contain; background: transparent; }
.site-nav { grid-column: 2; justify-self: start; display: flex; gap: 2.3rem; align-items: center; font-size: 1rem; text-transform: uppercase; }
.site-nav a { padding-block: .3rem; border-bottom: 1px solid transparent; transition: border-color .3s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { border-color: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 0; border-radius: 999px; padding: .9rem 1.25rem; color: var(--paper); background: var(--ink); font-size: .76rem; letter-spacing: .02em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #5b4931; }
.button--compact { grid-column: 3; justify-self: end; min-width: clamp(160px, 15vw, 220px); padding-block: .65rem; }
.button--light { color: var(--ink); background: var(--paper); }
.button--light:hover, .button--light:focus-visible { background: white; }
.menu-button { display: none; border: 0; color: inherit; background: transparent; font-size: .8rem; text-transform: uppercase; }
.hero { padding-top: clamp(1.5rem, 2vw, 2.4rem); }
.hero__heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(180px, .5fr) auto; align-items: end; gap: clamp(1rem, 2vw, 2rem); padding-bottom: 1.6rem; }
.hero__title-block { min-width: 0; }
.hero h1 { margin: 0; font-size: clamp(4.5rem, 5.4vw, 6.5rem); line-height: .78; }
.hero__heading > p { max-width: 18rem; margin: 0; color: var(--muted); }
.arrow-link { display: inline-flex; align-items: center; justify-self: end; gap: .85rem; margin-bottom: 2.35rem; padding-bottom: .2rem; border-bottom: 1px solid transparent; font-size: .76rem; text-transform: uppercase; transition: border-color .3s ease; }
.arrow-link span { display: inline-block; transition: transform .3s cubic-bezier(.22,.61,.36,1); }
.hero__heading .arrow-link { margin: 0 1.5rem 0 0; }
.arrow-link:hover, .arrow-link:focus-visible { border-color: currentColor; }
.arrow-link:hover span, .arrow-link:focus-visible span { transform: translateX(4px); }
.edge-image { position: relative; margin-inline: 0; overflow: hidden; }
.edge-image--hero { height: clamp(410px, 55vw, 790px); }
.edge-image--hero picture { display: block; width: 100%; height: 100%; }
.edge-image img { height: 100%; object-fit: cover; }
.eyebrow { color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.center-story { max-width: 630px; text-align: center; }
.center-story h2 { margin-bottom: 1.5rem; font-size: clamp(3.6rem, 6vw, 6.2rem); line-height: .84; }
.center-story > p:not(.eyebrow) { max-width: 590px; margin-inline: auto; color: var(--muted); }
.center-story .arrow-link { justify-self: auto; margin: 1.8rem 0 0; }
.wide-photo { position: relative; overflow: hidden; }
.wide-photo img { height: clamp(430px, 53vw, 760px); object-fit: cover; }
.wide-photo figcaption { margin-top: 1.1rem; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.4; }
.services h2 { margin-bottom: clamp(5rem, 12vw, 10rem); font-size: clamp(3.8rem, 6.4vw, 6.7rem); line-height: .88; }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 7vw, 7rem); }
.service span { display: block; margin-bottom: 1rem; color: var(--muted); font-size: .74rem; }
.service h3 { margin-bottom: 1rem; font-size: clamp(2.2rem, 3.2vw, 3.7rem); line-height: .9; }
.service p { max-width: 20rem; color: var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { margin-bottom: .7rem; font-size: clamp(4rem, 7vw, 7rem); line-height: .8; }
.section-heading p { max-width: 24rem; color: var(--muted); }
.section-heading .arrow-link { margin-bottom: .6rem; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4.5rem .7rem; }
.project-card { display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; overflow: hidden; }
.project-card img { grid-column: 1 / -1; aspect-ratio: 1.42; object-fit: cover; margin-bottom: .7rem; filter: saturate(.88); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .7s ease; }
.project-card:hover img { transform: scale(1.012); filter: saturate(1); }
.project-card__title { font-family: var(--display); font-size: 2rem; letter-spacing: -.045em; }
.project-card__meta { align-self: end; color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.testimonial { max-width: 900px; text-align: center; }
.testimonial blockquote { margin: 1.5rem 0 2rem; font-size: clamp(3.4rem, 6.3vw, 6.5rem); line-height: .9; }
.testimonial > p:not(.eyebrow) { color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.home-about__portrait { display: block; width: clamp(7rem, 12vw, 9rem); aspect-ratio: 4 / 5; margin: 1.75rem auto 0; border: 1px solid var(--line); object-fit: cover; object-position: center 26%; }
.home-about__name { margin: 1rem auto 0; color: var(--ink); font-family: var(--display); font-size: clamp(1.45rem, 1.9vw, 1.8rem); line-height: 1.1; letter-spacing: -.035em; }
.home-about__contact { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .8rem 1.5rem; margin: 1rem auto 0; }
.home-about__contact a { display: inline-flex; align-items: center; gap: .45rem; color: var(--muted); font-size: .9rem; text-decoration: none; }
.home-about__contact nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem 1.4rem; }
.home-about__contact svg { width: 1.1rem; height: 1.1rem; flex: none; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.home-about__contact .icon-fill { fill: currentColor; stroke: none; }
.home-about__contact .icon-dot { fill: currentColor; stroke: none; }
.home-about__contact a:hover, .home-about__contact a:focus-visible { color: var(--ink); text-decoration: underline; text-underline-offset: .2em; }
.contact-band { color: var(--paper); background: var(--ink); }
.contact-band__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; padding-block: clamp(6rem, 10vw, 10rem); }
.contact-band .eyebrow, .contact-band__inner > div > p:last-child { color: rgba(247,246,223,.72); }
.contact-band h2 { max-width: 9ch; margin-bottom: 1.5rem; font-size: clamp(4rem, 6.5vw, 7rem); line-height: .82; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; gap: 2rem; }
.contact-form label { display: grid; gap: .45rem; color: rgba(247,246,223,.72); font-size: .67rem; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(247,246,223,.45); border-radius: 0; padding: .75rem 0; color: var(--paper); background: transparent; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--paper); }
.contact-form textarea { resize: vertical; }
.span-2 { grid-column: 1 / -1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.form-footer p { margin: 0; color: rgba(247,246,223,.65); font-size: .7rem; }
.site-footer { padding-block: 5rem 2rem; }
.footer-brand { display: block; width: 100%; margin: 0; padding: 0; overflow: visible; text-decoration: none; }
.footer-brand img { display: block; width: clamp(7rem, 9vw, 9.5rem); max-width: 100%; height: auto; }
.footer-brand-track { overflow: visible; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .5fr .7fr; gap: 3rem; padding-top: clamp(2rem, 4vw, 3.5rem); }
.footer-grid div, .footer-grid nav { display: flex; flex-direction: column; align-items: start; gap: .35rem; }
.footer-grid strong { margin-bottom: .5rem; font-family: var(--display); font-size: 1.55rem; font-weight: 400; letter-spacing: -.04em; }
.footer-grid span, .footer-grid a { color: var(--muted); font-size: .86rem; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--ink); text-decoration: underline; }
.legal { margin-top: 4rem; color: var(--muted); font-size: .76rem; }
.home-footer { padding-block: clamp(2rem, 3vw, 4rem) 2rem; }
.home-footer .footer-brand-track, .home-footer .footer-signature, .home-footer .footer-grid, .home-footer .legal { width: min(1920px, calc(100% - 32px)); }
.home-footer .footer-brand-track { margin-inline: auto; padding-left: 0; }
.footer-signature { margin: .65rem auto 0; padding-left: 0; }
.footer-signature h2 { margin: 0 0 .35rem; font-size: clamp(2rem, 2.6vw, 3rem); letter-spacing: -.04em; }
.footer-signature p { margin: 0; font-size: clamp(1rem, 1.15vw, 1.25rem); }
.home-footer .footer-grid { grid-template-columns: 36% 10% 15%; justify-content: space-between; gap: 0; padding-top: clamp(2rem, 4vw, 3.5rem); }
.home-footer .footer-signup { width: 92%; }
.footer-signup h3 { max-width: 32ch; margin-bottom: .35rem; font-family: var(--body); font-size: 1.1rem; font-weight: 400; letter-spacing: -.025em; }
.footer-signup > p { max-width: 42ch; margin-bottom: 1rem; color: var(--muted); font-size: .95rem; }
.footer-signup form { display: grid; gap: 1rem; }
.footer-signup > form > input { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .75rem 0; color: var(--ink); background: transparent; outline: none; }
.footer-signup > form > input:focus { border-color: var(--ink); }
.footer-consent { display: flex; align-items: start; gap: .6rem; color: var(--muted); font-size: .82rem; }
.footer-consent input { margin: .12rem 0 0; accent-color: var(--ink); }
.footer-signup__action { display: grid; justify-items: start; gap: .8rem; }
.footer-signup__action p { max-width: 28ch; margin: 0; color: var(--muted); font-size: .76rem; }
.home-footer .footer-action { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-width: 10rem; border-radius: 999px; padding: .8rem 1.2rem; color: var(--paper); background: var(--ink); font-size: .76rem; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.home-footer .footer-action:hover, .home-footer .footer-action:focus-visible { transform: translateY(-2px); background: #5b4931; }
.footer-contact { margin: 0; font-style: normal; }
.footer-detail { display: grid; grid-template-columns: 1.2rem 1fr; align-items: start; gap: .6rem; margin-bottom: .9rem; color: var(--muted); font-size: .9rem; }
.footer-detail:nth-child(2) span:last-child { white-space: nowrap; }
.footer-detail a { color: inherit; }
.home-footer .footer-navigation { display: grid; align-content: start; gap: 2rem; }
.footer-nav-group { display: flex; flex-direction: column; align-items: start; gap: .45rem; }
.home-footer .footer-navigation a { color: var(--muted); font-size: .9rem; }
.home-footer .footer-navigation a:hover, .home-footer .footer-navigation a:focus-visible { color: var(--ink); text-decoration: underline; }
.home-footer .legal { margin-inline: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }
body.motion-ready .reveal { opacity: 0; transform: translateY(32px); }
body.motion-ready .reveal.is-visible { opacity: 1; transform: none; transition: opacity .82s cubic-bezier(.22,.61,.36,1), transform .82s cubic-bezier(.22,.61,.36,1); transition-delay: var(--reveal-delay, 0ms); }
body.motion-ready .hero__heading > * { opacity: 0; transform: translateY(24px); }
body.motion-ready .hero__heading.is-visible > * { opacity: 1; transform: none; transition: opacity .72s cubic-bezier(.22,.61,.36,1), transform .72s cubic-bezier(.22,.61,.36,1); }
body.motion-ready .hero__heading.is-visible > *:nth-child(2) { transition-delay: 120ms; }
body.motion-ready .hero__heading.is-visible > *:nth-child(3) { transition-delay: 240ms; }
.services .service:nth-child(2), .project-grid .project-card:nth-child(2), .process-grid .process-step:nth-child(2), .portfolio-list .portfolio-item:nth-child(2) { --reveal-delay: 120ms; }
.services .service:nth-child(3), .project-grid .project-card:nth-child(3), .process-grid .process-step:nth-child(3), .portfolio-list .portfolio-item:nth-child(3) { --reveal-delay: 240ms; }
.project-grid .project-card:nth-child(4), .portfolio-list .portfolio-item:nth-child(4) { --reveal-delay: 360ms; }

.page-hero { padding-top: clamp(1.5rem, 2vw, 2.4rem); }
.page-hero h1 { margin-bottom: 2rem; font-size: clamp(5.2rem, 10.8vw, 11rem); line-height: .78; }
.page-hero__sub { margin-bottom: 1rem; color: var(--muted); }
.page-hero__image { height: clamp(430px, 51vw, 730px); border-bottom: 1px solid var(--line); }
.split-story { display: grid; grid-template-columns: .66fr 1.34fr; gap: 8vw; align-items: center; }
.split-story img { aspect-ratio: .78; object-fit: cover; }
.split-story__copy { max-width: 590px; }
.split-story h2 { margin-bottom: 1.4rem; font-size: clamp(4rem, 6.5vw, 7rem); line-height: .83; }
.split-story p { color: var(--muted); }
.process { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5vw; }
.process > h2 { font-size: clamp(3.8rem, 6vw, 6rem); line-height: .84; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5rem 6vw; }
.process-step span { color: var(--muted); font-size: .65rem; }
.process-step h3 { margin: .7rem 0; font-size: 2.25rem; }
.process-step p { color: var(--muted); }
.statement-image { width: 68%; height: 660px; margin-left: auto; object-fit: cover; }
.about-history { max-width: 1000px; text-align: center; }
.about-history__intro { max-width: 900px; margin-inline: auto; }
.about-history__intro h2 { margin: 0 auto 1.5rem; font-size: clamp(3.5rem, 6.4vw, 6.8rem); line-height: .9; }
.about-history__lead { max-width: 760px; margin: 0 auto clamp(3rem, 6vw, 5rem); color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.about-history__details { max-width: 820px; margin-inline: auto; }
.about-history__details p { max-width: 70ch; margin: 0 auto 1.5rem; color: var(--muted); }
.about-person { display: grid; justify-items: center; text-align: center; }
.about-person > .eyebrow { margin-bottom: 2rem; }
.about-person__card { width: min(100%, 460px); }
.about-person__portrait { display: block; width: clamp(13rem, 20vw, 17rem); aspect-ratio: 4 / 5; margin: 0 auto 1.8rem; padding: .55rem; border: 1px solid rgba(68, 53, 33, .48); background: var(--paper); box-shadow: 0 0 0 5px var(--paper), 0 0 0 6px var(--line), 0 18px 38px rgba(68, 53, 33, .14); object-fit: cover; object-position: center top; filter: grayscale(1); }
.about-person h2 { margin: 0 0 .35rem; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: .96; }
.about-person__role { margin-bottom: .5rem; color: var(--muted); }
.portfolio-intro { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding-bottom: 2rem; }
.portfolio-intro.section { padding-top: clamp(1.5rem, 2vw, 2.4rem); }
.portfolio-intro h1 { margin: 0; font-size: clamp(5.5rem, 12vw, 12rem); line-height: .75; }
.portfolio-intro p { max-width: 27rem; margin: 0; color: var(--muted); }
.portfolio-list { display: grid; gap: 8rem; padding-bottom: 10rem; }
.portfolio-item { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem 5vw; align-items: end; }
.portfolio-item:nth-child(even) { grid-template-columns: .8fr 1.2fr; }
.portfolio-item:nth-child(even) .portfolio-item__image { order: 2; }
.portfolio-item__image { aspect-ratio: 1.25; object-fit: cover; }
.portfolio-item__copy { padding-bottom: 1rem; }
.portfolio-item__copy span { color: var(--muted); font-size: .66rem; text-transform: uppercase; }
.portfolio-item__copy h2 { margin: .5rem 0 1rem; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .85; }
.portfolio-item__copy p { max-width: 25rem; color: var(--muted); }
.services-overview-link { justify-self: start; margin-top: 2rem; }
.services-page-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr); align-items: end; gap: 4vw; padding-block: clamp(1.5rem, 2vw, 2.4rem) clamp(3rem, 5vw, 5rem); }
.services-page-intro > div:first-child > .eyebrow { display: none; }
.services-page-intro h1 { margin: 0; font-size: clamp(4.8rem, 10vw, 10rem); line-height: .78; }
.services-page-intro__copy { max-width: 34rem; padding-bottom: .3rem; color: var(--muted); }
.services-page-intro__copy > p:first-child { margin-bottom: 1.5rem; font-family: var(--display); color: var(--ink); font-size: clamp(1.6rem, 2.5vw, 2.5rem); line-height: 1.05; }
.services-page-list { padding-bottom: 2rem; }
.services-page-row { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .85fr); align-items: center; gap: clamp(2.5rem, 8vw, 8rem); }
.services-page-row:nth-of-type(even) .services-page-image { order: 2; }
.services-page-image { position: relative; height: clamp(360px, 42vw, 620px); margin: 0; overflow: hidden; background: #e8e2d5; }
.services-page-image img { width: 100%; height: 100%; object-fit: cover; }
.services-page-copy { max-width: 560px; }
.services-page-copy h2 { margin: 0 0 1.2rem; font-size: clamp(3.4rem, 5.5vw, 6.2rem); line-height: .86; }
.services-page-copy > p:not(.eyebrow) { max-width: 39rem; color: var(--muted); }
.service-prices { max-width: 39rem; margin-top: 1.8rem; }
.service-prices > .eyebrow { margin-bottom: .55rem; }
.service-prices dl { margin: 0; border-top: 1px solid var(--line); }
.service-prices dl > div { display: flex; justify-content: space-between; gap: 1.25rem; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.service-prices dt { color: var(--muted); }
.service-prices dd { flex: 0 0 auto; margin: 0; color: var(--ink); font-variant-numeric: tabular-nums; }
.services-page-copy .arrow-link { justify-self: start; margin: 1.4rem 0 0; }
.service-plan-options { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 5vw; align-items: start; }
.service-plan-options__heading h2 { margin: 0; font-size: clamp(3.2rem, 5.6vw, 6rem); line-height: .86; }
.service-plan-options__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.service-plan-options__grid article { padding-top: .8rem; border-top: 1px solid var(--line); }
.service-plan-options__grid article > span { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.service-plan-options__grid h3 { margin: 1.3rem 0 .8rem; font-size: clamp(1.8rem, 2.8vw, 3rem); line-height: .95; }
.service-plan-options__grid p { color: var(--muted); font-size: .9rem; }
.services-page-contact .contact-band__inner { align-items: end; }
.services-page-contact h2 { margin: 0; font-size: clamp(3rem, 5.4vw, 5.8rem); line-height: .9; }
.services-page-contact .contact-band__inner > div:last-child > p { margin-bottom: 1.5rem; color: rgba(247,246,223,.78); }
.text-page { max-width: 840px; min-height: 65vh; padding-block: 6rem 10rem; }
.text-page h1 { font-size: clamp(4.5rem, 9vw, 8rem); line-height: .82; }
.text-page h2 { margin-top: 3rem; font-size: 2.2rem; }
.text-page p, .text-page li { color: var(--muted); }

@media (min-width: 821px) {
  .site-header, .hero.shell { width: min(1450px, calc(100% - 24px)); }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .hero__heading { grid-template-columns: minmax(0, 1fr) minmax(230px, .42fr); gap: 1.5rem; }
  .hero h1 { font-size: clamp(3.5rem, 7vw, 4.5rem); }
  .hero__heading .arrow-link { grid-column: 2; margin-top: 1rem; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 82px; }
  .menu-button { grid-column: 1; grid-row: 1; display: block; justify-self: start; }
  .wordmark { grid-column: 2; grid-row: 1; width: 90px; }
  .site-header > .button { display: none; }
  .site-nav { position: fixed; inset: 82px 0 0; z-index: 2; display: none; flex-direction: column; align-items: start; gap: 0; padding: 2rem 1rem; background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 2.5rem; text-transform: none; }
  .hero__heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .hero h1 { font-size: clamp(4.6rem, 22vw, 8rem); }
  .hero__heading > p { margin: 0; }
  .hero__heading .arrow-link { justify-self: start; margin: 0 0 .5rem; }
  .edge-image--hero { height: 62vh; min-height: 420px; }
  .service-list { grid-template-columns: 1fr; gap: 4rem; padding-left: 22%; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card__title { font-size: 1.65rem; }
  .contact-band__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-signature { margin-inline: auto; padding-left: 0; }
  .home-footer .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(180px, .65fr); gap: 3rem 2rem; }
  .home-footer .footer-signup { width: 100%; }
  .footer-navigation { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .split-story { grid-template-columns: 1fr; }
  .split-story img { width: 72%; }
  .process { grid-template-columns: 1fr; }
  .statement-image { width: 88%; height: 520px; }
  .about-history__details { max-width: 680px; }
  .about-person__card { width: min(100%, 460px); }
  .portfolio-intro { display: block; }
  .portfolio-intro h1 { margin-bottom: 2rem; }
  .portfolio-item, .portfolio-item:nth-child(even) { grid-template-columns: 1fr; }
  .portfolio-item:nth-child(even) .portfolio-item__image { order: 0; }
  .services-page-intro { grid-template-columns: 1fr; gap: 2rem; }
  .services-page-row, .services-page-row:nth-of-type(even) { grid-template-columns: 1fr; gap: 2rem; }
  .services-page-row:nth-of-type(even) .services-page-image { order: 0; }
  .services-page-image { height: min(112vw, 540px); }
  .service-plan-options { grid-template-columns: 1fr; gap: 3rem; }
  .services-page-contact .contact-band__inner { gap: 2rem; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 20px, var(--shell)); }
  .section::before { width: calc(100vw - 20px); }
  .section { padding-block: clamp(4.5rem, 15vw, 5.5rem); }
  .hero, .page-hero, .portfolio-intro.section, .services-page-intro { padding-top: 1.25rem; }
  .hero__heading { gap: 1rem; }
  .hero h1 { font-size: 13.4vw; }
  .edge-image--hero { height: min(62svh, 540px); min-height: 360px; }
  .page-hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); line-height: .84; }
  .portfolio-intro h1 { max-width: 100%; font-size: clamp(2.75rem, 12vw, 4.5rem); line-height: .88; text-wrap: balance; }
  .section-heading h2 { font-size: clamp(2.6rem, 10.6vw, 3.7rem); line-height: .9; }
  .text-page h1 { font-size: clamp(2.75rem, 12vw, 4.5rem); line-height: .88; }
  .services-page-intro h1 { font-size: clamp(3.4rem, 13vw, 6rem); }
  .services-page-copy h2 { font-size: clamp(2.7rem, 10vw, 4.2rem); }
  .service-plan-options__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .wide-photo img { height: auto; aspect-ratio: 1.36 / 1; }
  .service-list { padding-left: 0; }
  .section-heading { display: block; }
  .section-heading .arrow-link { margin-top: 1rem; }
  .project-grid { gap-block: 3rem; }
  .project-card { grid-template-columns: 1fr; }
  .project-card__meta { margin-top: .2rem; }
  .contact-form { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .form-footer { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .home-footer .footer-brand-track, .footer-signature { width: min(100% - 20px, var(--shell)); margin-inline: auto; padding-left: 0; }
  .footer-signature { margin-top: 1rem; }
  .home-footer .footer-grid { width: min(100% - 20px, var(--shell)); grid-template-columns: 1fr; gap: 2.5rem; padding-top: 4rem; }
  .footer-navigation { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; gap: 3rem; }
  .split-story img { width: 100%; }
  .statement-image { width: 100%; height: 430px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  body.motion-ready .reveal, body.motion-ready .hero__heading > * { opacity: 1; transform: none; }
  body.motion-ready .section::before { transform: translateX(-50%) scaleX(1); }
}

/* Keep the Hummel logo compact and aligned consistently on every page. */
.footer-brand.shell { width: min(var(--shell), calc(100% - 32px)); margin-inline: auto; }
.footer-brand img { width: clamp(7rem, 9vw, 9.5rem); }
.footer-brand:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.home-footer { padding-block: 1.35rem 1rem; }
.home-footer .footer-brand-track { padding: 0; overflow: visible; text-align: left; }
.home-footer .footer-brand { position: static; left: auto; width: 100%; transform: none; }
.footer-signature { margin-top: .65rem; padding-left: 0; }
.home-footer .footer-grid { padding-top: clamp(2rem, 4vw, 3.5rem); }
.home-footer .legal { margin-top: 1.75rem; padding-top: .7rem; }

@media (max-width: 520px) {
  .footer-brand.shell { width: min(var(--shell), calc(100% - 20px)); }
  .footer-brand img { width: 7rem; }
  .home-footer .footer-brand-track, .footer-signature { width: min(var(--shell), calc(100% - 20px)); margin-inline: auto; }
  .home-footer .footer-grid { gap: 1.6rem; padding-top: 2rem; }
  .home-footer .footer-navigation { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .home-footer .legal { margin-top: 1.25rem; }
}
