@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #fbfaf6;
  --paper-deep: #f1eee6;
  --ink: #172033;
  --ink-soft: #536073;
  --white: #ffffff;
  --coral: #ff653e;
  --coral-deep: #b83a27;
  --yellow: #f4c842;
  --mint: #4dbbb6;
  --lilac: #9b79bd;
  --blue: #4f72ad;
  --line: rgba(23, 32, 51, 0.13);
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
  --radius-lg: 34px;
  --radius-md: 24px;
  --shell: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; touch-action: manipulation; }
html { scroll-behavior: smooth; background: var(--paper); overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button, summary, input, select, textarea { -webkit-tap-highlight-color: rgba(23,32,51,.12); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 12px 16px; color: var(--ink); background: var(--yellow); border-radius: 10px; font-size: 13px; font-weight: 800; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.shell > *,
.occasions__layout > *,
.voices__layout > *,
.process__layout > *,
.price-layout > *,
.experts__layout > *,
.reviews__layout > *,
.faq__layout > *,
.order__card > * { min-width: 0; }
.section { padding: clamp(92px, 10vw, 150px) 0; }
.eyebrow { margin: 0 0 18px; color: var(--coral-deep); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow--light { color: #ffc3b3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.045em; overflow-wrap: normal; word-break: normal; }
h2 { margin-bottom: 22px; font-size: clamp(36px, 4.6vw, 68px); line-height: 1.04; }
.section-head { max-width: 820px; margin-bottom: 54px; }
.section-head > p:last-child, .section-intro { max-width: 650px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.section-head--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-head--row > div { max-width: 760px; }
.section-head--row > p { max-width: 390px; margin-bottom: 10px; }

.header { position: relative; z-index: 5; height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: .04em; white-space: nowrap; }
.brand__mark { width: 33px; height: 33px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 11px; }
.brand b { font-weight: 800; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 35px); font-size: 13px; font-weight: 600; }
.nav a { opacity: .82; transition: opacity .2s ease; }
.header__cta { min-height: 48px; display: inline-flex; align-items: center; gap: 18px; padding: 0 20px; color: var(--ink); background: var(--white); border-radius: 999px; font-size: 13px; font-weight: 800; }
.header__cta > span:last-child { font-size: 18px; }
.header__cta-short { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); color: var(--white); background: #0c1422; overflow: hidden; }
.hero__art, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__art { object-fit: cover; object-position: center; transform: scale(1.01); }
.hero__video { display: block; background: #0c1422 url("/jen-multik/hero-family-poster.webp") center / cover no-repeat; }
.hero__veil { background: linear-gradient(90deg, rgba(8,14,25,.98) 0%, rgba(8,14,25,.88) 34%, rgba(8,14,25,.28) 64%, rgba(8,14,25,.18) 100%), linear-gradient(0deg, rgba(8,14,25,.7) 0%, transparent 38%); }
.hero__content { position: relative; z-index: 2; padding-top: clamp(64px, 8vh, 96px); padding-bottom: 150px; }
.hero h1 { max-width: 800px; margin-bottom: 22px; font-size: clamp(44px, 4.3vw, 66px); line-height: 1.01; text-wrap: pretty; }
.hero__lead { max-width: 650px; margin-bottom: 20px; color: rgba(255,255,255,.78); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.55; text-wrap: pretty; }
.hero__benefits { max-width: 760px; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; padding: 0; list-style: none; }
.hero__benefits li { min-height: 38px; display: inline-flex; align-items: center; gap: 9px; padding: 0 14px 0 11px; color: rgba(255,255,255,.9); background: rgba(10,17,29,.52); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; backdrop-filter: blur(14px); font-size: 12px; font-weight: 700; }
.hero__benefits li::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; background: #b8f5df; border-radius: 50%; box-shadow: 0 0 0 4px rgba(184,245,223,.1); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .25s cubic-bezier(.23,1,.32,1), background-color .25s ease; }
.button span { font-size: 19px; }
.button--coral { color: var(--ink); background: var(--coral); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button--ink { color: var(--white); background: var(--ink); }
.button--wide { width: 100%; }
.hero__note { margin: 18px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }
.hero__facts { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.hero__facts div { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.15); }
.hero__facts div:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.hero__facts strong { font-size: 15px; }
.hero__facts span { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 12px; }

.formats, .occasions { background: var(--paper); }
.formats { padding: 0; }
.formats > .shell, .occasions > .shell { width: 100%; }
.formats-board { position: relative; width: 100%; aspect-ratio: 1586 / 992; overflow: hidden; background: var(--paper) url('/jen-multik/formats.avif') center / 100% 100% no-repeat; }
.formats-board__heading { position: absolute; z-index: 3; left: 5.8%; top: 7.4%; }
.formats-board__heading > p { margin-bottom: 18px; color: var(--lilac); font-size: clamp(11px, .9vw, 16px); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.formats-board__heading h2 { margin: 0; font-size: clamp(46px, 4.1vw, 80px); line-height: 1.04; }
.formats-board__offer { position: absolute; top: 24%; width: 47.2%; height: 56.8%; padding: clamp(42px, 4.2vw, 84px) 0 clamp(34px, 3.1vw, 62px) 2.55%; }
.formats-board__offer--gift { left: 3.55%; }
.formats-board__offer--expert { left: 52.8%; }
.formats-board__content { position: relative; z-index: 3; width: 42%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.formats-board__offer--expert .formats-board__content { width: 43%; }
.formats-board__offer h3 { margin-bottom: clamp(12px, 1vw, 20px); font-family: var(--display); font-size: clamp(20px, 1.7vw, 34px); line-height: 1.08; letter-spacing: -.04em; }
.formats-board__offer p { font-size: clamp(11px, .82vw, 16px); line-height: 1.48; }
.formats-board__offer ul { display: grid; gap: clamp(7px, .65vw, 12px); margin: clamp(12px, 1.2vw, 24px) 0 0; padding: 0; list-style: none; }
.formats-board__offer li { display: flex; align-items: center; gap: 13px; font-size: clamp(11px, .92vw, 17px); font-weight: 700; }
.formats-board__offer li i { width: clamp(30px, 2.6vw, 48px); aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--white); font-style: normal; font-weight: 500; }
.formats-board__offer a { z-index: 4; min-height: clamp(43px, 3.8vw, 66px); display: inline-flex; align-items: center; justify-content: center; margin-top: auto; padding: 0 clamp(20px, 2vw, 38px); color: var(--ink); background: var(--coral); border-radius: 7px; font-size: clamp(10px, .88vw, 16px); font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.formats-mobile, .occasions-mobile { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.occasions { padding: 0; }
.occasions-board { position: relative; width: 100%; aspect-ratio: 1586 / 992; overflow: hidden; background: var(--paper) url('/jen-multik/occasions-desktop-bg.avif') center / 100% 100% no-repeat; }
.occasions-board__hotspot { position: absolute; z-index: 4; right: 3.8%; bottom: 7.1%; width: 24.5%; height: 7.6%; border-radius: 10px; }
.occasion-catalog { padding: clamp(65px, 7vw, 110px) 0 clamp(80px, 8vw, 125px); }
.occasion-catalog__lead { max-width: 680px; margin: 0 0 34px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.occasion-catalog__groups { border-top: 1px solid var(--line); }
.occasion-group { border-bottom: 1px solid var(--line); }
.occasion-group summary { min-height: 92px; display: grid; grid-template-columns: 44px 1fr 30px; gap: 20px; align-items: center; cursor: pointer; list-style: none; }
.occasion-group summary::-webkit-details-marker { display: none; }
.occasion-group summary > span { color: var(--coral); font-size: 12px; font-weight: 800; }
.occasion-group summary h3 { margin: 0; font-family: var(--display); font-size: clamp(20px, 2vw, 29px); line-height: 1.2; }
.occasion-group summary i { font-size: 26px; font-style: normal; transition: transform .25s ease; }
.occasion-group[open] summary i { transform: rotate(45deg); }
.occasion-group__body { padding: 0 0 44px 64px; }
.occasion-group__intro { max-width: 700px; margin-bottom: 28px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.occasion-group__items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.occasion-group__items article { min-height: 240px; display: flex; flex-direction: column; padding: clamp(24px, 2.5vw, 36px); background: var(--white); }
.occasion-group__items h4 { margin: 0 0 13px; font-family: var(--display); font-size: 18px; line-height: 1.3; }
.occasion-group__items p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.occasion-group__items a { display: inline-flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 24px; color: var(--coral); font-size: 12px; font-weight: 800; }
.occasion-catalog__cta { width: min(340px, 100%); margin-top: 34px; }
.occasions-board__route { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; }
.occasions-board__heading { position: absolute; z-index: 4; left: 3.5%; top: 5%; }
.occasions-board__heading h2 { margin-bottom: 18px; font-size: clamp(34px, 3.55vw, 70px); line-height: 1.08; }
.occasions-board__heading p { color: var(--ink-soft); font-size: clamp(11px, .9vw, 17px); }
.map-label { position: absolute; z-index: 2; overflow: hidden; padding: clamp(14px, 1.55vw, 30px); border-radius: clamp(16px, 1.5vw, 28px); }
.map-label > div { position: relative; z-index: 3; width: 47%; }
.map-label b { display: block; margin-bottom: 8px; font-family: var(--display); font-size: clamp(17px, 1.65vw, 31px); }
.map-label h3 { margin-bottom: 13px; font-family: var(--display); font-size: clamp(13px, 1.15vw, 22px); line-height: 1.12; letter-spacing: -.035em; }
.map-label p { margin: 0; font-size: clamp(8px, .67vw, 13px); line-height: 1.65; }
.map-label > img { position: absolute; z-index: 2; right: -1px; bottom: -1px; width: 58%; height: 100%; object-fit: cover; }
.map-label--birthday { left: 3.6%; top: 34%; width: 30%; height: 34%; background: var(--yellow); }
.map-label--love { left: 19%; top: 67%; width: 25%; height: 26%; color: var(--white); background: var(--coral); }
.map-label--baby { left: 35%; top: 20%; width: 25%; height: 29%; color: var(--white); background: var(--mint); }
.map-label--study { left: 64%; top: 5%; width: 18%; height: 24%; color: var(--white); background: var(--blue); }
.map-label--holiday { right: 4%; top: 31%; width: 28%; height: 27%; color: var(--white); background: var(--lilac); }
.map-label--memory { left: 47%; top: 60%; width: 25%; height: 27%; background: #e7f5f3; border: 2px solid var(--mint); }
.map-label--team { right: 3%; top: 62%; width: 22%; height: 21%; background: #f5d469; border: 2px solid var(--blue); }
.map-label--study > img { width: 60%; }.map-label--holiday > img { width: 61%; }.map-label--team > img { width: 63%; }
.occasions-board__cta { position: absolute; z-index: 4; right: 4%; bottom: 5%; min-height: clamp(50px, 4.8vw, 78px); display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; min-width: 24%; padding: 0 clamp(22px, 2vw, 40px); color: var(--white); background: var(--coral); border-radius: 9px; font-size: clamp(11px, 1vw, 18px); font-weight: 800; text-transform: uppercase; }
.occasion-list { margin-top: 42px; border-top: 1px solid var(--line); }
.occasion-item { display: grid; grid-template-columns: 10px 1fr auto; gap: 18px; align-items: center; min-height: 78px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.occasion-item > span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.occasion-item--lilac > span { background: var(--lilac); }.occasion-item--blue > span { background: var(--blue); }.occasion-item--mint > span { background: var(--mint); }.occasion-item--yellow > span { background: var(--yellow); }
.occasion-item strong, .occasion-item small { display: block; }
.occasion-item strong { margin-bottom: 4px; font-size: 15px; }
.occasion-item small { color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.occasion-item i { font-style: normal; color: var(--ink-soft); }

.emotion { color: var(--ink); background: var(--paper); }
.emotion__layout { text-align: center; }
.emotion__heading { max-width: 980px; margin: 0 auto clamp(34px, 4vw, 58px); }
.emotion__heading .eyebrow { margin-bottom: 16px; }
.emotion__heading h2 { margin-bottom: 18px; font-size: clamp(42px, 5.4vw, 82px); }
.emotion__heading > p:last-child { max-width: 900px; margin: 0 auto; color: var(--ink-soft); font-size: clamp(14px, 1.15vw, 18px); line-height: 1.6; }
.emotion__frame { position: relative; aspect-ratio: 1586 / 560; }
.emotion__media { position: absolute; inset: 0; overflow: hidden; border-radius: clamp(22px, 2.4vw, 36px); }
.emotion__media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.emotion__play { position: absolute; left: 50%; top: 50%; width: clamp(64px, 7vw, 98px); aspect-ratio: 1; display: grid; place-items: center; transform: translate(-50%, -50%); color: var(--coral); background: rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 14px 36px rgba(23,32,51,.14); font-size: clamp(20px, 2vw, 30px); padding-left: .15em; }
.emotion blockquote { position: absolute; right: 3%; bottom: -8%; width: min(46%, 600px); margin: 0; padding: clamp(18px, 2.3vw, 34px) clamp(24px, 3vw, 46px); color: var(--coral); background: var(--paper); box-shadow: 0 18px 38px rgba(23,32,51,.12); font-size: clamp(13px, 1.25vw, 20px); font-style: italic; line-height: 1.45; text-align: left; transform: rotate(1.5deg); }
.emotion__reasons { max-width: 990px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: clamp(48px, 6vw, 78px) auto 28px; }
.emotion__reasons span { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid var(--line); font-size: 15px; font-weight: 800; }
.emotion__reasons span:last-child { border-right: 0; }
.emotion__reasons i { color: var(--mint); font-size: 33px; font-style: normal; font-weight: 400; }
.emotion__cta { width: min(420px, 100%); }

.voices { padding-top: 0; padding-bottom: clamp(76px, 7vw, 108px); background: var(--paper); }
.voices__layout { display: block; text-align: center; }
.voices__heading { max-width: 1080px; margin: 0 auto 18px; }
.voices__heading h2 { margin-bottom: 18px; font-size: clamp(40px, 5vw, 76px); }
.voices__heading > p:not(.eyebrow) { max-width: 900px; margin: 0 auto 12px; color: var(--ink-soft); font-size: clamp(14px, 1.1vw, 17px); line-height: 1.6; }
.tick-list { margin: 32px 0 0; padding: 0; list-style: none; }
.tick-list li { position: relative; padding: 14px 0 14px 32px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.tick-list li:last-child { border-bottom: 1px solid var(--line); }
.tick-list li::before { content: "✓"; position: absolute; left: 3px; color: var(--mint); }
.voices__visual { aspect-ratio: 1586 / 610; margin-top: 0; overflow: hidden; }
.voices__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.voices__bottom { display: flex; align-items: center; justify-content: center; gap: clamp(35px, 7vw, 110px); margin-top: clamp(18px, 1.8vw, 28px); }
.voices__bottom blockquote { display: flex; align-items: center; gap: 16px; margin: 0; color: var(--ink-soft); font-size: 16px; font-style: italic; line-height: 1.55; text-align: left; }
.voices__bottom blockquote > span { width: 52px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; color: var(--mint); border: 1px solid var(--line); border-radius: 50%; font-size: 24px; font-style: normal; }

.no-shoot { padding-top: 0; }
.no-shoot__title { max-width: 900px; margin-bottom: 55px; }
.no-shoot__title > p:not(.eyebrow) { max-width: 780px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.materials { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.materials article { min-height: 240px; padding: 30px 30px 30px 0; border-right: 1px solid var(--line); }
.materials article + article { padding-left: 30px; }
.materials article:last-child { border-right: 0; }
.materials article > span { display: inline-block; margin-bottom: 55px; color: var(--coral); font-size: 12px; font-weight: 800; }
.materials h3 { margin-bottom: 12px; font-family: var(--display); font-size: 22px; }
.materials p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.examples { color: var(--white); background: var(--ink); }
.examples .eyebrow { color: #ff9b82; }
.examples .section-head > p { color: rgba(255,255,255,.62); }
.reel-grid { width: 100%; max-width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.reel__media { position: relative; aspect-ratio: 9/14; overflow: hidden; border-radius: 28px; background: #0c1420; }
.reel video { width: 100%; height: 100%; object-fit: cover; }
.reel--wide { grid-column: 1 / -1; }
.reel--wide .reel__media { aspect-ratio: 16/9; }
.reel--wide video { object-fit: contain; }
.reel__media::after { content: ""; position: absolute; inset: 60% 0 0; pointer-events: none; background: linear-gradient(transparent, rgba(5,10,18,.65)); }
.reel__sound { position: absolute; z-index: 2; left: 16px; top: 16px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(13,20,32,.5); backdrop-filter: blur(8px); cursor: pointer; font-size: 11px; }
.reel__sound.is-on { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.reel__number { position: absolute; z-index: 2; right: 17px; bottom: 15px; font-family: var(--display); font-size: 13px; }
.reel h3 { margin: 20px 0 8px; font-family: var(--display); font-size: 20px; }
.reel > p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.examples__note { margin: 32px 0 0; color: rgba(255,255,255,.68); font-size: 11px; }
.examples__cta { width: min(300px, 100%); margin-top: 24px; }

.process__layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(65px, 10vw, 140px); }
.process__heading { position: sticky; top: 45px; align-self: start; }
.process__heading > p:not(.eyebrow) { color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.text-link { display: inline-block; margin-top: 24px; color: var(--coral); font-size: 14px; font-weight: 800; }
.process__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process__steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 32px 0 35px; border-bottom: 1px solid var(--line); }
.process__steps li > span { color: var(--coral); font-size: 12px; font-weight: 800; }
.process__steps h3 { margin-bottom: 10px; font-family: var(--display); font-size: clamp(20px, 2vw, 27px); }
.process__steps p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.pricing { background: #e9e5dc; }
.price-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.price-main { padding: clamp(34px, 4.8vw, 64px); background: var(--yellow); border-radius: var(--radius-lg); }
.price-main > p { margin-bottom: 38px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.price-main > div { display: flex; align-items: baseline; gap: 12px; margin-bottom: 38px; }
.price-main > div strong { font-family: var(--display); font-size: clamp(56px, 7vw, 92px); line-height: .9; letter-spacing: -.07em; }
.price-main > div span { font-size: 15px; font-weight: 800; }
.price-main ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 0 0 34px; padding: 0; list-style: none; }
.price-main li { position: relative; padding-left: 21px; font-size: 13px; }
.price-main li::before { content: "•"; position: absolute; left: 0; }
.price-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-notes article { min-height: 215px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border-radius: var(--radius-md); }
.price-notes span { color: var(--coral); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.price-notes strong { margin-top: auto; font-family: var(--display); font-size: 19px; line-height: 1.25; }
.price-notes p { margin: 10px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.price-notes a { margin-top: 13px; color: var(--coral); font-size: 10px; font-weight: 800; line-height: 1.4; }

.experts { position: relative; padding: clamp(95px, 10vw, 150px) 0; color: var(--white); background: #224f5e; overflow: hidden; }
.experts__layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 130px); align-items: center; }
.experts h2 { max-width: 780px; }
.experts__copy > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.experts__price { display: flex; align-items: baseline; gap: 15px; margin: 36px 0 28px; }
.experts__price strong { font-family: var(--display); font-size: 42px; }
.experts__price span { color: rgba(255,255,255,.55); }
.experts__facts { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-lg); overflow: hidden; backdrop-filter: blur(12px); }
.experts__facts article { min-height: 185px; padding: 26px; background: rgba(255,255,255,.06); border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.experts__facts article:nth-child(2n) { border-right: 0; }
.experts__facts article:nth-last-child(-n+2) { border-bottom: 0; }
.experts__facts span { font-family: var(--display); font-size: 24px; color: #b8f5df; }
.experts__facts p { margin: 42px 0 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }
.experts__orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .35; }
.experts__orb--one { width: 470px; height: 470px; left: -180px; top: -200px; background: var(--mint); }
.experts__orb--two { width: 410px; height: 410px; right: -170px; bottom: -220px; background: var(--lilac); }

.reviews { overflow: hidden; }
.reviews__layout { display: grid; grid-template-columns: minmax(0, .96fr) minmax(520px, 1.04fr); gap: clamp(52px, 6vw, 88px); align-items: center; }
.reviews__copy h2 { max-width: 590px; font-size: clamp(40px, 3.2vw, 54px); line-height: 1.06; text-wrap: balance; }
.reviews__copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.reviews__copy blockquote { margin: 26px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); font-size: 14px; font-weight: 700; line-height: 1.6; }
.reviews__screens { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 24px); align-items: center; padding: 28px 8px; }
.review-shot { position: relative; width: 100%; aspect-ratio: 589 / 1280; margin: 0; overflow: hidden; border: 7px solid var(--white); border-radius: 26px; background: var(--white); box-shadow: 0 24px 60px rgba(23,32,51,.14); }
.review-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.review-shot--back { transform: translateY(22px) rotate(-2deg); }
.review-shot--front { transform: translateY(-22px) rotate(2deg); }

.faq { padding-top: 70px; background: var(--paper-deep); }
.faq__layout { display: grid; grid-template-columns: minmax(330px, 410px) minmax(0, 1fr); gap: clamp(52px, 6vw, 90px); align-items: start; }
.faq__heading { position: sticky; top: 45px; }
.faq__heading h2 { max-width: 410px; font-size: clamp(38px, 3.35vw, 50px); line-height: 1.08; text-wrap: balance; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { font-style: normal; font-size: 24px; font-weight: 400; transition: transform .25s ease; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p { max-width: 700px; margin: -6px 50px 28px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.order { padding: 42px 0; background: var(--paper-deep); }
.order__card { min-height: 480px; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 105px); align-items: start; padding: clamp(40px, 6vw, 80px); color: var(--white); border-radius: 40px; background: var(--ink); }
.order h2 { max-width: 700px; font-size: clamp(45px, 6vw, 78px); }
.order__copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.7; }
.order__terms { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px !important; }
.order__action { display: grid; gap: 12px; }
.order__action > p { margin: 16px 10px 0; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.55; }

.lead-form { --form-text: var(--ink); --form-muted: var(--ink-soft); --form-surface: var(--white); display: grid; gap: 15px; color: var(--form-text); }
.lead-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lead-field { display: grid; gap: 8px; min-width: 0; color: var(--form-muted); font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.lead-field input, .lead-field select, .lead-field textarea { width: 100%; min-height: 54px; padding: 0 16px; color: var(--form-text); background: var(--form-surface); border: 1px solid rgba(23,32,51,.16); border-radius: 14px; font: 500 15px/1.4 var(--body); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.lead-field textarea { min-height: 105px; padding-block: 14px; resize: vertical; }
.lead-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 18px) 23px, calc(100% - 13px) 23px; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 38px; }
.lead-field select option { color: var(--ink); background: var(--white); }
.lead-field input::placeholder, .lead-field textarea::placeholder { color: color-mix(in srgb, var(--form-muted) 58%, transparent); }
.lead-field input:focus, .lead-field select:focus, .lead-field textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(77,187,182,.17); }
.lead-field input:invalid:not(:placeholder-shown), .lead-field textarea:invalid:not(:placeholder-shown) { border-color: #db4a3b; }
.lead-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--form-muted); cursor: pointer; font-size: 11px; line-height: 1.5; }
.lead-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 0; accent-color: var(--coral); }
.lead-consent a, .live-chat__consent a { color: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.lead-form__submit { width: 100%; border: 0; cursor: pointer; }
.lead-form__submit b { margin-left: auto; font-size: 18px; }
.lead-form__submit:disabled { cursor: wait; opacity: .72; }
.lead-form__status { min-height: 18px; margin: -2px 0 0; color: var(--form-muted); font-size: 12px; line-height: 1.5; }
.lead-form__status.is-success { color: #27a777; font-weight: 800; }
.lead-form__status.is-error { color: #e45844; }
.lead-form__fallback { justify-self: start; color: var(--form-muted); font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.lead-form__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.order .lead-form { --form-text: var(--white); --form-muted: rgba(255,255,255,.62); --form-surface: rgba(255,255,255,.09); padding: clamp(22px, 3vw, 34px); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; }
.order .lead-field input, .order .lead-field select, .order .lead-field textarea { border-color: rgba(255,255,255,.18); }

.lead-dialog { width: min(860px, calc(100% - 28px)); max-height: min(92svh, 900px); margin: auto; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 32px; overflow: visible; }
.lead-dialog::backdrop { background: rgba(7,12,22,.72); backdrop-filter: blur(12px); }
.lead-dialog__panel { position: relative; max-height: min(92svh, 900px); overflow-y: auto; overscroll-behavior: contain; padding: clamp(28px, 5vw, 58px); background: var(--paper); border-radius: 32px; box-shadow: 0 30px 100px rgba(5,10,18,.35); }
.lead-dialog__close { position: sticky; z-index: 5; top: 0; float: right; width: 44px; height: 44px; display: grid; place-items: center; margin: -12px -12px 0 20px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 25px; line-height: 1; }
.lead-dialog__heading { max-width: 690px; margin-bottom: 28px; }
.lead-dialog__heading h2 { margin-bottom: 16px; font-size: clamp(32px, 5vw, 53px); }
.lead-dialog__heading > p:last-child { max-width: 610px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.lead-dialog .lead-form { padding: clamp(20px, 3vw, 30px); background: var(--white); border: 1px solid var(--line); border-radius: 24px; }
.has-dialog { overflow: hidden; }

.live-chat { position: fixed; z-index: 90; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); display: grid; justify-items: end; gap: 12px; pointer-events: none; font-family: var(--body); }
.live-chat [hidden] { display: none !important; }
.live-chat__trigger { position: relative; width: 88px; height: 88px; padding: 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; pointer-events: auto; filter: drop-shadow(0 18px 24px rgba(23,32,51,.2)); transition: transform .25s cubic-bezier(.23,1,.32,1); }
.live-chat__hint { position: absolute; z-index: 2; right: 69px; top: 8px; width: max-content; padding: 9px 13px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 14px 14px 4px 14px; box-shadow: 0 12px 30px rgba(23,32,51,.12); font-size: 12px; font-weight: 800; }
.live-chat__avatar { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--yellow), #fff1b8); border: 4px solid var(--white); border-radius: 50%; }
.live-chat__avatar img { width: 113%; height: auto; max-width: none; margin: 7% 0 0 -8%; }
.live-chat__avatar i { position: absolute; right: 3px; bottom: 7px; width: 15px; height: 15px; background: #27c782; border: 3px solid var(--white); border-radius: 50%; }
.live-chat__window { width: min(390px, calc(100vw - 28px)); max-height: min(700px, calc(100svh - 112px)); display: grid; grid-template-rows: auto minmax(108px, 1fr) auto; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid rgba(23,32,51,.12); border-radius: 28px; box-shadow: 0 28px 90px rgba(13,21,37,.28); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(18px) scale(.97); transform-origin: right bottom; transition: opacity .22s ease, visibility .22s ease, transform .28s cubic-bezier(.23,1,.32,1); }
.live-chat.is-open .live-chat__window { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.live-chat.is-open .live-chat__hint { display: none; }
.live-chat.is-open .live-chat__avatar img { transform: translateY(2px); }
.live-chat__header { min-height: 82px; display: grid; grid-template-columns: 58px minmax(0, 1fr) 38px; gap: 11px; align-items: center; padding: 11px 13px 11px 11px; color: var(--white); background: var(--ink); }
.live-chat__header > img { width: 58px; height: 58px; object-fit: contain; object-position: center 15%; background: linear-gradient(145deg, var(--yellow), #fff4c4); border-radius: 18px; }
.live-chat__header > div { min-width: 0; display: grid; gap: 4px; }
.live-chat__header strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.live-chat__header span { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.62); font-size: 10px; }
.live-chat__header span b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: inherit; }
.live-chat__header span i { width: 7px; height: 7px; flex: 0 0 auto; background: #31d188; border-radius: 50%; box-shadow: 0 0 0 3px rgba(49,209,136,.13); }
.live-chat__header button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: rgba(255,255,255,.76); background: rgba(255,255,255,.08); border: 0; border-radius: 12px; cursor: pointer; font-size: 23px; }
.live-chat__messages { min-height: 112px; max-height: 220px; display: flex; flex-direction: column; gap: 9px; overflow-y: auto; overscroll-behavior: contain; padding: 14px; background: var(--paper); }
.live-chat__bubble { max-width: 88%; display: grid; gap: 4px; padding: 11px 13px; border-radius: 16px; font-size: 12px; line-height: 1.48; overflow-wrap: anywhere; }
.live-chat__bubble b { color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.live-chat__bubble p { margin: 0; }
.live-chat__bubble time { justify-self: end; color: var(--ink-soft); font-size: 8px; opacity: .72; }
.live-chat__bubble--user time { color: rgba(255,255,255,.72); }
.live-chat__bubble--assistant { align-self: flex-start; background: var(--white); border-radius: 16px 16px 16px 5px; box-shadow: 0 1px 0 rgba(23,32,51,.05); }
.live-chat__bubble--user { align-self: flex-end; color: var(--white); background: var(--mint); border-radius: 16px 16px 5px 16px; }
.live-chat__form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 13px; background: var(--white); border-top: 1px solid var(--line); }
.live-chat__form label:not(.live-chat__consent):not(.live-chat__trap) { min-width: 0; display: grid; gap: 5px; color: var(--ink-soft); font-size: 9px; font-weight: 800; }
.live-chat__form input[type="text"], .live-chat__form textarea { width: 100%; min-height: 44px; padding: 0 11px; color: var(--ink); background: #fbfbf8; border: 1px solid var(--line); border-radius: 12px; outline: none; font: 500 12px/1.4 var(--body); transition: border-color .2s ease, box-shadow .2s ease; }
.live-chat__form textarea { min-height: 72px; padding-block: 10px; resize: none; }
.live-chat__form input:focus, .live-chat__form textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(77,187,182,.15); }
.live-chat__question, .live-chat__consent, .live-chat__send, .live-chat__status { grid-column: 1 / -1; }
.live-chat__consent { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); cursor: pointer; font-size: 9px; line-height: 1.35; }
.live-chat__consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 0; accent-color: var(--coral); }
.live-chat__send { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 10px 0 16px; color: var(--ink); background: var(--coral); border: 0; border-radius: 14px; cursor: pointer; font: 800 12px/1 var(--body); }
.live-chat__send b { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 10px; font-size: 18px; }
.live-chat__send:disabled { cursor: wait; opacity: .7; }
.live-chat__status { min-height: 0; margin: -1px 2px 0; color: var(--ink-soft); font-size: 9px; line-height: 1.4; }
.live-chat__status:empty { display: none; }
.live-chat__status.is-success { color: #248f66; font-weight: 800; }
.live-chat__status.is-error { color: #d54b3b; }
.live-chat__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.live-chat.has-session .live-chat__messages { max-height: min(430px, 55svh); }
.live-chat__composer { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 44px; gap: 8px; padding: 12px; background: var(--white); border-top: 1px solid var(--line); }
.live-chat__composer textarea { width: 100%; min-height: 48px; max-height: 112px; padding: 11px 12px; color: var(--ink); background: #fbfbf8; border: 1px solid var(--line); border-radius: 14px; outline: none; resize: none; font: 500 12px/1.4 var(--body); }
.live-chat__composer textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(77,187,182,.15); }
.live-chat__composer button { align-self: stretch; display: grid; place-items: center; padding: 0; color: var(--ink); background: var(--yellow); border: 0; border-radius: 14px; cursor: pointer; font-size: 20px; font-weight: 800; }
.live-chat__composer p { grid-column: 1 / -1; margin: 0 2px; color: #d54b3b; font-size: 9px; }
.live-chat__composer p:empty { display: none; }

.footer { padding: 35px 0 45px; background: var(--paper-deep); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.brand--dark { color: var(--ink); }
.footer p, .footer > a { margin: 0; color: var(--ink-soft); font-size: 12px; }
.footer__inner > a:last-child { font-size: 13px; font-weight: 800; }
.footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; color: var(--ink-soft); font-size: 11px; }
.footer__links a { color: var(--ink); font-weight: 800; }
.cookie-banner { position: fixed; z-index: 100; left: 20px; bottom: 20px; display: flex; align-items: center; gap: 18px; width: min(680px, calc(100vw - 140px)); padding: 16px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; color: #fff; background: rgba(18,27,45,.96); box-shadow: 0 18px 55px rgba(9,15,28,.28); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: 12px; line-height: 1.55; }
.cookie-banner a { color: #fff; font-weight: 800; }
.cookie-banner button { flex: 0 0 auto; min-height: 40px; padding: 0 16px; border: 0; border-radius: 12px; color: var(--ink); background: var(--coral); font: 800 12px/1 Manrope, sans-serif; cursor: pointer; }

@media (hover: hover) and (pointer: fine) {
  .nav a:hover { opacity: 1; }
  .button:hover { transform: translateY(-2px); }
  .button--coral:hover { background: #f1532f; }
  .occasion-item:hover strong, .text-link:hover { color: var(--coral); }
  .header__cta:hover { background: var(--yellow); }
  .live-chat__trigger:hover { transform: translateY(-4px) rotate(-2deg); }
  .live-chat__header button:hover { color: var(--white); background: rgba(255,255,255,.14); }
  .live-chat__send:hover { background: #f1532f; }
}

@media (max-width: 1020px) {
  :root { --shell: min(100% - 40px, 900px); }
  .nav { display: none; }
  .hero { min-height: 860px; }
  .hero__art { object-position: 58% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(8,14,25,.96), rgba(8,14,25,.66) 65%, rgba(8,14,25,.25)); }
  .formats__stage { min-height: 850px; }
  .formats__stage > img { object-position: center; }
  .format-card { width: calc(100% - 68px); min-height: 225px; }
  .format-card--gift { top: 34px; bottom: auto; }
  .format-card--expert { bottom: 34px; }
  .occasions__layout, .voices__layout, .process__layout, .price-layout, .experts__layout, .reviews__layout, .faq__layout, .order__card { grid-template-columns: 1fr; }
  .occasions__visual, .process__heading, .faq__heading { position: static; }
  .occasions__visual { max-width: 680px; margin-inline: auto; }
  .voices__visual { order: -1; }
  .reel-grid { gap: 14px; }
  .price-notes { grid-template-columns: repeat(2, 1fr); }
  .price-notes article { min-height: 235px; }
  .reviews__copy { max-width: 700px; }
  .reviews__screens { width: 100%; max-width: min(680px, 100%); margin: 0 auto; }
  .order__card { gap: 35px; min-height: 450px; }
  .emotion__heading h2, .voices__heading h2 { overflow-wrap: normal; word-break: normal; }
  .voices__bottom { margin-top: -1%; }
}

@media (max-width: 900px) {
  .formats, .occasions { padding-block: 78px; }
  .formats > .shell, .occasions > .shell { width: min(100% - 36px, 760px); }
  .formats-board, .occasions-board { display: none; }
  .formats-mobile, .occasions-mobile { display: block; }
  .formats-mobile > h2 { margin-bottom: 35px; }
  .formats-mobile__card { position: relative; min-height: 540px; display: flex; align-items: end; overflow: hidden; margin-bottom: 14px; padding: 30px; border-radius: 26px; background: var(--ink); isolation: isolate; }
  .formats-mobile__card::after { content: ""; position: absolute; z-index: 1; inset: 30% 0 0; pointer-events: none; background: linear-gradient(0deg, rgba(23,32,51,.98) 4%, rgba(23,32,51,.77) 58%, transparent 100%); }
  .formats-mobile__card--gift { background-color: var(--yellow); }
  .formats-mobile__card--expert { background-color: var(--mint); }
  .formats-mobile__art { position: absolute; z-index: 0; left: 0; top: -8%; width: 100%; height: 112%; object-fit: cover; object-position: center top; }
  .formats-mobile__card > div { position: relative; z-index: 2; max-width: 620px; color: var(--white); }
  .formats-mobile__card > div > p:first-child { margin-bottom: 10px; color: #ffdcca; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .formats-mobile__card h3 { margin-bottom: 14px; font-family: var(--display); font-size: clamp(25px, 5vw, 34px); line-height: 1.18; letter-spacing: -.035em; }
  .formats-mobile__description { margin-bottom: 16px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.6; }
  .formats-mobile__card span { display: block; margin-bottom: 20px; font-size: 12px; }
  .formats-mobile__card a { display: inline-flex; min-height: 46px; align-items: center; padding: 0 17px; color: var(--ink); background: var(--coral); border-radius: 999px; font-size: 12px; font-weight: 800; }
  .occasions-mobile > h2 { max-width: 700px; margin-bottom: 18px; }
  .occasions-mobile__lead { max-width: 580px; margin-bottom: 32px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
  .occasions-mobile__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .occasion-card { position: relative; min-height: 350px; display: block; overflow: hidden; padding: 26px 24px 54px; color: var(--ink); border-radius: 28px; isolation: isolate; box-shadow: inset 0 0 0 1px rgba(23,32,51,.08); }
  .occasion-card::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 45%, transparent 72%); }
  .occasion-card::after { content: ""; position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 16px; height: 14px; border-top: 4px solid rgba(255,255,255,.7); border-bottom: 4px solid rgba(255,255,255,.7); background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(255,255,255,.82) 10px 17px, transparent 17px 25px); opacity: .9; }
  .occasion-card--yellow { background: #f5ca41; }
  .occasion-card--coral { color: var(--white); background: #ff6547; }
  .occasion-card--mint { color: var(--white); background: #4dbbb6; }
  .occasion-card--blue { color: var(--white); background: #4f72ad; }
  .occasion-card--lilac { color: var(--white); background: #9b79bd; }
  .occasion-card--memory { background: #dff3f0; box-shadow: inset 0 0 0 2px var(--mint); }
  .occasion-card--team { background: #f2d266; box-shadow: inset 0 0 0 2px var(--blue); }
  .occasion-card__copy { position: relative; z-index: 4; width: 57%; display: flex; flex-direction: column; align-items: flex-start; }
  .occasion-card__copy > b { margin-bottom: 14px; font-family: var(--display); font-size: clamp(28px, 5vw, 42px); line-height: 1; }
  .occasion-card__copy > strong { font-family: var(--display); font-size: clamp(18px, 2.6vw, 24px); line-height: 1.18; letter-spacing: -.035em; text-wrap: balance; }
  .occasion-card__items { display: grid; gap: 7px; margin-top: 20px; font-size: 11px; font-weight: 700; line-height: 1.35; }
  .occasion-card__art { position: absolute; z-index: 2; right: 0; bottom: 28px; width: 58%; height: 88%; display: flex; align-items: flex-end; justify-content: flex-end; pointer-events: none; }
  .occasion-card__art img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; filter: drop-shadow(0 12px 18px rgba(23,32,51,.12)); }
  .occasion-card__art--framed { right: 1%; bottom: 35px; width: 57%; height: 76%; overflow: hidden; border-radius: 24px 0 0 24px; }
  .occasion-card__art--framed img { object-fit: contain; mix-blend-mode: multiply; filter: none; }
  .occasion-card__arrow { position: absolute; z-index: 5; right: 24px; top: 22px; width: 36px; height: 36px; display: grid; place-items: center; color: inherit; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; opacity: .72; }
  .occasions-mobile__cta { width: auto; margin-top: 28px; }
  .occasion-catalog { width: 100%; padding-bottom: 20px; }
  .occasion-catalog__lead { display: none; }
  .occasion-group__body { padding-left: 0; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 28px); --radius-lg: 25px; --radius-md: 20px; }
  .section { padding: 62px 0; }
  h2 { font-size: clamp(32px, 10vw, 46px); }
  .section-head { margin-bottom: 36px; }
  .section-head--row { display: block; }
  .header { height: 76px; }
  .header__cta { min-height: 42px; padding: 0 14px; gap: 0; font-size: 12px; }
  .header__cta-full,
  .header__cta > span:last-child { display: none; }
  .header__cta-short { display: inline; }
  .brand { font-size: 11px; }
  .brand__mark { width: 29px; height: 29px; }
  .hero { min-height: 810px; }
  .hero__art { object-position: 62% center; }
  .hero__veil { background: linear-gradient(0deg, rgba(8,14,25,.98) 0%, rgba(8,14,25,.86) 49%, rgba(8,14,25,.3) 100%), linear-gradient(90deg, rgba(8,14,25,.45), transparent); }
  .hero__content { padding-top: 64px; padding-bottom: 170px; }
  .hero h1 { font-size: clamp(34px, 9.5vw, 44px); }
  .hero__lead { font-size: 14px; }
  .hero__benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-bottom: 24px; }
  .hero__benefits li { min-height: 42px; padding: 7px 11px; font-size: 10.5px; line-height: 1.25; }
  .hero__benefits li:last-child { grid-column: 1 / -1; }
  .hero__actions { display: grid; }
  .button { width: 100%; min-height: 55px; }
  .hero__facts { grid-template-columns: repeat(2, 1fr); }
  .hero__facts div { min-height: 74px; padding: 12px 14px; border-top: 1px solid rgba(255,255,255,.12); }
  .hero__facts strong { font-size: 12px; }.hero__facts span { font-size: 10px; }
  .formats, .occasions { padding-block: 58px; }
  .formats-board, .occasions-board { display: none; }
  .formats-mobile, .occasions-mobile { display: block; }
  .formats-mobile > h2, .occasions-mobile > h2 { margin-bottom: 35px; }
  .formats-mobile__card { min-height: 520px; padding: 24px; }
  .formats-mobile__card::after { inset-block-start: 26%; }
  .formats-mobile__art { object-position: center top; }
  .formats-mobile__card h3 { font-size: 24px; }
  .formats-mobile__description { font-size: 13px; }
  .occasions-mobile__cards { grid-template-columns: 1fr; gap: 12px; }
  .occasion-card { min-height: 330px; padding: 22px 19px 50px; border-radius: 24px; }
  .occasion-card__copy { width: 55%; }
  .occasion-card__copy > b { margin-bottom: 12px; font-size: 30px; }
  .occasion-card__copy > strong { font-size: clamp(18px, 5.8vw, 23px); }
  .occasion-card__items { gap: 6px; margin-top: 16px; font-size: 10.5px; }
  .occasion-card__art { bottom: 27px; width: 60%; height: 86%; }
  .occasion-card__art--framed { right: 0; bottom: 34px; width: 58%; height: 72%; border-radius: 20px 0 0 20px; }
  .occasion-card__arrow { right: 17px; top: 17px; width: 34px; height: 34px; }
  .occasions-mobile__cta { width: 100%; }
  .occasion-group summary { min-height: 78px; grid-template-columns: 32px 1fr 24px; gap: 12px; }
  .occasion-group summary h3 { font-size: 18px; }
  .occasion-group__items { grid-template-columns: 1fr; border-radius: 20px; }
  .occasion-group__items article { min-height: 230px; padding: 24px 20px; }
  .occasion-catalog__cta { width: 100%; }
  .occasion-item { grid-template-columns: 8px 1fr auto; gap: 13px; min-height: 74px; }
  .occasion-item small { font-size: 11px; }
  .emotion { min-height: 0; padding-bottom: 52px; }
  .emotion__heading { margin-bottom: 28px; }
  .emotion__heading h2 { font-size: clamp(34px, 10vw, 44px); }
  .emotion__heading > p:last-child br, .voices__heading > p:last-child br { display: none; }
  .emotion__frame { height: auto; min-height: 0; aspect-ratio: auto; margin-inline: -14px; }
  .emotion__media { position: relative; inset: auto; height: 245px; border-radius: 0; }
  .emotion__media > img { transform: scale(1.58); transform-origin: center 52%; object-position: center; }
  .emotion__play { top: 48%; }
  .emotion blockquote { position: relative; right: auto; bottom: auto; width: calc(100% - 42px); margin: -28px 14px 0 auto; padding: 18px 20px; font-size: 15px; transform: none; }
  .emotion__reasons { grid-template-columns: 1fr; margin-top: 24px; }
  .emotion__reasons span { min-height: 62px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .emotion__reasons span:last-child { border-bottom: 0; }
  .voices__heading h2 { font-size: clamp(33px, 9.4vw, 44px); }
  .voices__visual { height: 360px; min-height: 0; aspect-ratio: auto; margin: 8px -14px 0; }
  .voices__visual img { object-position: center; }
  .voices__bottom { display: grid; gap: 24px; margin-top: 0; }
  .voices__bottom blockquote { justify-content: center; }
  .voices__bottom .button { width: 100%; }
  .materials { grid-template-columns: 1fr; }
  .materials article, .materials article + article { min-height: auto; display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .materials article > span { margin: 3px 0 0; }
  .reel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding-bottom: 0; }
  .reel { min-width: 0; }
  .reel--wide { grid-column: 1 / -1; }
  .reel__media { aspect-ratio: 9/13; border-radius: 20px; }
  .reel--wide .reel__media { aspect-ratio: 16/9; }
  .reel h3 { margin-top: 14px; font-size: clamp(16px, 4.7vw, 20px); }
  .reel > p { font-size: 12px; }
  .process__layout { gap: 45px; }
  .process__steps li { grid-template-columns: 40px 1fr; }
  .price-main { padding: 28px 23px; }
  .price-main > div { flex-wrap: wrap; gap: 5px 10px; }
  .price-main > div strong { font-size: 58px; }
  .price-main ul { grid-template-columns: 1fr; }
  .price-notes { grid-template-columns: 1fr; gap: 10px; }
  .price-notes article { min-height: 175px; padding: 22px; }
  .price-notes strong { font-size: 15px; }
  .experts__facts { grid-template-columns: 1fr; }
  .experts__facts article, .experts__facts article:nth-child(2n), .experts__facts article:nth-last-child(-n+2) { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .experts__facts article:last-child { border-bottom: 0; }
  .experts__facts p { margin-top: 26px; }
  .reviews__copy h2 { max-width: 12ch; font-size: clamp(34px, 9.5vw, 46px); }
  .reviews__copy blockquote { margin-top: 22px; padding-top: 18px; font-size: 13px; }
  .reviews__screens { min-height: 0; gap: 10px; padding: 16px 4px 8px; overflow: visible; }
  .review-shot { width: 100%; border-width: 5px; border-radius: 20px; }
  .review-shot--back { transform: translateY(8px) rotate(-1.2deg); }
  .review-shot--front { transform: translateY(-8px) rotate(1.2deg); }
  .faq { padding-top: 65px; }
  .faq__layout { gap: 30px; }
  .faq summary { min-height: 76px; font-size: 14px; }
  .order { padding: 14px 0 34px; }
  .order__card { width: calc(100% - 20px); min-height: 520px; padding: 34px 24px; border-radius: 28px; }
  .lead-form__row { grid-template-columns: 1fr; }
  .order .lead-form { margin-inline: -8px; padding: 20px 16px; border-radius: 22px; }
  .lead-dialog { inset: auto 0 0; width: 100vw; max-width: none; max-height: calc(100dvh - max(10px, env(safe-area-inset-top))); margin: auto 0 0; border-radius: 28px 28px 0 0; }
  .lead-dialog__panel { width: 100%; max-height: calc(100dvh - max(10px, env(safe-area-inset-top))); padding: 22px 18px max(22px, env(safe-area-inset-bottom)); border-radius: 28px 28px 0 0; }
  .lead-dialog__close { position: absolute; right: 18px; top: 18px; float: none; width: 42px; height: 42px; margin: 0; }
  .lead-dialog__heading { max-width: none; margin-bottom: 18px; padding: 0 52px 0 2px; }
  .lead-dialog__heading .eyebrow { max-width: 220px; margin-bottom: 14px; font-size: 10px; line-height: 1.45; }
  .lead-dialog__heading h2 { margin-bottom: 12px; font-size: clamp(29px, 8.2vw, 36px); line-height: 1.02; text-wrap: balance; }
  .lead-dialog__heading > p:last-child { font-size: 13px; line-height: 1.55; }
  .lead-dialog .lead-form { gap: 12px; padding: 16px; border-radius: 22px; }
  .lead-dialog .lead-form__row { gap: 12px; }
  .lead-dialog .lead-field { gap: 6px; font-size: 10px; }
  .lead-dialog .lead-field input, .lead-dialog .lead-field select { min-height: 50px; padding-inline: 14px; font-size: 14px; }
  .lead-dialog .lead-field select { background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; }
  .lead-dialog .lead-field textarea { min-height: 88px; padding: 12px 14px; font-size: 14px; }
  .lead-dialog .lead-consent { gap: 8px; font-size: 10px; }
  .lead-dialog .lead-form__submit { min-height: 52px; }
  .live-chat { right: max(10px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); }
  .live-chat__trigger { width: 76px; height: 76px; }
  .live-chat__hint { right: 61px; top: 5px; padding: 8px 11px; font-size: 11px; }
  .live-chat__window { width: calc(100vw - 20px); max-height: calc(100svh - 96px); border-radius: 24px; }
  .live-chat__header { min-height: 74px; grid-template-columns: 52px minmax(0, 1fr) 36px; padding: 9px 11px 9px 9px; }
  .live-chat__header > img { width: 52px; height: 52px; border-radius: 16px; }
  .live-chat__messages { max-height: 150px; }
  .live-chat__form { grid-template-columns: 1fr; gap: 8px; padding: 11px; }
  .live-chat__form label, .live-chat__question, .live-chat__consent, .live-chat__send, .live-chat__status { grid-column: 1; }
  .live-chat__form input[type="text"] { min-height: 42px; }
  .live-chat__form textarea { min-height: 62px; }
  .footer__inner { flex-wrap: wrap; }
  .footer__inner p { width: 100%; order: 3; }
  .footer__links { width: 100%; justify-content: flex-start; order: 4; }
  .cookie-banner { left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: minmax(0, 1fr) auto; width: auto; gap: 12px; padding: 13px 13px 13px 15px; }
  .cookie-banner button { width: auto; min-width: 92px; }
}

@media (max-width: 350px) {
  .formats-mobile__card--expert { min-height: 575px; }
  .formats-mobile__card::after { inset-block-start: 14%; background: linear-gradient(0deg, rgba(23,32,51,.99) 4%, rgba(23,32,51,.88) 64%, rgba(23,32,51,.08) 100%); }
  .formats-mobile__card h3 { font-size: 22px; }
  .formats-mobile__description { font-size: 12px; line-height: 1.55; }
  .formats-mobile__card a { font-size: 11px; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-banner button { width: 100%; }
}

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