/*
===============================================================================
WE FIXED IT BROâ„¢
Homepage stylesheet â€” Homeowner Emergency Manual

Clean production stylesheet.
Final readability, responsive behavior, full-bleed hero, and project imagery
are integrated into their proper rules. No correction/override patches.
===============================================================================
*/

:root {
    --paper: #f4efe4; --paper-light: #fbf8f1; --paper-deep: #e8e0d2; --paper-note: #fffdf6; --ink: #171d19; --ink-muted: #414941; --green: #173d34;
    --green-deep: #0f2d27; --green-soft: #dce6df; --clay: #b86d4f; --clay-dark: #914f39; --clay-soft: #ead0c2; --line: #d0c7b8; --line-dark: #a99f90;
    --white: #ffffff; --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: Georgia, "Times New Roman", serif; --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace; --container: 1220px;
    --gutter: clamp(1rem, 3vw, 2.5rem); --section-space: clamp(4.5rem, 8vw, 7.5rem); --radius-xs: 0.35rem; --radius-sm: 0.55rem; --radius-md: 0.9rem;
    --radius-lg: 1.25rem; --shadow-soft: 0 18px 45px rgba(25, 42, 35, 0.08); --shadow-paper: 0 12px 30px rgba(34, 39, 35, 0.11); --transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

body {
    margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 17px; font-weight: 450;
    line-height: 1.72; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}

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

img, picture, svg, canvas {
    display: block;
    max-width: 100%;
}

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

button { cursor: pointer; }

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

h1, h2, h3, p, figure, blockquote, dl, dd { margin-top: 0; }

h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.025em;
}

p { margin-bottom: 1rem; }

::selection {
    background: var(--clay);
    color: var(--white);
}

:focus-visible {
    outline: 3px solid var(--clay);
    outline-offset: 3px;
}

.site-shell { overflow: clip; }

.container {
    width: min(calc(100% - (var(--gutter) * 2)), var(--container));
    margin-inline: auto;
}

.section { padding-block: var(--section-space); }

.skip-link {
    position: fixed; top: 1rem; left: 1rem; z-index: 9999; transform: translateY(-180%); padding: 0.75rem 1rem; border-radius: var(--radius-xs);
    background: var(--green); color: var(--white); font-size: 0.78rem; font-weight: 800; transition: transform var(--transition);
}

.skip-link:focus { transform: translateY(0); }

.eyebrow {
    display: inline-flex; align-items: center; gap: 0.55rem; margin-bottom: 0.8rem; color: var(--clay-dark); font-size: 0.72rem; font-weight: 850;
    letter-spacing: 0.07em; text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 1.3rem;
    height: 1px;
    background: currentColor;
}

.button {
    display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: 0.5rem; border: 1px solid transparent; border-radius: 999px;
    padding: 0.72rem 1.2rem; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.055em; text-align: center; text-transform: uppercase;
    transition: transform var(--transition), background-color var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.button:hover { transform: translateY(-1px); }

.button--primary {
    background: var(--green);
    color: var(--white);
    box-shadow: 0 8px 18px rgba(23, 61, 52, 0.14);
}

.button--primary:hover { background: var(--green-deep); }

.button--small {
    min-height: 2.65rem;
    padding-inline: 1rem;
    font-size: 0.68rem;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--green);
    font-size: 0.77rem;
    font-weight: 820;
}

.text-link span { transition: transform var(--transition); }

.text-link:hover span { transform: translate(2px, -2px); }

.site-header {
    position: sticky; top: 0; z-index: 100; background: rgba(251, 248, 241, 0.96); backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(112, 102, 87, 0.18);
}

.utility-bar {
    border-bottom: 1px solid var(--line);
    background: var(--green);
    color: var(--white);
}

.utility-bar__inner {
    display: flex;
    min-height: 31px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.crew-status {
    display: inline-flex; align-items: center; gap: 0.45rem; margin: 0; font-size: 0.72rem; font-weight: 800;
    letter-spacing: 0.07em; text-transform: uppercase;
}

.crew-status__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9fd6a2;
    box-shadow: 0 0 0 3px rgba(159, 214, 162, 0.15);
}

.utility-bar__meta {
    display: flex; align-items: center; gap: 0.65rem; color: rgba(255, 255, 255, 0.72); font-size: 0.72rem; font-weight: 800;
    letter-spacing: 0.07em; text-transform: uppercase;
}

.utility-bar__meta a { color: var(--white); }

.site-header__main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    min-height: 74px;
    align-items: center;
    gap: 2rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: max-content;
}

.brand__mark {
    display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--green); border-radius: 50%; background: transparent;
    color: var(--green); font-family: var(--font-body); font-size: 0.65rem; font-weight: 950; letter-spacing: 0.05em;
}

.brand__copy {
    display: grid;
    gap: 0.08rem;
}

.brand__copy strong {
    color: var(--green-deep);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.035em;
}

.brand__copy small {
    color: var(--ink-muted);
    font-size: 0.67rem;
    font-weight: 650;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.1rem, 3vw, 2.2rem);
}

.primary-nav a {
    position: relative;
    color: #4d5650;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.primary-nav a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -0.45rem; height: 1px; transform: scaleX(0); transform-origin: center;
    background: var(--clay); transition: transform var(--transition);
}

.primary-nav a:hover::after { transform: scaleX(1); }

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-phone {
    color: var(--green);
    font-size: 0.84rem;
    font-weight: 800;
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 0.7rem;
    border: 0;
    background: transparent;
    color: var(--green);
}

.nav-toggle__label {
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nav-toggle__icon {
    display: grid;
    width: 21px;
    gap: 5px;
}

.nav-toggle__icon span {
    display: block;
    height: 1px;
    background: currentColor;
}

.hero {
    position: relative;
    padding-block: clamp(2.3rem, 5vw, 4rem) 1.5rem;
    background:
        linear-gradient(
            90deg,
            rgba(184, 109, 79, 0.04),
            transparent 30%
        ),
        var(--paper);
}

.hero__frame {
    position: relative;
    min-height: 610px;
}

.hero__media {
    position: absolute;
    inset: 0 0 0 23%;
    overflow: hidden;
    border-radius: 0 0 var(--radius-lg) 0;
    background: #cfc7b8;
    box-shadow: var(--shadow-soft);
}

.hero__photo {
    position: absolute;
    inset: 0;
}

.hero__photo--main {
    background-image:
        linear-gradient(
            90deg,
            rgba(15, 45, 39, 0.08),
            rgba(15, 45, 39, 0.015)
        ),
        url("../images/we-fixed-it-bro-hero-kitchen.png");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero__photo--main::before,
.hero__photo--main::after {
    content: none;
}

.case-stamp {
    position: absolute; right: 1.5rem; top: 1.5rem; z-index: 3; display: grid; min-width: 120px; gap: 0.15rem; border: 1px solid rgba(15, 45, 39, 0.5);
    padding: 0.8rem 0.9rem; background: rgba(251, 248, 241, 0.88); color: var(--green); backdrop-filter: blur(6px);
}

.case-stamp__label,
.case-stamp__type {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.case-stamp strong {
    font-family: var(--font-mono);
    font-size: 1.6rem;
    line-height: 1;
}

.case-stamp__type { color: var(--clay-dark); }

.photo-note {
    position: absolute; z-index: 3; color: var(--green-deep); font-family: var(--font-mono); font-size: 0.72rem; font-weight: 800;
    letter-spacing: 0.07em; text-transform: uppercase;
}

.photo-note p {
    margin: 0;
    padding: 0.35rem 0.45rem;
    background: rgba(251, 248, 241, 0.9);
}

.photo-note__line {
    display: block;
    width: 75px;
    height: 1px;
    background: currentColor;
}

.photo-note--one {
    left: 31%;
    top: 23%;
}

.photo-note--one .photo-note__line {
    transform: rotate(-18deg);
    transform-origin: left center;
}

.photo-note--two {
    right: 9%;
    bottom: 21%;
}

.photo-note--two .photo-note__line {
    margin-left: auto;
    transform: rotate(13deg);
    transform-origin: right center;
}

.inspection-card {
    position: absolute; z-index: 6; left: 0; top: 50%; width: min(455px, 41%); transform: translateY(-50%); padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid var(--line-dark);

    background:
        repeating-linear-gradient(
            0deg,
            rgba(90, 82, 70, 0.035) 0,
            rgba(90, 82, 70, 0.035) 1px,
            transparent 1px,
            transparent 31px
        ),
        var(--paper-note);

    box-shadow: var(--shadow-paper);
}

.inspection-card::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 34px;
    width: 84px;
    height: 18px;
    transform: rotate(-2deg);
    background: rgba(226, 211, 180, 0.72);
}

.inspection-card__top {
    display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 0.65rem; border-bottom: 1px solid var(--line); color: var(--ink-muted);
    font-family: var(--font-mono); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
}

.inspection-card__eyebrow {
    margin: 1.3rem 0 0.55rem;
    color: var(--clay-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.inspection-card h1 {
    max-width: 390px;
    margin-bottom: 1rem;
    color: var(--green-deep);
    font-size: clamp(2.7rem, 5vw, 4.25rem);
    line-height: 0.98;
}

.inspection-card__lead {
    max-width: 34rem;
    margin-bottom: 1.35rem;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.72;
}

.inspection-card__facts {
    margin: 0 0 1.5rem;
    border-top: 1px solid var(--line);
}

.inspection-card__facts > div {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 1rem;
    padding-block: 0.65rem;
    border-bottom: 1px solid var(--line);
}

.inspection-card__facts dt {
    color: var(--ink-muted);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.inspection-card__facts dd {
    margin: 0;
    color: var(--green-deep);
    font-size: 0.9rem;
    font-weight: 800;
}

.inspection-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.hero__footer {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding-top: 1.25rem;
}

.rating-line {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.rating-line__score {
    color: var(--green);
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 1;
}

.rating-line__stars {
    margin-bottom: 0.1rem;
    color: var(--clay);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
}

.rating-line p {
    margin: 0;
    color: var(--ink);
    font-size: 0.82rem;
    line-height: 1.5;
}

.hero__microcopy {
    margin: 0; color: var(--ink-muted); font-family: var(--font-mono); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.07em;
    text-align: right; text-transform: uppercase;
}

.section-intro {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-intro--ledger,
.section-intro--reviews {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 0.6fr);
    gap: clamp(2rem, 7vw, 6rem);
    align-items: end;
}

.section-intro h2 {
    margin: 0;
    color: var(--green-deep);
    font-size: clamp(2.45rem, 4.6vw, 4rem);
    line-height: 1.03;
}

.section-intro__copy {
    max-width: 30rem;
    margin: 0 0 0.35rem;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
}

.service-ledger {
    background: var(--paper-light);
}

.service-list {
    border-top: 1px solid var(--line-dark);
}

.service-row {
    display: grid;
    grid-template-columns:
        54px
        minmax(210px, 1.05fr)
        minmax(260px, 1.3fr)
        minmax(110px, 0.45fr)
        46px;

    gap: 1.2rem;
    align-items: center;
    min-height: 150px;
    padding-block: 1rem;
    border-bottom: 1px solid var(--line);

    transition:
        background-color var(--transition),
        padding-inline var(--transition);
}

.service-row:hover {
    padding-inline: 0.65rem;
    background: #f1eadf;
}

.service-row__number {
    color: var(--clay-dark);
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 800;
}

.service-row__title p {
    margin-bottom: 0.22rem;
    color: #344039;
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.service-row__title h3 {
    margin: 0;
    color: var(--green-deep);
    font-family: var(--font-body);
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.service-row__copy {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.72;
}

.service-row__price {
    display: grid;
    gap: 0.1rem;
    justify-items: end;
    text-align: right;
}

.service-row__price span {
    color: #354039;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.service-row__price strong {
    color: var(--green-deep);
    font-family: var(--font-body);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.service-row__link {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    color: var(--green);

    transition:
        background-color var(--transition),
        color var(--transition),
        transform var(--transition);
}

.service-row__link:hover {
    transform: translateY(-2px);
    background: var(--green);
    color: var(--white);
}

.service-row--urgent {
    position: relative;
    background: rgba(184, 109, 79, 0.07);
}

.service-row--urgent::before {
    content: "URGENT";
    position: absolute;
    left: -2.8rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: var(--clay-dark);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.field-note {
    background: var(--paper);
}

.field-note--two {
    padding-top: 0;
}

.field-note__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: clamp(2.5rem, 7vw, 6rem);
    align-items: center;
}

.field-note__grid--reverse {
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
}

.field-note__media {
    position: relative;
}

.project-photo {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.project-photo::before,
.project-photo::after {
    content: "";
    position: absolute;
}

.project-photo--kitchen {
    background-image:
        linear-gradient(
            180deg,
            rgba(14, 24, 20, 0.08),
            rgba(14, 24, 20, 0.02)
        ),
        url("../images/load-bearing-ish-wall.png");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.project-photo--kitchen::before,
.project-photo--kitchen::after {
    content: none;
}

.project-photo--bathroom {
    background-image:
        linear-gradient(
            180deg,
            rgba(14, 24, 20, 0.05),
            rgba(14, 24, 20, 0.015)
        ),
        url("../images/floating-toilet-incident.png");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.project-photo--bathroom::before,
.project-photo--bathroom::after {
    content: none;
}

.project-caption {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.7rem;
    color: var(--ink-muted);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.project-caption p { margin: 0; }

.project-annotation {
    position: absolute;
    z-index: 4;
    max-width: 150px;
    color: var(--green-deep);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.project-annotation span {
    display: block;
    width: 90px;
    height: 1px;
    margin-bottom: 0.35rem;
    background: currentColor;
}

.project-annotation p {
    margin: 0;
    padding: 0.3rem 0.4rem;
    background: rgba(244, 239, 228, 0.92);
}

.project-annotation--left {
    left: -1.3rem;
    top: 23%;
}

.project-annotation--left span {
    transform: rotate(-15deg);
    transform-origin: left center;
}

.project-annotation--right {
    right: -1.2rem;
    bottom: 24%;
    text-align: right;
}

.project-annotation--right span {
    margin-left: auto;
    transform: rotate(14deg);
    transform-origin: right center;
}

.field-note__copy {
    max-width: 460px;
}

.field-note__copy h2 {
    margin-bottom: 1rem;
    color: var(--green-deep);
    font-size: clamp(2.3rem, 4.2vw, 3.6rem);
    line-height: 1.03;
}

.field-note__lead {
    margin-bottom: 1.5rem;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 1.22rem;
    line-height: 1.6;
}

.field-note__details {
    display: grid;
    gap: 0;
    margin-block: 1.4rem;
    border-block: 1px solid var(--line);
}

.field-note__details > div {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 1rem;
    padding-block: 0.62rem;
    border-bottom: 1px solid var(--line);
}

.field-note__details > div:last-child { border-bottom: 0; }

.field-note__details span {
    color: var(--ink-muted);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.field-note__details strong {
    color: var(--green);
    font-size: 0.88rem;
    font-weight: 800;
}

.field-note__copy > p:not(.eyebrow):not(.field-note__lead) {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.72;
}

.work-order {
    position: relative;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.025) 0 25%,
            transparent 25% 50%,
            rgba(255, 255, 255, 0.025) 50% 75%,
            transparent 75%
        ) 0 0 / 28px 28px,
        var(--green);
}

.work-order__sheet {
    position: relative;
    max-width: 1040px;
    margin-inline: auto;
    overflow: hidden;
    padding: clamp(1.75rem, 4vw, 3rem);
    border: 1px solid rgba(75, 68, 57, 0.32);

    background:
        linear-gradient(
            90deg,
            transparent 0 54px,
            rgba(184, 109, 79, 0.16) 54px 55px,
            transparent 55px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(86, 78, 66, 0.04) 0,
            rgba(86, 78, 66, 0.04) 1px,
            transparent 1px,
            transparent 30px
        ),
        var(--paper-note);

    box-shadow:
        0 28px 70px rgba(5, 22, 18, 0.25),
        inset 0 2px 0 rgba(255, 255, 255, 0.28);
}

.work-order__sheet::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 2;
    width: 138px;
    height: 21px;
    transform: translateX(-50%) rotate(1deg);
    background: rgba(220, 205, 173, 0.76);
    box-shadow: 0 1px 2px rgba(74, 62, 47, 0.08);
}

.work-order__sheet::after {
    content: "FIELD COPY  •  WFB-03";
    position: absolute;
    top: 8.2rem;
    right: -3.55rem;
    transform: rotate(90deg);
    color: rgba(15, 45, 39, 0.34);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.work-order__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 0.1rem 0 1rem;
    border-bottom: 2px solid var(--green);
}

.work-order__header > div:first-child {
    display: grid;
    gap: 0.12rem;
}

.work-order__header p {
    margin: 0;
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.075em;
}

.work-order__header span {
    color: var(--ink-muted);
    font-family: var(--font-mono);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.work-order__number {
    display: grid;
    min-width: 138px;
    grid-template-columns: auto auto;
    gap: 0.35rem 0.8rem;
    align-items: end;
    justify-content: end;
    padding-left: 1rem;
    border-left: 1px solid var(--line);
}

.work-order__number span {
    grid-column: 1;
    align-self: center;
}

.work-order__number strong {
    grid-column: 2;
    color: var(--clay-dark);
    font-family: var(--font-mono);
    font-size: 0.94rem;
    letter-spacing: 0.04em;
}

.work-order__title {
    position: relative;
    min-height: 190px;
    padding: 2.5rem 230px 1.8rem 0;
}

.work-order__title::after {
    content: "STATUS\A READY FOR DISPATCH";
    position: absolute;
    top: 2.55rem;
    right: 0;
    width: 190px;
    padding: 0.72rem 0.85rem;
    border: 1px solid rgba(23, 61, 52, 0.34);
    color: var(--green);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.55;
    white-space: pre;
    text-transform: uppercase;
    box-shadow: inset 4px 0 0 var(--clay);
}

.work-order__title h2 {
    max-width: 690px;
    margin: 0;
    color: var(--green-deep);
    font-size: clamp(2.4rem, 4.5vw, 3.9rem);
    line-height: 1.03;
}

.work-order__steps {
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--green);
    list-style: none;
}

.work-order__step {
    position: relative;
    display: grid;
    grid-template-columns: 36px 58px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    min-height: 128px;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--line);
}

.work-order__step::after {
    content: "CHECKED BY: ________";
    position: absolute;
    right: 0;
    bottom: 0.62rem;
    color: rgba(65, 73, 65, 0.56);
    font-family: var(--font-mono);
    font-size: 0.55rem;
    font-weight: 750;
    letter-spacing: 0.06em;
}

.work-order__checkbox {
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid var(--line-dark);
    background: rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 0 0 3px var(--paper-note);
}

.work-order__checkbox::after {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(23, 61, 52, 0.18);
}

.work-order__step-number {
    align-self: center;
    color: var(--clay-dark);
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.work-order__step > div:last-child {
    max-width: 700px;
    padding-right: 8.2rem;
}

.work-order__step h3 {
    margin-bottom: 0.3rem;
    color: var(--green-deep);
    font-family: var(--font-body);
    font-size: 1.34rem;
    font-weight: 850;
    letter-spacing: -0.015em;
}

.work-order__step p {
    max-width: 650px;
    margin: 0;
    color: var(--ink);
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.66;
}

.work-order__signoff {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    padding-top: 1.6rem;
}

.work-order__signoff > div {
    display: grid;
    max-width: 520px;
    gap: 0.28rem;
}

.work-order__signoff span {
    color: var(--ink-muted);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.work-order__signoff p {
    position: relative;
    margin: 0;
    padding: 0.4rem 0 0.65rem;
    border-bottom: 1px solid var(--line-dark);
    color: var(--green);
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-style: italic;
}

.work-order__signoff p::after {
    content: "TECHNICIAN SIGN-OFF";
    position: absolute;
    right: 0;
    bottom: -1.15rem;
    color: rgba(65, 73, 65, 0.48);
    font-family: var(--font-mono);
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.08em;
}


.review-board {
    background: var(--paper-deep);
}

.review-board__surface {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.85fr 1fr;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
    min-height: 480px;
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 12px solid #7f6756;

    background:
        radial-gradient(
            circle at 10px 10px,
            rgba(104, 81, 62, 0.08) 2px,
            transparent 2.5px
        ) 0 0 / 22px 22px,
        #c9ad8d;

    box-shadow:
        inset 0 0 0 1px rgba(67, 48, 34, 0.18),
        0 22px 55px rgba(49, 40, 31, 0.12);
}

.review-note {
    position: relative;
    margin: 0;
    padding: 1.45rem;
    background: #fffdf5;
    box-shadow: 0 11px 25px rgba(65, 46, 32, 0.15);
}

.review-note--one {
    transform: rotate(-1.8deg);
    margin-top: 2rem;
}

.review-note--two {
    transform: rotate(1.3deg);
    margin-top: 5.5rem;
    background: #f1ebd2;
}

.review-note--three {
    transform: rotate(-0.8deg);
    margin-top: 1rem;
}

.review-note__tape {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 78px;
    height: 20px;
    transform: translateX(-50%) rotate(2deg);
    background: rgba(229, 213, 178, 0.72);
}

.review-note__pin {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--clay);

    box-shadow:
        0 2px 0 rgba(0, 0, 0, 0.18),
        0 0 0 2px rgba(255, 255, 255, 0.22);
}

.review-note__stars {
    margin-bottom: 0.9rem;
    color: var(--clay-dark);
    font-size: 0.68rem;
    letter-spacing: 0.11em;
}

.review-note blockquote {
    margin-bottom: 0.9rem;
    color: var(--green-deep);
    font-family: var(--font-display);
    font-size: 1.5rem;
    line-height: 1.25;
}

.review-note > p {
    color: var(--ink);
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.72;
}

.review-note figcaption {
    display: grid;
    gap: 0.08rem;
    margin-top: 2rem;
}

.review-note figcaption strong {
    font-size: 0.82rem;
}

.review-note figcaption span {
    color: #465048;
    font-size: 0.76rem;
}

.review-board__label {
    position: absolute;
    right: 0.9rem;
    bottom: 0.7rem;
    color: rgba(85, 62, 45, 0.5);
    font-family: var(--font-mono);
    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.18em;
}

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

.faq-section__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(2.5rem, 8vw, 7rem);
}

.faq-section__intro {
    align-self: start;
}

.faq-section__intro h2 {
    margin-bottom: 1rem;
    color: var(--green-deep);
    font-size: clamp(2.3rem, 4.2vw, 3.55rem);
    line-height: 1.04;
}

.faq-section__intro > p:last-child {
    max-width: 24rem;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 500;
}

.faq-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.faq-column {
    border-top: 1px solid var(--line-dark);
}

.faq-entry {
    padding-block: 1.3rem 1.5rem;
    border-bottom: 1px solid var(--line);
}

.faq-entry > span {
    display: block;
    margin-bottom: 0.6rem;
    color: var(--clay-dark);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
}

.faq-entry h3 {
    margin-bottom: 0.55rem;
    color: var(--green-deep);
    font-family: var(--font-body);
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.3;
}

.faq-entry p {
    margin: 0;
    color: var(--ink);
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.72;
}

.damage-report {
    background: var(--paper);
}

.damage-report__shell {
    display: grid;
    grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line-dark);
    background: var(--paper-note);
    box-shadow: var(--shadow-soft);
}

.damage-report__intro {
    position: relative;
    padding: clamp(2rem, 5vw, 4rem);
    background: var(--green);
    color: var(--white);
}

.damage-report__intro .eyebrow {
    color: #e4b9a2;
}

.damage-report__intro h2 {
    margin-bottom: 1rem;
    color: var(--white);
    font-size: clamp(2.7rem, 4.7vw, 4rem);
    line-height: 0.98;
}

.damage-report__intro > p:not(.eyebrow) {
    max-width: 25rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.7;
}

.damage-report__stamp {
    position: absolute;
    right: 1.3rem;
    top: 1.3rem;
    transform: rotate(5deg);
    border: 2px solid rgba(228, 185, 162, 0.62);
    padding: 0.45rem 0.55rem;
    color: rgba(228, 185, 162, 0.78);
    font-family: var(--font-mono);
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.35;
    text-align: center;
}

.damage-report__emergency {
    display: grid;
    gap: 0.1rem;
    margin-top: 2.2rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.damage-report__emergency span {
    color: rgba(255, 255, 255, 0.54);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.damage-report__emergency a {
    font-family: var(--font-display);
    font-size: 1.45rem;
}

.damage-report__emergency small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.78rem;
}

.damage-form {
    padding: clamp(1.5rem, 4vw, 3rem);

    background:
        repeating-linear-gradient(
            0deg,
            rgba(90, 82, 70, 0.03) 0,
            rgba(90, 82, 70, 0.03) 1px,
            transparent 1px,
            transparent 30px
        ),
        var(--paper-note);
}

.damage-form__heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.6rem;
    padding-bottom: 0.9rem;
    border-bottom: 2px solid var(--green);
}

.damage-form__heading > div {
    display: grid;
}

.damage-form__heading span {
    color: var(--ink-muted);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.damage-form__heading strong {
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 900;
}

.damage-form__ref {
    text-align: right;
}

.damage-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.form-field {
    display: grid;
    gap: 0.42rem;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-field > span {
    color: var(--green-deep);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid #cfc5b7;
    border-radius: 0;
    padding: 0.78rem 0.82rem;
    background: rgba(255, 255, 255, 0.6);
    color: var(--ink);
    font-size: 0.96rem;
    font-weight: 500;
    outline: none;

    transition:
        border-color var(--transition),
        box-shadow var(--transition),
        background-color var(--transition);
}

.form-field textarea {
    min-height: 135px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--green);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(23, 61, 52, 0.08);
}

.damage-form__footer {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    align-items: center;
    margin-top: 1.2rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--line);
}

.damage-form__footer p {
    max-width: 360px;
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.7rem;
    line-height: 1.5;
}

.form-status {
    margin: 0.85rem 0 0;
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 800;
}

.site-footer {
    background: #102f28;
    color: var(--white);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 0.9fr 0.45fr;
    gap: clamp(1.5rem, 5vw, 4rem);
    padding-block: 4rem 3rem;
}

.brand--footer .brand__mark {
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--white);
}

.brand--footer .brand__copy strong { color: var(--white); }

.brand--footer .brand__copy small { color: rgba(255, 255, 255, 0.48); }

.site-footer__identity > p {
    max-width: 26rem;
    margin: 1.2rem 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.94rem;
}

.site-footer__column {
    display: grid;
    align-content: start;
    gap: 0.5rem;
}

.site-footer__label {
    margin-bottom: 0.35rem;
    color: #dfad95;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.site-footer__column a,
.site-footer__column > span:not(.site-footer__label) {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
}

.site-footer__column a:hover { color: var(--white); }

.site-footer__badge {
    display: grid;
    width: 110px;
    min-height: 130px;
    place-content: center;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
}

.site-footer__badge > span {
    margin-bottom: 0.35rem;
    color: #dfad95;
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 1;
}

.site-footer__badge small {
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding-block: 1.2rem 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.69rem;
}

.site-footer__bottom p:last-child {
    text-align: right;
}

.mobile-action-bar {
    display: none;
}


/* ==========================================================================
   RESPONSIVE â€” LARGE TABLET
   ========================================================================== */

@media (max-width: 1080px) {

    .primary-nav {
        gap: 1.1rem;
    }

    .service-row {
        grid-template-columns:
            42px
            minmax(190px, 1fr)
            minmax(220px, 1.15fr)
            100px
            42px;

        gap: 0.9rem;
    }

    .field-note__grid,
    .field-note__grid--reverse {
        gap: 3rem;
    }

    .site-footer__grid {
        grid-template-columns: 1.2fr 0.7fr 0.9fr;
    }

    .site-footer__badge {
        display: none;
    }
}


/* ==========================================================================
   RESPONSIVE â€” TABLET
   ========================================================================== */

@media (max-width: 900px) {

    html {
        scroll-padding-top: 6rem;
    }

    .site-header__main {
        grid-template-columns: auto auto;
        justify-content: space-between;
        min-height: 68px;
    }

    .site-header__actions {
        gap: 0.8rem;
    }

    .header-phone,
    .site-header__actions .button {
        display: none;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .primary-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        background: var(--paper-light);
        box-shadow: 0 14px 30px rgba(25, 42, 35, 0.08);
    }

    .primary-nav.is-open,
    .primary-nav[data-open="true"] {
        display: flex;
    }

    .primary-nav a {
        padding: 0.95rem var(--gutter);
        border-bottom: 1px solid var(--line);
    }

    .primary-nav a:last-child {
        border-bottom: 0;
    }

    .primary-nav a::after {
        display: none;
    }

    .hero {
        padding-top: 2rem;
    }

    .hero__frame {
        display: grid;
        min-height: 0;
    }

    .hero__media {
        position: relative;
        inset: auto;
        min-height: 500px;
        grid-area: 1 / 1;
        margin-left: 12%;
    }

    .inspection-card {
        position: relative;
        left: auto;
        top: auto;
        width: min(470px, 78%);
        grid-area: 1 / 1;
        align-self: end;
        transform: translateY(2rem);
        margin-left: 0;
    }

    .hero__footer {
        padding-top: 3.3rem;
    }

    .section-intro--ledger,
    .section-intro--reviews {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .service-row {
        grid-template-columns: 40px 1fr 100px 42px;

        grid-template-areas:
            "number title price link"
            ". copy copy copy";

        min-height: 0;
        padding-block: 1.3rem;
    }

    .service-row__number {
        grid-area: number;
        align-self: start;
    }

    .service-row__title { grid-area: title; }

    .service-row__copy {
        grid-area: copy;
        max-width: 620px;
    }

    .service-row__price {
        grid-area: price;
        align-self: start;
    }

    .service-row__link {
        grid-area: link;
        align-self: start;
    }

    .service-row--urgent::before {
        display: none;
    }

    .field-note__grid,
    .field-note__grid--reverse {
        grid-template-columns: 1fr;
    }

    .field-note__grid--reverse .field-note__copy {
        order: 2;
    }

    .field-note__grid--reverse .field-note__media {
        order: 1;
    }

    .field-note__copy {
        max-width: 680px;
    }

    .project-photo {
        min-height: 500px;
    }

    .review-board__surface {
        grid-template-columns: 1fr 1fr;
    }

    .review-note--three {
        grid-column: 1 / -1;
        width: min(440px, 70%);
        justify-self: center;
    }

    .faq-section__grid {
        grid-template-columns: 1fr;
    }

    .faq-columns {
        gap: 1.3rem;
    }

    .damage-report__shell {
        grid-template-columns: 1fr;
    }

    .damage-report__intro {
        min-height: 360px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* ==========================================================================
   RESPONSIVE â€” MOBILE
   ========================================================================== */

@media (max-width: 650px) {

    body {
        padding-bottom: 58px;
        font-size: 16px;
    }

    .utility-bar__meta > span:first-child,
    .utility-bar__meta > span[aria-hidden="true"] {
        display: none;
    }

    .brand__copy small {
        display: none;
    }

    .hero__media {
        min-height: 390px;
        margin-left: 5%;
    }

    .case-stamp {
        right: 0.8rem;
        top: 0.8rem;
        min-width: 100px;
        padding: 0.65rem;
    }

    .photo-note {
        display: none;
    }

    .inspection-card {
        width: 94%;
        padding: 1.35rem;
    }

    .inspection-card h1 {
        font-size: clamp(2.55rem, 13vw, 3.6rem);
    }

    .inspection-card__facts > div {
        grid-template-columns: 1fr;
        gap: 0.18rem;
    }

    .inspection-card__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .inspection-card__actions .button {
        width: 100%;
    }

    .hero__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .hero__microcopy {
        text-align: left;
    }

    .section-intro h2 {
        font-size: clamp(2.2rem, 11vw, 3.1rem);
    }

    .service-row {
        grid-template-columns: 34px 1fr 38px;

        grid-template-areas:
            "number title link"
            ". copy copy"
            ". price price";

        gap: 0.8rem;
    }

    .service-row__title h3 {
        font-size: 1.4rem;
    }

    .service-row__price {
        justify-items: start;
        text-align: left;
    }

    .service-row__link {
        width: 36px;
        height: 36px;
    }

    .project-photo {
        min-height: 370px;
    }

    .project-annotation {
        display: none;
    }

    .field-note__copy h2 {
        font-size: clamp(2.2rem, 11vw, 3rem);
    }

    .field-note__details > div {
        grid-template-columns: 1fr;
        gap: 0.18rem;
    }

    .work-order__sheet {
        padding: 1.25rem;

        background:
            repeating-linear-gradient(
                0deg,
                rgba(86, 78, 66, 0.04) 0,
                rgba(86, 78, 66, 0.04) 1px,
                transparent 1px,
                transparent 30px
            ),
            var(--paper-note);
    }

    .work-order__sheet::after {
        display: none;
    }

    .work-order__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .work-order__number {
        min-width: 0;
        justify-content: start;
        border-left: 0;
        padding-left: 0;
    }

    .work-order__title {
        min-height: 0;
        padding: 2rem 0 1.5rem;
    }

    .work-order__title::after {
        position: static;
        display: block;
        width: fit-content;
        margin-top: 1.25rem;
    }

    .work-order__step {
        grid-template-columns: 24px 34px minmax(0, 1fr);
        gap: 0.65rem;
        min-height: 0;
        padding: 1.15rem 0 2.15rem;
    }

    .work-order__checkbox {
        width: 20px;
        height: 20px;
    }

    .work-order__step > div:last-child {
        padding-right: 0;
    }

    .work-order__step::after {
        left: 58px;
        right: auto;
        bottom: 0.55rem;
    }

    .work-order__step h3 {
        font-size: 1.18rem;
    }

    .work-order__signoff {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 2.1rem;
    }

    .work-order__signoff .button {
        width: 100%;
    }

    .review-board__surface {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
        border-width: 8px;
    }

    .review-note,
    .review-note--one,
    .review-note--two,
    .review-note--three {
        width: auto;
        grid-column: auto;
        margin-top: 0;
        transform: none;
    }

    .review-board__label {
        display: none;
    }

    .faq-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .damage-report__intro {
        min-height: 0;
        padding: 2rem 1.4rem;
    }

    .damage-report__stamp {
        position: static;
        display: inline-block;
        margin-bottom: 1.8rem;
    }

    .damage-form {
        padding: 1.2rem;
    }

    .damage-form__grid {
        grid-template-columns: 1fr;
    }

    .form-field--full {
        grid-column: auto;
    }

    .damage-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .damage-form__footer .button {
        width: 100%;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .site-footer__bottom p:last-child {
        text-align: left;
    }

    .inspection-card__lead,
    .section-intro__copy,
    .field-note__copy > p:not(.eyebrow):not(.field-note__lead),
    .faq-section__intro > p:last-child,
    .damage-report__intro > p:not(.eyebrow),
    .service-row__copy,
    .work-order__step p,
    .review-note > p,
    .faq-entry p {
        font-size: 0.96rem;
    }

    .mobile-action-bar {
        position: fixed;
        z-index: 200;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 58px;
        background: var(--green-deep);
        color: var(--white);
        box-shadow: 0 -8px 25px rgba(11, 34, 28, 0.18);
    }

    .mobile-action-bar a {
        display: grid;
        place-items: center;
        font-size: 0.74rem;
        font-weight: 850;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .mobile-action-bar a + a {
        border-left: 1px solid rgba(255, 255, 255, 0.14);
        background: var(--clay);
    }
}


/* ==========================================================================
   RESPONSIVE â€” DESKTOP HERO
   ========================================================================== */

@media (min-width: 901px) {

    .hero {
        padding-top: 0;
        padding-bottom: 0.75rem;
    }

    .hero .container {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .hero__frame {
        width: 100%;
        min-height: 760px;
    }

    .hero__media {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        min-height: 760px;
        border-radius: 0;
        background: #d8d0c2;
        box-shadow: none;
    }

    .inspection-card {
        left: 1.5rem;
        top: 50%;
        width: min(520px, calc(100vw - 3rem));
        transform: translateY(-50%);
        padding: 2.1rem 2rem;
        box-shadow: 0 24px 60px rgba(24, 35, 29, 0.16);
    }

    .inspection-card h1 {
        max-width: 430px;
        font-size: clamp(3.2rem, 5.2vw, 5.4rem);
        line-height: 0.95;
    }

    .inspection-card__lead {
        max-width: 420px;
    }

    .case-stamp {
        top: 1.6rem;
        right: 1.6rem;
        min-width: 132px;
        padding: 0.95rem 1rem;
    }

    .case-stamp strong {
        font-size: 1.9rem;
    }

    .photo-note--one {
        left: 43%;
        top: 26%;
    }

    .photo-note--two {
        right: 6.5%;
        bottom: 18%;
    }

    .hero__footer {
        min-height: 0;
        padding: 1rem 1.75rem 0.35rem;
    }

    .rating-line__score {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {

    .hero__frame,
    .hero__media {
        min-height: 820px;
    }

    .inspection-card {
        left: 2rem;
        width: 530px;
        padding: 2.3rem 2.15rem;
    }

    .case-stamp {
        top: 1.75rem;
        right: 2rem;
    }

    .photo-note--one {
        left: 42%;
        top: 25%;
    }

    .photo-note--two {
        right: 7%;
        bottom: 19%;
    }

    .hero__footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@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;
    }
}