/* LEDF 2608 — project-led editorial system */
:root {
    --project-red: #f1262f;
    --project-red-deep: #a40811;
    --project-ink: #050506;
    --project-paper: #f4f1ec;
}

body.project-led {
    background: var(--project-ink);
}

.project-led nav {
    background: linear-gradient(to bottom, rgba(5, 5, 6, 0.9), transparent);
}

.project-led .nav-hamburger {
    appearance: none;
    border: 0;
    background: transparent;
}

.project-led main {
    overflow: hidden;
}

.latest-hero {
    position: relative;
    width: 100%;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding: 150px 48px 72px;
    isolation: isolate;
    background: #080808;
}

.latest-hero__media,
.latest-hero__media::before,
.latest-hero__media::after {
    position: absolute;
    inset: 0;
}

.latest-hero__media {
    z-index: -2;
    overflow: hidden;
}

.latest-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 57% center;
    transform: scale(1.015);
    animation: hero-settle 1.6s var(--ease-out) both;
}

.latest-hero__media::before {
    content: "";
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(3, 3, 4, 0.92) 0%, rgba(3, 3, 4, 0.48) 43%, rgba(3, 3, 4, 0.08) 74%),
        linear-gradient(0deg, rgba(3, 3, 4, 0.93) 0%, transparent 52%),
        linear-gradient(180deg, rgba(3, 3, 4, 0.45) 0%, transparent 30%);
}

.latest-hero__media::after {
    content: "";
    z-index: 2;
    background: radial-gradient(circle at 78% 70%, rgba(241, 38, 47, 0.2), transparent 32%);
    mix-blend-mode: screen;
}

@keyframes hero-settle {
    from { opacity: 0; transform: scale(1.06); }
    to { opacity: 1; transform: scale(1.015); }
}

.latest-hero__inner {
    width: min(1400px, 100%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.project-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
}

.project-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--project-red);
    box-shadow: 0 0 18px rgba(241, 38, 47, 0.8);
}

.latest-hero h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(58px, 9.6vw, 152px);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 0.84;
    text-wrap: balance;
    text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.latest-hero h1 span {
    color: var(--project-red);
}

.latest-hero__lead {
    max-width: 690px;
    margin: 30px 0 0;
    font-size: clamp(18px, 2vw, 27px);
    font-weight: 450;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    text-wrap: balance;
}

.latest-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    letter-spacing: 0.06em;
}

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

.project-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    background: rgba(5, 5, 6, 0.34);
    backdrop-filter: blur(14px);
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
    transition: transform 0.3s var(--ease-out), border-color 0.3s ease, background 0.3s ease;
}

.project-button:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.1);
}

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

.project-button--primary:hover {
    border-color: #ff4e56;
    background: #ff3942;
}

.project-button__arrow {
    font-size: 18px;
    line-height: 1;
}

.home-section {
    width: min(1400px, calc(100% - 96px));
    margin: 0 auto;
    padding: 144px 0;
}

.home-section--compact {
    padding-top: 0;
}

.editorial-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 90px;
    align-items: end;
}

.editorial-intro h2,
.section-heading h2,
.project-cta h2 {
    font-size: clamp(38px, 5.4vw, 76px);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1.06;
}

.editorial-intro__copy {
    font-size: clamp(17px, 1.6vw, 22px);
    color: var(--color-text-muted);
    line-height: 1.8;
}

.editorial-intro__copy strong {
    color: #fff;
    font-weight: 650;
}

.nurly-home {
    position: relative;
    isolation: isolate;
    width: min(1500px, calc(100% - 96px));
    padding: 150px 48px 138px;
    background:
        radial-gradient(60% 40% at 50% 22%, rgba(14, 165, 233, 0.08), transparent 70%),
        linear-gradient(180deg, rgba(8, 10, 14, 0.92), rgba(5, 5, 7, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    overflow: hidden;
}

.nurly-home::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.72) 68%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.72) 68%, transparent 100%);
}

.nurly-home__header {
    max-width: 980px;
    margin: 0 auto 74px;
    text-align: center;
}

.nurly-home__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--color-accent-light);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.nurly-home__eyebrow::before {
    content: "";
    width: 40px;
    height: 1px;
    background: var(--grad-accent);
}

.nurly-home__logo {
    display: block;
    width: min(270px, 58vw);
    height: auto;
    margin: 28px auto 34px;
}

.nurly-home__header h2 {
    font-size: clamp(40px, 5.3vw, 76px);
    font-weight: 350;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.nurly-home__header h2 span {
    display: inline-block;
    font-weight: 750;
    background: var(--grad-accent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nurly-home__header p {
    margin-top: 24px;
    color: var(--color-text-muted);
    font-size: clamp(15px, 1.5vw, 20px);
}

.nurly-home__visual {
    position: relative;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    overflow: hidden;
    background: #050608;
    box-shadow: 0 32px 80px -36px rgba(14, 165, 233, 0.45);
}

.nurly-home__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.nurly-home__visual figcaption {
    position: absolute;
    left: 28px;
    bottom: 26px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(4, 6, 9, 0.72);
    backdrop-filter: blur(14px);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.nurly-home__visual figcaption i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent-light);
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.9);
}

.nurly-home__specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 72px;
}

.nurly-home__spec {
    min-height: 182px;
    padding: 38px 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: linear-gradient(155deg, rgba(25, 29, 37, 0.96), rgba(11, 12, 16, 0.94));
}

.nurly-home__spec strong {
    display: block;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 720;
    letter-spacing: -0.045em;
    font-variant-numeric: tabular-nums;
}

.nurly-home__spec small {
    margin-left: 4px;
    color: var(--color-text-muted);
    font-size: 0.47em;
    font-weight: 450;
    letter-spacing: 0;
}

.nurly-home__spec > span {
    display: block;
    margin-top: 22px;
    color: var(--color-text-faint);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nurly-home__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 70px;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 32px;
    margin-bottom: 42px;
}

.section-heading p {
    max-width: 470px;
    color: var(--color-text-muted);
    line-height: 1.75;
}

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

.project-card {
    position: relative;
    min-height: 530px;
    display: flex;
    align-items: end;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: #111;
    color: #fff;
    text-decoration: none;
    isolation: isolate;
}

.project-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) brightness(0.72);
    transition: transform 0.8s var(--ease-out), filter 0.5s ease;
    z-index: -2;
}

.project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.93) 100%);
}

.project-card:hover img {
    transform: scale(1.045);
    filter: saturate(1) brightness(0.82);
}

.project-card__content {
    width: 100%;
    padding: 30px;
}

.project-card__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.project-card h3 {
    font-size: clamp(25px, 2.4vw, 35px);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.project-card p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.65;
}

.project-card__status {
    display: inline-flex;
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 650;
}

.project-card--current {
    border-color: rgba(241, 38, 47, 0.5);
}

.project-card--muted {
    cursor: default;
}

.project-card--muted img {
    filter: grayscale(1) brightness(0.46);
}

.service-strip {
    display: grid;
    grid-template-columns: 1.15fr repeat(3, 1fr);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.service-strip > * {
    min-height: 240px;
    padding: 34px;
    border-right: 1px solid var(--color-border);
}

.service-strip > *:last-child { border-right: 0; }

.service-strip h2 {
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.service-strip h3 {
    margin-top: 54px;
    font-size: 20px;
}

.service-strip p {
    margin-top: 12px;
    color: var(--color-text-muted);
    font-size: 14px;
    line-height: 1.7;
}

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

.service-visual-card {
    display: block;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: #0d0e11;
    color: inherit;
    text-decoration: none;
    transition: transform 0.45s var(--ease-out), border-color 0.3s ease;
}

.service-visual-card:hover {
    transform: translateY(-6px);
    border-color: rgba(56, 189, 248, 0.3);
}

.service-visual-card:focus-visible {
    outline: 2px solid var(--color-accent-light);
    outline-offset: 4px;
    transform: translateY(-4px);
}

.service-visual-card img {
    width: 100%;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    border-bottom: 1px solid var(--color-border);
}

.service-visual-card__copy { padding: 28px 28px 32px; }

.service-visual-card__copy > span {
    display: block;
    margin-bottom: 12px;
    color: var(--color-accent-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.service-visual-card h3 {
    font-size: 23px;
    letter-spacing: -0.025em;
}

.service-visual-card p {
    margin-top: 12px;
    color: var(--color-text-muted);
    font-size: 14px;
    line-height: 1.75;
}

.project-cta {
    position: relative;
    width: min(1400px, calc(100% - 96px));
    margin: 0 auto 64px;
    padding: 82px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(241, 38, 47, 0.18), transparent 34%),
        #0d0d0f;
}

.project-cta p {
    max-width: 650px;
    margin-top: 22px;
    color: var(--color-text-muted);
    font-size: 18px;
    line-height: 1.7;
}

.project-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: end;
    padding: 56px 48px 64px;
    border-top: 1px solid var(--color-border);
    color: var(--color-text-faint);
    font-size: 12px;
}

.project-footer img { width: 92px; opacity: 0.7; }
.project-footer address { font-style: normal; text-align: right; }

/* Project archive */
.archive-hero {
    width: min(1400px, calc(100% - 96px));
    margin: 0 auto;
    padding: 210px 0 90px;
}

.archive-hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 10.8vw, 156px);
    line-height: 0.88;
    letter-spacing: -0.07em;
    white-space: nowrap;
}

.archive-hero p {
    max-width: 650px;
    margin-top: 30px;
    color: var(--color-text-muted);
    font-size: 20px;
    line-height: 1.7;
}

.archive-section {
    width: min(1400px, calc(100% - 96px));
    margin: 0 auto;
    padding: 30px 0 140px;
}

/* Case study */
.case-hero {
    position: relative;
    min-height: 94svh;
    display: flex;
    align-items: end;
    padding: 170px 48px 70px;
    isolation: isolate;
}

.case-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
    z-index: -2;
}

.case-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 3, 4, 0.88), rgba(3, 3, 4, 0.15) 72%),
        linear-gradient(0deg, rgba(3, 3, 4, 0.97), transparent 58%);
}

.case-hero__inner {
    width: min(1400px, 100%);
    margin: 0 auto;
}

.case-hero h1 {
    max-width: 1030px;
    font-size: clamp(56px, 9vw, 138px);
    line-height: 0.88;
    letter-spacing: -0.065em;
}

.case-hero__summary {
    max-width: 700px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.55;
}

.case-body {
    width: min(1240px, calc(100% - 96px));
    margin: 0 auto;
}

.case-intro {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 90px;
    padding: 130px 0;
}

.case-facts {
    display: grid;
    gap: 26px;
    align-content: start;
}

.case-fact {
    padding-top: 16px;
    border-top: 1px solid var(--color-border);
}

.case-fact dt {
    color: var(--color-text-faint);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.case-fact dd {
    margin-top: 7px;
    color: #fff;
    font-size: 16px;
}

.case-story h2,
.case-section h2,
.impact-section h2,
.faq-section h2 {
    font-size: clamp(34px, 4.5vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.case-story p,
.case-section__copy p {
    margin-top: 25px;
    color: var(--color-text-muted);
    font-size: clamp(17px, 1.55vw, 21px);
    line-height: 1.9;
}

.case-story strong,
.case-section__copy strong { color: #fff; }

.case-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    padding-bottom: 120px;
}

.case-gallery figure {
    grid-column: span 6;
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #111;
}

.case-gallery figure.wide { grid-column: 1 / -1; }
.case-gallery figure.portrait { grid-column: span 4; }

.case-gallery img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
}

.case-gallery figure.wide img { min-height: 610px; }
.case-gallery figure.portrait img { aspect-ratio: 4 / 5; }

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

.case-section {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
    padding: 120px 0;
    border-top: 1px solid var(--color-border);
}

.impact-section {
    position: relative;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 90px;
    padding: 120px 0;
    border-top: 1px solid var(--color-border);
}

.impact-section::before {
    content: "";
    position: absolute;
    inset: 50px -80px 30px 35%;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.12), transparent 66%);
    filter: blur(18px);
}

.impact-section__note {
    max-width: 290px;
    margin-top: 26px;
    color: var(--color-text-faint);
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.impact-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 16px;
    background: rgba(96, 165, 250, 0.16);
    box-shadow: 0 28px 70px -42px rgba(59, 130, 246, 0.72);
}

.impact-stat {
    min-height: 168px;
    padding: 28px 24px;
    background:
        radial-gradient(120% 110% at 0% 0%, rgba(56, 189, 248, 0.15), transparent 56%),
        linear-gradient(145deg, rgba(18, 23, 35, 0.98), rgba(6, 7, 11, 0.98));
}

.impact-stat strong {
    display: block;
    font-size: clamp(38px, 4.4vw, 62px);
    line-height: 1;
    letter-spacing: -0.055em;
    background: linear-gradient(110deg, #f8fbff 0%, #7dd3fc 46%, #818cf8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.impact-stat span {
    display: block;
    margin-top: 16px;
    color: rgba(226, 232, 240, 0.55);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.impact-copy {
    margin-top: 30px;
}

.impact-copy p {
    color: var(--color-text-muted);
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.85;
}

.impact-copy p + p { margin-top: 18px; }
.impact-copy strong { color: #fff; }

.route-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.route-list span {
    padding: 10px 14px;
    border: 1px solid var(--color-border-strong);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 15px 0 120px;
    background: var(--color-border);
    border: 1px solid var(--color-border);
}

.metric {
    position: relative;
    overflow: hidden;
    min-height: 180px;
    padding: 30px;
    background:
        radial-gradient(120% 110% at 0% 0%, rgba(14, 165, 233, 0.13), transparent 56%),
        linear-gradient(145deg, rgba(19, 22, 30, 0.98), rgba(5, 5, 6, 0.98) 72%);
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.metric::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: var(--grad-accent);
    opacity: 0.45;
}

.metric:hover {
    background:
        radial-gradient(120% 110% at 0% 0%, rgba(14, 165, 233, 0.2), transparent 58%),
        linear-gradient(145deg, rgba(23, 27, 38, 0.98), rgba(5, 5, 6, 0.98) 72%);
    box-shadow: inset 0 0 45px rgba(37, 99, 235, 0.08);
}

.metric strong {
    display: block;
    font-size: clamp(34px, 4vw, 54px);
    letter-spacing: -0.04em;
    background: var(--grad-accent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.metric span {
    display: block;
    margin-top: 8px;
    color: var(--color-text-faint);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.faq-section {
    padding: 120px 0;
    border-top: 1px solid var(--color-border);
}

.faq-list { margin-top: 52px; }

.faq-item {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    padding: 30px 0;
    border-top: 1px solid var(--color-border);
}

.faq-item h3 {
    font-size: 18px;
    line-height: 1.55;
}

.faq-item p {
    color: var(--color-text-muted);
    line-height: 1.75;
}

@media (max-width: 1024px) {
    .nurly-home__specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .project-rack { grid-template-columns: 1fr 1fr; }
    .project-card:first-child { grid-column: 1 / -1; }
    .service-strip { grid-template-columns: 1fr 1fr; }
    .service-infographics { grid-template-columns: 1fr 1fr; }
    .service-visual-card:first-child { grid-column: 1 / -1; }
    .service-strip > * { border-bottom: 1px solid var(--color-border); }
    .case-gallery figure.portrait { grid-column: span 6; }
}

@media (max-width: 768px) {
    .latest-hero,
    .case-hero { padding: 130px 24px 42px; }
    .latest-hero { min-height: 92svh; }
    .latest-hero__media img,
    .case-hero img { object-position: 65% center; }
    .latest-hero__media::before {
        background:
            linear-gradient(0deg, rgba(3, 3, 4, 0.96) 0%, rgba(3, 3, 4, 0.35) 70%, rgba(3, 3, 4, 0.48) 100%);
    }
    .latest-hero h1,
    .case-hero h1 { font-size: clamp(49px, 15vw, 82px); }
    .home-section,
    .archive-hero,
    .archive-section,
    .case-body,
    .project-cta { width: calc(100% - 48px); }
    .home-section { padding: 96px 0; }
    .home-section--compact { padding-top: 0; }
    .nurly-home { width: calc(100% - 32px); padding: 96px 16px 86px; border-radius: 18px; }
    .nurly-home__header { margin-bottom: 46px; padding: 0 8px; }
    .nurly-home__visual { border-radius: 12px; }
    .nurly-home__visual figcaption { left: 14px; bottom: 14px; min-height: 40px; padding: 0 14px; font-size: 10px; }
    .nurly-home__specs { gap: 10px; margin-top: 36px; }
    .nurly-home__spec { min-height: 138px; padding: 26px 20px; }
    .nurly-home__actions { margin-top: 44px; }
    .editorial-intro,
    .case-intro,
    .case-section,
    .impact-section,
    .faq-item { grid-template-columns: 1fr; gap: 36px; }
    .section-heading { display: block; }
    .section-heading p { margin-top: 20px; }
    .project-rack { grid-template-columns: 1fr; }
    .project-card:first-child { grid-column: auto; }
    .project-card { min-height: 460px; }
    .service-strip { grid-template-columns: 1fr; }
    .service-infographics { grid-template-columns: 1fr; }
    .service-visual-card:first-child { grid-column: auto; }
    .service-strip > * { min-height: 190px; border-right: 0; }
    .service-strip h3 { margin-top: 30px; }
    .project-cta { margin-bottom: 30px; padding: 48px 28px; }
    .project-footer { grid-template-columns: 1fr; padding: 42px 24px; }
    .project-footer address { text-align: left; }
    .archive-hero { padding-top: 170px; }
    .case-intro { padding: 90px 0; }
    .case-gallery { gap: 10px; padding-bottom: 90px; }
    .case-gallery figure,
    .case-gallery figure.portrait,
    .case-gallery figure.wide { grid-column: 1 / -1; }
    .case-gallery img,
    .case-gallery figure.wide img { min-height: 0; aspect-ratio: 3 / 2; }
    .case-gallery figure.portrait img { aspect-ratio: 4 / 5; }
    .case-section { padding: 90px 0; }
    .impact-section { padding: 90px 0; }
    .impact-stats { grid-template-columns: 1fr; }
    .impact-stat { min-height: 126px; }
    .metric-grid { grid-template-columns: 1fr; }
    .metric { min-height: 130px; }
    .faq-section { padding: 90px 0; }
}

@media (max-width: 520px) {
    .nurly-home__specs { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .latest-hero__media img { animation: none; transform: none; }
    .project-card img,
    .project-button { transition: none; }
}
