:root {
    --ink: #171a1d;
    --ink-soft: #262b30;
    --ink-muted: #596067;
    --paper: #ffffff;
    --warm: #f5f2ed;
    --line: #dedbd5;
    --accent: #f04b23;
    --accent-deep: #d93613;
    --accent-soft: #ff6a43;
    --radius: 3px;
    --shadow: 0 28px 70px rgba(18, 21, 24, 0.12);
    --shell: min(1220px, calc(100vw - 56px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(240, 75, 35, 0.55);
    outline-offset: 3px;
}

.site-shell {
    margin-inline: auto;
    width: var(--shell);
}

.skip-link {
    background: var(--paper);
    border: 2px solid var(--accent);
    left: 16px;
    padding: 10px 16px;
    position: fixed;
    top: -100px;
    z-index: 10000;
}

.skip-link:focus {
    top: 16px;
}

.topbar {
    background: var(--accent);
    color: var(--paper);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 70;
}

.topbar__inner {
    align-items: center;
    display: flex;
    height: 38px;
    justify-content: space-between;
}

.topbar p {
    margin: 0;
}

.topbar__contact {
    align-items: center;
    display: flex;
    gap: 28px;
}

.topbar__contact a {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    transition: opacity 180ms ease;
}

.topbar__contact a:hover {
    opacity: 0.78;
}

.topbar svg {
    fill: currentColor;
    height: 14px;
    width: 14px;
}

.site-header {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(23, 26, 29, 0.08);
    position: sticky;
    top: 0;
    transition: box-shadow 220ms ease, background 220ms ease;
    z-index: 60;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header.is-scrolled {
    box-shadow: 0 12px 30px rgba(23, 26, 29, 0.09);
}

.site-header__inner {
    align-items: center;
    display: flex;
    min-height: 102px;
    justify-content: space-between;
}

.brand {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
}

.brand img {
    height: auto;
    width: 170px;
}

.primary-nav {
    align-items: center;
    display: flex;
    gap: clamp(22px, 2.4vw, 38px);
}

.primary-nav > a:not(.nav-cta) {
    color: #34393d;
    font-size: 14px;
    font-weight: 650;
    padding-block: 12px;
    position: relative;
}

.primary-nav > a:not(.nav-cta)::after {
    background: var(--accent);
    bottom: 4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms ease;
    width: 100%;
}

.primary-nav > a:not(.nav-cta):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-cta,
.button {
    align-items: center;
    border: 0;
    border-radius: var(--radius);
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 750;
    gap: 22px;
    justify-content: center;
    letter-spacing: 0.035em;
    line-height: 1.2;
    min-height: 54px;
    padding: 16px 20px;
    text-transform: uppercase;
    transition: background 200ms ease, color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.nav-cta {
    background: var(--ink);
    color: var(--paper);
    min-height: 49px;
}

.nav-cta:hover,
.button--dark:hover {
    background: #30363b;
    transform: translateY(-2px);
}

.button--primary {
    background: var(--accent);
    box-shadow: 0 14px 30px rgba(240, 75, 35, 0.22);
    color: var(--paper);
}

.button--primary:hover {
    background: var(--accent-deep);
    box-shadow: 0 18px 36px rgba(240, 75, 35, 0.3);
    transform: translateY(-2px);
}

.button--dark {
    background: var(--ink);
    color: var(--paper);
    width: 100%;
}

.menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    gap: 12px;
    padding: 12px 0 12px 12px;
}

.menu-toggle__label {
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.menu-toggle__lines {
    display: grid;
    gap: 6px;
    width: 26px;
}

.menu-toggle__lines i {
    background: currentColor;
    display: block;
    height: 2px;
    transition: transform 180ms ease;
    width: 100%;
}

.hero {
    background: #171b1e;
    color: var(--paper);
    min-height: min(790px, calc(100vh - 100px));
    overflow: hidden;
    position: relative;
}

.hero__image,
.hero__shade {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.hero__image {
    object-fit: cover;
    object-position: center;
    transform: scale(1.012);
}

.hero__shade {
    background:
        linear-gradient(90deg, rgba(12, 15, 18, 0.96) 0%, rgba(12, 15, 18, 0.77) 35%, rgba(12, 15, 18, 0.2) 72%, rgba(12, 15, 18, 0.1) 100%),
        linear-gradient(0deg, rgba(12, 15, 18, 0.68) 0%, transparent 42%);
}

.hero__content {
    padding-bottom: 170px;
    padding-top: clamp(92px, 11vh, 135px);
    position: relative;
    z-index: 2;
}

.eyebrow {
    align-items: center;
    color: var(--accent);
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 12px;
    letter-spacing: 0.16em;
    margin: 0 0 23px;
    text-transform: uppercase;
}

.eyebrow::before {
    background: currentColor;
    content: "";
    height: 2px;
    width: 32px;
}

.eyebrow--light {
    color: #ff7654;
}

.hero h1,
.section h2,
.quick-request h2,
.contact h2,
.promise h2 {
    font-size: clamp(46px, 6.4vw, 88px);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 0.96;
    margin: 0;
}

.hero h1 {
    max-width: 790px;
}

.hero h1 em,
.section h2 em,
.quick-request h2 em,
.contact h2 em,
.promise h2 em {
    color: var(--accent);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hero__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.55;
    margin: 29px 0 34px;
    max-width: 555px;
}

.hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.text-link {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    font-weight: 750;
    gap: 13px;
    letter-spacing: 0.04em;
    padding: 15px 0;
    text-transform: uppercase;
}

.text-link--light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    color: var(--paper);
}

.text-link span,
.button span,
.nav-cta span {
    font-size: 16px;
    transition: transform 180ms ease;
}

.text-link:hover span,
.button:hover span,
.nav-cta:hover span {
    transform: translate(3px, -3px);
}

.hero__trust {
    backdrop-filter: blur(14px);
    background: rgba(24, 28, 31, 0.88);
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: absolute;
    right: 0;
    width: min(790px, 57vw);
    z-index: 3;
}

.hero__trust div {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    min-height: 110px;
    padding: 27px 24px;
}

.hero__trust strong,
.hero__trust span {
    display: block;
}

.hero__trust strong {
    font-size: 15px;
    margin-bottom: 5px;
}

.hero__trust span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.quick-request {
    background: var(--accent);
    color: var(--paper);
    padding: 90px 0;
    position: relative;
}

.quick-request::after {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    content: "";
    height: 410px;
    left: -180px;
    position: absolute;
    top: -170px;
    width: 410px;
}

.quick-request__layout {
    align-items: center;
    display: grid;
    gap: clamp(45px, 7vw, 105px);
    grid-template-columns: 0.85fr 1.15fr;
    position: relative;
    z-index: 1;
}

.quick-request .eyebrow {
    color: var(--paper);
}

.quick-request h2,
.promise h2,
.contact h2 {
    font-size: clamp(44px, 5vw, 70px);
}

.quick-request h2 em {
    color: var(--ink);
}

.quick-request__intro > p:last-child {
    color: rgba(255, 255, 255, 0.81);
    margin: 25px 0 0;
    max-width: 470px;
}

.request-form {
    background: var(--paper);
    box-shadow: var(--shadow);
    color: var(--ink);
    display: grid;
    gap: 22px;
    padding: clamp(28px, 4vw, 48px);
}

.field-group {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.field-group > label,
.field-group > legend {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.field-group > label {
    display: block;
}

.field-group > legend {
    padding: 0;
}

.select-wrap {
    border: 1px solid #d8d6d1;
    position: relative;
}

.select-wrap select {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    min-height: 58px;
    padding: 0 52px 0 17px;
    width: 100%;
}

.select-wrap > span {
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 15px;
}

.choice-row {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(3, 1fr);
}

.choice-row label {
    cursor: pointer;
}

.choice-row input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.choice-row span {
    align-items: center;
    border: 1px solid #d8d6d1;
    display: flex;
    font-size: 11px;
    font-weight: 650;
    justify-content: center;
    min-height: 51px;
    padding: 8px 10px;
    text-align: center;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.choice-row input:checked + span {
    background: var(--warm);
    border-color: var(--ink);
}

.choice-row input:focus-visible + span {
    outline: 3px solid rgba(240, 75, 35, 0.45);
    outline-offset: 2px;
}

.form-note {
    color: #747a7e;
    font-size: 11px;
    margin: -11px 0 0;
    text-align: center;
}

.form-note span {
    color: var(--accent);
    margin-right: 5px;
}

.section {
    padding: clamp(90px, 11vw, 150px) 0;
}

.services,
.audiences {
    background: var(--warm);
}

.section-heading {
    margin-bottom: clamp(48px, 7vw, 78px);
    max-width: 790px;
}

.section-heading h2 {
    font-size: clamp(45px, 5.5vw, 72px);
}

.section-heading > p:last-child,
.section-heading--split > p {
    color: var(--ink-muted);
    font-size: 17px;
    line-height: 1.75;
}

.section-heading--split {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: 1.15fr 0.85fr;
    max-width: none;
}

.section-heading--split > p {
    border-left: 1px solid var(--line);
    margin: 0 0 5px;
    padding-left: 34px;
}

.service-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
}

.service-card {
    background: var(--paper);
    box-shadow: 0 14px 42px rgba(23, 26, 29, 0.05);
    min-width: 0;
    overflow: hidden;
    transition: box-shadow 250ms ease, transform 250ms ease;
}

.service-card:hover {
    box-shadow: 0 26px 60px rgba(23, 26, 29, 0.13);
    transform: translateY(-7px);
}

.service-card__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}

.service-card__media::after {
    background: linear-gradient(0deg, rgba(14, 17, 19, 0.4), transparent 45%);
    content: "";
    inset: 0;
    position: absolute;
}

.service-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
    width: 100%;
}

.service-card:hover .service-card__media img {
    transform: scale(1.055);
}

.service-card__arrow {
    align-items: center;
    background: var(--accent);
    bottom: 0;
    color: var(--paper);
    display: flex;
    font-size: 18px;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 48px;
    z-index: 2;
}

.service-card__body {
    min-height: 230px;
    padding: 29px 29px 27px;
}

.service-card h3 {
    font-size: clamp(19px, 1.6vw, 24px);
    letter-spacing: -0.025em;
    line-height: 1.25;
    margin: 0 0 13px;
}

.service-card p {
    color: var(--ink-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 23px;
}

.service-card__body a,
.audience-card a {
    align-items: center;
    color: var(--accent);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 9px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.quality-banner {
    background: var(--accent);
    color: var(--paper);
    overflow: hidden;
    padding: 34px 0;
}

.quality-banner__track {
    align-items: center;
    display: flex;
    gap: 36px;
    justify-content: center;
    white-space: nowrap;
}

.quality-banner span {
    font-size: clamp(34px, 5vw, 70px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1;
}

.quality-banner span:nth-of-type(2) {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}

.quality-banner i {
    background: var(--paper);
    height: 7px;
    transform: rotate(-45deg);
    width: 7px;
}

.promise {
    background: var(--ink);
    color: var(--paper);
    overflow: hidden;
    position: relative;
}

.promise::before {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
    height: 650px;
    left: -280px;
    position: absolute;
    top: -250px;
    width: 650px;
}

.promise__layout {
    display: grid;
    gap: clamp(70px, 9vw, 135px);
    grid-template-columns: 0.9fr 1.1fr;
    position: relative;
}

.promise h2 em,
.contact h2 em {
    color: var(--accent-soft);
}

.promise__intro > p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    margin: 27px 0 36px;
    max-width: 500px;
}

.promise__points {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.promise-point {
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: grid;
    gap: 29px;
    grid-template-columns: 42px 1fr;
    padding: 28px 0;
}

.promise-point > span {
    color: var(--accent-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.promise-point h3 {
    font-size: 21px;
    letter-spacing: -0.02em;
    margin: 0 0 7px;
}

.promise-point p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    margin: 0;
}

.audiences .section-heading {
    max-width: 820px;
}

.audience-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.audience-card {
    background: var(--paper);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    min-height: 400px;
    padding: clamp(28px, 4vw, 48px);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.audience-card:hover {
    box-shadow: var(--shadow);
    position: relative;
    transform: translateY(-5px);
    z-index: 2;
}

.audience-card--accent {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--paper);
}

.audience-card > span {
    color: var(--accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.audience-card--accent > span,
.audience-card--accent a {
    color: var(--paper);
}

.audience-card h3 {
    font-size: 26px;
    letter-spacing: -0.035em;
    line-height: 1.18;
    margin: 38px 0 17px;
}

.audience-card p {
    color: var(--ink-muted);
    font-size: 14px;
    margin: 0 0 30px;
}

.audience-card--accent p {
    color: rgba(255, 255, 255, 0.8);
}

.audience-card a {
    margin-top: auto;
}

.process {
    background: var(--paper);
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading--center .eyebrow {
    justify-content: center;
}

.process-grid {
    counter-reset: process;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.process-grid li {
    padding: 20px clamp(30px, 4vw, 60px) 30px;
    position: relative;
    text-align: center;
}

.process-grid li:not(:last-child)::after {
    background: var(--line);
    content: "";
    height: 1px;
    position: absolute;
    right: -45px;
    top: 54px;
    width: 90px;
}

.process-grid li > span {
    align-items: center;
    background: var(--ink);
    border-radius: 50%;
    color: var(--paper);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 68px;
    justify-content: center;
    margin-bottom: 24px;
    width: 68px;
}

.process-grid li:nth-child(2) > span {
    background: var(--accent);
}

.process-grid h3 {
    font-size: 21px;
    margin: 0 0 9px;
}

.process-grid p {
    color: var(--ink-muted);
    font-size: 14px;
    margin: 0;
}

.contact {
    background: var(--ink);
    color: var(--paper);
    overflow: hidden;
    padding: clamp(90px, 11vw, 145px) 0;
    position: relative;
}

.contact__orb {
    background: radial-gradient(circle, rgba(240, 75, 35, 0.3), rgba(240, 75, 35, 0) 67%);
    height: 900px;
    position: absolute;
    right: -310px;
    top: -430px;
    width: 900px;
}

.contact__layout {
    align-items: center;
    display: grid;
    gap: clamp(60px, 8vw, 120px);
    grid-template-columns: 1.12fr 0.88fr;
    position: relative;
}

.contact__intro > p:last-child {
    color: rgba(255, 255, 255, 0.6);
    margin: 28px 0 0;
    max-width: 600px;
}

.contact__options {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    gap: 3px;
    grid-template-columns: 1fr auto;
    padding: 26px 4px;
    transition: padding 180ms ease, background 180ms ease;
}

.contact-card:hover {
    background: rgba(255, 255, 255, 0.04);
    padding-inline: 15px;
}

.contact-card > span {
    color: var(--accent-soft);
    font-size: 10px;
    font-weight: 800;
    grid-column: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.contact-card strong {
    font-size: clamp(17px, 1.7vw, 22px);
    grid-column: 1;
}

.contact-card i {
    align-self: center;
    font-size: 21px;
    font-style: normal;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.site-footer {
    background: #111416;
    color: rgba(255, 255, 255, 0.62);
    padding: 78px 0 24px;
}

.site-footer__grid {
    display: grid;
    gap: 50px;
    grid-template-columns: 1.7fr 0.72fr 1fr 0.7fr;
    padding-bottom: 58px;
}

.site-footer__brand img {
    background: var(--paper);
    height: auto;
    margin-bottom: 23px;
    padding: 8px;
    width: 170px;
}

.site-footer__brand p {
    font-size: 13px;
    max-width: 330px;
}

.site-footer h2 {
    color: var(--paper);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.site-footer a,
.site-footer address,
.site-footer button {
    background: none;
    border: 0;
    color: rgba(255, 255, 255, 0.58);
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.7;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
    transition: color 180ms ease;
}

.site-footer button {
    cursor: pointer;
}

.site-footer a:hover,
.site-footer button:hover {
    color: var(--paper);
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    padding-top: 22px;
}

.legal-dialog {
    background: var(--paper);
    border: 0;
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.38);
    color: var(--ink);
    max-height: min(800px, calc(100vh - 50px));
    max-width: min(760px, calc(100vw - 34px));
    padding: 0;
    width: 100%;
}

.legal-dialog::backdrop {
    backdrop-filter: blur(5px);
    background: rgba(10, 12, 14, 0.76);
}

.legal-dialog__top {
    align-items: center;
    background: var(--ink);
    color: var(--paper);
    display: flex;
    justify-content: space-between;
    padding: 14px 22px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.legal-dialog__top p {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin: 0;
    text-transform: uppercase;
}

.legal-dialog__top button {
    background: transparent;
    border: 0;
    color: var(--paper);
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    padding: 3px;
}

.legal-dialog__content {
    padding: clamp(28px, 6vw, 58px);
}

.legal-dialog h2 {
    font-size: clamp(35px, 6vw, 56px);
    letter-spacing: -0.045em;
    line-height: 1;
    margin: 0 0 35px;
}

.legal-dialog h3 {
    font-size: 15px;
    margin: 28px 0 5px;
}

.legal-dialog p {
    color: var(--ink-muted);
    font-size: 14px;
    margin: 0;
}

.legal-dialog a {
    color: var(--accent-deep);
    text-decoration: underline;
}

.content-page {
    background: var(--warm);
    min-height: 65vh;
    padding: 100px 0;
}

.content-page__inner {
    background: var(--paper);
    box-shadow: var(--shadow);
    max-width: 920px;
    padding: clamp(35px, 7vw, 80px);
}

.content-page h1 {
    font-size: clamp(42px, 7vw, 72px);
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0 0 38px;
}

.entry-content {
    color: var(--ink-muted);
}

.entry-content a {
    color: var(--accent-deep);
    text-decoration: underline;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

@media (max-width: 1050px) {
    :root {
        --shell: min(100% - 40px, 920px);
    }

    .primary-nav {
        gap: 20px;
    }

    .primary-nav > a:not(.nav-cta) {
        font-size: 13px;
    }

    .hero__trust {
        width: 70vw;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promise__layout,
    .contact__layout {
        gap: 65px;
    }

    .site-footer__grid {
        grid-template-columns: 1.5fr repeat(3, 1fr);
    }
}

@media (max-width: 860px) {
    .admin-bar .site-header {
        top: 46px;
    }

    .topbar__inner {
        height: 34px;
    }

    .topbar__contact a:last-child {
        display: none;
    }

    .site-header__inner {
        min-height: 84px;
    }

    .brand img {
        width: 142px;
    }

    .menu-toggle {
        display: inline-flex;
        position: relative;
        z-index: 2;
    }

    .primary-nav {
        align-items: stretch;
        background: var(--paper);
        bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        left: 0;
        opacity: 0;
        padding: 120px 24px 35px;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateY(-15px);
        transition: opacity 200ms ease, transform 200ms ease;
        visibility: hidden;
        z-index: 1;
    }

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

    .primary-nav > a:not(.nav-cta) {
        border-bottom: 1px solid var(--line);
        font-size: clamp(24px, 6vw, 36px);
        letter-spacing: -0.03em;
        padding: 12px 0;
    }

    .primary-nav > a:not(.nav-cta)::after {
        display: none;
    }

    .primary-nav .nav-cta {
        margin-top: 28px;
    }

    .menu-open .menu-toggle__lines i:first-child {
        transform: translateY(4px) rotate(45deg);
    }

    .menu-open .menu-toggle__lines i:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }

    .hero {
        min-height: 760px;
    }

    .hero__image {
        object-position: 60% center;
    }

    .hero__shade {
        background: linear-gradient(90deg, rgba(12, 15, 18, 0.95) 0%, rgba(12, 15, 18, 0.72) 58%, rgba(12, 15, 18, 0.34) 100%);
    }

    .hero__content {
        padding-bottom: 200px;
    }

    .hero__trust {
        left: 0;
        right: auto;
        width: 100%;
    }

    .quick-request__layout,
    .promise__layout,
    .contact__layout {
        grid-template-columns: 1fr;
    }

    .section-heading--split {
        align-items: start;
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .section-heading--split > p {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding: 25px 0 0;
    }

    .audience-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .audience-card {
        min-height: 320px;
    }

    .process-grid li {
        padding-bottom: 45px;
    }

    .process-grid li:not(:last-child)::after {
        height: 45px;
        left: calc(50% - 0.5px);
        right: auto;
        top: auto;
        width: 1px;
    }

    .site-footer__grid {
        grid-template-columns: 1.5fr repeat(2, 1fr);
    }

    .site-footer__grid > div:last-child {
        grid-column: 2;
    }
}

@media (max-width: 620px) {
    :root {
        --shell: calc(100vw - 30px);
    }

    html {
        scroll-padding-top: 95px;
    }

    .topbar p {
        display: none;
    }

    .topbar__inner {
        justify-content: center;
    }

    .brand img {
        width: 128px;
    }

    .hero {
        min-height: 715px;
    }

    .hero__content {
        padding-bottom: 205px;
        padding-top: 76px;
    }

    .hero h1 {
        font-size: clamp(43px, 13.5vw, 63px);
    }

    .hero__lead {
        font-size: 16px;
        max-width: 92%;
    }

    .hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hero__trust div {
        min-height: 98px;
        padding: 21px 10px;
    }

    .hero__trust strong {
        font-size: 12px;
    }

    .hero__trust span {
        font-size: 9px;
        line-height: 1.45;
    }

    .quick-request {
        padding: 72px 0;
    }

    .choice-row {
        grid-template-columns: 1fr;
    }

    .choice-row span {
        min-height: 43px;
    }

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

    .service-card__body {
        min-height: auto;
    }

    .quality-banner__track {
        justify-content: flex-start;
        transform: translateX(-30px);
    }

    .promise-point {
        grid-template-columns: 32px 1fr;
    }

    .audience-card {
        min-height: 300px;
    }

    .contact-card strong {
        font-size: 16px;
        overflow-wrap: anywhere;
    }

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

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__grid > div:last-child {
        grid-column: auto;
    }

    .site-footer__bottom {
        flex-direction: column;
        gap: 7px;
    }
}

@media (max-width: 400px) {
    .hero__trust span {
        display: none;
    }

    .hero__trust div {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 68px;
        text-align: center;
    }

    .hero__content {
        padding-bottom: 165px;
    }

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

    .site-footer__grid > div:last-child,
    .site-footer__brand {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

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

