:root {
    --bg: #f6f5ef;
    --ink: #0b0b0b;
    --muted: #5f5e59;
    --red: #ef2332;
    --red-dark: #cf1422;
    --line: rgba(11, 11, 11, 0.14);
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
}

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

button {
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

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

.contact-open {
    overflow: hidden;
}

.contact-open .hero-stage,
.contact-open .seo-main,
.contact-open .site-header .brand {
    filter: blur(2px);
    transition: filter 260ms ease;
}

.contact-layer {
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
}

.contact-layer[aria-hidden="false"] {
    pointer-events: auto;
    visibility: visible;
}

.contact-layer[aria-hidden="true"] .contact-backdrop,
.contact-layer[aria-hidden="true"] .contact-sheet {
    width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

.contact-layer[aria-hidden="true"] .contact-sheet * {
    display: none;
}

.contact-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(246, 245, 239, 0.16);
    opacity: 0;
    transition: opacity 260ms ease;
}

.contact-layer[aria-hidden="false"] .contact-backdrop {
    opacity: 1;
}

.contact-sheet {
    position: absolute;
    top: 18px;
    right: clamp(16px, 4vw, 46px);
    width: min(500px, calc(100vw - 32px));
    min-height: 300px;
    padding: 30px;
    background: var(--ink);
    color: #fff;
    clip-path: inset(0 0 100% 100%);
    opacity: 0;
    transform: translate3d(44px, -22px, 0) scale(0.28, 0.08);
    transform-origin: top right;
    transition:
        clip-path 620ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
        opacity 180ms ease;
}

.contact-layer[aria-hidden="false"] .contact-sheet {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.contact-sheet::before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 34px);
    height: 7px;
    background: var(--red);
    content: "";
}

.contact-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    transition: transform 180ms ease, background-color 180ms ease;
}

.contact-close:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: rotate(6deg);
}

.contact-kicker {
    margin-bottom: 12px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.contact-sheet h2 {
    max-width: 360px;
    margin: 0 44px 26px 0;
    font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 1000;
    line-height: 0.88;
    text-transform: uppercase;
}

.contact-options {
    display: grid;
    gap: 10px;
}

.contact-option {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 12px 14px;
    background: #fff;
    color: var(--ink);
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    transition:
        transform 220ms ease,
        background-color 180ms ease,
        color 180ms ease,
        opacity 280ms ease;
}

.contact-layer[aria-hidden="false"] .contact-option {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.contact-layer[aria-hidden="false"] .contact-option:nth-child(1) {
    transition-delay: 180ms;
}

.contact-layer[aria-hidden="false"] .contact-option:nth-child(2) {
    transition-delay: 250ms;
}

.contact-layer[aria-hidden="false"] .contact-option:nth-child(3) {
    transition-delay: 320ms;
}

.contact-option:hover {
    background: var(--red);
    color: #fff;
    transform: translateX(-4px) scale(1.015);
}

.contact-option-mark {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.contact-option:hover .contact-option-mark {
    background: #fff;
    color: var(--red);
}

.contact-option strong,
.contact-option small {
    display: block;
}

.contact-option strong {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.contact-option small {
    margin-top: 5px;
    color: currentColor;
    font-size: 13px;
    font-weight: 800;
    opacity: 0.72;
}

.seo-page {
    background: var(--bg);
}

.seo-main {
    padding-top: 92px;
}

.seo-section {
    padding: clamp(72px, 8.5vw, 126px) clamp(16px, 4vw, 52px);
    border-top: 1px solid var(--line);
}

.seo-inner {
    width: min(1160px, 100%);
    margin: 0 auto;
}

.seo-hero {
    min-height: 78svh;
    padding: clamp(82px, 10vw, 122px) clamp(16px, 4vw, 52px) clamp(44px, 6vw, 76px);
    border-top: 0;
}

.seo-hero-poster {
    min-height: auto;
    overflow: hidden;
    padding: 0;
}

.seo-poster-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
    grid-template-areas:
        "private visual"
        "title visual"
        "subtitle visual"
        "card visual";
    width: min(1160px, calc(100% - 32px));
    column-gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: min(720px, calc(100svh - 92px));
    margin: 0 auto;
    padding: clamp(54px, 7vh, 76px) 0 0;
    isolation: isolate;
}

.seo-poster-stage > * {
    min-width: 0;
}

.seo-poster-private,
.seo-poster-subtitle,
.seo-poster-card {
    animation: hero-rise 760ms ease both;
}

.seo-poster-title {
    grid-area: title;
    position: relative;
    z-index: 4;
    display: grid;
    gap: clamp(8px, 1.3vh, 14px);
    width: calc(100% - 24px);
    margin: 0;
    color: var(--red);
    font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
    font-size: clamp(50px, 6.4vw, 86px);
    font-weight: 1000;
    line-height: 0.98;
    text-transform: uppercase;
    transform: translateX(24px) skewX(-10deg) scaleX(0.86);
    transform-origin: left top;
    animation: none;
}

.seo-poster-title span {
    display: block;
    white-space: nowrap;
}

.seo-title-compact .seo-poster-title,
.seo-title-compact .seo-hero .seo-poster-title {
    font-size: clamp(46px, 5.7vw, 76px);
    line-height: 1.01;
    transform: translateX(24px) skewX(-10deg) scaleX(0.82);
}

.seo-poster-title span:nth-child(2) {
    text-align: left;
}

.seo-poster-private {
    grid-area: private;
    position: relative;
    z-index: 5;
    max-width: max-content;
    margin: 0 0 clamp(14px, 2vh, 22px);
    color: var(--ink);
    font-size: clamp(12px, 1.1vw, 16px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.seo-poster-subtitle {
    grid-area: subtitle;
    position: relative;
    z-index: 5;
    max-width: 520px;
    margin: clamp(20px, 3vh, 30px) 0 0 0;
    color: var(--ink);
    font-size: clamp(13px, 1.4vw, 19px);
    font-weight: 900;
    line-height: 1.22;
    text-align: left;
    text-transform: uppercase;
}

.seo-poster-visual {
    grid-area: visual;
    position: relative;
    z-index: 2;
    --seo-portrait-x: 0px;
    bottom: 0;
    align-self: end;
    justify-self: end;
    height: clamp(620px, 82svh, 860px);
    animation: seo-portrait-in 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.seo-poster-visual img {
    display: block;
    width: auto;
    height: 100%;
}

.seo-poster-card {
    grid-area: card;
    position: relative;
    z-index: 5;
    width: min(420px, calc(100vw - 32px));
    margin-top: clamp(20px, 3vh, 34px);
    margin-bottom: clamp(36px, 5vh, 58px);
    padding: 22px 24px 24px;
    background: rgba(246, 245, 239, 0.9);
    backdrop-filter: blur(8px);
    animation-delay: 180ms;
}

.seo-poster-card-kicker {
    margin: 0 0 16px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.seo-poster-card p {
    margin: 0 0 22px;
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 900;
    line-height: 1.16;
    overflow-wrap: break-word;
}

.seo-facts-section {
    padding-top: 0;
    border-top: 0;
}

.seo-kicker,
.seo-eyebrow {
    margin-bottom: 14px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.seo-hero h1,
.seo-section h2 {
    margin-bottom: clamp(26px, 3vw, 42px);
    font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
    font-weight: 1000;
    line-height: 0.98;
    text-transform: uppercase;
}

.seo-hero h1 {
    max-width: 1060px;
    color: var(--red);
    font-size: clamp(54px, 11vw, 142px);
}

.seo-hero .seo-poster-title {
    max-width: 100%;
    margin: 0;
    font-size: clamp(50px, 6.4vw, 86px);
    line-height: 0.98;
}

.seo-title-compact .seo-hero .seo-poster-title {
    font-size: clamp(46px, 5.7vw, 76px);
    line-height: 1.01;
}

.seo-section h2 {
    max-width: 760px;
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: 1.06;
}

.seo-lead {
    max-width: 760px;
    margin-bottom: 30px;
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 900;
    line-height: 1.08;
}

.seo-copy {
    max-width: 720px;
    margin-bottom: 0;
    color: #242424;
    font-size: clamp(17px, 1.35vw, 20px);
    font-weight: 700;
    line-height: 1.55;
}

.seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.seo-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease;
}

.seo-button:hover {
    background: var(--red);
    transform: translateY(-1px);
}

.seo-button-secondary {
    border: 2px solid var(--ink);
    background: transparent;
    color: var(--ink);
}

.seo-button-secondary:hover {
    border-color: var(--red);
    color: #fff;
}

.seo-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 0;
    background: var(--line);
}

.seo-fact {
    min-height: 138px;
    padding: 22px;
    background: var(--bg);
}

.seo-fact strong,
.seo-fact span {
    display: block;
}

.seo-fact strong {
    color: var(--red);
    font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 0.9;
}

.seo-fact span {
    margin-top: 16px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.28;
    text-transform: uppercase;
}

.seo-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(44px, 7vw, 104px);
    align-items: start;
}

.seo-list,
.seo-steps,
.seo-faq-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-list li,
.seo-step,
.seo-faq-item {
    padding: 24px 0;
    border-top: 1px solid var(--line);
}

.seo-list li {
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 900;
    line-height: 1.22;
}

.seo-list li::before {
    content: "\2014";
    margin-right: 10px;
    color: var(--red);
}

.seo-step {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 24px;
}

.seo-step-number {
    color: var(--red);
    font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 0.9;
}

.seo-step h3,
.seo-faq-item h3 {
    margin: 0 0 14px;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 900;
    line-height: 1.14;
    text-transform: uppercase;
}

.seo-step p,
.seo-faq-item p {
    max-width: 760px;
    margin: 0;
    color: #303030;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
}

.seo-note {
    padding: clamp(34px, 5vw, 62px);
    background: var(--ink);
    color: #fff;
}

.seo-note p {
    margin: 0;
    font-size: clamp(24px, 3.4vw, 44px);
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.seo-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
}

.seo-price {
    padding: 30px;
    background: var(--bg);
}

.seo-price h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.14;
    text-transform: uppercase;
}

.seo-price p {
    margin: 0;
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.52;
}

.seo-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
}

.seo-link-card {
    display: grid;
    min-height: 170px;
    align-content: space-between;
    gap: 28px;
    padding: 26px;
    background: var(--bg);
    transition: background-color 180ms ease, color 180ms ease;
}

.seo-link-card strong,
.seo-link-card span {
    display: block;
}

.seo-link-card strong {
    color: var(--ink);
    font-size: clamp(19px, 1.7vw, 25px);
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.seo-link-card span {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.seo-link-card:hover {
    background: var(--ink);
}

.seo-link-card:hover strong,
.seo-link-card:hover span {
    color: #fff;
}

.seo-final {
    background: var(--ink);
    color: #fff;
}

.seo-final .seo-kicker {
    color: var(--red);
}

.seo-final h2 {
    color: #fff;
}

.seo-final .seo-copy {
    color: rgba(255, 255, 255, 0.82);
}

.seo-final .seo-button {
    background: var(--red);
}

.seo-final .seo-button:hover {
    background: #fff;
    color: var(--ink);
}

.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 18px clamp(16px, 4vw, 46px);
    color: var(--ink);
    mix-blend-mode: normal;
}

.brand,
.header-cta {
    display: inline-flex;
    align-items: center;
}

.brand {
    gap: 10px;
    justify-self: start;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-mark {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    background: var(--red);
    color: #fff;
}

.brand-name {
    white-space: nowrap;
}

.header-cta {
    justify-self: end;
    min-height: 39px;
    padding: 0 18px;
    background: var(--ink);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease;
}

.header-cta:hover {
    background: #1c1c1c;
    transform: translateY(-1px);
}

.hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    padding: 72px 0 0;
    isolation: isolate;
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: var(--bg);
    content: "";
}

.hero-stage {
    position: relative;
    --hero-side: 18px;
    --hero-word-top: clamp(32px, 5.7vh, 56px);
    --hero-word-size: clamp(82px, calc((100vw - 36px) / 7.45), 184px);
    --hero-label-size: clamp(12px, 1.05vw, 15px);
    --hero-label-gap: clamp(11px, 1.7vh, 16px);
    max-width: none;
    min-height: calc(100svh - 72px);
    margin: 0 auto;
}

.eyebrow,
.section-kicker {
    margin: 0 0 18px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

.hero-private,
.hero-years,
.hero-repair {
    animation: hero-rise 760ms ease both;
}

.hero-word {
    animation: hero-word-in 820ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-visual {
    animation: hero-portrait-in 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.hero-private {
    position: absolute;
    z-index: 5;
    top: calc(var(--hero-word-top) - var(--hero-label-gap) - var(--hero-label-size));
    left: var(--hero-side);
    margin-bottom: 0;
    color: var(--ink);
    font-size: var(--hero-label-size);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.hero-word {
    position: absolute;
    z-index: 2;
    top: var(--hero-word-top);
    left: var(--hero-side);
    width: calc(100vw - (var(--hero-side) * 2));
    margin: 0;
    color: var(--red);
    font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
    font-size: var(--hero-word-size);
    font-weight: 1000;
    line-height: 0.78;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    transform: skewX(-10deg) scaleX(0.96);
    transform-origin: center top;
}

h1 {
    font-weight: 1000;
    line-height: 0.9;
}

.hero-lead {
    max-width: 460px;
    margin-bottom: 0;
    color: var(--ink);
    font-size: clamp(18px, 1.65vw, 24px);
    font-weight: 900;
    line-height: 1.08;
}

.hero-years {
    max-width: none;
    margin-bottom: 0;
    color: var(--ink);
    font-size: var(--hero-label-size);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.hero-statement {
    position: absolute;
    z-index: 5;
    top: calc(var(--hero-word-top) + (var(--hero-word-size) * 0.78) + var(--hero-label-gap));
    right: var(--hero-side);
    left: var(--hero-side);
    max-width: none;
    text-align: right;
}

.hero-repair {
    position: absolute;
    z-index: 5;
    left: clamp(18px, 4vw, 52px);
    top: clamp(310px, 43vh, 380px);
    max-width: 310px;
    padding: 0;
    color: var(--ink);
    animation-delay: 180ms;
}

.hero-repair-title {
    margin-bottom: 14px;
    font-size: clamp(14px, 1.15vw, 17px);
    font-weight: 900;
    line-height: 1.08;
}

.hero-repair ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-repair li {
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 900;
    line-height: 1.08;
}

.hero-repair li::before {
    content: "\2014";
    margin-right: 8px;
}

.hero-actions {
    position: absolute;
    z-index: 6;
    left: 50%;
    top: clamp(420px, 66vh, 560px);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    transform: translateX(-50%);
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 2px solid var(--ink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.button-primary {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

.button-primary:hover {
    background: var(--red-dark);
}

.button-ghost {
    background: rgba(246, 245, 239, 0.72);
    backdrop-filter: blur(8px);
}

.hero-visual {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 3;
    height: clamp(560px, 80svh, 1040px);
    transform: translateX(-50%);
}

.hero-visual img {
    display: block;
    width: auto;
    height: 100%;
}

@keyframes hero-word-in {
    from {
        opacity: 0;
        transform: translateY(16px) skewX(-10deg) scaleX(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) skewX(-10deg) scaleX(0.96);
    }
}

@keyframes hero-rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hero-portrait-in {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(18px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

@keyframes seo-portrait-in {
    from {
        opacity: 0;
        transform: translateX(var(--seo-portrait-x, 0px)) translateY(18px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateX(var(--seo-portrait-x, 0px)) translateY(0) scale(1);
    }
}

.intro-section,
.contact-section {
    padding: clamp(56px, 8vw, 110px) clamp(16px, 4vw, 46px);
    border-top: 1px solid var(--line);
}

.intro-section h2,
.contact-section h2 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(32px, 5.2vw, 70px);
    font-weight: 1000;
    line-height: 0.95;
    text-transform: uppercase;
}

.contact-section p:last-child {
    max-width: 640px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.35;
}

@media (max-width: 900px) {
    .site-header {
        grid-template-columns: 1fr auto;
    }

    .brand-name {
        display: none;
    }

    .hero {
        padding-top: 70px;
    }

    .hero-stage {
        --hero-side: 14px;
        --hero-word-top: 44px;
        --hero-word-size: clamp(48px, calc((100vw - 28px) / 7.45), 92px);
        --hero-label-size: 11px;
        --hero-label-gap: 10px;
        min-height: calc(100svh - 70px);
    }

    .hero-word {
        transform: skewX(-10deg) scaleX(0.96);
    }

    .hero-private {
        left: var(--hero-side);
    }

    .hero-statement {
        right: var(--hero-side);
        left: var(--hero-side);
        max-width: none;
    }

    .hero-repair {
        top: auto;
        bottom: 70px;
        left: 14px;
        max-width: 300px;
        padding: 14px 16px 15px;
        background: rgba(246, 245, 239, 0.88);
        backdrop-filter: blur(8px);
    }

    .hero-actions {
        top: auto;
        bottom: clamp(188px, 25vh, 240px);
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-visual {
        height: clamp(540px, 78svh, 720px);
        left: 50%;
    }

    .seo-main {
        padding-top: 70px;
    }

    .seo-hero {
        min-height: auto;
        padding-top: 94px;
    }

    .seo-hero-poster {
        min-height: 100svh;
        padding: 0;
    }

    .seo-poster-stage {
        grid-template-columns: minmax(0, 1fr) minmax(270px, 0.66fr);
        column-gap: 22px;
        min-height: calc(100svh - 70px);
        padding-top: 54px;
    }

    .seo-poster-title {
        width: min(670px, 62vw);
        font-size: clamp(54px, 8.2vw, 82px);
    }

    .seo-hero .seo-poster-title {
        font-size: clamp(54px, 8.2vw, 82px);
    }

    .seo-title-compact .seo-poster-title,
    .seo-title-compact .seo-hero .seo-poster-title {
        width: min(650px, 62vw);
        font-size: clamp(48px, 7vw, 70px);
        line-height: 1.02;
    }

    .seo-poster-visual {
        --seo-portrait-x: 0px;
        height: clamp(590px, 80svh, 760px);
    }

    .seo-poster-card {
        width: min(350px, calc(100vw - 32px));
        padding: 18px 20px 20px;
    }

    .seo-facts,
    .seo-price-grid,
    .seo-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-two-col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .seo-hero-poster {
        min-height: auto;
        overflow: visible;
    }

    .seo-poster-stage {
        grid-template-columns: 1fr;
        grid-template-areas:
            "private"
            "title"
            "subtitle"
            "card"
            "visual";
        min-height: auto;
        padding: 58px 14px 0;
    }

    .seo-poster-title,
    .seo-hero .seo-poster-title {
        width: calc(100% - 20px);
        font-size: clamp(44px, 8.8vw, 78px);
        line-height: 0.96;
        transform: translateX(16px) skewX(-8deg) scaleX(0.92);
        transform-origin: center top;
    }

    .seo-title-compact .seo-poster-title,
    .seo-title-compact .seo-hero .seo-poster-title {
        width: calc(100% - 20px);
        font-size: clamp(39px, 8.2vw, 62px);
        line-height: 1.02;
        transform: translateX(16px) skewX(-8deg) scaleX(0.88);
    }

    .seo-poster-title span,
    .seo-poster-title span:nth-child(2) {
        text-align: left;
    }

    .seo-poster-subtitle {
        max-width: 100%;
        margin-top: 16px;
        font-size: 12px;
    }

    .seo-poster-visual {
        --seo-portrait-x: 0px;
        width: 100%;
        height: auto;
        margin-top: 28px;
        justify-self: center;
    }

    .seo-poster-visual img {
        width: min(100%, 520px);
        height: auto;
        margin: 0 auto;
    }

    .seo-poster-card {
        width: auto;
        max-width: 100%;
        margin-top: clamp(24px, 4vh, 38px);
        margin-bottom: 28px;
        padding: 18px 18px 20px;
    }
}

@media (max-width: 520px) {
    .site-header {
        padding: 12px;
    }

    .brand-mark {
        width: 42px;
        height: 34px;
    }

    .header-cta {
        min-height: 34px;
        padding: 0 12px;
        font-size: 10px;
    }

    .contact-sheet {
        top: auto;
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
        min-height: 0;
        padding: 25px 14px 14px;
        clip-path: inset(100% 0 0 100%);
        transform: translate3d(24px, 24px, 0) scale(0.22, 0.08);
        transform-origin: bottom right;
    }

    .contact-kicker {
        font-size: 10px;
    }

    .contact-sheet h2 {
        margin-bottom: 18px;
        font-size: 36px;
    }

    .contact-option {
        grid-template-columns: 44px 1fr;
        min-height: 64px;
        gap: 12px;
        padding: 10px;
    }

    .contact-option-mark {
        width: 44px;
        height: 44px;
        font-size: 12px;
    }

    .contact-option strong {
        font-size: 15px;
    }

    .contact-option small {
        font-size: 12px;
    }

    .seo-main {
        padding-top: 58px;
    }

    .seo-section {
        padding: 42px 14px;
    }

    .seo-hero {
        padding-top: 78px;
    }

    .seo-hero-poster {
        padding: 0;
    }

    .seo-poster-stage {
        min-height: calc(100svh - 58px);
        padding: 48px 14px 0;
    }

    .seo-poster-private {
        margin-bottom: 8px;
        font-size: 10.5px;
    }

    .seo-poster-title {
        width: calc(100% - 16px);
        gap: 7px;
        font-size: clamp(33px, 9.4vw, 37px);
        line-height: 0.98;
        transform: translateX(12px) skewX(-8deg) scaleX(0.86);
        transform-origin: center top;
    }

    .seo-title-compact .seo-poster-title,
    .seo-title-compact .seo-hero .seo-poster-title {
        font-size: clamp(29px, 8.2vw, 34px);
        line-height: 1.04;
        transform: translateX(12px) skewX(-8deg) scaleX(0.9);
    }

    .seo-poster-subtitle {
        position: relative;
        top: auto;
        right: auto;
        max-width: 265px;
        margin-top: 16px;
        font-size: 11px;
        line-height: 1.22;
    }

    .seo-poster-visual {
        margin-top: 24px;
    }

    .seo-poster-card {
        width: auto;
        max-width: 100%;
        margin-bottom: 22px;
        padding: 16px 14px 16px;
    }

    .seo-poster-card-kicker {
        margin-bottom: 9px;
        font-size: 10px;
    }

    .seo-poster-card p {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.24;
    }

    .seo-hero h1 {
        font-size: clamp(32px, 11vw, 42px);
        overflow-wrap: normal;
    }

    .seo-hero .seo-poster-title {
        width: calc(100% - 16px);
        font-size: clamp(33px, 9.4vw, 37px);
        line-height: 0.98;
    }

    .seo-title-compact .seo-hero .seo-poster-title {
        font-size: clamp(29px, 8.2vw, 34px);
        line-height: 1.04;
    }

    .seo-section h2 {
        font-size: clamp(29px, 10.2vw, 42px);
        line-height: 1.05;
    }

    .seo-lead {
        font-size: 19px;
    }

    .seo-actions {
        display: grid;
    }

    .seo-button {
        width: 100%;
    }

    .seo-facts,
    .seo-price-grid,
    .seo-link-grid {
        grid-template-columns: 1fr;
    }

    .seo-fact {
        min-height: 112px;
    }

    .seo-step {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .seo-step p,
    .seo-faq-item p,
    .seo-price p {
        font-size: 15px;
        line-height: 1.5;
    }

    .hero {
        padding: 66px 0 0;
    }

    .hero-stage {
        --hero-side: 14px;
        --hero-word-top: 62px;
        --hero-word-size: clamp(42px, calc((100vw - 28px) / 7.45), 52px);
        --hero-label-size: 10.5px;
        --hero-label-gap: 8px;
        min-height: calc(100svh - 66px);
    }

    .hero-lead {
        max-width: 230px;
        font-size: 17px;
    }

    .hero-years {
        max-width: none;
        font-size: 9.6px;
    }

    .hero-statement {
        max-width: none;
        text-align: right;
    }

    .button {
        min-height: 48px;
        padding: 0 16px;
        font-size: 12px;
    }

    .hero-actions {
        bottom: 220px;
        gap: 8px;
    }

    .hero-visual {
        height: min(77svh, 660px);
        left: 50%;
        bottom: 0;
    }

    .hero-repair {
        bottom: 92px;
        left: 14px;
        max-width: 250px;
        padding: 12px 13px 13px;
    }

    .hero-repair-title {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .hero-repair ul {
        gap: 5px;
    }

    .hero-repair li {
        font-size: 11.5px;
    }
}

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