:root {
    --ink: #f7f3e8;
    --muted: #aabbb4;
    --bg: #07100f;
    --bg-soft: #0b1916;
    --panel: #0e211c;
    --panel-2: #122a23;
    --line: rgba(255, 255, 255, .12);
    --green: #0e7c46;
    --green-bright: #19a65d;
    --orange: #ff6528;
    --gold: #ffd447;
    --cream: #fff0c1;
    --nav-width: 92px;
    --nav-open: 286px;
    --radius: 26px;
    --shadow: 0 22px 70px rgba(0, 0, 0, .34);
    --content: min(1240px, calc(100vw - 180px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--bg);
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 86% 8%, rgba(255, 101, 40, .10), transparent 24rem),
        linear-gradient(180deg, #07100f 0%, #091713 38%, #07100f 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    min-width: 320px;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    z-index: 50;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 70%);
}

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

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

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

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

button {
    color: inherit;
}

::selection {
    background: var(--gold);
    color: #08100e;
}

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

.skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 1000;
    transform: translateY(-180%);
    background: var(--gold);
    color: #07100f;
    padding: .75rem 1rem;
    border-radius: 12px;
    font-weight: 900;
}

.skip-link:focus {
    transform: none;
}

/* Left playbook navigation */
.playbook-nav {
    position: fixed;
    inset: 0 auto 0 0;
    width: var(--nav-width);
    z-index: 100;
    background: rgba(5, 13, 12, .97);
    border-right: 1px solid rgba(255,255,255,.1);
    box-shadow: 14px 0 60px rgba(0,0,0,.28);
    overflow: hidden;
    transition: width .35s cubic-bezier(.22,.8,.24,1), transform .35s ease;
    display: flex;
    flex-direction: column;
}

.playbook-nav::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,101,40,.08), transparent 24%, transparent 70%, rgba(16,139,77,.12));
}

.playbook-nav:hover,
.playbook-nav:focus-within,
.playbook-nav.is-open {
    width: var(--nav-open);
}

.nav-topline {
    min-height: 90px;
    padding: 19px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--line);
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 245px;
}

.brand-mark {
    width: 56px;
    height: 52px;
    flex: 0 0 56px;
    border: 2px solid rgba(255,255,255,.23);
    border-radius: 18px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(18,166,93,.25), rgba(255,101,40,.16));
}

.brand-mark i {
    position: absolute;
    display: block;
    background: var(--ink);
    border-radius: 99px;
    height: 4px;
    transform-origin: left center;
}

.brand-mark i:nth-child(1) { width: 32px; transform: rotate(45deg); left: 14px; top: 15px; }
.brand-mark i:nth-child(2) { width: 24px; transform: rotate(135deg); left: 36px; top: 19px; background: var(--gold); }
.brand-mark i:nth-child(3) { width: 25px; transform: rotate(42deg); left: 14px; top: 34px; background: var(--orange); }

.brand-word,
.mobile-brand,
.footer-brand {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    letter-spacing: .085em;
    line-height: 1;
}

.brand-word {
    font-size: 1.18rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: .25s ease;
    white-space: nowrap;
}

.brand-word span,
.mobile-brand span,
.footer-brand span {
    color: var(--orange);
}

.playbook-nav:hover .brand-word,
.playbook-nav:focus-within .brand-word,
.playbook-nav.is-open .brand-word {
    opacity: 1;
    transform: none;
}

.nav-toggle {
    position: absolute;
    right: 18px;
    width: 36px;
    height: 36px;
    display: none;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
    position: absolute;
    left: 7px;
    width: 22px;
    height: 2px;
    background: var(--ink);
    transition: .25s ease;
}

.nav-toggle span:nth-child(2) { top: 10px; }
.nav-toggle span:nth-child(3) { top: 17px; }
.nav-toggle span:nth-child(4) { top: 24px; }

.playbook-nav.is-open .nav-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.playbook-nav.is-open .nav-toggle span:nth-child(3) { opacity: 0; }
.playbook-nav.is-open .nav-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.route-nav {
    position: relative;
    z-index: 2;
    padding: 28px 0 20px;
    flex: 1;
}

.route-stem {
    position: absolute;
    left: 44px;
    top: 54px;
    bottom: 54px;
    width: 2px;
    background: repeating-linear-gradient(to bottom, rgba(255,255,255,.18) 0 10px, transparent 10px 19px);
}

.route-nav a {
    height: 64px;
    padding: 0 20px 0 26px;
    display: flex;
    align-items: center;
    gap: 25px;
    min-width: 250px;
    position: relative;
    color: var(--muted);
    transition: .22s ease;
}

.route-nav a::before {
    content: "";
    position: absolute;
    left: 34px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.25);
    background: #07100f;
    box-shadow: 0 0 0 5px #07100f;
    transition: .22s ease;
}

.route-nav a b {
    position: relative;
    z-index: 1;
    width: 39px;
    text-align: center;
    font-size: .62rem;
    color: rgba(255,255,255,.58);
    letter-spacing: .08em;
}

.route-nav a span {
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: .22s ease;
    white-space: nowrap;
}

.playbook-nav:hover .route-nav a span,
.playbook-nav:focus-within .route-nav a span,
.playbook-nav.is-open .route-nav a span {
    opacity: 1;
    transform: none;
}

.route-nav a:hover,
.route-nav a:focus-visible,
.route-nav a[aria-current="page"] {
    color: var(--ink);
    background: linear-gradient(90deg, rgba(255,255,255,.035), transparent);
}

.route-nav a:hover::before,
.route-nav a:focus-visible::before,
.route-nav a[aria-current="page"]::before {
    border-color: var(--gold);
    background: var(--orange);
    box-shadow: 0 0 0 5px #07100f, 0 0 22px rgba(255,101,40,.42);
}

.nav-store {
    min-width: 245px;
    margin: 14px 15px 18px;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 16px;
    background: var(--ink);
    color: #07100f;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 2;
    transition: .22s ease;
}

.nav-store:hover,
.nav-store:focus-visible {
    background: var(--gold);
    transform: translateY(-2px);
}

.nav-store span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--green);
    flex: 0 0 auto;
}

.nav-store strong {
    opacity: 0;
    white-space: nowrap;
    transition: .2s ease;
}

.playbook-nav:hover .nav-store strong,
.playbook-nav:focus-within .nav-store strong,
.playbook-nav.is-open .nav-store strong { opacity: 1; }

.site-shell {
    margin-left: var(--nav-width);
    min-height: 100vh;
    transition: margin-left .35s ease;
}

.mobile-header {
    display: none;
}

/* Generic typography and layout */
.section {
    width: var(--content);
    margin: 0 auto;
    padding: 128px 0;
    position: relative;
}

.section + .section {
    border-top: 1px solid var(--line);
}

.section-heading {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 68px;
}

.section-number {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    font-weight: 900;
    color: var(--gold);
    font-size: .84rem;
    position: relative;
}

.section-number::after {
    content: "";
    position: absolute;
    width: 82px;
    height: 2px;
    background: linear-gradient(90deg, var(--orange), transparent);
    left: 54px;
    top: 34px;
}

.overline,
.route-kicker,
.chapter,
.contact-label,
.step-tag {
    margin: 0 0 14px;
    font-size: .72rem;
    line-height: 1.3;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--gold);
}

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

h1,
h2,
h3 {
    line-height: 1.06;
}

h1,
h2 {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    letter-spacing: .015em;
    font-weight: 400;
    text-transform: uppercase;
}

h1 em,
h2 em {
    color: var(--orange);
    font-style: normal;
}

.section-heading h2 {
    margin: 0;
    max-width: 900px;
    font-size: clamp(2.7rem, 5vw, 5rem);
}

.lead {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.5;
    color: var(--cream);
}

.button {
    min-height: 62px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 18px;
    font-weight: 900;
    line-height: 1.05;
    border: 1px solid transparent;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

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

.button-primary {
    background: linear-gradient(135deg, var(--orange), #ff8b2e);
    color: #fff;
    box-shadow: 0 16px 40px rgba(255,101,40,.22);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow: 0 20px 50px rgba(255,101,40,.34);
}

.button-primary small {
    display: block;
    font-size: .6rem;
    opacity: .8;
    letter-spacing: .08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.play-triangle {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(0,0,0,.18);
    display: grid;
    place-items: center;
}

.button-ghost {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.03);
}

.button-ghost:hover,
.button-ghost:focus-visible {
    border-color: var(--gold);
    background: rgba(255,212,71,.08);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--cream);
    font-weight: 900;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 5px;
}

.text-link span {
    color: var(--orange);
    transition: transform .2s ease;
}

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

/* Hero */
.hero {
    min-height: 100vh;
    padding: 86px clamp(30px, 5vw, 92px) 62px;
    display: grid;
    grid-template-columns: minmax(420px, .83fr) minmax(520px, 1.17fr);
    align-items: center;
    gap: clamp(30px, 5vw, 90px);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,14,13,.8), transparent 42%),
        repeating-linear-gradient(90deg, transparent 0 119px, rgba(255,255,255,.018) 120px 121px);
    pointer-events: none;
}

.hero-copy,
.hero-visual {
    position: relative;
    z-index: 2;
}

.eyebrow-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.eyebrow-row span {
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.16);
    color: var(--muted);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.hero h1 {
    margin: 0 0 28px;
    font-size: clamp(4.4rem, 7.7vw, 9.6rem);
    line-height: .86;
    max-width: 920px;
}

.hero h1 em {
    -webkit-text-stroke: 1px var(--orange);
    color: transparent;
}

.hero-lead {
    max-width: 720px;
    font-size: clamp(1.08rem, 1.55vw, 1.36rem);
    color: #c3d1cc;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.store-note {
    margin: 18px 0 0;
    color: #7f928a;
    font-size: .78rem;
}

.hero-visual picture,
.hero-visual img {
    width: 100%;
}

.hero-visual img {
    border-radius: clamp(24px, 3vw, 52px);
    box-shadow: 0 32px 120px rgba(0,0,0,.48);
    border: 1px solid rgba(255,255,255,.1);
}

.hero-visual::before,
.hero-visual::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(18px);
}

.hero-visual::before {
    width: 42%;
    aspect-ratio: 1;
    right: -10%;
    top: -10%;
    background: rgba(255,101,40,.25);
}

.hero-visual::after {
    width: 30%;
    aspect-ratio: 1;
    left: -10%;
    bottom: -10%;
    background: rgba(14,166,93,.22);
}

.hero-coordinate {
    position: absolute;
    z-index: 4;
    padding: 6px 9px;
    font: 800 .6rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .13em;
    background: rgba(7,16,15,.72);
    border: 1px solid rgba(255,255,255,.14);
    color: var(--gold);
    backdrop-filter: blur(10px);
}

.coordinate-a { left: -18px; top: 15%; }
.coordinate-b { right: -14px; bottom: 13%; color: var(--cream); }

.scroll-cue {
    position: absolute;
    left: clamp(30px, 5vw, 92px);
    bottom: 26px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
}

.scroll-cue span {
    width: 30px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 99px;
    position: relative;
}

.scroll-cue span::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    border-radius: 99px;
    background: var(--orange);
    left: 12px;
    top: 9px;
    animation: scrollCue 1.8s infinite;
}

@keyframes scrollCue {
    0% { transform: translateY(0); opacity: 0; }
    35% { opacity: 1; }
    100% { transform: translateY(18px); opacity: 0; }
}

/* Intro */
.intro-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(50px, 8vw, 120px);
    align-items: start;
}

.intro-copy p:not(.lead) {
    color: var(--muted);
    max-width: 780px;
}

.feature-stack {
    border-top: 1px solid var(--line);
}

.feature-stack article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 22px;
    padding: 27px 0;
    border-bottom: 1px solid var(--line);
}

.feature-stack article > span {
    color: var(--orange);
    font: 900 .72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    padding-top: 7px;
}

.feature-stack h3 {
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.feature-stack p {
    margin: 0;
    color: var(--muted);
    font-size: .94rem;
}

/* Steps */
.playbook-section {
    width: 100%;
    padding-inline: max(30px, calc((100vw - var(--content)) / 2));
    background:
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        #0a1714;
    background-size: 80px 80px;
}

.steps-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.steps-track::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 5%;
    right: 5%;
    border-top: 3px dashed rgba(255,255,255,.17);
}

.step-card {
    padding: 0 28px 28px;
    position: relative;
}

.step-node {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--bg-soft);
    border: 2px solid var(--gold);
    color: var(--orange);
    font-family: Impact, sans-serif;
    font-size: 1.7rem;
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
    box-shadow: 0 0 0 9px #0a1714;
}

.step-card:nth-child(even) .step-node {
    border-color: var(--orange);
    color: var(--gold);
}

.step-card h3 {
    font-size: 1.55rem;
    margin-bottom: 12px;
}

.step-card p:last-child {
    color: var(--muted);
    margin: 0;
}

/* Strategy */
.strategy-section {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(390px, .7fr);
    gap: clamp(45px, 7vw, 110px);
    align-items: center;
    padding-inline: max(30px, calc((100vw - 1440px) / 2));
}

.strategy-media {
    position: relative;
}

.strategy-media::after {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 1px solid rgba(255,212,71,.2);
    border-radius: 34px;
    z-index: -1;
}

.strategy-media img {
    width: 100%;
    border-radius: 32px;
    box-shadow: var(--shadow);
}

.strategy-copy h2 {
    font-size: clamp(2.9rem, 4.5vw, 5.5rem);
    margin-bottom: 26px;
}

.strategy-copy > p:not(.overline) {
    color: var(--muted);
    font-size: 1.08rem;
}

.check-list {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding: 12px 0 12px 34px;
    border-bottom: 1px solid var(--line);
    color: #c9d5d0;
}

.check-list li::before {
    content: "↝";
    position: absolute;
    left: 0;
    color: var(--orange);
    font-weight: 900;
}

/* Benefits */
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.benefit-card {
    min-height: 360px;
    padding: 32px;
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.benefit-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    right: -80px;
    bottom: -90px;
    background: radial-gradient(circle, rgba(255,101,40,.2), transparent 65%);
}

.benefit-card:nth-child(even)::after {
    background: radial-gradient(circle, rgba(25,166,93,.22), transparent 65%);
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,212,71,.35);
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
}

.benefit-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--gold);
    color: #08110f;
    font-size: 1.75rem;
    margin-bottom: 72px;
    box-shadow: 0 12px 28px rgba(255,212,71,.18);
}

.benefit-card:nth-child(even) .benefit-icon {
    background: var(--orange);
    color: #fff;
}

.benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 14px;
}

.benefit-card p {
    color: var(--muted);
    margin: 0;
}

/* Atmosphere */
.atmosphere-section {
    width: 100%;
    padding-inline: max(30px, calc((100vw - var(--content)) / 2));
    background:
        radial-gradient(circle at 10% 55%, rgba(255,101,40,.11), transparent 28rem),
        radial-gradient(circle at 88% 42%, rgba(25,166,93,.12), transparent 30rem),
        #081410;
}

.atmosphere-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: clamp(50px, 8vw, 120px);
    align-items: center;
}

.atmosphere-copy h2 {
    font-size: clamp(3rem, 5vw, 6rem);
    margin-bottom: 30px;
}

.atmosphere-copy p:not(.overline) {
    max-width: 760px;
    color: var(--muted);
}

.meter-panel {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255,255,255,.025);
    box-shadow: var(--shadow);
}

.meter-panel > div {
    display: grid;
    grid-template-columns: 120px 1fr 34px;
    gap: 16px;
    align-items: center;
    min-height: 64px;
    border-bottom: 1px solid var(--line);
}

.meter-panel span {
    font-weight: 800;
    font-size: .9rem;
}

.meter-panel i {
    height: 8px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--orange) 0 var(--meter), rgba(255,255,255,.08) var(--meter) 100%);
}

.meter-84 { --meter: 84%; }
.meter-76 { --meter: 76%; }
.meter-91 { --meter: 91%; }
.meter-88 { --meter: 88%; }

.meter-panel b {
    color: var(--gold);
    font-family: ui-monospace, monospace;
}

.meter-panel small {
    display: block;
    color: #748880;
    margin-top: 22px;
    line-height: 1.45;
}

/* Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr .92fr 1.08fr;
    gap: 16px;
    align-items: end;
}

.gallery-item {
    border: 1px solid var(--line);
    border-radius: 26px;
    overflow: hidden;
    padding: 0;
    background: #030706;
    position: relative;
    cursor: zoom-in;
    min-height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, border-color .25s ease;
}

.gallery-item.tall {
    min-height: 590px;
}

.gallery-item:hover,
.gallery-item:focus-visible {
    transform: translateY(-8px);
    border-color: var(--orange);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item > span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 7px 10px;
    border-radius: 9px;
    background: rgba(4,11,10,.83);
    border: 1px solid rgba(255,255,255,.14);
    font: 800 .65rem/1 ui-monospace, monospace;
    letter-spacing: .1em;
    color: var(--gold);
}

.lightbox {
    width: min(92vw, 680px);
    max-height: 92vh;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 28px;
    background: #07100f;
    color: var(--ink);
    box-shadow: 0 30px 120px rgba(0,0,0,.75);
}

.lightbox::backdrop {
    background: rgba(0,0,0,.82);
    backdrop-filter: blur(8px);
}

.lightbox img {
    max-height: 76vh;
    margin: 0 auto;
    border-radius: 18px;
}

.lightbox p {
    margin: 12px 42px 0 4px;
    color: var(--muted);
}

.lightbox-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

/* FAQ */
.faq-list {
    margin-left: 116px;
    max-width: 980px;
}

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

.faq-list details:last-child {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    cursor: pointer;
    list-style: none;
    padding: 25px 60px 25px 0;
    font-weight: 850;
    font-size: 1.15rem;
    position: relative;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 19px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.05);
    color: var(--gold);
    font-size: 1.4rem;
}

.faq-list details[open] summary::after { content: "−"; background: var(--orange); color: #fff; }

.faq-list details p {
    max-width: 780px;
    color: var(--muted);
    padding: 0 50px 28px 0;
}

/* CTA */
.final-cta {
    min-height: 620px;
    padding: 100px clamp(30px, 8vw, 150px);
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(255,101,40,.17), transparent 30rem),
        linear-gradient(135deg, #07100f, #0e3626);
}

.final-cta > div:last-child {
    position: relative;
    z-index: 2;
}

.final-cta h2 {
    font-size: clamp(3.8rem, 8vw, 9rem);
    margin-bottom: 20px;
}

.final-cta p:not(.overline) {
    color: var(--muted);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.final-route {
    position: absolute;
    inset: 0;
    opacity: .22;
}

.final-route::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 62%;
    left: 12%;
    top: 20%;
    border: 28px solid #020504;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(-12deg);
}

.final-route span {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--gold);
}

.final-route span:nth-child(1) { left: 20%; top: 70%; }
.final-route span:nth-child(2) { left: 48%; top: 32%; }
.final-route span:nth-child(3) { right: 18%; top: 56%; background: var(--orange); }

/* Inner pages */
.inner-page .site-shell {
    background: linear-gradient(180deg, #07100f, #091713 65%, #07100f);
}

.page-hero {
    min-height: 680px;
    padding: 110px max(30px, calc((100vw - var(--content)) / 2));
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 80px;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 45%, rgba(255,101,40,.15), transparent 25rem),
        repeating-linear-gradient(90deg, transparent 0 119px, rgba(255,255,255,.018) 120px 121px);
}

.page-hero-copy,
.page-hero-icon,
.radar-card {
    position: relative;
    z-index: 2;
}

.page-hero h1 {
    font-size: clamp(4rem, 8vw, 9rem);
    margin: 0 0 28px;
    max-width: 1050px;
}

.page-hero-copy > p:last-child {
    max-width: 760px;
    color: var(--muted);
    font-size: 1.16rem;
}

.page-hero-icon {
    width: min(29vw, 360px);
    filter: drop-shadow(0 25px 45px rgba(0,0,0,.42));
    transform: rotate(3deg);
}

.article-layout {
    width: var(--content);
    margin: 0 auto;
    padding: 100px 0 140px;
    display: grid;
    grid-template-columns: 260px minmax(0, 820px);
    gap: clamp(60px, 10vw, 150px);
    align-items: start;
}

.article-toc {
    position: sticky;
    top: 34px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.025);
}

.article-toc strong {
    display: block;
    margin-bottom: 18px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .72rem;
}

.article-toc a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: var(--muted);
    font-size: .88rem;
}

.article-toc a:hover,
.article-toc a:focus-visible { color: var(--ink); }

.article-content section {
    padding: 0 0 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--line);
}

.article-content h2 {
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    margin-bottom: 28px;
}

.article-content p {
    color: var(--muted);
    font-size: 1.04rem;
}

.callout {
    margin-top: 34px;
    padding: 24px 28px;
    border-left: 4px solid var(--orange);
    background: rgba(255,101,40,.07);
    color: #cbd7d2;
}

.callout strong { color: var(--gold); }

.two-column-notes,
.mistake-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 36px;
}

.two-column-notes > div,
.mistake-grid article {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.025);
}

.two-column-notes span {
    color: var(--green-bright);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.two-column-notes > div:last-child span { color: var(--orange); }

.two-column-notes h3,
.mistake-grid h3 { margin: 14px 0 8px; font-size: 1.35rem; }
.two-column-notes p,
.mistake-grid p { margin: 0; font-size: .92rem; }

.number-list {
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.number-list li {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
}

.number-list b { color: var(--gold); }

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

.mistake-grid article b {
    color: var(--orange);
    font: 900 .72rem/1 ui-monospace, monospace;
}

.training-plan {
    margin-top: 35px;
}

.training-plan div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 24px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.training-plan div:last-child { border-bottom: 1px solid var(--line); }
.training-plan span { color: var(--orange); font: 900 .76rem/1.8 ui-monospace, monospace; }
.training-plan p { margin: 0; }

.article-content .article-cta {
    padding: 50px;
    border: 1px solid rgba(255,212,71,.22);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(25,166,93,.12), rgba(255,101,40,.08));
}

.article-cta h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.article-cta .button { margin-top: 16px; }

/* Trends */
.trends-hero {
    grid-template-columns: 1fr 420px;
}

.radar-card {
    width: 400px;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 0 22%, rgba(255,255,255,.08) 22.5% 23%, transparent 23.5% 45%, rgba(255,255,255,.07) 45.5% 46%, transparent 46.5%),
        linear-gradient(90deg, transparent 49.6%, rgba(255,255,255,.1) 50%, transparent 50.4%),
        linear-gradient(transparent 49.6%, rgba(255,255,255,.1) 50%, transparent 50.4%),
        rgba(11,28,23,.7);
    box-shadow: 0 0 90px rgba(25,166,93,.13);
    animation: radarPulse 4s ease-in-out infinite;
}

.radar-card i {
    position: absolute;
    width: 48%;
    height: 2px;
    background: linear-gradient(90deg, var(--orange), transparent);
    left: 50%;
    top: 50%;
    transform-origin: left center;
    animation: radarSpin 5s linear infinite;
}

.radar-card span {
    position: absolute;
    padding: 5px 8px;
    border-radius: 8px;
    background: #07100f;
    border: 1px solid var(--line);
    color: var(--gold);
    font: 800 .62rem/1 ui-monospace, monospace;
}

.radar-card span:nth-child(1) { left: 19%; top: 28%; }
.radar-card span:nth-child(2) { right: 17%; top: 24%; }
.radar-card span:nth-child(3) { left: 28%; bottom: 19%; }
.radar-card span:nth-child(4) { right: 16%; bottom: 28%; }

@keyframes radarSpin { to { transform: rotate(360deg); } }
@keyframes radarPulse { 50% { box-shadow: 0 0 110px rgba(255,101,40,.18); } }

.editorial-grid {
    width: var(--content);
    margin: 0 auto;
    padding: 100px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.trend-card {
    min-height: 440px;
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255,255,255,.022);
    position: relative;
    overflow: hidden;
}

.trend-card:nth-child(3n+1) {
    background: linear-gradient(145deg, rgba(255,101,40,.09), rgba(255,255,255,.018));
}

.trend-card:nth-child(3n+2) {
    background: linear-gradient(145deg, rgba(25,166,93,.09), rgba(255,255,255,.018));
}

.trend-index {
    display: block;
    font: 900 5.4rem/1 Impact, sans-serif;
    color: rgba(255,255,255,.055);
    margin-bottom: 54px;
}

.trend-card h2 {
    font-size: clamp(2.4rem, 4vw, 4.3rem);
    margin-bottom: 22px;
}

.trend-card > p:last-child { color: var(--muted); }

.trend-summary {
    width: var(--content);
    margin: 0 auto 130px;
    padding: 56px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 45px;
    align-items: end;
    background: linear-gradient(135deg, #123625, #241b12);
    border: 1px solid rgba(255,255,255,.12);
}

.trend-summary h2 {
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    margin: 0;
}

.trend-summary > p { color: #c4d1cb; }
.trend-summary .text-link { grid-column: 2; justify-self: start; }

/* Contact */
.contact-hero {
    min-height: 580px;
    grid-template-columns: 1fr;
}

.contact-grid {
    width: var(--content);
    margin: 0 auto;
    padding: 100px 0 70px;
    display: grid;
    grid-template-columns: 1.2fr .9fr .9fr;
    gap: 18px;
}

.contact-card {
    min-height: 380px;
    padding: 36px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255,255,255,.024);
}

.primary-contact {
    background: linear-gradient(145deg, rgba(255,101,40,.13), rgba(25,166,93,.08));
}

.primary-contact > a {
    display: block;
    margin: 72px 0 25px;
    font-family: Impact, sans-serif;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1;
    word-break: break-word;
    color: var(--cream);
}

.contact-card h2 {
    margin: 74px 0 22px;
    font-size: clamp(2.2rem, 3.4vw, 3.7rem);
}

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

.contact-note {
    width: var(--content);
    margin: 0 auto 130px;
    padding: 46px;
    border-left: 4px solid var(--gold);
    background: rgba(255,212,71,.05);
}

.contact-note h2 { font-size: 2rem; }
.contact-note p { color: var(--muted); margin: 0; }

/* Legal */
.legal-hero {
    width: var(--content);
    margin: 0 auto;
    padding: 130px 0 70px;
    border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
    font-size: clamp(4rem, 8vw, 8.5rem);
    margin-bottom: 18px;
}

.legal-hero > p:last-child { color: var(--muted); }

.legal-content {
    width: min(900px, calc(100vw - 180px));
    margin: 0 auto;
    padding: 80px 0 130px;
}

.legal-content section {
    padding: 0 0 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid var(--line);
}

.legal-content h2 {
    font-family: inherit;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 850;
    font-size: 1.45rem;
}

.legal-content p { color: var(--muted); }
.legal-content a { color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.32); }
.legal-content code { color: var(--gold); background: rgba(255,255,255,.05); padding: 3px 6px; border-radius: 6px; }

/* 404 */
.error-screen {
    min-height: 82vh;
    padding: 100px 30px;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
}

.error-screen h1 { font-size: clamp(3.5rem, 7vw, 8rem); max-width: 980px; }
.error-screen > p:not(.overline) { color: var(--muted); max-width: 620px; }
.error-screen .button { margin-top: 22px; }

.error-route {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.error-route span {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid var(--orange);
    font-family: Impact, sans-serif;
    font-size: 2rem;
}

.error-route i {
    width: 80px;
    border-top: 3px dashed rgba(255,255,255,.25);
}

/* Footer */
.site-footer {
    padding: 80px max(30px, calc((100vw - var(--content)) / 2)) 30px;
    border-top: 1px solid var(--line);
    background: #050d0c;
    position: relative;
    z-index: 2;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.7fr .7fr .85fr 1.15fr;
    gap: 45px;
    padding-bottom: 65px;
}

.footer-brand {
    display: inline-block;
    font-size: 1.7rem;
    margin-bottom: 20px;
}

.footer-grid p {
    max-width: 420px;
    color: #7f938b;
    font-size: .88rem;
}

.footer-grid h2 {
    font-family: inherit;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .14em;
    font-weight: 900;
    color: var(--gold);
    margin-bottom: 20px;
}

.footer-grid > div:not(:first-child) a {
    display: block;
    padding: 5px 0;
    color: #b8c6c1;
    font-size: .9rem;
}

.footer-grid > div:not(:first-child) a:hover,
.footer-grid > div:not(:first-child) a:focus-visible { color: var(--ink); }

.footer-bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 50px;
    padding-top: 26px;
    border-top: 1px solid var(--line);
    color: #667a72;
    font-size: .72rem;
}

/* Cookie note */
.cookie-note {
    position: fixed;
    left: calc(var(--nav-width) + 22px);
    right: 22px;
    bottom: 22px;
    z-index: 180;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: rgba(8,20,17,.96);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px;
    box-shadow: 0 20px 70px rgba(0,0,0,.55);
    backdrop-filter: blur(18px);
}

.cookie-note[hidden] { display: none; }
.cookie-note strong { color: var(--gold); }
.cookie-note p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }
.cookie-actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.cookie-actions a { font-size: .8rem; color: var(--cream); }
.cookie-actions button { border: 0; border-radius: 12px; padding: 10px 16px; background: var(--orange); color: #fff; font-weight: 900; cursor: pointer; }

/* Reveal */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22,.7,.23,1);
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

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

/* Tablet */
@media (max-width: 1180px) {
    :root {
        --content: min(1040px, calc(100vw - 140px));
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 110px;
    }

    .hero-copy {
        max-width: 900px;
    }

    .hero h1 {
        font-size: clamp(4.5rem, 11vw, 8.5rem);
    }

    .hero-visual {
        max-width: 980px;
        justify-self: center;
    }

    .scroll-cue { display: none; }

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

    .benefit-card { min-height: 300px; }
    .benefit-icon { margin-bottom: 45px; }

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

    .gallery-item,
    .gallery-item.tall { min-height: 520px; }

    .page-hero { grid-template-columns: 1fr 260px; }
    .trends-hero { grid-template-columns: 1fr 320px; }
    .radar-card { width: 310px; }

    .contact-grid { grid-template-columns: 1fr 1fr; }
    .primary-contact { grid-column: 1 / -1; min-height: 300px; }
    .primary-contact > a { margin-top: 48px; }
}

@media (max-width: 900px) {
    :root {
        --nav-width: 0px;
        --content: calc(100vw - 44px);
    }

    body::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.62);
        z-index: 85;
        opacity: 0;
        visibility: hidden;
        transition: .25s ease;
    }

    body.nav-open::after { opacity: 1; visibility: visible; }
    body.nav-open { overflow: hidden; }

    .playbook-nav {
        width: min(86vw, 320px);
        transform: translateX(-105%);
    }

    .playbook-nav.is-open {
        width: min(86vw, 320px);
        transform: none;
    }

    .nav-toggle { display: block; }
    .brand-word,
    .route-nav a span,
    .nav-store strong { opacity: 1; transform: none; }

    .site-shell { margin-left: 0; }

    .mobile-header {
        position: sticky;
        top: 0;
        z-index: 80;
        min-height: 68px;
        padding: 0 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(5,13,12,.88);
        border-bottom: 1px solid var(--line);
        backdrop-filter: blur(18px);
    }

    .mobile-menu-button {
        width: 38px;
        height: 38px;
        padding: 0;
        border: 1px solid rgba(255,255,255,.17);
        border-radius: 12px;
        background: rgba(255,255,255,.025);
        display: grid;
        place-content: center;
        gap: 4px;
        cursor: pointer;
        flex: 0 0 auto;
    }

    .mobile-menu-button i {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 99px;
        background: var(--gold);
        transition: .2s ease;
    }

    .mobile-menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
    .mobile-menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
    .mobile-menu-button[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }

    .mobile-brand {
        margin-left: 10px;
        font-size: 1rem;
        margin-right: auto;
    }

    .mini-store {
        padding: 8px 11px;
        border-radius: 10px;
        background: var(--orange);
        font-size: .72rem;
        font-weight: 900;
    }

    .hero {
        min-height: auto;
        padding: 80px 22px 90px;
        gap: 45px;
    }

    .hero::before { background: linear-gradient(180deg, rgba(5,14,13,.75), transparent 60%); }
    .hero h1 { font-size: clamp(4rem, 15vw, 7rem); }
    .hero-lead { max-width: 700px; }
    .hero-coordinate { display: none; }

    .section { padding: 90px 0; }
    .section-heading { margin-bottom: 48px; }

    .intro-grid,
    .atmosphere-grid,
    .strategy-section,
    .trend-summary {
        grid-template-columns: 1fr;
    }

    .strategy-section {
        padding-inline: 22px;
    }

    .strategy-copy { max-width: 760px; }

    .steps-track { grid-template-columns: repeat(2, 1fr); gap: 45px 0; }
    .steps-track::before { display: none; }

    .faq-list { margin-left: 0; }

    .page-hero,
    .trends-hero {
        min-height: 600px;
        padding: 90px 22px;
        grid-template-columns: 1fr;
    }

    .page-hero-icon {
        width: 250px;
        justify-self: center;
    }

    .radar-card { width: min(78vw, 330px); justify-self: center; }

    .article-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .article-toc { position: static; }
    .article-toc a { display: inline-block; margin-right: 16px; }

    .editorial-grid { grid-template-columns: 1fr; }
    .trend-summary .text-link { grid-column: 1; }

    .contact-grid { grid-template-columns: 1fr; }
    .primary-contact { grid-column: auto; }

    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom { grid-template-columns: 1fr; gap: 12px; }

    .cookie-note { left: 14px; right: 14px; bottom: 14px; }
}

/* Mobile */
@media (max-width: 620px) {
    :root {
        --content: calc(100vw - 32px);
        --radius: 20px;
    }

    .mobile-header { padding-inline: 16px; }
    .mobile-brand { margin-left: 9px; font-size: .88rem; }
    .mini-store { font-size: .65rem; }

    .hero {
        padding: 60px 16px 72px;
    }

    .eyebrow-row { margin-bottom: 22px; }
    .route-kicker { font-size: .63rem; }
    .hero h1 { font-size: clamp(3.7rem, 18vw, 5.3rem); }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-visual img { border-radius: 24px; }

    .section { padding: 72px 0; }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-number {
        width: 54px;
        height: 54px;
    }

    .section-number::after { width: 64px; left: 42px; top: 25px; }
    .section-heading h2 { font-size: clamp(2.55rem, 13vw, 4rem); }

    .feature-stack article { grid-template-columns: 42px 1fr; }

    .playbook-section { padding-inline: 16px; }
    .steps-track { grid-template-columns: 1fr; gap: 24px; }
    .step-card { padding: 0 0 30px; display: grid; grid-template-columns: 66px 1fr; column-gap: 20px; }
    .step-node { grid-row: 1 / 4; width: 60px; height: 60px; margin: 0; }
    .step-card .step-tag { margin-top: 4px; }
    .step-card h3 { margin-bottom: 8px; }

    .strategy-section { padding-inline: 16px; }
    .strategy-media::after { inset: 10px -8px -8px 10px; }
    .strategy-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }

    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 270px; padding: 28px; }
    .benefit-icon { margin-bottom: 36px; }

    .atmosphere-section { padding-inline: 16px; }
    .atmosphere-copy h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
    .meter-panel { padding: 22px; }
    .meter-panel > div { grid-template-columns: 90px 1fr 28px; gap: 10px; }
    .meter-panel span { font-size: .76rem; }

    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item,
    .gallery-item.tall { min-height: auto; max-height: 660px; }

    .faq-list summary { font-size: 1rem; padding-right: 52px; }
    .faq-list details p { padding-right: 0; }

    .final-cta { min-height: 520px; padding: 80px 16px; }
    .final-cta h2 { font-size: clamp(3.4rem, 16vw, 5.5rem); }

    .page-hero,
    .trends-hero { min-height: 520px; padding: 70px 16px; }
    .page-hero h1 { font-size: clamp(3.6rem, 16vw, 5.8rem); }
    .page-hero-icon { width: 210px; }

    .article-layout { width: var(--content); padding: 70px 0 90px; }
    .article-content section { padding-bottom: 65px; margin-bottom: 65px; }
    .article-content h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
    .two-column-notes,
    .mistake-grid { grid-template-columns: 1fr; }
    .training-plan div { grid-template-columns: 70px 1fr; gap: 14px; }
    .article-content .article-cta { padding: 30px 24px; }

    .editorial-grid { padding: 70px 0; }
    .trend-card { min-height: auto; padding: 30px 26px; }
    .trend-index { margin-bottom: 34px; font-size: 4rem; }
    .trend-card h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
    .trend-summary { padding: 30px 24px; margin-bottom: 90px; }

    .contact-grid { padding: 70px 0 50px; }
    .contact-card { min-height: auto; padding: 28px; }
    .primary-contact > a { margin: 45px 0 20px; font-size: 2rem; }
    .contact-card h2 { margin-top: 45px; }
    .contact-note { margin-bottom: 90px; padding: 30px 24px; }

    .legal-hero { padding: 90px 0 45px; }
    .legal-hero h1 { font-size: clamp(3.5rem, 16vw, 5.5rem); }
    .legal-content { width: var(--content); padding: 60px 0 90px; }

    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .site-footer { padding-inline: 16px; }

    .cookie-note { flex-direction: column; align-items: stretch; }
    .cookie-actions { justify-content: space-between; }
}
/* Виправлення пропорцій зображення у Hero */
.hero-copy,
.hero-visual {
    min-width: 0;
}

.hero-visual {
    width: 100%;
    max-width: 900px;
    justify-self: center;
}

.hero-visual picture {
    display: block;
    width: 100%;
}

.hero-visual img {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: 78vh;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 5 / 3;
}

@media (max-width: 1180px) {
    .hero-visual {
        max-width: 900px;
    }

    .hero-visual img {
        max-height: none;
    }
}


@media (max-width: 720px) {
    .hero-visual {
        max-width: 520px;
    }

    .hero-visual img {
        width: 100%;
        height: auto !important;
        aspect-ratio: auto;
        object-fit: contain;
    }
}