/* NOVAYA OSNOVA — FINAL LANDING ASSEMBLY
   Desktop consolidation & visual polish pass */

:root {
  --bg: #F5F6F8;
  --bg-warm: #F0EDE7;
  --bg-paper: #FFFFFF;
  --bg-soft: #EEF1F5;
  --ink: #1C2430;
  --ink-soft: #3A4553;
  --muted: #5C6673;
  --teal: #2A6F68;
  --blue: #2F56A0;
  --blue-deep: #244687;
  --border: #D5DAE2;
  --evening: #1A2330;
  --evening-soft: #E8ECF2;
  --max: 72rem;
  --read: 40rem;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "Golos Text", "Segoe UI", sans-serif;
  --radius: 0.55rem;
  --radius-sm: 0.4rem;
  --space-section: clamp(3.25rem, 6.5vw, 5.75rem);
  --shadow-soft: 0 1px 2px rgba(28, 36, 48, 0.04), 0 10px 28px rgba(28, 36, 48, 0.05);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1.1rem; padding-left: 1.15rem; }
li { margin-bottom: 0.4rem; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
  color: var(--ink);
}
h1 { font-size: clamp(2rem, 4.2vw, 3.15rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 2.7vw, 2.05rem); }
h3 { font-size: 1.12rem; }

.wrap { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus {
  left: 1rem; top: 1rem; z-index: 100;
  background: #fff; padding: 0.5rem 1rem;
}

/* Header */
.topbar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(245, 246, 248, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(215, 220, 228, 0.85);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 3.15rem; padding-block: 0.3rem;
}
.brand-lockup {
  display: inline-flex; align-items: center; gap: 0.65rem;
  text-decoration: none; line-height: 0;
}
.brand-logo {
  height: 2.15rem; width: auto; object-fit: contain; border-radius: 0.25rem;
}
.brand-name {
  font-family: var(--font-display);
  font-size: 0.95rem; font-weight: 700; color: var(--ink);
}
.link-contact {
  font-family: var(--font-display);
  font-size: 0.9rem; font-weight: 700; text-decoration: none; color: var(--blue);
}
.link-contact:hover { text-decoration: underline; }

/* Eyebrow / CTA */
.eyebrow {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--teal);
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3rem; padding: 0.7rem 1.45rem;
  font-family: var(--font-display); font-size: 1rem; font-weight: 700;
  text-decoration: none; border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.btn-primary {
  background: var(--blue); color: #fff; border-color: var(--blue);
}
.btn-primary:hover { background: var(--blue-deep); }
.btn-on-dark {
  background: #fff; color: var(--ink); border-color: #fff;
}
.btn-on-dark:hover { background: #eef2f7; }
.btn-secondary-link {
  display: inline-block;
  margin-top: 0.85rem;
  font-family: var(--font-display);
  font-size: 0.92rem; font-weight: 600;
  color: var(--muted); text-decoration: none;
  border-bottom: 1px solid transparent;
}
.btn-secondary-link:hover { color: var(--ink); border-bottom-color: var(--ink); }
.btn-secondary-on-dark { color: rgba(255,255,255,0.78); }
.btn-secondary-on-dark:hover { color: #fff; border-bottom-color: #fff; }
.cta-group { margin-top: 1.75rem; }
.cta-group-inline { margin-top: 1.75rem; }
.cta-support {
  margin: 0.7rem 0 0;
  font-size: 0.95rem; color: var(--muted); max-width: 28rem;
}
.cta-support-on-dark { color: rgba(255,255,255,0.78); }
.body-lead { max-width: 36rem; color: var(--ink-soft); }
.body-note { max-width: 36rem; color: var(--muted); font-size: 0.98rem; }
.evidence-line {
  margin-top: 1.1rem; padding-left: 0.9rem;
  border-left: 2px solid var(--teal);
  color: var(--ink-soft); font-size: 0.98rem;
}

.photo-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #d9dee6;
}
.photo-frame-dark {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.28);
  background: #0f141c;
}
.copy-panel {
  background: var(--bg-paper);
  border: 1px solid rgba(215, 218, 226, 0.9);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 2.5vw, 1.85rem);
  box-shadow: 0 1px 2px rgba(28, 36, 48, 0.03);
}

/* ========== S01 HERO ========== */
.hero {
  background: linear-gradient(180deg, #EBEEF3 0%, var(--bg) 100%);
  padding: clamp(1.5rem, 3vw, 2.35rem) 0 var(--space-section);
}
.hero-grid {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 3.5vw, 3rem);
  align-items: center;
}
.hero-media {
  margin: 0;
  aspect-ratio: 3 / 2;
}
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 58% 40%;
}
.hero-copy h1 { margin-bottom: 1.15rem; }
.hero-secondary-mobile { display: none; }

/* ========== STORY SPLITS ========== */
.story-section {
  padding: var(--space-section) 0;
}
.story-section.split {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: center;
}
.story-section.split-image-right {
  grid-template-columns: 0.85fr 1.15fr;
}
.story-section.band-soft {
  width: 100%;
  background: var(--bg-soft);
  padding-inline: 0;
}
.story-section.band-soft.split {
  width: min(100% - 2.5rem, var(--max));
}
.story-media {
  margin: 0;
  aspect-ratio: 16 / 9;
}
.story-media img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.story-copy { max-width: 34rem; }
.story-copy p { color: var(--ink-soft); max-width: var(--read); }

.tone-warm.story-section {
  width: 100%;
  padding-inline: 0;
  background: linear-gradient(180deg, transparent, var(--bg-warm) 18%, var(--bg-warm) 82%, transparent);
}
.tone-warm.split {
  width: min(100% - 2.5rem, var(--max));
}

/* ========== DARK EVENING — FIXED SPACING ========== */
.tone-evening {
  width: 100%;
  background: var(--evening);
  color: var(--evening-soft);
  padding-block: clamp(3.75rem, 7vw, 5.75rem);
  padding-inline: clamp(1.5rem, 5vw, 3rem);
}
.evening-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4.5vw, 3.5rem);
  align-items: center;
}
.tone-evening .eyebrow { color: #8FCBBF; }
.tone-evening h2 { color: #fff; margin-bottom: 1.1rem; }
.tone-evening .story-copy {
  max-width: 34rem;
  min-width: 0;
  padding-block: 0.35rem;
}
.tone-evening .story-copy p {
  color: rgba(232, 236, 242, 0.9);
  max-width: 34rem;
}
.tone-evening .story-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  min-width: 0;
}
.tone-evening .story-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 48% 40%;
}

.media-gesture img { object-position: 42% 55%; }

/* ========== BRIDGE ========== */
.bridge {
  padding: clamp(2.35rem, 4.5vw, 3.5rem) 0;
  background: var(--bg-paper);
  border-block: 1px solid var(--border);
}
.bridge-inner { max-width: 46rem; }
.bridge-text {
  margin: 0;
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  line-height: 1.55;
  color: var(--ink);
  max-width: 40rem;
}

/* ========== METHOD ========== */
.method-section {
  padding: var(--space-section) 0;
  background: var(--bg-paper);
}
.method-grid {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas:
    "head media"
    "copy media";
  column-gap: clamp(1.5rem, 4vw, 3.25rem);
  row-gap: 0.85rem;
  align-items: start;
}
.method-head { grid-area: head; max-width: 38rem; }
.method-head h2 { margin-bottom: 0; }
.method-copy { grid-area: copy; max-width: 38rem; }
.method-copy > p:first-child { margin-top: 0.35rem; }
.method-copy p, .method-copy li { color: var(--ink-soft); }
.method-media {
  grid-area: media;
  margin: 0;
  aspect-ratio: 4 / 3;
  position: sticky;
  top: 4.5rem;
}
.method-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 45%;
}

/* ========== WIDE VISUALS ========== */
.wide-visual {
  padding: var(--space-section) 0;
}
.wide-visual .wide-media {
  width: min(100%, 78rem);
  margin: 0 auto 1.5rem;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  background: #d9dee6;
}
.wide-visual .wide-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 40%;
}
.wide-copy { max-width: 44rem; }
.wide-copy p { color: var(--ink-soft); }
.media-face img { object-position: 42% 28%; }

.wide-visual-social {
  background: var(--bg-soft);
  padding-block: var(--space-section);
}
.social-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: center;
}
.wide-visual-social .wide-media {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
}

/* ========== STORIES — ONE-STORY STAGE ========== */
.stories {
  padding: clamp(2.75rem, 5vw, 4rem) 0 clamp(3rem, 5.5vw, 4.5rem);
  background: var(--bg-warm);
  overflow: hidden;
}
.stories-head {
  margin-bottom: 1.5rem;
  max-width: none;
}
.stories-head-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
}
.stories-head h2 {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}
.carousel-pos {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.stories-stage {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
  min-height: clamp(28rem, 52vh, 40rem);
  width: min(100% - 1rem, 84rem);
  margin-inline: auto;
  padding-inline: 0.25rem;
}

.stories-edge-btn {
  appearance: none;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  border: 1px solid rgba(215, 218, 226, 0.95);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 1px 2px rgba(28, 36, 48, 0.04), 0 8px 22px rgba(28, 36, 48, 0.06);
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.stories-edge-btn:hover:not(:disabled) {
  border-color: var(--blue);
  color: var(--blue);
  background: #fff;
}
.stories-edge-btn:disabled {
  opacity: 0.28;
  cursor: default;
}

.stories-viewport {
  overflow: hidden;
  width: min(100%, 76rem);
  margin-inline: auto;
  outline: none;
  border-radius: 0.75rem;
}

.stories-track {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

.story-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.15rem;
}

.story-panel {
  width: min(100%, 72rem);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 3.5vw, 3.25rem);
  align-content: center;
  align-items: start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(215, 218, 226, 0.85);
  border-radius: 0.75rem;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.5rem, 3vw, 2.75rem);
  box-shadow: 0 1px 2px rgba(28, 36, 48, 0.03);
}

.story-name {
  grid-column: 1 / -1;
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}
.story-descriptor {
  grid-column: 1 / -1;
  margin: 0 0 1.15rem;
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  line-height: 1.15;
  max-width: 28ch;
}
.story-facts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.story-facts li {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ink-soft);
  padding-left: 0.85rem;
  border-left: 2px solid rgba(42, 111, 104, 0.45);
}
.story-body {
  min-width: 0;
}
.story-excerpt {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-width: 38rem;
}
.story-expand,
.story-collapse {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--blue);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.story-full {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.story-full p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 40rem;
}
.story-collapse { margin-top: 0.85rem; }
.stories-cta {
  margin-top: 1.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .stories-track { transition: none; }
}

/* ========== RATIONAL COMPACT ========== */
.rational {
  padding: var(--space-section) 0;
  background: var(--bg);
}
.rational-shell { max-width: var(--max); }
.rational-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  margin-bottom: 1.75rem;
}
.rational-media {
  margin: 0;
  aspect-ratio: 16 / 9;
}
.rational-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 42%;
}
.rational-head { max-width: 28rem; }

.rational-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.r-card {
  background: var(--bg-paper);
  border: 1px solid rgba(215, 218, 226, 0.95);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem 1.2rem;
  box-shadow: 0 1px 2px rgba(28, 36, 48, 0.03);
}
.r-card-wide { grid-column: 1 / -1; }
.r-card h3 { margin-bottom: 0.75rem; }
.r-subhead { margin-top: 1.15rem; }
.r-card p, .r-card li { color: var(--ink-soft); font-size: 0.98rem; }
.path-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.5rem;
}
.path-list li { margin: 0; }
.rational-cta { margin-top: 1.75rem; }

/* ========== FINALE ========== */
/* Full intrinsic 13.png composition — no cover/banner crop */
.finale {
  position: relative;
  display: block;
  background: #111820;
  color: #fff;
  overflow: hidden;
}
.finale-media {
  margin: 0;
  display: block;
  line-height: 0;
}
.finale-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: brightness(0.72);
}
.finale-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: min(100% - 2.5rem, 40rem);
  max-width: calc(100% - 2.5rem);
  margin: 0 auto 0 clamp(1rem, 8vw, 6rem);
  padding: clamp(2.75rem, 7vw, 4.75rem) 0;
  box-sizing: border-box;
}
.finale-content h2 { color: #fff; }
.finale-content p { color: rgba(255,255,255,0.88); max-width: 32rem; }

/* Footer — visitor-facing, no prototype labels */
.site-footer {
  background: #121820;
  color: rgba(255,255,255,0.55);
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-inner {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.85rem;
}
.footer-inner p { margin: 0; }
.brand-logo-footer {
  height: 1.65rem; width: auto;
  background: #fff; border-radius: 0.2rem;
}

a:focus-visible, .btn:focus-visible, .stories-edge-btn:focus-visible, .story-expand:focus-visible, .story-collapse:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .stories-track { transition: none; }
}

/* ========== RESPONSIVE: mid desktop / small laptop ========== */
@media (max-width: 1100px) {
  .hero-grid,
  .story-section.split,
  .story-section.split-image-right,
  .evening-inner,
  .social-grid,
  .rational-intro {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
  .method-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.35rem;
  }
  .wide-visual .wide-media { aspect-ratio: 16 / 9; }
  .method-media { position: static; }
  .path-list { grid-template-columns: 1fr; }
  .stories-stage {
    min-height: 0;
    width: min(100% - 0.75rem, 84rem);
  }
  .story-panel {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 1.65rem 1.5rem 1.75rem;
  }
  .story-descriptor {
    max-width: none;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
  }
  .hero-copy h1 { font-size: clamp(1.85rem, 3.4vw, 2.65rem); }
}

/* ========== RESPONSIVE: tablet portrait ========== */
@media (max-width: 900px) {
  .wrap { width: min(100% - 1.75rem, var(--max)); }
  .hero-grid {
    width: min(100% - 1.75rem, var(--max));
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
  .hero-media { order: 2; aspect-ratio: 3 / 2; }
  .hero-copy { order: 1; }

  .story-section.split,
  .story-section.split-image-right,
  .evening-inner,
  .social-grid,
  .rational-intro,
  .rational-grid,
  .method-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .method-grid {
    grid-template-areas:
      "head"
      "media"
      "copy";
  }
  .story-section.split,
  .story-section.band-soft.split,
  .tone-warm.split,
  .method-grid {
    width: min(100% - 1.75rem, var(--max));
  }
  .split-image-left .story-media { order: 1; }
  .split-image-left .story-copy { order: 2; }
  .split-image-right .story-copy { order: 1; }
  .split-image-right .story-media { order: 2; }
  #s03.split-image-right .story-copy { order: 1; }
  #s03.split-image-right .story-media { order: 2; }
  #s04.split-image-right .story-media { order: 1; }
  #s04.split-image-right .story-copy { order: 2; }
  .tone-evening .evening-inner .story-media { order: 1; }
  .tone-evening .evening-inner .story-copy { order: 2; }

  .wide-visual .wide-media {
    width: 100%;
    aspect-ratio: 16 / 10;
  }
  .wide-visual-social .wide-media { order: 1; }
  .wide-visual-social .wide-copy { order: 2; }
  .social-grid { display: flex; flex-direction: column; }

  .stories-head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
  }
  .stories-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    min-height: auto;
    width: 100%;
    padding-inline: 0;
    gap: 0.65rem;
  }
  .stories-edge-btn {
    position: static;
    width: 2.85rem;
    height: 2.85rem;
  }
  .stories-edge-prev { order: 2; margin-left: 1.15rem; }
  .stories-edge-next { order: 3; margin-right: 1.15rem; }
  .stories-viewport { order: 1; width: 100%; flex: 1 0 100%; border-radius: 0.55rem; }
  .story-panel {
    padding: 1.4rem 1.25rem 1.5rem;
  }
  .path-list { grid-template-columns: 1fr; }
  .finale-content {
    width: min(100% - 2rem, 40rem);
    max-width: calc(100% - 2rem);
    margin-left: 1rem;
  }
}

/* ========== RESPONSIVE: mobile structural ========== */
@media (max-width: 760px) {
  :root {
    --space-section: clamp(2.15rem, 5.2vw, 3rem);
  }

  body {
    font-size: 1rem;
    line-height: 1.55;
  }
  p { margin: 0 0 0.85rem; }
  h1, h2, h3 { margin: 0 0 0.85rem; }
  h1 { font-size: clamp(1.85rem, 7.2vw, 2.15rem); }

  .topbar-inner {
    min-height: 2.4rem;
    padding-block: 0.15rem;
  }
  .brand-logo {
    height: 2.45rem;
  }
  .link-contact {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.2rem;
  }

  .brand-name { display: none; }
  .wrap { width: min(100% - 1.35rem, var(--max)); }

  .hero {
    padding-top: 0.85rem;
    padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
  }
  .hero-grid {
    width: min(100% - 1.35rem, var(--max));
    gap: 1rem;
  }
  .hero-media { aspect-ratio: 4 / 3; }
  .hero-secondary-desktop { display: none; }
  .hero-secondary-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 3;
    width: 100%;
    max-width: 22rem;
    min-height: 3rem;
    margin-top: 0.65rem;
    padding: 0.7rem 1.45rem;
    box-sizing: border-box;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--blue);
    text-decoration: none;
    background: #fff;
    border: 1.5px solid var(--blue);
    border-radius: var(--radius-sm);
  }
  .hero-secondary-mobile:hover {
    color: var(--blue-deep);
    border-color: var(--blue-deep);
    background: #f5f8fc;
  }

  .tone-evening {
    padding-block: clamp(2.35rem, 5vw, 3.35rem);
    padding-inline: 1.15rem;
  }
  .story-section.split,
  .story-section.band-soft.split,
  .tone-warm.split,
  .method-grid {
    width: min(100% - 1.35rem, var(--max));
  }

  .copy-panel { padding: 1rem 1.05rem; }
  .story-media, .method-media { aspect-ratio: 16 / 10; }

  .bridge {
    padding: clamp(1.75rem, 4vw, 2.5rem) 0;
  }
  .bridge-text {
    font-size: 1.08rem;
    line-height: 1.5;
  }

  .wide-visual .wide-media {
    aspect-ratio: 4 / 3;
    margin-bottom: 0.95rem;
  }

  .stories {
    padding: clamp(2rem, 4.5vw, 2.75rem) 0 clamp(2.15rem, 4.5vw, 3rem);
  }
  .stories-head { margin-bottom: 1.1rem; }
  .story-descriptor { font-size: 1.35rem; }
  .story-excerpt {
    font-size: 1.02rem;
    line-height: 1.6;
  }
  .stories-cta { margin-top: 1.15rem; }

  .rational { padding-block: clamp(2.15rem, 5vw, 3rem); }
  .r-card {
    padding: 1.1rem 1.15rem 1.05rem;
  }
  .r-card p, .r-card li {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .finale {
    display: flex;
    flex-direction: column;
  }
  .finale-media {
    width: 100%;
  }
  .finale-media img {
    filter: brightness(0.78);
  }
  .finale-content {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 1.65rem 1.15rem 2.1rem;
    background: #121820;
  }

  .btn {
    width: 100%;
    max-width: 22rem;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
  }
  .cta-group { margin-top: 1.1rem; }
}

/* ========== RESPONSIVE: compact phones ========== */
@media (max-width: 360px) {
  .wrap,
  .hero-grid,
  .story-section.split,
  .story-section.band-soft.split,
  .tone-warm.split,
  .method-grid {
    width: min(100% - 1.05rem, var(--max));
  }
  h1 { font-size: 1.7rem; }
  .stories-head h2 { font-size: 1.35rem; }
  .story-descriptor { font-size: 1.22rem; }
  .btn {
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
  }
  .hero-secondary-mobile {
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
  }
  .story-panel { padding: 1.15rem 0.95rem 1.25rem; }
  .footer-inner {
    flex-wrap: wrap;
    gap: 0.45rem;
  }
}

