:root {
    --ink: #17181a;
    --graphite: #232529;
    --graphite-soft: #303339;
    --paper: #f2f3f4;
    --surface: #ffffff;
    --muted: #62666d;
    --line: rgba(23, 24, 26, 0.14);
    --accent: #d2232a;
    --accent-dark: #a7181e;
    --accent-soft: #f8e3e4;
    --signal: #f2b705;
    --shadow: 0 16px 38px rgba(20, 22, 25, 0.12);
    --header-height: 96px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

body.nav-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0%;
    height: 4px;
    background: var(--accent);
    transform-origin: left;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    color: #fff;
    transition: background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.site-header.is-scrolled {
    background: rgba(25, 26, 29, 0.96);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.topline {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.65rem 1.25rem 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.78);
}

.topline p {
    margin: 0;
}

.topline a {
    font-weight: 750;
    color: #fff;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.85rem 1.25rem 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 48px;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: var(--accent);
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: none;
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: clamp(0.92rem, 1.7vw, 1.1rem);
    letter-spacing: 0;
}

.brand small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.nav-links a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    padding: 0.65rem 0.85rem;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    font-size: 0.92rem;
    transition: background 180ms ease, color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-links .nav-cta {
    margin-left: 0.35rem;
    background: #fff;
    color: var(--ink);
}

.nav-toggle {
    display: none;
    width: 44px;
    aspect-ratio: 1;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.nav-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
    border-radius: 99px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
    position: relative;
    min-height: 82svh;
    overflow: hidden;
    color: #fff;
    display: grid;
    align-items: end;
    padding: clamp(8rem, 16vh, 11rem) 1.25rem clamp(3.5rem, 8vh, 5.5rem);
}

.hero-media,
.hero-media img,
.hero-shade {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.04);
    transition: transform 1000ms ease-out;
}

.hero::after {
    content: none;
}

.hero-shade {
    background: linear-gradient(90deg, rgba(15, 16, 18, 0.92) 0%, rgba(15, 16, 18, 0.68) 48%, rgba(15, 16, 18, 0.24) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 1180px);
    margin: 0 auto;
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--accent);
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: #fff;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1;
    letter-spacing: 0;
}

h1 {
    max-width: 920px;
    font-size: clamp(3rem, 7vw, 6.2rem);
    font-weight: 950;
    text-transform: uppercase;
}

h2 {
    font-size: clamp(2.2rem, 4.8vw, 4.8rem);
    font-weight: 900;
}

h3 {
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 850;
}

.hero-lead {
    max-width: 660px;
    margin: 1.1rem 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.05rem, 2.4vw, 1.45rem);
}

.hero-actions,
.contact-actions,
.result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0.84rem 1.08rem;
    cursor: pointer;
    font-weight: 850;
    line-height: 1.1;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 24px rgba(210, 35, 42, 0.24);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.88);
    color: var(--ink);
    border-color: rgba(16, 22, 21, 0.12);
}

.button-dark {
    background: var(--graphite);
    color: #fff;
}

.hero-status {
    width: fit-content;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.5rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(20, 21, 24, 0.74);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.86);
}

.hero-status strong {
    color: #fff;
}

.status-dot {
    width: 0.7rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(210, 35, 42, 0.18);
}

.status-dot.open {
    background: #43d17b;
    box-shadow: 0 0 0 6px rgba(67, 209, 123, 0.18);
}

.proof-section {
    padding: clamp(1.5rem, 3vw, 2.5rem) 1.25rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.proof-band {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 1180px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 12px 32px rgba(20, 22, 25, 0.08);
}

.proof-item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 154px;
    flex-direction: column;
    justify-content: center;
    padding: 1.7rem clamp(1.25rem, 2.4vw, 2rem);
    border-right: 1px solid var(--line);
    background: transparent;
}

.proof-item:last-child {
    border-right: 0;
}

.proof-item::before {
    content: "";
    position: absolute;
    top: 1.7rem;
    left: clamp(1.25rem, 2.4vw, 2rem);
    width: 34px;
    height: 3px;
    border-radius: 99px;
    background: var(--accent);
}

.proof-item strong {
    display: block;
    margin-top: 1.25rem;
    color: var(--graphite);
    font-size: clamp(2.15rem, 3.4vw, 3.3rem);
    line-height: 1;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.proof-item span {
    display: block;
    max-width: 190px;
    margin-top: 0.65rem;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.35;
    font-weight: 800;
}

.section {
    padding: clamp(4rem, 8vw, 6.5rem) 1.25rem;
}

.section-grid,
.section-heading,
.services-grid,
.process-steps,
.reviews-grid,
.hours-section,
.legal-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.two-columns {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 6vw, 5rem);
}

.section-copy h2,
.section-heading h2,
.photo-copy h2,
.contact-info h2,
.hours-copy h2,
.legal-inner h2 {
    color: var(--graphite);
}

.intro-section {
    padding-top: clamp(3.5rem, 7vw, 5.5rem);
    padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
    border-bottom: 1px solid var(--line);
    background: var(--surface);
}

.intro-section .section-grid {
    align-items: center;
}

.intro-section .two-columns {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    gap: clamp(3.5rem, 7vw, 7rem);
}

.intro-section .section-copy {
    padding-left: clamp(1.25rem, 2.5vw, 2rem);
    border-left: 4px solid var(--accent);
}

.intro-section .section-copy h2 {
    max-width: 650px;
    font-size: clamp(2.7rem, 4vw, 4rem);
    line-height: 1.04;
}

.intro-text {
    max-width: 520px;
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
    color: #454950;
    font-size: clamp(1rem, 1.35vw, 1.1rem);
    line-height: 1.75;
}

.intro-text p {
    margin: 0;
}

.intro-text p + p {
    margin-top: 1.2rem;
}

.section-heading {
    max-width: 820px;
    margin-bottom: clamp(2rem, 5vw, 3.4rem);
    text-align: center;
}

.section-heading p:last-child {
    max-width: 620px;
    margin: 1rem auto 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.services-section {
    background: var(--paper);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.service-card,
.review-card,
.contact-card,
.process-step,
.faq-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 8px 22px rgba(20, 22, 25, 0.05);
}

.service-card {
    min-height: 234px;
    padding: 1.25rem;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(210, 35, 42, 0.38);
    box-shadow: var(--shadow);
}

.service-card span {
    display: inline-flex;
    margin-bottom: 1.6rem;
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.service-card p,
.process-step p,
.review-card p,
.faq-item p,
.legal-inner p {
    color: var(--muted);
}

.service-card p {
    margin: 0.85rem 0 0;
}

.atelier-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    min-height: 620px;
    background: var(--graphite);
    color: #fff;
}

.atelier-image {
    min-height: 420px;
    overflow: hidden;
}

.atelier-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
}

.atelier-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 6vw, 5rem);
    background: var(--graphite);
}

.atelier-panel .eyebrow {
    color: #ff666b;
}

.atelier-panel h2 {
    color: #fff;
}

.atelier-panel p {
    max-width: 650px;
    margin: 1.15rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 2rem;
}

.trust-list span {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    padding: 0.62rem 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 750;
    font-size: 0.92rem;
}

.process-section {
    background: var(--surface);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.process-step {
    position: relative;
    min-height: 230px;
    padding: 1.25rem;
    overflow: hidden;
}

.process-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--accent);
}

.process-step span {
    display: block;
    margin-bottom: 2.6rem;
    color: rgba(210, 35, 42, 0.2);
    font-size: clamp(2.8rem, 7vw, 5rem);
    line-height: 0.75;
    font-weight: 950;
}

.process-step p {
    margin: 0.8rem 0 0;
}

.photo-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
    padding: clamp(4rem, 8vw, 6.5rem) max(1.25rem, calc((100vw - 1180px) / 2));
    background: #e8eaec;
}

.photo-copy {
    padding-left: 1.25rem;
}

.photo-copy p:not(.eyebrow) {
    max-width: 560px;
    color: #4c5057;
    font-size: 1.08rem;
}

.photo-stack {
    position: relative;
    min-height: 520px;
    padding: 0 1.25rem 4rem 0;
}

.photo-stack img {
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.photo-main {
    width: 84%;
    aspect-ratio: 4 / 3;
}

.photo-overlap {
    position: absolute;
    right: 1.25rem;
    bottom: 0;
    width: 52%;
    aspect-ratio: 16 / 10;
    border: 6px solid var(--paper);
}

.reviews-section {
    background: var(--paper);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.review-card {
    min-height: 210px;
    padding: 1.35rem;
}

.stars {
    color: var(--signal);
    letter-spacing: 0;
    font-size: 1.05rem;
}

.review-card blockquote {
    margin: 1.2rem 0;
    color: var(--graphite);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.25;
    font-weight: 850;
}

.review-card p {
    margin: 0;
    font-weight: 850;
}

.review-card span {
    display: block;
    color: var(--muted);
    font-weight: 650;
}

.faq-section {
    background: var(--surface);
}

.faq-list {
    display: grid;
    gap: 0.75rem;
}

.faq-item {
    padding: 0.2rem 1.1rem;
}

.faq-item summary {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    color: var(--graphite);
    font-weight: 850;
}

.faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--accent);
    font-size: 1.25rem;
}

.faq-item[open] summary::after {
    content: "-";
}

.faq-item p {
    margin: 0 0 1.1rem;
}

.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
    gap: clamp(2rem, 5vw, 4rem);
    padding: clamp(4rem, 8vw, 6.5rem) max(1.25rem, calc((100vw - 1180px) / 2));
    background:
        linear-gradient(rgba(30, 32, 36, 0.94), rgba(30, 32, 36, 0.94)),
        url("../images/garage-tube-facade.webp") center / cover;
    color: #fff;
}

.contact-info {
    padding-left: 1.25rem;
}

.contact-info .eyebrow {
    color: #ff666b;
}

.contact-info h2 {
    color: #fff;
}

.contact-info > p {
    max-width: 590px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
}

address {
    display: grid;
    gap: 0.35rem;
    max-width: 520px;
    margin-top: 2rem;
    padding: 1.2rem;
    border-left: 4px solid var(--accent);
    background: rgba(255, 255, 255, 0.06);
    font-style: normal;
}

address span,
address a {
    color: rgba(255, 255, 255, 0.82);
}

.contact-card {
    align-self: start;
    padding: 1.25rem;
    background: var(--surface);
    color: var(--ink);
}

.contact-card h3 {
    margin-bottom: 1rem;
}

form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

label {
    display: grid;
    gap: 0.35rem;
    color: var(--graphite);
    font-size: 0.88rem;
    font-weight: 800;
}

.wide {
    grid-column: 1 / -1;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    color: var(--ink);
    padding: 0.82rem 0.85rem;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
    resize: vertical;
    min-height: 116px;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(210, 35, 42, 0.1);
}

.request-result {
    margin-top: 1rem;
    border-radius: 8px;
    padding: 1rem;
    background: var(--accent-soft);
}

.request-result p {
    margin: 0;
    color: var(--graphite);
    white-space: pre-line;
}

.request-result .button-secondary {
    background: var(--surface);
}

.hours-section {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 6vw, 5rem);
    padding: clamp(4.5rem, 8vw, 7rem) 1.25rem;
}

.hours-table {
    display: grid;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--surface);
}

.hours-table div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 64px;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid var(--line);
}

.hours-table div:last-child {
    border-bottom: 0;
}

.hours-table .today {
    background: var(--accent-soft);
}

.hours-table span {
    font-weight: 850;
}

.hours-table strong {
    color: var(--accent-dark);
    text-align: right;
}

.legal-section {
    padding: clamp(3.5rem, 7vw, 5.5rem) 1.25rem;
    background: #e4e6e8;
}

.legal-inner {
    max-width: 900px;
}

.legal-inner h2 {
    font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.source-note {
    font-size: 0.9rem;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem max(1.25rem, calc((100vw - 1180px) / 2));
    background: var(--ink);
    color: rgba(255, 255, 255, 0.76);
}

.site-footer p {
    margin: 0;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.site-footer a {
    color: #fff;
    font-weight: 750;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.services-grid .reveal:nth-child(2),
.process-steps .reveal:nth-child(2),
.reviews-grid .reveal:nth-child(2),
.proof-band .reveal:nth-child(2) {
    transition-delay: 90ms;
}

.services-grid .reveal:nth-child(3),
.process-steps .reveal:nth-child(3),
.reviews-grid .reveal:nth-child(3),
.proof-band .reveal:nth-child(3) {
    transition-delay: 180ms;
}

.services-grid .reveal:nth-child(4),
.process-steps .reveal:nth-child(4),
.proof-band .reveal:nth-child(4) {
    transition-delay: 270ms;
}

@media (max-width: 1024px) {
    .services-grid,
    .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atelier-section,
    .photo-feature,
    .contact-section,
    .hours-section,
    .two-columns {
        grid-template-columns: 1fr;
    }

    .intro-section .two-columns {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .intro-section .section-copy h2 {
        max-width: 760px;
    }

    .intro-text {
        max-width: 760px;
        margin-left: calc(4px + clamp(1.25rem, 2.5vw, 2rem));
    }

    .atelier-section {
        min-height: auto;
    }

    .photo-copy,
    .contact-info {
        padding-left: 0;
    }

    .photo-stack {
        min-height: 430px;
    }
}

@media (max-width: 820px) {
    .topline {
        display: none;
    }

    .navbar {
        padding-top: 0.85rem;
    }

    .nav-toggle {
        display: block;
        position: relative;
        z-index: 55;
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-links {
        position: fixed;
        inset: 0;
        display: grid;
        place-content: center;
        gap: 0.75rem;
        padding: 6rem 1.25rem;
        background: rgba(25, 26, 29, 0.99);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 220ms ease, transform 220ms ease;
    }

    .nav-links.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .nav-links a {
        justify-content: center;
        font-size: 1.25rem;
    }

    .nav-links .nav-cta {
        margin-left: 0;
    }

    .hero {
        min-height: 90svh;
        padding-top: 7rem;
    }

    .proof-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-item:nth-child(2) {
        border-right: 0;
    }

    .proof-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .brand {
        min-width: 0;
    }

    .brand-mark {
        width: 42px;
    }

    .brand strong {
        max-width: 210px;
        font-size: 0.9rem;
    }

    .brand small {
        display: none;
    }

    .hero {
        min-height: 88svh;
        padding-bottom: 3.5rem;
    }

    h1 {
        font-size: clamp(2.55rem, 16vw, 4.2rem);
    }

    h2 {
        font-size: clamp(1.95rem, 10vw, 3rem);
    }

    .intro-section .section-copy {
        padding-left: 1rem;
        border-left-width: 3px;
    }

    .intro-section .section-copy h2 {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .intro-text {
        margin-left: 0;
    }

    .hero-actions,
    .contact-actions,
    .result-actions {
        display: grid;
    }

    .button {
        width: 100%;
    }

    .proof-band,
    .services-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }

    .proof-item {
        min-height: 132px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .proof-item:nth-child(2) {
        border-right: 0;
    }

    .proof-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .proof-item:last-child {
        border-bottom: 0;
    }

    .service-card,
    .process-step,
    .review-card {
        min-height: auto;
    }

    .photo-stack {
        min-height: auto;
        padding: 0;
    }

    .photo-main,
    .photo-overlap {
        position: static;
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .photo-overlap {
        margin-top: 0.9rem;
        border: 0;
    }

    .hours-table div {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .hours-table strong {
        text-align: left;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
