@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500;600&family=Marck+Script&display=swap");

:root {
  --font-serif: "Cormorant Garamond";
  --font-sans: "Inter";
  --font-script: "Marck Script";
  --ivory: #f5f0e8;
  --cream: #e9ded1;
  --paper: #fffdf9;
  --ink: #171310;
  --muted: #756c63;
  --gold: #b88a3d;
  --gold-light: #dfbf80;
  --line: rgba(184, 138, 61, .34);
  --shadow: 0 24px 60px rgba(67, 45, 24, .14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--font-sans), sans-serif; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3 { font-family: var(--font-serif), serif; font-weight: 400; }
h2 em, h1 em { color: var(--gold); font-weight: 400; }

.site-header {
  height: 94px; padding: 0 clamp(28px, 5vw, 84px); display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(31, 24, 17, .1); background: rgba(245, 240, 232, .95); backdrop-filter: blur(14px); position: relative; z-index: 20;
}
.brand { width: 180px; height: 70px; display: flex; align-items: center; justify-content: center; background: transparent; overflow: hidden; }
.brand img { width: 175px; height: 175px; max-width: none; flex: none; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 48px); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--gold); }
.nav-cta { border: 1px solid var(--gold); padding: 14px 22px; }

.eyebrow { margin: 0 0 28px; color: var(--gold); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .24em; display: flex; align-items: center; gap: 13px; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 30px; border: 1px solid var(--ink); background: transparent; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; transition: .25s ease; cursor: pointer; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--gold); border-color: var(--gold); }
.button-light:hover { background: #fff; }
.section { padding: 130px max(6vw, calc((100vw - 1440px)/2)); }

.hero { min-height: calc(100vh - 94px); display: grid; grid-template-columns: .88fr 1.12fr; overflow: hidden; }
.hero-copy { padding: clamp(70px, 8vw, 130px) 4vw clamp(60px, 7vw, 110px) max(5vw, calc((100vw - 1440px)/2)); position: relative; z-index: 2; }
.hero h1 { font-size: clamp(54px, 5.4vw, 92px); line-height: .94; letter-spacing: -.035em; margin: 0 0 34px; }
.hero-lead { max-width: 570px; color: #554e47; font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.hero-features { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; max-width: 620px; margin-top: 23px; padding: 13px 16px; border: .5px solid rgba(184,138,61,.24); color: #746a60; font-size: 8px; font-weight: 600; line-height: 1.5; text-transform: uppercase; letter-spacing: .14em; }
.hero-features i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-signature { font-family: var(--font-script), cursive; color: var(--gold); font-size: 27px; margin-top: 52px; transform: rotate(-2deg); }
.hero-signature small { display: block; margin: 7px 0 0 8px; color: var(--muted); font-family: var(--font-sans), sans-serif; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 700px; background: radial-gradient(circle at 55% 40%, #fff 0, #efe6dc 52%, #d9cabb 100%); display: flex; align-items: center; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; inset: 28px; border: 1px solid var(--line); }
.hero-visual img { width: min(78%, 760px); max-height: 80vh; object-fit: contain; filter: drop-shadow(0 34px 28px rgba(49, 31, 17, .22)); transform: rotate(1.5deg); position: relative; z-index: 2; }
.gold-orbit { width: 66%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(184,138,61,.55); border-radius: 50%; }
.gold-orbit::before, .gold-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(184,138,61,.18); }
.gold-orbit::before { inset: -55px; }.gold-orbit::after { inset: 55px; }
.visual-note { position: absolute; top: 70px; left: 65px; font-family: var(--font-serif), serif; font-size: 17px; line-height: 1.15; z-index: 3; }
.visual-index { position: absolute; right: 60px; bottom: 52px; color: var(--gold); font-family: var(--font-serif), serif; font-size: 22px; }

.problem-section { padding: 84px max(7vw, calc((100vw - 1280px)/2)); background: #f8f4ee; }
.problem-top { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.problem-top h2 { font-size: clamp(56px, 5.3vw, 86px); line-height: .8; letter-spacing: -.035em; margin: 0; }
.problem-top h2 em { display: inline-block; margin-top: 18px; font-family: var(--font-script), cursive; font-size: .8em; line-height: 1; }
.problem-top > p { max-width: 650px; color: #665d55; font-size: 15px; line-height: 1.9; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid article { min-height: 245px; padding: 38px 38px 35px 0; }
.problem-grid article + article { border-left: 1px solid var(--line); padding-left: 38px; }
.problem-grid span { color: var(--gold); font-size: 10px; }
.problem-grid h3 { min-height: 60px; margin: 38px 0 14px; font-size: 23px; line-height: 1.12; text-transform: uppercase; }
.problem-grid p { max-width: 340px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.motion-section { padding: 130px max(6vw, calc((100vw - 1440px)/2)); background: #171411; color: white; position: relative; overflow: hidden; }
.motion-section::before { content: "ER"; position: absolute; right: -1vw; top: -70px; color: rgba(255,255,255,.025); font-family: var(--font-serif), serif; font-size: clamp(240px, 30vw, 520px); line-height: 1; pointer-events: none; }
.motion-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 8vw; align-items: end; position: relative; }
.motion-heading h2 { max-width: 950px; font-size: clamp(56px, 6.5vw, 105px); line-height: .9; letter-spacing: -.035em; margin: 0; }
.motion-heading h2 em { display: inline-block; color: var(--gold-light); font-family: var(--font-script), cursive; font-size: .72em; line-height: 1.1; }
.motion-intro { border-left: 1px solid rgba(223,191,128,.55); padding-left: 28px; }
.motion-intro span { color: var(--gold-light); font-family: var(--font-serif), serif; font-size: 30px; }
.motion-intro p { color: #aaa198; font-size: 13px; line-height: 1.8; margin: 18px 0 0; }
.motion-divider { display: flex; align-items: center; gap: 24px; margin: 75px 0 36px; color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .22em; }
.motion-divider i { flex: 1; height: 1px; background: rgba(223,191,128,.28); }
.video-rail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 32px; position: relative; }
.video-rail figure { min-width: 0; margin: 0; }
.video-frame { width: 100%; position: relative; display: block; padding: 9px; border: 1px solid rgba(223,191,128,.4); background: rgba(255,255,255,.025); overflow: hidden; cursor: zoom-in; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.video-frame:hover, .video-frame:focus-visible { transform: scale(1.025); border-color: var(--gold-light); box-shadow: 0 0 35px rgba(184,138,61,.16); outline: none; }
.video-frame::before, .video-frame::after { content: ""; position: absolute; width: 34px; height: 34px; border-color: var(--gold-light); pointer-events: none; z-index: 2; }
.video-frame::before { left: -1px; top: -1px; border-left: 2px solid var(--gold-light); border-top: 2px solid var(--gold-light); }
.video-frame::after { right: -1px; bottom: -1px; border-right: 2px solid var(--gold-light); border-bottom: 2px solid var(--gold-light); }
.video-rail video { width: 100%; aspect-ratio: 848/464; object-fit: cover; background: #2a2520; }
.video-frame > span { position: absolute; right: 22px; bottom: 20px; width: 40px; height: 40px; display: grid; place-items: center; background: rgba(20,17,14,.82); border: 1px solid rgba(223,191,128,.6); color: var(--gold-light); font-family: var(--font-serif), serif; font-size: 16px; }
.video-rail figcaption, .gallery-card figcaption { color: #c2b8ad; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; margin-top: 15px; }
.motion-cta { margin-top: 70px; padding-top: 34px; border-top: 1px solid rgba(223,191,128,.28); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.motion-cta p { max-width: 590px; color: #c4bbb2; font-family: var(--font-serif), serif; font-size: 24px; line-height: 1.35; margin: 0; }
.motion-button { color: white; border-color: var(--gold-light); min-width: 230px; }
.motion-button:hover { background: var(--gold); border-color: var(--gold); }

.audience-section { display: grid; grid-template-columns: 1.25fr .75fr; background: var(--ivory); color: var(--ink); }
.audience-card .eyebrow.light { color: var(--gold); }
.audience-card { padding: 120px max(6vw, calc((100vw - 1440px)/2)); padding-right: 8vw; }
.audience-card h2 { max-width: 850px; font-size: clamp(45px, 4.4vw, 72px); line-height: 1.02; margin: 0 0 60px; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list > div { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.audience-list b { color: var(--gold-light); font-family: var(--font-serif), serif; font-size: 21px; font-weight: 400; }
.audience-list p { margin: 0; }.audience-list strong { display: block; font-family: var(--font-serif), serif; font-size: 23px; font-weight: 400; }.audience-list small { color: var(--muted); display: block; margin-top: 6px; line-height: 1.5; }
.audience-quote { position: relative; min-height: 800px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(150deg, #d3bd9d, #9b784d); overflow: hidden; text-align: center; }
.audience-quote::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(69,48,30,.24); }
.audience-quote span { font-family: var(--font-serif), serif; font-size: 180px; line-height: .8; color: rgba(45,31,21,.16); }
.audience-quote p { color: var(--ink); font-family: var(--font-script), cursive; font-size: 34px; line-height: 1.3; position: relative; }

.inside-section { padding: 120px max(7vw, calc((100vw - 1280px)/2)); background: #f1e8dc; color: var(--ink); }
.inside-section .eyebrow.light { color: var(--gold); }
.inside-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; margin-bottom: 70px; }
.inside-heading h2 { margin: 0; font-size: clamp(55px, 5.5vw, 88px); line-height: .85; }
.inside-heading h2 em { color: var(--gold); font-family: var(--font-script), cursive; }
.inside-list { border-top: 1px solid rgba(154,126,87,.42); }
.inside-list a { min-height: 112px; display: grid; grid-template-columns: 70px 1.05fr 1fr 30px; gap: 24px; align-items: center; border-bottom: 1px solid rgba(154,126,87,.42); transition: background .25s ease, padding .25s ease; }
.inside-list a:hover, .inside-list a:focus-visible { background: rgba(214,176,104,.10); padding-left: 14px; outline: none; }
.inside-list a > span { color: var(--gold); font-size: 10px; }
.inside-list h3 { color: #1b1714; font-size: 30px; margin: 0; }
.inside-list p { display: grid; gap: 4px; margin: 0; color: var(--muted); }
.inside-list small { font-size: 11px; line-height: 1.4; }
.inside-list i { color: var(--gold); font-style: normal; font-size: 18px; transition: transform .25s ease; }
.inside-list a:hover i { transform: translateX(5px); }

.pages { display: grid; grid-template-columns: minmax(330px, .55fr) minmax(0, 1.45fr); background: #181512; color: white; padding: 120px 0 120px max(6vw, calc((100vw - 1440px)/2)); overflow: hidden; }
.pages-intro { padding-right: 55px; align-self: center; }
.pages-intro h2 { font-size: clamp(55px, 5vw, 82px); line-height: .92; margin: 0 0 30px; }
.pages-intro > p:not(.eyebrow) { color: #aaa198; line-height: 1.7; font-size: 13px; }
.gallery-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(223,191,128,.28); color: var(--gold-light); }
.gallery-controls button { padding: 8px 0; border: 0; background: transparent; color: inherit; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; cursor: pointer; }
.gallery-controls button:last-child { text-align: right; }.gallery-controls button:first-child { text-align: left; }
.gallery-controls b { font-size: 10px; font-weight: 500; letter-spacing: .16em; }
.page-gallery {
  position: relative;
  min-height: clamp(430px, 39vw, 610px);

  /* Даем галерее отдельную область справа */
  overflow: hidden;

  padding: 45px 0 80px;

  perspective: 1600px;

  touch-action: pan-y;
  user-select: none;

  cursor: grab;
}

.page-gallery.is-dragging {
  cursor: grabbing;
}


/* Общая карточка */
.gallery-card {
  position: absolute;

  top: 47%;
  left: 54%;

  /*
    Центральный слайд специально уменьшаем.
    Было до 880px и 72vw — на твоем скрине это слишком крупно.
  */
  width: min(54vw, 700px);

  margin: 0;

  opacity: 0;
  pointer-events: none;

  transform:
          translate(-50%, -50%)
          scale(.68);

  transform-origin: center;

  transition:
          transform .55s cubic-bezier(.22, .75, .28, 1),
          opacity .42s ease,
          filter .42s ease;

  will-change: transform, opacity;
}


/* ----------------------------- */
/* АКТИВНЫЙ ЦЕНТРАЛЬНЫЙ СЛАЙД   */
/* ----------------------------- */

.gallery-card.is-active {
  z-index: 10;

  opacity: 1;
  pointer-events: auto;

  /*
    Слайд немного вынесен вперед,
    но без чрезмерного увеличения.
  */
  transform:
          translate(-50%, -50%)
          translateZ(90px)
          scale(1);

  filter: brightness(1);
}


/* ----------------------------- */
/* БЛИЖНИЕ БОКОВЫЕ СЛАЙДЫ        */
/* ----------------------------- */

.gallery-card.is-prev,
.gallery-card.is-next {
  z-index: 5;

  /*
    Делаем их заметнее,
    чтобы они действительно читались как соседние страницы.
  */
  opacity: .62;

  pointer-events: auto;

  filter:
          brightness(.72)
          saturate(.88);
}


/* Левый соседний */
.gallery-card.is-prev {
  transform:
          translate(-94%, -50%)
          translateZ(-130px)
          rotateY(7deg)
          scale(.78);
}


/* Правый соседний */
.gallery-card.is-next {
  transform:
          translate(-6%, -50%)
          translateZ(-130px)
          rotateY(-7deg)
          scale(.78);
}


/* ----------------------------- */
/* ДАЛЬНИЕ СЛАЙДЫ                */
/* ----------------------------- */

.gallery-card.is-prev-2,
.gallery-card.is-next-2 {
  z-index: 2;

  opacity: .22;

  pointer-events: none;

  filter:
          brightness(.52)
          saturate(.75);
}


.gallery-card.is-prev-2 {
  transform:
          translate(-132%, -50%)
          translateZ(-230px)
          rotateY(11deg)
          scale(.62);
}


.gallery-card.is-next-2 {
  transform:
          translate(32%, -50%)
          translateZ(-230px)
          rotateY(-11deg)
          scale(.62);
}


/* ----------------------------- */
/* ИЗОБРАЖЕНИЕ                   */
/* ----------------------------- */

.gallery-card img {
  display: block;

  width: 100%;
  height: auto;

  /*
    Сохраняем пропорции горизонтальных страниц.
  */
  aspect-ratio: 3 / 2;

  /*
    ВАЖНО:
    картинка показывается полностью,
    края больше не отрезаются.
  */
  object-fit: contain;
  object-position: center;

  background: #000;

  border: 1px solid rgba(223, 191, 128, .25);

  /*
    Тень активного слайда создает эффект,
    что он находится ближе к пользователю.
  */
  box-shadow:
          0 26px 55px rgba(0, 0, 0, .34),
          0 8px 22px rgba(0, 0, 0, .24);

  pointer-events: none;
}


/*
  Центральный слайд получает более выраженную тень.
*/
.gallery-card.is-active img {
  box-shadow:
          0 38px 80px rgba(0, 0, 0, .48),
          0 12px 32px rgba(0, 0, 0, .28);
}


/* ----------------------------- */
/* ПОДПИСЬ                       */
/* ----------------------------- */

.gallery-card figcaption {
  margin-top: 12px;

  position: relative;
  top: -4px;

  color: rgba(255, 255, 255, .68);

  font-size: 9px;
  letter-spacing: .14em;
  line-height: 1.5;

  text-align: center;
  text-transform: uppercase;

  transition: opacity .3s ease;
}


.gallery-card:not(.is-active) figcaption {
  opacity: 0;
}

.work-system { min-height: 1050px; padding: 130px max(7vw, calc((100vw - 1280px)/2)); background: #ece2d4; }
.work-system-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.work-system-copy { position: sticky; top: 120px; }
.work-system-copy h2 { font-size: clamp(58px, 5.7vw, 92px); line-height: .78; margin: 0; }
.work-system-copy h2 em { display: inline-block; margin-top: 20px; color: var(--gold); font-family: var(--font-script), cursive; font-size: .82em; line-height: .95; }
.work-steps { display: grid; gap: 18px; }
.work-steps article { min-height: 245px; padding: 38px 45px; background: rgba(255,253,249,.88); border: 1px solid rgba(184,138,61,.18); }
.work-steps span { color: var(--gold); font-size: 10px; }
.work-steps h3 { margin: 44px 0 14px; font-size: 32px; text-transform: uppercase; }
.work-steps p { max-width: 500px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.benefits { padding-top: 91px; background: var(--ivory); }
.benefits-title { text-align: center; margin-bottom: 65px; }.benefits-title .eyebrow { justify-content: center; }.benefits-title h2 { margin: 0; font-size: clamp(44px, 4vw, 66px); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits-grid article { padding: 40px 30px; min-height: 270px; border: 1px solid var(--line); border-right: 0; background: rgba(255,255,255,.4); }
.benefits-grid article:last-child { border-right: 1px solid var(--line); }
.benefits-grid article > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 20px; }
.benefits-grid h3 { font-size: 27px; margin: 40px 0 12px; }
.benefits-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; }

.author-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: #171411; color: white; }
.author-photo-placeholder { margin: 70px 0 70px max(6vw, calc((100vw - 1440px)/2)); background: linear-gradient(135deg, #e6d9c7, #b39166); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); position: relative; }
.author-photo-placeholder::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.45); }
.author-photo-placeholder div { font-family: var(--font-serif), serif; font-size: 150px; color: rgba(255,255,255,.35); }
.author-photo-placeholder p { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; text-align: center; line-height: 1.7; }

.author-photo {
  position: relative;

  margin:
          70px
          0
          70px
          max(6vw, calc((100vw - 1440px) / 2));

  min-height: 620px;

  overflow: hidden;

  border: 1px solid rgba(255,255,255,.3);

  background: #171411;
}

.author-photo::after {
  content: "";

  position: absolute;
  inset: 22px;

  border: 1px solid rgba(255,255,255,.35);

  pointer-events: none;
}

.author-photo img {
  display: block;

  width: 100%;
  height: 100%;

  position: absolute;
  inset: 0;

  object-fit: cover;

  /*
    Фото вертикальное и снизу много стола.
    Поэтому немного поднимаем композицию вверх.
  */
  object-position: center 8%;
}

.author-copy { padding: 130px max(7vw, calc((100vw - 1440px)/2)) 100px 8vw; align-self: center; }
.author-copy h2 { font-size: clamp(65px, 7vw, 110px); line-height: .72; margin: 0 0 50px; }.author-copy h2 em { font-family: var(--font-script), cursive; font-size: .72em; }
.author-copy > p:not(.eyebrow) { max-width: 530px; color: #aaa198; font-size: 14px; line-height: 1.9; }
.author-logo { width: 220px; height: 110px; overflow: hidden; margin-top: 45px; }.author-logo img { width: 100%; transform: scale(1.35); }

.process-section { padding: 120px max(7vw, calc((100vw - 1280px)/2)); background: var(--paper); text-align: center; }
.process-section > .eyebrow { justify-content: center; }
.process-section > h2 { margin: 0 0 75px; font-size: clamp(58px, 5.8vw, 92px); line-height: .9; }
.process-section > h2 em { color: var(--gold); font-family: var(--font-script), cursive; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-line article { position: relative; padding: 0 22px; }
.process-line article::before { content: ""; position: absolute; top: 43px; left: 0; right: 0; height: 1px; background: var(--line); }
.process-line article:first-child::before { left: 50%; }.process-line article:last-child::before { right: 50%; }
.process-line span { position: absolute; top: -11px; left: calc(50% + 40px); color: #bd927e; font-size: 9px; }
.process-line i { width: 68px; height: 68px; display: grid; place-items: center; margin: 10px auto 28px; position: relative; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); }
.process-line i::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #bd7b5d; }
.process-line h3 { margin: 0 0 12px; font-size: 22px; text-transform: uppercase; line-height: 1.15; }
.process-line p { margin: 0 auto; max-width: 230px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.mobile-break { display: none; }

.order-section { padding: 120px max(7vw, calc((100vw - 1440px)/2)); background: #171411; display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; position: relative; }
.order-section::before { content: ""; position: absolute; inset: 26px; border: 1px solid var(--line); pointer-events: none; }
.order-offer { align-self: center; position: relative; }.order-offer h2 { font-size: clamp(48px, 4.4vw, 74px); line-height: .98; margin: 0 0 35px; }
.order-title span { display: block; color: #fff; }
.order-title em { display: block; margin-top: 12px; color: var(--gold); font-family: var(--font-script), cursive; font-size: .82em; line-height: 1; }
.order-includes { display: grid; gap: 10px; max-width: 520px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-includes strong { margin-bottom: 5px; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.order-includes span { color: #fff; font-size: 13px; }
.order-offer .price { color: #fff; }
.order-offer .price span { color: #bdb4ab; }
.price { display: grid; grid-template-columns: auto 1fr; align-items: end; margin-top: 38px; max-width: 440px; }.price small { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }.price strong { grid-row: span 2; grid-column: 2; justify-self: end; font-family: var(--font-serif), serif; font-size: 48px; font-weight: 400; }.price span { font-size: 11px; color: var(--muted); }
.script-accent { font-family: var(--font-script), cursive; color: var(--gold); font-size: 29px; margin: 0 0 8px; }
.order-form { background: var(--paper); padding: 55px; box-shadow: var(--shadow); position: relative; }.order-form h3 { font-size: 42px; margin: 0 0 10px; }.order-form > p:not(.script-accent) { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 30px; }.order-form label { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; margin-top: 22px; }.order-form input { width: 100%; border: 0; border-bottom: 1px solid #c8bbaa; background: transparent; outline: 0; padding: 13px 0; font-size: 15px; color: var(--ink); }.order-form input:focus { border-color: var(--gold); }.order-form .button { width: 100%; margin-top: 35px; }.order-form > small { display: block; color: #9a9087; font-size: 9px; line-height: 1.5; margin-top: 15px; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 125px max(7vw, calc((100vw - 1280px)/2)); background: var(--paper); }
.faq-title h2 { margin: 0; font-size: clamp(58px, 5.5vw, 88px); line-height: .82; }
.faq-title h2 em { display: inline-block; margin-top: 18px; color: var(--gold); font-family: var(--font-script), cursive; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list button { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-list button span { font-family: var(--font-serif), serif; font-size: 23px; }
.faq-list button i { color: #c77f62; font-size: 22px; font-style: normal; font-weight: 300; }
.faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-list article > div > p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.faq-list article.open > div { grid-template-rows: 1fr; }
.faq-list article.open > div > p { padding-bottom: 26px; }

footer { background: #0f0e0c; color: white; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 8vw; padding: 75px max(6vw, calc((100vw - 1440px)/2)); }
.footer-brand { width: 230px; height: 115px; overflow: hidden; }.footer-brand img { width: 100%; transform: scale(1.35); }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; } footer p { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; margin: 0 0 8px; } footer a, footer span { color: #9d958e; font-size: 11px; } footer a:hover { color: white; }
.mobile-cta { display: none; }

.preview-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 6vh 6vw; background: rgba(10,8,7,.92); backdrop-filter: blur(10px); }
.preview-modal > button { position: absolute; top: 24px; right: 30px; border: 0; background: transparent; color: var(--gold-light); font-family: var(--font-serif), serif; font-size: 42px; cursor: pointer; }
.preview-modal > div { width: min(1100px, 92vw); }
.preview-modal video { width: 100%; max-height: 78vh; border: 1px solid rgba(223,191,128,.5); background: #171411; }
.preview-modal p { color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }

@media (max-width: 1050px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; }.hero h1 { font-size: 56px; }.hero-visual { min-height: 650px; }
  .problem-top { gap: 6vw; }.problem-top h2 { font-size: 64px; }
  .audience-section { grid-template-columns: 1fr; }.audience-quote { min-height: 420px; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }.benefits-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .author-section { min-height: auto; }.author-photo-placeholder { margin-left: 5vw; }.author-copy { padding-left: 6vw; }
  .process-line h3 { font-size: 18px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 64px; }
  .site-header { height: 72px; padding: 0 18px; }.brand { width: 138px; height: 58px; }.brand img { width: 145px; height: 145px; }.nav-cta { padding: 11px 13px; font-size: 9px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }.hero-copy { padding: 62px 22px 48px; }.hero h1 { font-size: clamp(48px, 14vw, 65px); }.hero-lead { font-size: 14px; }.hero-actions { display: grid; grid-template-columns: 1fr 1fr; }.button { padding: 0 15px; }.hero-features { align-items: flex-start; flex-direction: column; gap: 5px; }.hero-features i { display: none; }.hero-signature { margin-top: 42px; }
  .hero-visual { min-height: 530px; padding: 35px 0; order: -1; }.hero-visual::before { inset: 16px; }.hero-visual img { width: 84%; max-height: 470px; }.visual-note { top: 35px; left: 35px; }.visual-index { right: 32px; bottom: 28px; }
  .section { padding: 85px 22px; }
  .problem-section { padding: 60px 22px; }.problem-top { grid-template-columns: 1fr; gap: 30px; }.problem-top h2 { font-size: 55px; }.problem-grid { grid-template-columns: 1fr; margin-top: 34px; }.problem-grid article { min-height: auto; padding: 30px 0; }.problem-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }.problem-grid h3 { min-height: 0; margin-top: 25px; }
  .motion-section { padding: 90px 22px; }.motion-section::before { top: 20px; font-size: 180px; }.motion-heading { grid-template-columns: 1fr; gap: 42px; }.motion-heading h2 { font-size: 55px; }.motion-intro { max-width: 460px; }.motion-divider { margin-top: 55px; }.video-rail { grid-template-columns: 1fr; gap: 38px; }.motion-cta { align-items: stretch; flex-direction: column; }.motion-cta p { font-size: 21px; }.motion-button { width: 100%; }
  .audience-card { padding: 85px 22px; }.audience-card h2 { font-size: 43px; }.audience-list > div { grid-template-columns: 45px 1fr; }.audience-quote { min-height: 330px; }.audience-quote span { font-size: 130px; }.audience-quote p { font-size: 28px; }
  .inside-section { padding: 85px 22px; }.inside-heading { grid-template-columns: 1fr; gap: 18px; }.inside-heading h2 { font-size: 54px; }.inside-list a { grid-template-columns: 35px 1fr 20px; gap: 12px; padding: 22px 0; }.inside-list h3 { font-size: 25px; }.inside-list p { grid-column: 2; }.inside-list i { grid-column: 3; grid-row: 1 / span 2; }
  .pages { grid-template-columns: 1fr; padding: 85px 0; }.pages-intro { padding: 0 22px 35px; }.pages-intro h2 { font-size: 58px; }.gallery-controls { margin-top: 30px; }
  .page-gallery { min-height: min(74vw, 500px); padding: 24px 0 42px; }
  .gallery-card { width: 88vw; }
  .gallery-card.is-prev { transform: translate(-94%, -50%) translateZ(-90px) scale(.76); opacity: .38; }
  .gallery-card.is-next { transform: translate(-6%, -50%) translateZ(-90px) scale(.76); opacity: .38; }
  .gallery-card.is-prev-2, .gallery-card.is-next-2 { opacity: 0; pointer-events: none; }
  .gallery-card figcaption { margin-top: 10px; padding: 0 24px; font-size: 8px; }
  .work-system { min-height: auto; padding: 85px 22px; }.work-system-inner { grid-template-columns: 1fr; gap: 50px; }.work-system-copy { position: static; }.work-system-copy h2 { font-size: 55px; }.work-steps article { min-height: 220px; padding: 32px 28px; }
  .benefits-grid { grid-template-columns: 1fr; }.benefits-grid article, .benefits-grid article:nth-child(2) { border-right: 1px solid var(--line); min-height: 245px; }
  .author-section { grid-template-columns: 1fr; }.author-photo-placeholder { min-height: 500px; margin: 30px 22px 0; }.author-copy { padding: 80px 22px; }.author-copy h2 { font-size: 78px; }
  .process-section { padding: 85px 22px; text-align: left; }.process-section > .eyebrow { justify-content: flex-start; }.process-section > h2 { font-size: 55px; margin-bottom: 45px; }.mobile-break { display: block; }.process-line { grid-template-columns: 1fr; gap: 0; }.process-line article { min-height: 160px; padding: 0 0 30px 88px; }.process-line article::before { top: 34px; bottom: 0; left: 34px !important; right: auto !important; width: 1px; height: auto; }.process-line article:last-child::before { display: none; }.process-line span { top: 9px; left: 73px; }.process-line i { position: absolute; left: 0; top: 0; width: 68px; height: 68px; margin: 0; }.process-line h3 { font-size: 22px; padding-top: 38px; }.process-line p { margin: 0; }
  .order-section { grid-template-columns: 1fr; padding: 85px 22px; gap: 50px; }.order-section::before { inset: 12px; }.order-offer h2 { font-size: 48px; }.order-form { padding: 38px 26px; }
  .faq-section { grid-template-columns: 1fr; gap: 55px; padding: 85px 22px; }.faq-title h2 { font-size: 55px; }.faq-list button span { font-size: 20px; }
  footer { grid-template-columns: 1fr; padding: 60px 22px; }
  .mobile-cta { display: flex; position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; height: 64px; background: var(--gold); color: #fff; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
}

@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .site-header { gap: 8px; padding-inline: 14px; }
  .brand { width: 126px; flex: 0 0 126px; }
  .brand img { width: 138px; height: 138px; }
  nav { flex: 0 0 auto; }
  .nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 10px; font-size: 8px; white-space: nowrap; }

  .eyebrow { margin-bottom: 20px; gap: 10px; font-size: 9px; letter-spacing: .18em; line-height: 1.5; }
  .eyebrow span { width: 25px; flex: 0 0 25px; }
  .button { min-height: 50px; }
  .section { padding: 70px 20px; }

  .hero-visual { min-height: 440px; padding: 28px 0; }
  .hero-visual img { width: 88%; max-height: 395px; }
  .hero-visual::before { inset: 12px; }
  .gold-orbit { width: 70%; }
  .gold-orbit::before { inset: -30px; }
  .gold-orbit::after { inset: 34px; }
  .visual-note { top: 27px; left: 28px; font-size: 14px; }
  .visual-index { right: 27px; bottom: 24px; font-size: 18px; }
  .hero-copy { padding: 52px 20px 54px; }
  .hero h1 { max-width: 100%; margin-bottom: 25px; font-size: clamp(42px, 12.4vw, 54px); line-height: .98; overflow-wrap: break-word; }
  .hero-lead { font-size: 13px; line-height: 1.7; }
  .hero-actions { gap: 10px; margin-top: 32px; }
  .hero-features { width: 100%; margin-top: 18px; padding: 12px 14px; }
  .hero-signature { margin-top: 34px; font-size: 25px; }

  .problem-section { padding: 58px 20px; }
  .problem-top { gap: 24px; }
  .problem-top h2 { font-size: clamp(43px, 12.5vw, 52px); line-height: .86; }
  .problem-top > p { margin: 0; font-size: 13px; line-height: 1.75; }
  .problem-grid { margin-top: 30px; }
  .problem-grid article { padding: 26px 0; }
  .problem-grid h3 { margin: 20px 0 10px; font-size: 20px; }

  .motion-section { padding: 72px 20px; }
  .motion-section::before { top: 38px; font-size: 150px; }
  .motion-heading { gap: 30px; }
  .motion-heading h2 { font-size: clamp(44px, 12.8vw, 53px); line-height: .94; }
  .motion-intro { padding-left: 18px; }
  .motion-intro p { margin-top: 10px; }
  .motion-divider { margin: 43px 0 28px; }
  .video-rail { gap: 32px; }
  .video-frame { padding: 6px; }
  .video-frame > span { right: 14px; bottom: 13px; width: 34px; height: 34px; }
  .motion-cta { margin-top: 48px; padding-top: 25px; gap: 22px; }
  .motion-cta p { font-size: 19px; }

  .audience-card { padding: 70px 20px; }
  .audience-card h2 { margin-bottom: 42px; font-size: clamp(38px, 11vw, 46px); line-height: 1; }
  .audience-list > div { grid-template-columns: 38px 1fr; gap: 12px; padding: 21px 0; }
  .audience-list strong { font-size: 20px; }
  .audience-quote { min-height: 280px; }
  .audience-quote::before { inset: 14px; }
  .audience-quote span { font-size: 110px; }
  .audience-quote p { margin: 10px 20px 0; font-size: 25px; }

  .inside-section { padding: 70px 20px; }
  .inside-heading { margin-bottom: 42px; }
  .inside-heading h2 { font-size: clamp(44px, 12.5vw, 52px); line-height: .9; }
  .inside-list a { min-height: 0; grid-template-columns: 28px minmax(0,1fr) 18px; gap: 10px; padding: 20px 0; }
  .inside-list a:hover, .inside-list a:focus-visible { padding-left: 6px; }
  .inside-list h3 { font-size: 23px; line-height: 1.05; }
  .inside-list p { gap: 3px; margin-top: 2px; }
  .inside-list small { font-size: 10px; }

  .pages { padding: 70px 0; }
  .pages-intro { padding: 0 20px 26px; }
  .pages-intro h2 { font-size: clamp(47px, 13vw, 55px); }
  .gallery-controls { margin-top: 25px; }
  .gallery-controls button { min-height: 42px; }
  .page-gallery {
    min-height: min(74vw, 470px);
    padding: 22px 0 42px;

    /*
      На телефоне перспективу делаем немного мягче.
    */
    perspective: 1100px;
  }


  .gallery-card {
    /*
      Возвращаем центр в середину,
      потому что слева уже нет отдельной текстовой колонки.
    */
    left: 50%;

    /*
      На телефоне активная страница почти на всю ширину,
      но оставляем небольшие поля.
    */
    width: 84vw;
  }


  .gallery-card.is-active {
    transform:
            translate(-50%, -50%)
            translateZ(45px)
            scale(1);
  }


  /*
    На мобильном оставляем видимыми края
    предыдущей и следующей страниц.
  */
  .gallery-card.is-prev {
    transform:
            translate(-103%, -50%)
            translateZ(-100px)
            scale(.78);

    opacity: .4;
  }


  .gallery-card.is-next {
    transform:
            translate(3%, -50%)
            translateZ(-100px)
            scale(.78);

    opacity: .4;
  }


  /*
    Дальние страницы на телефоне не нужны.
  */
  .gallery-card.is-prev-2,
  .gallery-card.is-next-2 {
    opacity: 0;
    pointer-events: none;
  }


  .gallery-card img {
    width: 100%;
    height: auto;

    aspect-ratio: 3 / 2;

    object-fit: contain;
  }

  .work-system { padding: 70px 20px; }
  .work-system-inner { gap: 38px; }
  .work-system-copy h2 { font-size: clamp(44px, 12.5vw, 52px); line-height: .84; }
  .work-system-copy h2 em { margin-top: 15px; }
  .work-steps { gap: 12px; }
  .work-steps article { min-height: 0; padding: 28px 24px 30px; }
  .work-steps h3 { margin: 28px 0 10px; font-size: 27px; }

  .section.benefits { padding: 60px 20px 70px; }
  .benefits-title { margin-bottom: 42px; }
  .benefits-title h2 { font-size: 43px; }
  .benefits-grid article, .benefits-grid article:nth-child(2) { min-height: 0; padding: 28px 24px 30px; }
  .benefits-grid h3 { margin: 28px 0 10px; font-size: 25px; }

  .author-photo-placeholder { min-height: 390px; margin: 20px 20px 0; }
  .author-photo-placeholder::after { inset: 14px; }
  .author-photo-placeholder div { font-size: 112px; }

  /* Фото автора */
  .author-photo {
    min-height: 0;
    height: 390px;
    margin: 20px 20px 0;
  }

  .author-photo::after {
    inset: 14px;
  }

  .author-photo img {
    object-fit: cover;
    object-position: center 8%;
  }

  .author-copy { padding: 66px 20px 72px; }
  .author-copy h2 { margin-bottom: 36px; font-size: clamp(64px, 20vw, 76px); }
  .author-logo { margin-top: 34px; }

  .process-section { padding: 70px 20px; }
  .process-section > h2 { margin-bottom: 40px; font-size: clamp(45px, 12.8vw, 53px); }
  .process-line article { min-height: 145px; padding: 0 0 24px 78px; }
  .process-line article::before { left: 29px !important; }
  .process-line i { width: 58px; height: 58px; }
  .process-line span { left: 63px; }
  .process-line h3 { padding-top: 31px; font-size: 20px; }

  .order-section { padding: 72px 20px; gap: 42px; }
  .order-section::before { inset: 10px; }
  .order-offer h2 { font-size: clamp(41px, 11.8vw, 49px); line-height: 1; }
  .order-title em { margin-top: 10px; font-size: .78em; }
  .order-includes { padding: 22px 0; }
  .order-includes span { font-size: 12px; line-height: 1.45; }
  .price { width: 100%; }
  .price strong { font-size: 41px; }
  .order-form { padding: 32px 22px; }
  .order-form h3 { font-size: 36px; }
  .order-form input { min-height: 48px; font-size: 16px; }

  .faq-section { gap: 42px; padding: 70px 20px; }
  .faq-title h2 { font-size: clamp(45px, 12.8vw, 53px); line-height: .88; }
  .faq-list button { min-height: 72px; gap: 14px; }
  .faq-list button span { font-size: 19px; line-height: 1.15; }
  .faq-list button i { flex: 0 0 auto; }

  footer { gap: 38px; padding: 52px 20px 64px; }
  .footer-brand { width: 190px; height: 92px; }
  .preview-modal { padding: 55px 12px 20px; }
  .preview-modal > button { top: 8px; right: 14px; min-width: 44px; min-height: 44px; }
  .preview-modal > div { width: 100%; }
}

@media (max-width: 420px) {
  .hero-actions { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .gallery-controls button span { display: none; }
}

@media (max-width: 340px) {
  .site-header { justify-content: center; }
  .nav-cta { display: none; }
  .brand { width: 150px; flex-basis: 150px; }
  .hero h1 { font-size: 39px; }
  .problem-top h2, .motion-heading h2, .inside-heading h2, .work-system-copy h2, .process-section > h2, .faq-title h2 { font-size: 41px; }
  .order-offer h2 { font-size: 38px; }
}

@media (hover: none) and (pointer: coarse) {
  .video-frame:hover { transform: none; box-shadow: none; }
  .inside-list a:hover { padding-left: 0; background: transparent; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
