/* =====================================================
   NADIIA MAHERKO — INTERIOR
   Кінематографічний редакційний дизайн
   айворі · горіх · вино · бронза
   ===================================================== */

:root {
  --canvas: #F4EFE6;
  --canvas-deep: #EEE6D8;
  --surface: #E9DECD;
  --surface-deep: #D8C6B1;
  --ink: #221D19;
  --ink-soft: #6B6157;
  --wine: #641C2D;
  --wine-deep: #3B141C;
  --wine-soft: #7E3242;
  --olive: #4E5140;
  --bronze: #A37B4F;
  --bronze-soft: #C3A176;
  --bronze-ink: #7E5A31;
  --line: rgba(34, 29, 25, 0.14);
  --line-strong: rgba(34, 29, 25, 0.28);

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;

  --radius: 4px;
  --radius-lg: 10px;
  --shadow-soft: 0 20px 60px -24px rgba(34, 29, 25, 0.35);
  --header-h: 76px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4, blockquote, figure, p, ul, ol, fieldset { margin: 0; padding: 0; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
fieldset { border: 0; }
legend { padding: 0; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--wine); color: var(--canvas); }

/* ---------- Типографіка ---------- */
h1, h2, .about__quote, .bleed__quote {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
h2 { font-size: clamp(2rem, 1.2rem + 3vw, 3.4rem); text-wrap: balance; }
h2 em { font-style: italic; color: var(--wine); }
h3 { font-family: var(--font-body); font-weight: 600; font-size: 1.06rem; }

.eyebrow {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronze-ink);
  margin-bottom: 1rem;
}

/* ---------- Каркас секцій ---------- */
.section {
  padding: clamp(4.5rem, 3rem + 5vw, 9rem) clamp(1.25rem, 4vw, 4rem);
}
.section__head {
  max-width: 1200px;
  margin: 0 auto clamp(2.5rem, 2rem + 2vw, 4.5rem);
}
.section__sub {
  max-width: 620px;
  margin-top: 1.2rem;
  color: var(--ink-soft);
  font-size: 0.97rem;
}
.section--surface { background: var(--canvas-deep); }
.section--ink { background: var(--wine-deep); color: #EFE6DA; }
.section--ink h2 { color: #F4ECE0; }
.section--ink .eyebrow { color: var(--bronze-soft); }
.section--ink .section__sub { color: rgba(239, 230, 218, 0.75); }

/* =====================================================
   HEADER
   ===================================================== */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  transition: background 0.4s, border-color 0.3s, box-shadow 0.3s;
  border-bottom: 1px solid transparent;
}
/* Прозорий над hero, світлий після скролу */
.header--over:not(.is-scrolled) { background: transparent; }
.header--over:not(.is-scrolled) .brand,
.header--over:not(.is-scrolled) .nav a,
.header--over:not(.is-scrolled) .header__phone { color: #F6EFE4; }
.header--over:not(.is-scrolled) .brand__descriptor { color: rgba(246, 239, 228, 0.7); }
.header--over:not(.is-scrolled) .burger span { background: #F6EFE4; }
.header--over:not(.is-scrolled) .header__inner { text-shadow: 0 1px 12px rgba(20, 14, 10, 0.4); }

.header.is-scrolled {
  background: color-mix(in srgb, var(--canvas) 90%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px -20px rgba(34, 29, 25, 0.25);
}
.header__inner {
  max-width: 1500px;
  margin: 0 auto;
  height: var(--header-h);
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: height 0.3s var(--ease-out);
}
.header.is-scrolled .header__inner { height: 62px; }

.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; transition: color 0.3s; }
.brand__mono { display: grid; place-items: center; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.brand__descriptor {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze-ink);
  transition: color 0.3s;
}

.nav { display: flex; gap: 1.7rem; margin-left: auto; }
.nav a {
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--ink-soft);
  transition: color 0.2s, opacity 0.2s;
}
.nav a:hover { opacity: 0.7; }
.header.is-scrolled .nav a:hover { color: var(--wine); opacity: 1; }

.header__actions { display: flex; align-items: center; gap: 1.3rem; }
.header__phone {
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
  transition: color 0.3s;
}

/* Кнопки */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.9rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: var(--radius);
  transition: background 0.25s, color 0.25s, transform 0.25s var(--ease-out), box-shadow 0.25s;
  white-space: nowrap;
  text-shadow: none;
}
.btn--primary {
  background: var(--wine);
  color: #F6EEE2;
  box-shadow: 0 14px 34px -14px rgba(100, 28, 45, 0.6);
}
.btn--primary:hover { background: var(--wine-soft); transform: translateY(-2px); }
.btn--primary:active { transform: translateY(0); }
.btn--ghost { background: transparent; color: inherit; border: 1px solid var(--line-strong); }
.btn--ghost:hover { border-color: var(--bronze); color: var(--bronze); }
.btn--sm { padding: 0.65rem 1.25rem; font-size: 0.84rem; }
.btn--lg { padding: 1.15rem 2.4rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* Бургер */
.burger {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-left: auto;
}
.burger span {
  width: 26px; height: 2px;
  background: var(--ink);
  transition: transform 0.3s var(--ease-out), background 0.3s;
}
.burger.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }
.burger.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

.mobile-menu {
  display: none;
  padding: 1rem clamp(1.25rem, 4vw, 4rem) 2rem;
  border-top: 1px solid var(--line);
  background: var(--canvas);
}
.mobile-menu nav { display: flex; flex-direction: column; margin-bottom: 1.4rem; }
.mobile-menu nav a {
  padding: 0.85rem 0;
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.mobile-menu__phone {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink-soft);
}

/* =====================================================
   HERO — на весь екран
   ===================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  padding: calc(var(--header-h) + 2rem) clamp(1.25rem, 5vw, 5rem) 0;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to right, rgba(24, 17, 13, 0.82) 0%, rgba(24, 17, 13, 0.55) 40%, rgba(24, 17, 13, 0.18) 75%, rgba(24, 17, 13, 0.35) 100%),
    linear-gradient(to bottom, rgba(24, 17, 13, 0.55) 0%, transparent 30%, transparent 55%, rgba(24, 17, 13, 0.75) 100%);
}
.hero__content {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
  color: #F6EFE4;
  align-self: end;
}
.hero__eyebrow {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--bronze-soft);
  margin-bottom: 1.4rem;
}
.hero__title {
  font-size: clamp(2.7rem, 1.5rem + 5.4vw, 6rem);
  max-width: 15ch;
  margin-bottom: 1.6rem;
  text-shadow: 0 2px 30px rgba(20, 14, 10, 0.5);
}
.hero__sub {
  max-width: 46ch;
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.18rem);
  color: rgba(246, 239, 228, 0.86);
  margin-bottom: 2.4rem;
  text-shadow: 0 1px 16px rgba(20, 14, 10, 0.6);
}
.hero__cta { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero__micro {
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(246, 239, 228, 0.78);
}
.hero__strip {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 1.4rem 0 1.6rem;
  border-top: 1px solid rgba(246, 239, 228, 0.22);
  color: rgba(246, 239, 228, 0.82);
  font-size: 0.86rem;
}
.hero__strip b {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--bronze-soft);
  margin-right: 0.4rem;
}
.hero__scroll {
  position: absolute;
  right: clamp(1.25rem, 5vw, 5rem);
  bottom: clamp(6.5rem, 12vw, 9rem);
  width: 30px; height: 46px;
  border: 1px solid rgba(246, 239, 228, 0.4);
  border-radius: 100px;
  display: grid;
  justify-items: center;
  padding-top: 8px;
}
.hero__scroll span {
  width: 3px; height: 8px;
  background: rgba(246, 239, 228, 0.8);
  border-radius: 100px;
  animation: scrollHint 2s var(--ease-out) infinite;
}
@keyframes scrollHint {
  0%, 100% { transform: translateY(0); opacity: 0; }
  30% { opacity: 1; }
  70% { transform: translateY(16px); opacity: 0; }
}

/* =====================================================
   FULL-BLEED кінематографічні секції
   ===================================================== */
.bleed {
  position: relative;
  min-height: clamp(420px, 62vh, 700px);
  display: grid;
  place-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem);
  overflow: hidden;
  isolation: isolate;
  color: #F6EFE4;
}
.bleed--tall { min-height: clamp(500px, 80vh, 840px); }
.bleed__bg { position: absolute; inset: 0; z-index: -2; }
.bleed__bg img { width: 100%; height: 100%; object-fit: cover; }
.bleed::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(24, 17, 13, 0.5), rgba(24, 17, 13, 0.28) 40%, rgba(24, 17, 13, 0.72));
}
.bleed__inner { max-width: 1100px; text-align: center; }
.bleed__inner--left { text-align: left; margin-right: auto; max-width: 900px; }
.bleed__quote {
  font-size: clamp(1.7rem, 1.1rem + 2.6vw, 3.2rem);
  line-height: 1.22;
  text-shadow: 0 2px 30px rgba(20, 14, 10, 0.55);
}
.bleed__sub {
  max-width: 60ch;
  margin: 1.4rem auto 0;
  font-size: 0.99rem;
  color: rgba(246, 239, 228, 0.85);
  text-shadow: 0 1px 16px rgba(20, 14, 10, 0.6);
}
.bleed__inner--left .bleed__sub { margin-inline: 0; }
.bleed__label {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246, 239, 228, 0.85);
  border: 1px solid rgba(246, 239, 228, 0.4);
  border-radius: 100px;
  padding: 0.28rem 0.8rem;
  margin-bottom: 1.4rem;
}

/* =====================================================
   PROBLEM
   ===================================================== */
.problem__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.problem__list { display: grid; gap: 0; }
.problem__list li {
  position: relative;
  padding: 1.15rem 0 1.15rem 2.6rem;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.12rem);
}
.problem__list li:first-child { border-top: 1px solid var(--line); }
.problem__list li::before {
  content: "";
  position: absolute;
  left: 0.35rem; top: 1.55em;
  width: 16px; height: 1px;
  background: var(--bronze);
}

/* =====================================================
   TRANSFORMATION
   ===================================================== */
.transform__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.transform__list { margin-top: 2rem; }
.transform__list li {
  display: grid;
  grid-template-columns: 1fr auto 1.15fr;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line);
}
.transform__list li span {
  color: var(--ink-soft);
  font-size: 0.93rem;
  text-decoration: line-through;
  text-decoration-color: rgba(107, 97, 87, 0.35);
}
.transform__list li::before { content: none; }
.transform__list li b { font-weight: 600; font-size: 0.98rem; }
.transform__list li::after { content: none; }
.transform__list li > span + b { position: relative; padding-left: 2.6rem; }
.transform__list li > span + b::before {
  content: "";
  position: absolute;
  left: 0.4rem; top: 50%;
  width: 26px; height: 1px;
  background: var(--bronze);
}
.transform__list li > span + b::after {
  content: "";
  position: absolute;
  left: 1.9rem; top: 50%;
  translate: 0 -50%;
  border: 3.5px solid transparent;
  border-left-color: var(--bronze);
}
.transform__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.transform__media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }

/* =====================================================
   SIGNATURE SYSTEM
   ===================================================== */
.system__head, .system__body, .system__formula { max-width: 1300px; margin-inline: auto; }
.system__head { margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.system__lead { max-width: 60ch; margin-top: 1.2rem; color: var(--ink-soft); font-size: 0.97rem; }
.system__body {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.system__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.65rem; }
.system__card {
  text-align: left;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "idx name" "idx note";
  column-gap: 0.8rem;
  row-gap: 0.1rem;
  transition: border-color 0.25s, background 0.25s, transform 0.25s var(--ease-out);
}
.system__card:hover, .system__card.is-active {
  border-color: var(--wine);
  background: color-mix(in srgb, var(--wine) 5%, transparent);
  transform: translateX(3px);
}
.system__index {
  grid-area: idx;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--bronze-ink);
  font-size: 1rem;
  padding-top: 0.1rem;
}
.system__name { grid-area: name; font-weight: 600; font-size: 0.94rem; }
.system__note { grid-area: note; font-size: 0.8rem; color: var(--ink-soft); line-height: 1.4; }
.system__viewer {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--surface);
}
.system__viewer img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: opacity 0.4s; }
.system__viewer img.is-fading { opacity: 0; }
.system__viewer p {
  padding: 0.9rem 1.2rem;
  font-size: 0.84rem;
  color: var(--ink-soft);
  background: var(--canvas);
  border-top: 1px solid var(--line);
}
.system__formula {
  margin-top: clamp(2.5rem, 4vw, 4rem);
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.9rem + 0.9vw, 1.5rem);
  letter-spacing: 0.05em;
  color: var(--ink-soft);
}
.system__formula i { font-style: normal; color: var(--bronze-ink); margin: 0 0.3rem; }

/* =====================================================
   КЕЙСИ
   ===================================================== */
.cases { padding-bottom: clamp(3rem, 4vw, 5rem); }
.case {
  max-width: 1300px;
  margin: 0 auto clamp(3.5rem, 6vw, 6.5rem);
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
}
.case--reverse { direction: rtl; }
.case--reverse > * { direction: ltr; }
.case__tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze-ink);
  border: 1px solid color-mix(in srgb, var(--bronze) 45%, transparent);
  border-radius: 100px;
  padding: 0.26rem 0.75rem;
  margin-bottom: 1.2rem;
}
.case__meta h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem);
  line-height: 1.15;
  margin-bottom: 1.2rem;
}
.case__meta h3 em { font-style: italic; color: var(--wine); }
.case__task, .case__do {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin-bottom: 0.7rem;
}
.case__task b, .case__do b { color: var(--ink); font-weight: 600; }
.case__palette {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.4rem;
  flex-wrap: wrap;
}
.case__palette li { width: 62px; }
.case__palette img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 6px 16px -8px rgba(34, 29, 25, 0.4);
}
.case__palette span {
  display: block;
  font-size: 0.65rem;
  color: var(--ink-soft);
  margin-top: 0.35rem;
  text-align: center;
}
.case__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.case__img { border-radius: var(--radius-lg); overflow: hidden; }
.case__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease-out); }
.case__img:hover img { transform: scale(1.04); }
.case__img--big { grid-column: 1 / -1; }
.case__img--big img { aspect-ratio: 16 / 9.4; }
.case__img:not(.case__img--big) img { aspect-ratio: 4 / 3.2; }

/* =====================================================
   DELIVERABLES
   ===================================================== */
.deliver__board {
  max-width: 1060px;
  margin: 0 auto;
  background: #F6F0E5;
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 1.4rem clamp(1rem, 2.5vw, 2.2rem) 1.6rem;
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.5);
}
.deliver__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze-ink);
  border: 1px solid color-mix(in srgb, var(--bronze) 45%, transparent);
  border-radius: 100px;
  padding: 0.28rem 0.8rem;
  margin-bottom: 1.1rem;
}
.deliver__row {
  display: grid;
  grid-template-columns: minmax(0, 2.6fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.87rem;
}
.deliver__row--head {
  border-top: 0;
  padding: 0.3rem 0 0.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.deliver__item { display: flex; align-items: center; gap: 0.85rem; }
.deliver__item img { width: 56px; height: 56px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.deliver__item strong { display: block; font-size: 0.92rem; }
.deliver__item em { display: block; font-style: normal; font-size: 0.78rem; color: var(--ink-soft); margin-top: 0.12rem; }
.deliver__row > span:not(.deliver__item) { color: var(--ink-soft); }
.deliver__points {
  max-width: 1060px;
  margin: clamp(2rem, 3vw, 3rem) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem 3rem;
}
.deliver__points li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.95rem;
  color: rgba(239, 230, 218, 0.9);
}
.deliver__points li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--bronze-soft);
}

/* =====================================================
   PROCESS
   ===================================================== */
.process__list {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.process__list li {
  padding: 1.5rem 1.2rem 1.4rem;
  border-top: 2px solid var(--wine);
  background: linear-gradient(to bottom, color-mix(in srgb, var(--wine) 4%, transparent), transparent 70%);
}
.process__step {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--bronze-ink);
  margin-bottom: 0.7rem;
  line-height: 1;
}
.process__list h3 { margin-bottom: 0.4rem; font-size: 1rem; }
.process__list p { font-size: 0.86rem; color: var(--ink-soft); }
.process__note {
  max-width: 620px;
  margin: clamp(2.5rem, 4vw, 3.5rem) auto 0;
  text-align: center;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* =====================================================
   GALLERY
   ===================================================== */
.gallery__grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: clamp(230px, 25vw, 380px);
  gap: clamp(0.8rem, 1.5vw, 1.4rem);
}
.gallery__item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  grid-column: span 3;
}
.gallery__item:nth-child(1) { grid-column: span 4; }
.gallery__item:nth-child(2) { grid-column: span 2; }
.gallery__item:nth-child(5) { grid-column: span 4; }
.gallery__item:nth-child(6) { grid-column: span 2; }
.gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-out);
}
.gallery__item:hover img { transform: scale(1.045); }
.gallery__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 3.6rem 1.35rem 1.2rem;
  background: linear-gradient(transparent, rgba(20, 13, 10, 0.65) 42%, rgba(20, 13, 10, 0.95));
  color: #FBF6EE;
  text-shadow: 0 1px 14px rgba(15, 10, 7, 0.85);
}
.gallery__item figcaption strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}
.gallery__item figcaption span { display: block; font-size: 0.76rem; opacity: 0.85; margin-top: 0.15rem; }

/* =====================================================
   ABOUT
   ===================================================== */
.about__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
}
.about__portrait {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 4.6;
}
.about__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.about__text { display: grid; gap: 0.9rem; margin-top: 1.4rem; }
.about__text p { color: var(--ink-soft); font-size: 0.97rem; }
.about__text p:first-child { color: var(--ink); }
.about__quote {
  margin-top: 1.8rem;
  padding-left: 1.3rem;
  border-left: 3px solid var(--wine);
  font-size: clamp(1.2rem, 1rem + 0.9vw, 1.55rem);
  font-style: italic;
  color: var(--wine);
  line-height: 1.35;
}

/* =====================================================
   TESTIMONIALS
   ===================================================== */
.testimonials__grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.testimonial {
  padding: 1.8rem 1.6rem 1.5rem;
  background: var(--canvas-deep);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testimonial__mark {
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 0.6;
  color: var(--bronze);
  opacity: 0.55;
}
.testimonial p { font-size: 0.96rem; flex: 1; }
.testimonial footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}
.testimonial__name { font-weight: 600; font-size: 0.9rem; }
.testimonial__meta { font-size: 0.79rem; color: var(--ink-soft); }
.testimonials__note {
  max-width: 1300px;
  margin: 1.6rem auto 0;
  font-size: 0.78rem;
  color: var(--ink-soft);
  text-align: center;
  padding: 0.7rem 1rem;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
}

/* =====================================================
   FAQ
   ===================================================== */
.faq__list { max-width: 880px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.35rem 3rem 1.35rem 0;
  font-weight: 600;
  font-size: 1.01rem;
  position: relative;
  transition: color 0.2s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "";
  position: absolute;
  right: 0.4rem; top: 50%;
  width: 12px; height: 12px;
  translate: 0 -50%;
  border-right: 1.5px solid var(--bronze);
  border-bottom: 1.5px solid var(--bronze);
  rotate: 45deg;
  transition: rotate 0.3s var(--ease-out), translate 0.3s;
}
.faq__item[open] summary { color: var(--wine); }
.faq__item[open] summary::after { rotate: 225deg; translate: 0 -25%; }
.faq__item p { padding: 0 0 1.5rem; max-width: 740px; color: var(--ink-soft); font-size: 0.94rem; }

/* =====================================================
   FINAL CTA + FORM
   ===================================================== */
.final {
  position: relative;
  padding: clamp(4.5rem, 3rem + 5vw, 8rem) clamp(1.25rem, 4vw, 4rem);
  overflow: hidden;
  isolation: isolate;
  color: #F1E8DB;
}
.final__bg { position: absolute; inset: 0; z-index: -2; }
.final__bg img { width: 100%; height: 100%; object-fit: cover; }
.final::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(41, 15, 22, 0.94) 0%, rgba(41, 15, 22, 0.86) 45%, rgba(30, 20, 14, 0.72) 100%);
}
.final__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.final .eyebrow { color: var(--bronze-soft); }
.final__content h2 { margin-bottom: 1.3rem; color: #F6EFE4; }
.final__lead { color: rgba(241, 232, 219, 0.82); max-width: 46ch; margin-bottom: 1.6rem; }
.final__points { display: grid; gap: 0.55rem; }
.final__points li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.94rem;
  color: rgba(241, 232, 219, 0.92);
}
.final__points li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.45em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--bronze-soft);
}

/* Форма */
.lead-form {
  background: #F6F0E5;
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.6);
}
.lead-form__progress {
  height: 3px;
  background: var(--line);
  border-radius: 100px;
  margin-bottom: 1.7rem;
  overflow: hidden;
}
.lead-form__progress span {
  display: block;
  height: 100%;
  width: 33.4%;
  background: var(--wine);
  border-radius: inherit;
  transition: width 0.4s var(--ease-out);
}
.lead-form legend {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
.field { margin-bottom: 1.15rem; }
.field label, .field__label {
  display: block;
  font-size: 0.81rem;
  font-weight: 600;
  margin-bottom: 0.42rem;
  color: var(--ink-soft);
}
.req { color: var(--wine); }
.opt { font-weight: 400; color: var(--ink-soft); }
.field input[type="text"], .field input[type="tel"], .field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  background: #FFFDF8;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--wine);
  box-shadow: 0 0 0 3px rgba(100, 28, 45, 0.12);
}
.field input.is-invalid { border-color: #A33131; }
.field__error { font-size: 0.79rem; color: #A33131; margin-top: 0.38rem; }
.field textarea { resize: vertical; min-height: 80px; }
.chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip span {
  display: inline-block;
  padding: 0.52rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  transition: all 0.2s;
}
.chip input:checked + span { background: var(--wine); border-color: var(--wine); color: #F6EEE2; }
.chip input:focus-visible + span { outline: 2px solid var(--bronze); outline-offset: 2px; }
.lead-form__nav { display: flex; justify-content: space-between; gap: 0.8rem; margin-top: 1.3rem; }
.lead-form__nav .btn--primary { flex: 1; }
.lead-form__consent { font-size: 0.75rem; color: var(--ink-soft); margin-top: 0.6rem; }
.lead-form__consent a { color: var(--wine); }
.lead-form__error {
  margin-top: 1rem;
  padding: 0.9rem 1.1rem;
  font-size: 0.85rem;
  background: rgba(163, 49, 49, 0.08);
  border: 1px solid rgba(163, 49, 49, 0.35);
  border-radius: var(--radius);
  color: #7C2222;
}
.lead-form__error a { font-weight: 600; }
.lead-form.is-busy #submitBtn { opacity: 0.6; pointer-events: none; }

/* =====================================================
   FOOTER
   ===================================================== */
.footer {
  background: var(--ink);
  color: rgba(239, 230, 218, 0.75);
  padding: clamp(3rem, 4vw, 4.5rem) clamp(1.25rem, 4vw, 4rem);
}
.footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
}
.footer__name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: #F4ECE0; }
.footer__descriptor { font-size: 0.87rem; margin-top: 0.35rem; }
.footer__area { font-size: 0.79rem; margin-top: 0.75rem; opacity: 0.7; }
.footer__contacts, .footer__legal { display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.87rem; }
.footer__contacts a, .footer__legal a { text-decoration: none; transition: color 0.2s; }
.footer__contacts a:hover, .footer__legal a:hover { color: var(--bronze-soft); }
.footer__legal p { font-size: 0.79rem; opacity: 0.6; margin-top: 0.5rem; }

/* =====================================================
   STICKY MOBILE CTA
   ===================================================== */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 55;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--canvas) 93%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform 0.4s var(--ease-out);
  display: none;
}
.sticky-cta.is-visible { transform: translateY(0); }

/* =====================================================
   REVEAL
   ===================================================== */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; }

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

/* =====================================================
   АДАПТИВ
   ===================================================== */
@media (max-width: 1100px) {
  .nav, .header__phone { display: none; }
  .process__list { grid-template-columns: repeat(3, 1fr); }
  .system__body { grid-template-columns: 1fr; }
  .system__viewer { position: static; max-width: 520px; margin-bottom: 1.4rem; }
  .case { grid-template-columns: 1fr; }
  .case--reverse { direction: ltr; }
  .gallery__grid { grid-auto-rows: clamp(220px, 30vw, 320px); }
  .gallery__item:nth-child(n) { grid-column: span 3; }
  .gallery__item:nth-child(1) { grid-column: span 6; }
}

@media (max-width: 900px) {
  .header__actions .btn { display: none; }
  .burger { display: flex; }
  .mobile-menu.is-open { display: block; }

  .hero { min-height: 100svh; padding-inline: 1.25rem; }
  .hero__veil {
    background:
      linear-gradient(to bottom,
        rgba(22, 15, 11, 0.72) 0%,
        rgba(22, 15, 11, 0.5) 22%,
        rgba(22, 15, 11, 0.68) 48%,
        rgba(22, 15, 11, 0.9) 78%,
        rgba(22, 15, 11, 0.95) 100%);
  }
  .hero__title {
    font-size: clamp(2rem, 7.6vw, 2.9rem);
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .hero__title br { display: none; }
  .hero__sub { font-size: 0.98rem; margin-bottom: 1.8rem; }
  .bleed__quote br, .final__content h2 br, .problem__head h2 br { display: none; }
  .hero__cta { flex-direction: column; align-items: stretch; gap: 0.8rem; }
  .hero__cta .btn { width: 100%; }
  .hero__micro { text-align: center; }
  .hero__strip { grid-template-columns: repeat(2, 1fr); gap: 0.8rem 1.2rem; font-size: 0.79rem; padding-bottom: 5.5rem; }
  .hero__strip b { font-size: 1rem; display: block; }
  .hero__scroll { display: none; }

  .problem__inner { grid-template-columns: 1fr; }
  .transform__inner { grid-template-columns: 1fr; }
  .transform__media { max-width: 460px; }
  .about__inner { grid-template-columns: 1fr; }
  .final__inner { grid-template-columns: 1fr; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .sticky-cta { display: block; }
  .bleed { min-height: 400px; }
  .bleed--tall { min-height: 480px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding-inline: 1.1rem; }
  .process__list { grid-template-columns: 1fr; gap: 0.6rem; }
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery__item:nth-child(n) { grid-column: 1 / -1; }
  .system__grid { grid-template-columns: 1fr; }
  .deliver__row { grid-template-columns: 1fr; gap: 0.35rem; padding: 1.1rem 0; }
  .deliver__row--head { display: none; }
  .deliver__row > span:not(.deliver__item)::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: var(--ink);
  }
  .deliver__points { grid-template-columns: 1fr; }
  .case__gallery { grid-template-columns: 1fr; }
  .case__img--big img, .case__img:not(.case__img--big) img { aspect-ratio: 16 / 11; }
  .case__palette li { width: 54px; }
  .transform__list li { grid-template-columns: 1fr; gap: 0.15rem; }
  .transform__list li > span + b { padding-left: 1.4rem; }
  .transform__list li > span + b::before { width: 14px; left: 0; }
  .transform__list li > span + b::after { left: 0.85rem; }
}

/* =====================================================
   ВІЗУАЛЬНИЙ ДОСВІД — мозаїчна галерея подорожей
   ===================================================== */
.travel { background: var(--canvas); }
.travel__grid {
  max-width: 1400px;
  margin: 0 auto;
  column-count: 4;
  column-gap: clamp(0.7rem, 1.3vw, 1.2rem);
}
.travel__item {
  position: relative;
  break-inside: avoid;
  margin-bottom: clamp(0.7rem, 1.3vw, 1.2rem);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 14px 34px -22px rgba(34, 29, 25, 0.5);
}
.travel__item img {
  width: 100%;
  display: block;
  transition: transform 1s var(--ease-out), filter 0.5s;
}
.travel__item:hover img { transform: scale(1.05); }
.travel__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 3.2rem 1.05rem 0.95rem;
  background: linear-gradient(transparent, rgba(20, 13, 10, 0.6) 40%, rgba(20, 13, 10, 0.94));
  color: #FBF6EE;
  font-size: 0.82rem;
  line-height: 1.35;
  text-shadow: 0 1px 12px rgba(15, 10, 7, 0.8);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out);
}
.travel__item figcaption b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  font-style: italic;
  color: var(--bronze-soft);
  margin-bottom: 0.1rem;
}
.travel__item:hover figcaption,
.travel__item:focus-within figcaption { opacity: 1; transform: none; }

/* На тач-екранах підписи показуємо завжди */
@media (hover: none) {
  .travel__item figcaption { opacity: 1; transform: none; }
}

@media (max-width: 1100px) { .travel__grid { column-count: 3; } }
@media (max-width: 780px)  { .travel__grid { column-count: 2; } }
@media (max-width: 460px)  {
  .travel__grid { column-count: 2; column-gap: 0.55rem; }
  .travel__item { margin-bottom: 0.55rem; }
  .travel__item figcaption { padding: 2.2rem 0.7rem 0.7rem; font-size: 0.72rem; }
  .travel__item figcaption b { font-size: 0.9rem; }
}

/* Портрет біля форми */
.final__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(241, 232, 219, 0.22);
}
.final__author img {
  width: 76px; height: 76px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 30%;
  flex-shrink: 0;
  border: 2px solid rgba(195, 161, 118, 0.55);
}
.final__author span { display: flex; flex-direction: column; gap: 0.15rem; font-size: 0.83rem; color: rgba(241, 232, 219, 0.72); line-height: 1.4; }
.final__author b {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: #F6EFE4;
}

/* =====================================================
   ДЕСКТОПНЕ МАСШТАБУВАННЯ
   Усе нижче застосовується ТІЛЬКИ від 1101px і вище.
   Мобільна та планшетна версії не зачіпаються.
   ===================================================== */
@media (min-width: 1101px) {
  /* rem рахується від html — саме він масштабує весь макет.
     На вузьких ноутбуках лишаємо базовий кегль, щоб хедер не ламався. */
  body { font-size: 1.06rem; }

  /* --- Каркас: ширші контейнери й більше повітря --- */
  .section { padding: clamp(6rem, 4rem + 4vw, 10rem) clamp(2.5rem, 4vw, 5.5rem); }
  .section__head { max-width: 1440px; margin-bottom: clamp(3.5rem, 3vw, 5rem); }
  h2 { font-size: clamp(2.1rem, 1rem + 1.75vw, 3.3rem); }
  .section__sub { font-size: 1.08rem; max-width: 68ch; margin-top: 1.5rem; }
  .eyebrow { font-size: 0.82rem; margin-bottom: 1.3rem; }

  /* --- Хедер --- */
  :root { --header-h: 92px; }
  .header.is-scrolled .header__inner { height: 72px; }
  .header__inner { max-width: 1800px; padding-inline: clamp(2.5rem, 4vw, 5.5rem); }
  .brand__name { font-size: 1.42rem; }
  .brand__descriptor { font-size: 0.7rem; }
  .brand__mono svg { width: 42px; height: 42px; }
  .nav { gap: 1.7rem; }
  .nav a { font-size: 0.95rem; white-space: nowrap; }
  .header__phone { font-size: 0.95rem; }
  .brand__name, .brand__descriptor { white-space: nowrap; }
  .hero__strip span { white-space: nowrap; }
  .btn { font-size: 1.02rem; padding: 1.05rem 2.2rem; }
  .btn--sm { padding: 0.8rem 1.6rem; font-size: 0.95rem; }
  .btn--lg { padding: 1.35rem 3rem; font-size: 1.14rem; }

  /* --- HERO: головна проблема — масштаб --- */
  .hero { padding: calc(var(--header-h) + 3rem) clamp(2.5rem, 4vw, 5.5rem) 0; }
  .hero__content {
    max-width: 1800px;
    padding-bottom: clamp(4rem, 5vw, 7rem);
  }
  .hero__eyebrow { font-size: 0.88rem; letter-spacing: 0.28em; margin-bottom: 2rem; }
  .hero__title {
    font-size: clamp(3.2rem, 1.9vw + 2.1rem, 5.2rem);
    max-width: 17ch;
    margin-bottom: 1.8rem;
    line-height: 1.06;
  }
  .hero__sub {
    font-size: clamp(1.02rem, 0.9rem + 0.25vw, 1.2rem);
    max-width: 54ch;
    margin-bottom: 2.4rem;
    line-height: 1.55;
  }
  .hero__cta { gap: 2rem; }
  .hero__micro { font-size: 0.98rem; }
  .hero__strip {
    max-width: 1800px;
    padding: 2.2rem 0 2.4rem;
    font-size: 1rem;
    gap: 2.5rem;
  }
  .hero__strip b { font-size: 1.55rem; margin-right: 0.55rem; }
  .hero__scroll { width: 34px; height: 54px; bottom: clamp(8rem, 10vw, 11rem); }

  /* --- Повноекранні розділювачі --- */
  .bleed { min-height: clamp(560px, 72vh, 860px); padding-inline: clamp(3rem, 6vw, 7rem); }
  .bleed--tall { min-height: clamp(680px, 88vh, 1000px); }
  .bleed__inner { max-width: 1400px; }
  .bleed__inner--left { max-width: 1150px; }
  .bleed__quote { font-size: clamp(2rem, 1rem + 1.7vw, 3.3rem); }
  .bleed__sub { font-size: 1.12rem; max-width: 66ch; margin-top: 1.8rem; }
  .bleed__label { font-size: 0.72rem; padding: 0.36rem 1rem; margin-bottom: 1.8rem; }

  /* --- Проблема --- */
  .problem__inner { max-width: 1440px; gap: clamp(3rem, 6vw, 7rem); }
  .problem__list li { font-size: 1.22rem; padding: 1.5rem 0 1.5rem 3.2rem; }
  .problem__list li::before { width: 22px; left: 0.5rem; }

  /* --- Трансформація --- */
  .transform__inner { max-width: 1440px; gap: clamp(3rem, 6vw, 7rem); }
  .transform__list { margin-top: 2.6rem; }
  .transform__list li { padding: 1.35rem 0; }
  .transform__list li span { font-size: 1.05rem; }
  .transform__list li b { font-size: 1.12rem; }

  /* --- 12 складових --- */
  .system__head, .system__body, .system__formula { max-width: 1560px; }
  .system__lead { font-size: 1.08rem; max-width: 68ch; margin-top: 1.5rem; }
  .system__body { gap: clamp(2.5rem, 4vw, 4.5rem); }
  .system__grid { gap: 0.85rem; }
  .system__card { padding: 1.3rem 1.5rem; }
  .system__index { font-size: 1.15rem; }
  .system__name { font-size: 1.08rem; }
  .system__note { font-size: 0.92rem; }
  .system__viewer p { font-size: 0.95rem; padding: 1.1rem 1.4rem; }
  .system__formula { font-size: clamp(1.3rem, 0.9rem + 0.8vw, 1.85rem); margin-top: 5rem; }

  /* --- Кейси --- */
  .case { max-width: 1560px; gap: clamp(3rem, 5vw, 5.5rem); margin-bottom: clamp(5rem, 7vw, 8rem); }
  .case__tag { font-size: 0.7rem; padding: 0.32rem 0.9rem; margin-bottom: 1.6rem; }
  .case__meta h3 { font-size: clamp(2.1rem, 1.4rem + 1.4vw, 3rem); margin-bottom: 1.6rem; }
  .case__task, .case__do { font-size: 1.05rem; margin-bottom: 1rem; }
  .case__palette { gap: 0.85rem; margin-top: 2rem; }
  .case__palette li { width: 84px; }
  .case__palette span { font-size: 0.78rem; margin-top: 0.5rem; }
  .case__gallery { gap: 1.1rem; }

  /* --- Результат --- */
  .deliver__board { max-width: 1240px; padding: 2rem 2.6rem 2.2rem; }
  .deliver__badge { font-size: 0.76rem; padding: 0.34rem 0.95rem; margin-bottom: 1.5rem; }
  .deliver__row { font-size: 1rem; padding: 1.15rem 0; }
  .deliver__row--head { font-size: 0.76rem; }
  .deliver__item img { width: 70px; height: 70px; }
  .deliver__item strong { font-size: 1.06rem; }
  .deliver__item em { font-size: 0.9rem; }
  .deliver__points { max-width: 1240px; gap: 1.1rem 4rem; margin-top: 3.5rem; }
  .deliver__points li { font-size: 1.06rem; padding-left: 1.9rem; }

  /* --- Процес --- */
  .process__list { max-width: 1560px; gap: 1.6rem; }
  .process__list li { padding: 2.3rem 1.8rem 2.2rem; }
  .process__step { font-size: 2rem; margin-bottom: 1rem; }
  .process__list h3 { font-size: 1.16rem; margin-bottom: 0.6rem; }
  .process__list p { font-size: 0.98rem; }
  .process__note { font-size: 1.05rem; max-width: 700px; }

  /* --- Галерея концептів --- */
  .gallery__grid { max-width: 1700px; grid-auto-rows: clamp(300px, 22vw, 440px); gap: 1.3rem; }
  .gallery__item figcaption { padding: 4.2rem 1.7rem 1.5rem; }
  .gallery__item figcaption strong { font-size: 1.65rem; }
  .gallery__item figcaption span { font-size: 0.88rem; margin-top: 0.25rem; }

  /* --- Про мене --- */
  .about__inner { max-width: 1560px; gap: clamp(4rem, 6vw, 7rem); align-items: center; }
  .about__portrait { aspect-ratio: 4 / 4.4; }
  .about__text { gap: 1.15rem; margin-top: 1.8rem; }
  .about__text p { font-size: 1.08rem; }
  .about__quote { font-size: clamp(1.5rem, 1.1rem + 1vw, 2rem); margin-top: 2.4rem; padding-left: 1.7rem; }

  /* --- Візуальний досвід --- */
  .travel__grid { max-width: 1700px; column-gap: 1.3rem; }
  .travel__item { margin-bottom: 1.3rem; }
  .travel__item figcaption { padding: 4rem 1.5rem 1.35rem; font-size: 0.95rem; }
  .travel__item figcaption b { font-size: 1.3rem; margin-bottom: 0.2rem; }

  /* --- Відгуки --- */
  .testimonials__grid { max-width: 1560px; gap: 1.4rem; }
  .testimonial { padding: 2.7rem 2.3rem 2.2rem; gap: 1.3rem; }
  .testimonial__mark { font-size: 3.2rem; }
  .testimonial p { font-size: 1.08rem; }
  .testimonial__name { font-size: 1rem; }
  .testimonial__meta { font-size: 0.88rem; }
  .testimonials__note { max-width: 1560px; font-size: 0.85rem; padding: 0.9rem 1.2rem; }

  /* --- FAQ --- */
  .faq__list { max-width: 1240px; }
  .faq__item summary { font-size: 1.22rem; padding: 1.8rem 3.5rem 1.8rem 0; }
  .faq__item summary::after { width: 14px; height: 14px; }
  .faq__item p { font-size: 1.04rem; padding-bottom: 1.8rem; max-width: 880px; }

  /* --- Фінальний блок і форма --- */
  .final { padding: clamp(6rem, 4rem + 4vw, 10rem) clamp(2.5rem, 4vw, 5.5rem); }
  .final__inner { max-width: 1500px; gap: clamp(3.5rem, 6vw, 6.5rem); }
  .final__lead { font-size: 1.12rem; max-width: 52ch; margin-bottom: 2rem; }
  .final__points li { font-size: 1.06rem; padding-left: 1.9rem; }
  .final__author { margin-top: 2.8rem; padding-top: 2rem; gap: 1.3rem; }
  .final__author img { width: 94px; height: 94px; }
  .final__author b { font-size: 1.45rem; }
  .final__author span { font-size: 0.94rem; }
  .lead-form { padding: 2.8rem; }
  .lead-form legend { font-size: 1.8rem; margin-bottom: 1.6rem; }
  .lead-form__progress { margin-bottom: 2rem; }
  .field { margin-bottom: 1.4rem; }
  .field label, .field__label { font-size: 0.92rem; margin-bottom: 0.55rem; }
  .field input[type="text"], .field input[type="tel"], .field textarea {
    padding: 1rem 1.15rem;
    font-size: 1.04rem;
  }
  .chip span { padding: 0.62rem 1.2rem; font-size: 0.96rem; }
  .lead-form__consent { font-size: 0.85rem; }

  /* --- Футер --- */
  .footer { padding: clamp(4rem, 4vw, 5.5rem) clamp(2.5rem, 4vw, 5.5rem); }
  .footer__inner { max-width: 1560px; }
  .footer__name { font-size: 1.75rem; }
  .footer__descriptor { font-size: 0.98rem; }
  .footer__area { font-size: 0.9rem; }
  .footer__contacts, .footer__legal { font-size: 0.98rem; gap: 0.7rem; }
}

/* Ноутбуки 15" і компактні монітори */
@media (min-width: 1400px) {
  html { font-size: 16.7px; }
  .nav { gap: 2.2rem; }
  .nav a, .header__phone { font-size: 1rem; }
}

/* Дуже широкі монітори — ще один крок масштабу */
@media (min-width: 1700px) {
  html { font-size: 17.2px; }
  body { font-size: 1.02rem; }
  .hero__title {
    font-size: clamp(4rem, 2.2vw + 2.2rem, 5.8rem);
    max-width: 16ch;
    margin-bottom: 1.8rem;
  }
  .hero__sub { font-size: 1.22rem; max-width: 52ch; margin-bottom: 2.4rem; }
  .hero__eyebrow { font-size: 0.86rem; margin-bottom: 1.6rem; }
  .hero__strip { font-size: 1rem; padding: 1.8rem 0 2rem; }
  .hero__strip b { font-size: 1.5rem; }
  .hero__content { padding-bottom: 3rem; }
  .btn--lg { padding: 1.25rem 2.9rem; font-size: 1.08rem; }
  h2 { font-size: clamp(2.5rem, 1rem + 1.85vw, 3.9rem); }
  .bleed__quote { font-size: clamp(2.4rem, 1rem + 1.8vw, 3.8rem); }
  .section__sub, .system__lead { font-size: 1.06rem; }
}

/* Instagram біля портрета у фінальній секції */
.final__ig {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--bronze-soft);
  text-decoration: none;
  transition: color 0.2s;
}
.final__ig:hover { color: #F6EFE4; }
.final__ig svg { flex-shrink: 0; }
