:root {
    --logo-cyan: #47afc0;
    --logo-mint: #66b69a;
    --logo-green: #82c167;
    --logo-lime: #c2d72d;
    --logo-gray: #636466;
    --logo-silver: #e7e8e9;
    --bg: #f5f5f7;
    --surface: #ffffff;
    --surface-alt: #f1f2f4;
    --surface-muted: #fafafa;
    --ink: #1d1d1f;
    --muted: #6e6e73;
    --line: rgba(29, 29, 31, 0.1);
    --negative: #1d1d1f;
    --negative-soft: #2b2b2f;
    --primary: var(--logo-cyan);
    --primary-dark: #247b88;
    --accent: var(--logo-lime);
    --accent-green: var(--logo-green);
    --shadow: 0 26px 64px rgba(29, 29, 31, 0.11);
    --shadow-soft: 0 12px 32px rgba(29, 29, 31, 0.06);
    --radius: 8px;
    --content: 1180px;
}

@font-face {
    font-family: "Maven Pro";
    src: url("logos/fonts/MavenPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Maven Pro";
    src: url("logos/fonts/MavenPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Maven Pro";
    src: url("logos/fonts/MavenPro-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    background: linear-gradient(180deg, #ffffff 0%, var(--bg) 42%, #ffffff 100%);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body::before {
    content: none;
}

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

img {
    max-width: 100%;
}

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

.topbar,
.hero,
.section {
    width: min(calc(100% - 32px), var(--content));
    margin-inline: auto;
}

.hero,
.section {
    scroll-margin-top: 92px;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding: 12px max(16px, calc((100% - var(--content)) / 2));
    border-bottom: 1px solid rgba(29, 29, 31, 0.08);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: saturate(180%) blur(22px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-logo {
    display: block;
    width: 146px;
    height: auto;
}

.brand-service {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding-left: 12px;
    border-left: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.nav {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border: 0;
    border-radius: 999px;
    background: rgba(29, 29, 31, 0.045);
    box-shadow: none;
}

.nav a {
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.nav a:hover,
.nav a:focus-visible {
    background: var(--surface);
    color: var(--ink);
    box-shadow: 0 1px 4px rgba(29, 29, 31, 0.08);
    outline: none;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px auto;
    border-radius: 999px;
    background: var(--ink);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
    gap: 64px;
    align-items: center;
    padding: 86px 0 64px;
}

.hero-copy,
.hero-visual,
.section-heading,
.pricing-copy,
.pricing-panel,
.contact-card,
.proof-copy,
.proof-list {
    position: relative;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

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

h1 {
    margin-bottom: 22px;
    max-width: 760px;
    color: var(--negative);
    font-size: 5.15rem;
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: 0;
    text-wrap: balance;
}

h1 span {
    display: block;
}

h2 {
    margin-bottom: 16px;
    max-width: 840px;
    color: var(--negative);
    font-size: 3.15rem;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

h3 {
    margin-bottom: 10px;
    color: var(--negative);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
}

p {
    color: var(--muted);
    line-height: 1.64;
}

.hero-lead {
    max-width: 670px;
    color: #515154;
    font-size: 1.24rem;
    line-height: 1.55;
}

.hero-actions,
.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
    border-color: var(--negative);
    background: var(--negative);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(29, 29, 31, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
    border-color: var(--negative-soft);
    background: var(--negative-soft);
}

.button-secondary {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
    border-color: rgba(29, 29, 31, 0.18);
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(29, 29, 31, 0.08);
}

.hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 38px 0 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.hero-facts div,
.value-card,
.work-card,
.method-step,
.pricing-panel,
.contact-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-soft);
}

.hero-facts div {
    padding: 18px 18px 18px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.hero-facts div + div {
    padding-left: 18px;
    border-left: 1px solid var(--line);
}

.hero-facts dt {
    margin-bottom: 6px;
    color: var(--negative);
    font-size: 1.08rem;
    font-weight: 700;
}

.hero-facts dd {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.42;
}

.hero-visual {
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 249, 0.94));
    color: var(--ink);
    box-shadow: var(--shadow);
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
}

.visual-logo,
.visual-header,
.visual-board,
.visual-meter {
    position: relative;
    z-index: 1;
}

.visual-logo {
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 146px;
    margin: -18px -18px 0;
    padding: 22px;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(180deg, #ffffff, #f6f7f8);
}

.visual-logo::before {
    content: none;
}

.visual-logo > * {
    position: relative;
    z-index: 1;
}

.visual-logo-stage {
    position: relative;
    display: grid;
    place-items: center;
    justify-self: center;
    width: 108px;
    aspect-ratio: 1;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 40px rgba(29, 29, 31, 0.08);
}

.visual-logo-stage::before,
.visual-logo-stage::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.visual-logo-stage::before {
    inset: 14px;
    border: 1px solid rgba(71, 175, 192, 0.24);
    background: transparent;
    -webkit-mask: none;
    mask: none;
    transform: rotate(-24deg) scaleX(1.2) scaleY(0.68);
    animation: visual-orbit-plane-one 2600ms ease-out 180ms both;
}

.visual-logo-stage::after {
    inset: 20px;
    border: 1px solid rgba(130, 193, 103, 0.2);
    transform: rotate(42deg) scaleX(0.72) scaleY(1.12);
    animation: visual-orbit-plane-two 2600ms ease-out 180ms both;
}

.visual-logo-mark {
    position: relative;
    z-index: 1;
    display: block;
    width: 68%;
    height: auto;
    filter: drop-shadow(0 12px 18px rgba(29, 29, 31, 0.14));
    transform-origin: 50% 50%;
    animation: visual-logo-electron 2600ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
    will-change: transform;
}

.visual-logo-name {
    display: grid;
    justify-self: start;
    gap: 2px;
    color: var(--ink);
    opacity: 0.9;
    text-shadow: none;
    animation: none;
}

.visual-logo-name strong {
    color: inherit;
    font-size: 3.55rem;
    font-weight: 400;
    line-height: 0.86;
}

.visual-logo-name span {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0;
}

@keyframes visual-logo-electron {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }

    15% {
        transform: translate3d(30px, -22px, 0) rotate(74deg) scale(0.92);
    }

    32% {
        transform: translate3d(-22px, 27px, 0) rotate(168deg) scale(0.86);
    }

    50% {
        transform: translate3d(26px, 22px, 0) rotate(274deg) scale(0.9);
    }

    68% {
        transform: translate3d(-28px, -18px, 0) rotate(392deg) scale(0.94);
    }

    84% {
        transform: translate3d(11px, -7px, 0) rotate(612deg) scale(0.98);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(720deg) scale(1);
    }
}

@keyframes visual-orbit-plane-one {
    0%,
    100% {
        opacity: 1;
        transform: rotate(-24deg) scaleX(1.2) scaleY(0.68);
    }

    45% {
        opacity: 0.72;
        transform: rotate(116deg) scaleX(1.26) scaleY(0.7);
    }
}

@keyframes visual-orbit-plane-two {
    0%,
    100% {
        opacity: 1;
        transform: rotate(42deg) scaleX(0.72) scaleY(1.12);
    }

    55% {
        opacity: 0.76;
        transform: rotate(-122deg) scaleX(0.78) scaleY(1.2);
    }
}

.visual-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid var(--line);
}

.visual-header span,
.visual-row span,
.visual-meter span {
    color: var(--muted);
    font-size: 13px;
}

.visual-header strong {
    color: var(--ink);
    font-size: 14px;
}

.visual-board {
    display: grid;
    gap: 9px;
    padding: 14px 0;
}

.visual-row {
    display: grid;
    gap: 7px;
    padding: 14px;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.78);
}

.visual-row strong {
    color: var(--ink);
    font-size: 1.36rem;
    line-height: 1.1;
}

.visual-meter {
    display: grid;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.78);
}

.visual-meter strong {
    display: block;
    margin-top: 4px;
    color: var(--ink);
}

.meter-bars {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1.6fr 1fr;
    gap: 8px;
}

.meter-bars span {
    display: block;
    height: 12px;
    border-radius: 4px;
    background: var(--logo-cyan);
    transform-origin: left center;
    animation: none;
}

.meter-bars span:nth-child(2) {
    background: var(--logo-mint);
    animation-delay: 180ms;
}

.meter-bars span:nth-child(3) {
    background: var(--logo-lime);
    animation-delay: 360ms;
}

.meter-bars span:nth-child(4) {
    background: var(--logo-silver);
    animation-delay: 540ms;
}

.section {
    padding: 88px 0;
}

.section-heading {
    display: grid;
    gap: 4px;
    margin-bottom: 34px;
}

.section-heading p {
    max-width: 760px;
    font-size: 1.06rem;
}

.value-grid,
.method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.value-card,
.method-step,
.work-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
}

.value-card::before,
.method-step::before {
    content: none;
}

.value-card span,
.method-step span {
    display: inline-block;
    margin-bottom: 18px;
    color: #9b9ba1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.pricing-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
    gap: 32px;
    align-items: start;
    padding-top: 36px;
}

.pricing-copy {
    padding: 18px 0;
}

.pricing-copy h2 {
    max-width: 900px;
}

.pricing-copy strong {
    color: var(--negative);
}

.pricing-panel {
    padding: 30px;
    border-color: rgba(29, 29, 31, 0.09);
    background: linear-gradient(180deg, #ffffff 0%, #f8f8fa 100%);
    color: var(--ink);
}

.pricing-panel::before {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: var(--ink);
}

.pricing-panel h3 {
    margin-bottom: 18px;
    color: var(--ink);
}

.pricing-panel ul,
.work-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-panel li,
.work-card li {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 10px;
    line-height: 1.55;
}

.pricing-panel li {
    color: var(--muted);
}

.work-card li {
    color: var(--muted);
}

.pricing-panel li::before,
.work-card li::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: 9px;
    border-radius: 50%;
    background: var(--primary);
}

.work-section {
    padding-top: 98px;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.work-card {
    --thumb-size: 132px;
    --thumb-expanded: clamp(190px, 22vw, 258px);
    display: grid;
    grid-template-rows: auto;
    min-height: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.92);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.work-card-with-media {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 224px;
}

.work-card::before {
    content: none;
}

.work-card:hover,
.work-card:focus-within {
    border-color: rgba(29, 29, 31, 0.16);
    box-shadow: var(--shadow);
    transform: translateY(-3px);
}

.work-card-with-media:hover,
.work-card-with-media:focus-within {
    --thumb-size: var(--thumb-expanded);
}

.work-card-featured {
    --thumb-size: 172px;
    --thumb-expanded: clamp(260px, 32vw, 380px);
    grid-column: span 2;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: auto;
    border-color: rgba(29, 29, 31, 0.09);
    background: #ffffff;
    color: var(--ink);
}

.work-card-featured::after {
    content: "";
    position: absolute;
    right: -66px;
    bottom: -74px;
    z-index: 0;
    width: 240px;
    height: 240px;
    background: url("logos/brand/athys-symbol.svg") center / contain no-repeat;
    opacity: 0.035;
    pointer-events: none;
}

.work-media {
    position: relative;
    overflow: hidden;
    align-self: stretch;
    width: var(--thumb-size);
    min-height: 100%;
    border-right: 1px solid var(--line);
    background: var(--surface-alt);
    transition: width 240ms ease, background-color 180ms ease;
}

.work-media::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: calc(var(--radius) - 2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.work-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    transform-origin: 50% 0;
    transform: scale(1.01);
    transition: transform 240ms ease, filter 240ms ease, object-position 240ms ease;
}

.work-card-with-media:hover .work-media::after,
.work-card-with-media:focus-within .work-media::after {
    opacity: 1;
}

.work-card-with-media:hover .work-media img,
.work-card-with-media:focus-within .work-media img {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.06);
}

.work-media-tall img {
    object-position: 50% 0;
}

.work-card-featured .work-media {
    background: #f6f7f8;
}

.work-content {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    min-width: 0;
    padding: 26px;
}

.work-card-featured .work-content {
    align-content: start;
    padding: 34px;
}

.work-card-featured h3 {
    color: var(--ink);
    font-size: clamp(2.65rem, 4vw, 3.25rem);
    line-height: 1;
}

.work-card-featured p {
    color: var(--muted);
}

.work-type {
    margin-bottom: 12px;
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.work-card-featured .work-type {
    color: var(--primary-dark);
}

.work-card:not(.work-card-featured) h3 {
    font-size: 1.55rem;
}

.work-card:not(.work-card-featured) p:last-child {
    margin-bottom: 0;
}

.work-card:not(.work-card-featured) p {
    margin-bottom: 0;
}

.work-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 18px;
}

.work-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 10px;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 999px;
    background: #f5f5f7;
    color: #515154;
    font-size: 12px;
    font-weight: 700;
}

.work-card-featured .work-tags span {
    border-color: var(--line);
    background: #ffffff;
    color: var(--ink);
}

.work-card-featured li {
    color: var(--ink);
}

.method-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-section {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 32px;
    align-items: start;
}

.proof-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.proof-list p {
    margin: 0;
    padding: 18px 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--ink);
    font-weight: 700;
    box-shadow: var(--shadow-soft);
}

.contact-section {
    padding-bottom: 102px;
}

.contact-card {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: 38px;
    padding: 36px;
    background: #ffffff;
}

.contact-card::before {
    content: none;
}

.contact-intro a {
    color: var(--primary-dark);
    font-weight: 700;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form label {
    display: grid;
    gap: 7px;
}

.contact-form span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f5f5f7;
    color: var(--ink);
    padding: 14px 15px;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: rgba(71, 175, 192, 0.55);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(71, 175, 192, 0.14);
}

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

.form-actions {
    margin-top: 4px;
}

.consent-banner {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    width: min(calc(100% - 36px), 680px);
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: var(--negative);
    color: #ffffff;
    box-shadow: var(--shadow);
}

.consent-banner p {
    margin: 0;
    color: rgba(231, 232, 233, 0.82);
    font-size: 14px;
    line-height: 1.45;
}

.consent-actions {
    display: flex;
    gap: 10px;
}

.consent-banner .button {
    min-height: 42px;
    padding: 10px 14px;
    white-space: nowrap;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 34px max(16px, calc((100% - var(--content)) / 2)) 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--negative);
    color: #ffffff;
}

.footer-brand {
    display: inline-flex;
    flex: 0 0 auto;
}

.footer-brand img {
    display: block;
    width: 174px;
    height: auto;
}

.footer p {
    margin: 0;
    max-width: 650px;
    color: rgba(231, 232, 233, 0.78);
    font-size: 14px;
}

.reveal {
    opacity: 1;
    transform: none;
    transition: opacity 640ms ease, transform 640ms ease;
}

.reveal-delay {
    transition-delay: 120ms;
}

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

@media (max-width: 1040px) {
    .hero,
    .pricing-section,
    .proof-section,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 58px;
    }

    h1 {
        font-size: 4.35rem;
    }

    h2 {
        font-size: 2.72rem;
    }

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

    .work-card-featured {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: auto;
    }

    .work-card-featured .work-media {
        min-height: 100%;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .work-card-featured .work-content {
        align-content: start;
        padding: 28px;
    }

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

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

    .menu-toggle {
        display: block;
    }

    .nav {
        position: absolute;
        top: calc(100% + 6px);
        right: 10px;
        left: 10px;
        display: grid;
        padding: 8px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.94);
        box-shadow: var(--shadow-soft);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 160ms ease, transform 160ms ease;
    }

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

    .nav a {
        padding: 12px;
    }

    .visual-logo {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center;
    }

    .visual-logo-name {
        justify-self: center;
    }

    .hero-facts,
    .value-grid,
    .contact-form {
        grid-template-columns: 1fr;
    }

    .hero-facts div {
        padding: 14px 0;
    }

    .hero-facts div + div {
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .hero,
    .section {
        width: min(calc(100% - 20px), var(--content));
    }

    .topbar {
        width: 100%;
        padding-inline: 10px;
    }

    .brand-logo {
        width: 126px;
    }

    h1 {
        font-size: 2.82rem;
    }

    h2 {
        font-size: 1.96rem;
    }

    h3 {
        font-size: 1.32rem;
    }

    .hero {
        padding: 42px 0 40px;
    }

    .section {
        padding-block: 48px;
    }

    .hero {
        gap: 28px;
    }

    .hero-lead {
        font-size: 1.08rem;
    }

    .hero-actions,
    .form-actions {
        display: grid;
    }

    .button {
        width: 100%;
    }

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

    .hero-facts div {
        padding: 14px 0;
    }

    .hero-facts div + div {
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .hero-facts dt {
        font-size: 0.95rem;
    }

    .hero-facts dd {
        font-size: 12px;
        line-height: 1.35;
    }

    .hero-visual {
        display: none;
    }

    .visual-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .visual-row strong {
        font-size: 1.35rem;
    }

    .pricing-panel,
    .contact-card,
    .value-card,
    .method-step {
        padding: 20px;
    }

    .work-card {
        padding: 0;
    }

    .work-card-with-media {
        --thumb-size: 100%;
        --thumb-expanded: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        min-height: auto;
    }

    .work-media,
    .work-card-featured .work-media {
        width: 100%;
        min-height: auto;
        height: 92px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .work-content,
    .work-card-featured .work-content {
        padding: 20px;
    }

    .work-grid,
    .method-grid,
    .proof-list {
        grid-template-columns: 1fr;
    }

    .work-card-featured {
        grid-column: auto;
    }

    .work-card-featured h3 {
        font-size: 2.15rem;
    }

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

    .footer-brand img {
        width: 150px;
    }

    .consent-banner {
        right: 10px;
        bottom: 10px;
        grid-template-columns: 1fr;
        width: calc(100% - 20px);
    }

    .consent-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

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

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }

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

}
