/* Ceramic stories, версия 3: манера шаблона Calmlyss (Webflow).
   Страница-карточка в шоколадной рамке, кремовые и белые секции со скруглениями,
   заголовки: гротеск + курсивный серифный акцент, пилюли-лейблы, пилюли-кнопки со стрелкой,
   арочные карточки, карусель, стеклянная таблица на тёмном фото, мозаика, огромный бренд в подвале. */

:root {
  --choc: #2f1a0e;
  --choc-2: #241309;
  --cream: #f7f1ea;
  --cream-2: #efe6dc;
  --white: #ffffff;
  --ink: #2b1a10;
  --ink-70: #6a5446;
  --ink-45: rgba(43, 26, 16, 0.45);
  --taupe: #8a6a54;
  --taupe-2: #73553f;
  --tan: #c9ad93;
  --sand: #e7dbcd;
  --ochre: #c2853a;
  --line: rgba(43, 26, 16, 0.12);
  --sans: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --r-page: 28px;
  --r-card: 22px;
  --r-img: 18px;
  --wrap: 1320px;
  --gutter: clamp(20px, 3.5vw, 56px);
  --sec: clamp(72px, 9vw, 128px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--choc); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--choc); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.6; font-weight: 400;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  padding: clamp(10px, 2.4vw, 40px);
  position: relative;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--ochre); outline-offset: 3px; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; }

.skip { position: absolute; left: -999px; top: 8px; z-index: 200; background: var(--ink); color: var(--white); padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 8px; }

/* Орнамент в рамке */
.ornament { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.ornament path { fill: none; stroke: var(--ochre); stroke-width: 1.2; opacity: 0.35; }

.page { position: relative; z-index: 1; background: var(--cream); border-radius: var(--r-page); overflow: hidden; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.center { text-align: center; display: flex; flex-direction: column; align-items: center; }

/* Заголовки и лейблы */
.label {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  background: var(--white); color: var(--ink); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  box-shadow: 0 1px 0 rgba(43, 26, 16, 0.06); margin-bottom: 22px;
}
.label::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }
.title { font-size: clamp(2.1rem, 4.6vw, 4rem); line-height: 1.08; letter-spacing: -0.02em; font-weight: 500; text-wrap: balance; }
.title em { color: var(--taupe-2); font-weight: 400; }
.sub { color: var(--ink-70); font-size: 1.05rem; max-width: 56ch; margin-top: 18px; }
.center .sub { margin-left: auto; margin-right: auto; }
h3 { font-size: 1.35rem; line-height: 1.25; letter-spacing: -0.01em; }
h3 em { color: var(--taupe-2); }

/* Кнопки */
.btn {
  display: inline-flex; align-items: center; gap: 12px; padding: 8px 8px 8px 22px; border-radius: 999px;
  background: var(--taupe); color: var(--white); font-weight: 500; font-size: 0.95rem; line-height: 1;
  transition: background-color .25s ease, transform .35s var(--ease), color .25s ease, border-color .25s ease;
  border: 1px solid transparent;
}
.btn:hover { background: var(--taupe-2); transform: translateY(-2px); }
.btn > span { padding: 6px 0; }
.btn-arrow { width: 34px; height: 34px; border-radius: 50%; background: var(--white); position: relative; flex: none; transition: transform .35s var(--ease); }
.btn-arrow::before {
  content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; margin: -6px 0 0 -3px;
  border-top: 1.6px solid var(--taupe); border-right: 1.6px solid var(--taupe);
}
.btn-arrow::after { content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; background: var(--taupe); transform: translate(-50%, -50%) rotate(-45deg); }
.btn:hover .btn-arrow { transform: rotate(45deg); }
.btn-white { background: var(--white); color: var(--ink); }
.btn-white:hover { background: var(--cream-2); }
.btn-white .btn-arrow { background: var(--taupe); }
.btn-white .btn-arrow::before { border-color: var(--white); }
.btn-white .btn-arrow::after { background: var(--white); }
.btn-ghost { background: rgba(255, 255, 255, 0.14); color: var(--white); border-color: rgba(255, 255, 255, 0.45); padding: 8px 22px; backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.24); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.5); padding: 6px 18px; font-size: 0.88rem; }
.btn-outline:hover { background: var(--white); color: var(--ink); }
.circle {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--sand); background: var(--white); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; transition: background-color .2s ease, transform .3s var(--ease);
}
.circle svg { width: 16px; height: 16px; }
.circle:hover { transform: translateY(-2px); }
.circle-fill { background: var(--taupe); color: var(--white); border-color: var(--taupe); }
.circle-fill:hover { background: var(--taupe-2); }
.circle[disabled] { opacity: 0.4; pointer-events: none; }

/* Теги на фото */
.tag {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border-radius: 999px;
  background: var(--white); color: var(--ink); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.tag-warm i { background: var(--ochre); }

/* Шапка */
.nav {
  position: absolute; left: 0; right: 0; top: 0; z-index: 20;
  display: flex; align-items: center; gap: 16px; padding: 22px var(--gutter); color: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 1.1rem; letter-spacing: -0.01em; }
.brand-mark { width: 30px; height: 30px; }
.pills { display: flex; gap: 8px; margin: 0 auto; }
.pills a {
  padding: 10px 20px; border-radius: 999px; background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-size: 0.92rem; font-weight: 500; transition: background-color .2s ease;
}
.pills a:hover { background: rgba(255, 255, 255, 0.3); }
.burger { display: none; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(10px); position: relative; }
.burger span { position: absolute; left: 13px; right: 13px; height: 1.6px; background: var(--white); transition: transform .3s var(--ease), top .3s var(--ease); }
.burger span:first-child { top: 18px; }
.burger span:last-child { top: 25px; }
.burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

/* Первый экран */
.hero { position: relative; min-height: clamp(640px, 96vh, 940px); display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: var(--white); padding-bottom: 300px; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(43, 26, 16, 0.72) 0%, rgba(43, 26, 16, 0.35) 55%, rgba(43, 26, 16, 0.15) 100%), linear-gradient(180deg, rgba(43, 26, 16, 0.35) 0%, rgba(43, 26, 16, 0) 40%, rgba(43, 26, 16, 0.4) 100%); }
.hero-body { position: relative; max-width: var(--wrap); width: 100%; margin: 0 auto; padding: 120px var(--gutter) 0; }
.hero-title { font-size: clamp(2.8rem, 6.6vw, 5.8rem); line-height: 1.02; letter-spacing: -0.025em; font-weight: 500; max-width: 17ch; }
.hero-title em { display: block; font-weight: 400; letter-spacing: -0.01em; font-size: 0.98em; }
.hero-sub { margin-top: 26px; max-width: 42ch; font-size: 1.08rem; color: rgba(255, 255, 255, 0.86); }
.hero-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }

/* Арки внизу первого экрана */
.arches { position: absolute; left: 0; right: 0; bottom: 40px; overflow: hidden; }
.arches-track { display: flex; gap: 22px; width: max-content; animation: arches 60s linear infinite; padding: 0 22px; }
.arches figure { position: relative; width: 196px; height: 236px; border-radius: 98px 98px 26px 26px; overflow: hidden; flex: none; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.6); }
.arches img { width: 100%; height: 100%; object-fit: cover; }
.arches figcaption { position: absolute; left: 0; right: 0; bottom: 18px; text-align: center; font-size: 0.9rem; font-weight: 600; color: var(--white); text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); }
.arches figcaption::before { content: ''; display: inline-block; width: 14px; height: 1.5px; background: var(--white); vertical-align: middle; margin-right: 8px; }
@keyframes arches { to { transform: translateX(-50%); } }
.arches:hover .arches-track { animation-play-state: paused; }

/* Секции */
.sec { position: relative; padding: var(--sec) 0; }
.sec-cream { background: var(--cream); }
.sec-white { background: var(--white); border-radius: var(--r-page); }
.sec-dark { background: var(--choc); color: var(--white); border-radius: var(--r-page); overflow: hidden; }
.sec-dark .label { background: var(--white); color: var(--ink); }
.sec-dark .title em { color: var(--tan); }
.sec-dark .sub { color: rgba(255, 255, 255, 0.78); }
.sec-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.32; filter: saturate(0.85); }
.sec-dark .wrap { position: relative; }

/* О студии: веер фото и цифры */
.fan { position: relative; height: clamp(280px, 34vw, 440px); width: min(100%, 900px); margin-top: 48px; }
.fan-card { position: absolute; top: 0; width: clamp(180px, 24vw, 300px); aspect-ratio: 4 / 5; border-radius: var(--r-card); overflow: hidden; background: var(--cream-2); box-shadow: 0 30px 50px -30px rgba(43, 26, 16, 0.45); }
.fan-card img { width: 100%; height: 100%; object-fit: cover; }
.fan-card .tag { position: absolute; left: 14px; top: 14px; }
.fan-l { left: 50%; transform: translateX(-140%) rotate(-9deg); transform-origin: bottom right; top: 26px; }
.fan-c { left: 50%; transform: translateX(-50%); z-index: 2; }
.fan-r { left: 50%; transform: translateX(40%) rotate(9deg); transform-origin: bottom left; top: 26px; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; max-width: 1100px; margin-top: 56px; border-top: 1px solid var(--line); }
.stat { padding: 40px 28px 8px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat-num { font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1; font-weight: 500; letter-spacing: -0.02em; }
.stat-num sup { font-size: 0.42em; vertical-align: top; margin-left: 4px; color: var(--ink-70); font-weight: 500; }
.stat h3 { margin: 12px 0 10px; font-size: 1.25rem; }
.stat p:last-child { color: var(--ink-70); font-size: 0.98rem; }
.about .btn { margin-top: 40px; }

/* Мастер-классы: карточки-карусель */
.head-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 32px 48px; align-items: end; margin-bottom: 40px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.chips li { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--sand); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
.chips svg { width: 16px; height: 16px; color: var(--taupe); }
.cards { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 0 12px; margin: 0 calc(var(--gutter) * -1); padding-left: var(--gutter); padding-right: var(--gutter); }
.cards::-webkit-scrollbar { display: none; }
.card { flex: none; width: clamp(280px, calc((min(100vw, var(--wrap)) - var(--gutter) * 2 - 48px) / 3), 440px); scroll-snap-align: start; }
.card-img { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r-card); overflow: hidden; background: var(--cream-2); margin-bottom: 18px; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.card:hover .card-img img { transform: scale(1.04); }
.card-img .tag { position: absolute; top: 14px; }
.card-img .tl { left: 14px; }
.card-img .tr { right: 14px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--ink-70); font-size: 0.98rem; }
.card-price { margin-top: 10px; color: var(--ink) !important; font-weight: 600; font-size: 0.92rem !important; }
.cards-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding-top: 28px; border-top: 1px dashed var(--tan); }
.cards-nav { display: flex; align-items: center; gap: 12px; }
.progress { width: clamp(120px, 18vw, 260px); height: 2px; background: var(--sand); margin-right: 24px; position: relative; overflow: hidden; }
.progress i { position: absolute; left: 0; top: 0; bottom: 0; width: 30%; background: var(--taupe); transition: transform .3s ease, width .3s ease; }

/* Два вечера: вкладки и стеклянная таблица */
.tabs { display: inline-flex; gap: 4px; padding: 6px; border-radius: 999px; background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(10px); margin-top: 36px; }
.tabs button { padding: 10px 20px; border-radius: 999px; font-size: 0.92rem; font-weight: 500; color: rgba(255, 255, 255, 0.85); transition: background-color .2s ease, color .2s ease; }
.tabs button[aria-selected="true"] { background: var(--white); color: var(--ink); }
.table { width: 100%; max-width: 1120px; margin-top: 32px; border-radius: var(--r-card); background: rgba(36, 19, 9, 0.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding: 12px 40px; text-align: left; }
.table-panel { display: none; }
.table-panel.is-active { display: block; }
.row { display: grid; grid-template-columns: 44px minmax(0, 1.1fr) 130px minmax(0, 1.4fr) minmax(0, 0.9fr) auto; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px dashed rgba(255, 255, 255, 0.22); }
.table-panel .row:last-child { border-bottom: 0; }
.row-n { font-size: 0.95rem; color: rgba(255, 255, 255, 0.7); }
.row-name { font-size: 1.2rem; font-weight: 600; }
.row-name em { color: var(--tan); font-weight: 400; }
.row-thumb { width: 130px; height: 100px; object-fit: cover; border-radius: 14px; border: 3px solid rgba(255, 255, 255, 0.9); grid-column: 3; }
.row:not(:has(.row-thumb)) .row-text { grid-column: 3 / 5; }
.row-text { color: rgba(255, 255, 255, 0.85); font-size: 0.95rem; }
.row-meta { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: rgba(255, 255, 255, 0.9); white-space: nowrap; }
.row-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--tan); }
.schedule .btn-white { margin-top: 36px; }

/* Керамика: мозаика */
.masonry { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 240px; grid-auto-flow: dense; gap: 16px; margin: 48px var(--gutter) 40px; }
.masonry figure { position: relative; border-radius: var(--r-img); overflow: hidden; background: var(--cream-2); }
.masonry img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.masonry figure:hover img { transform: scale(1.04); }
.m-tall { grid-row: span 2; }
.m-wide { grid-column: span 2; }
.masonry figcaption {
  position: absolute; left: 12px; bottom: 12px; display: flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.92); color: var(--ink); font-size: 0.8rem; font-weight: 500; max-width: calc(100% - 24px);
  backdrop-filter: blur(6px);
}
.masonry figcaption b { font-weight: 600; color: var(--taupe-2); white-space: nowrap; }
.note { color: var(--ink-70); margin-bottom: 20px; }

/* Где купить */
.places { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; width: 100%; margin-top: 44px; text-align: left; }
.place { background: var(--white); border-radius: var(--r-card); padding: 28px; border: 1px solid var(--sand); }
.place h3 { margin: 22px 0 8px; }
.place p { color: var(--ink-70); }

/* Цитаты */
.dashed { width: 100%; max-width: 1200px; border: 0; border-top: 2px dashed var(--tan); margin: 44px 0 40px; opacity: 0.6; }
.quote-box { position: relative; width: 100%; max-width: 1120px; min-height: 340px; text-align: left; }
.quote { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 48px; align-items: center; opacity: 0; position: absolute; inset: 0; transition: opacity .5s ease; pointer-events: none; }
.quote.is-active { opacity: 1; position: relative; pointer-events: auto; }
.quote img { width: 320px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--r-card); }
blockquote { font-size: clamp(1.4rem, 2.4vw, 2.1rem); line-height: 1.3; letter-spacing: -0.01em; font-weight: 500; }
blockquote span { color: var(--taupe-2); font-weight: 400; }
.quote-who { margin-top: 28px; font-weight: 600; }
.quote-who small { display: block; font-weight: 400; color: var(--ink-70); font-size: 0.95rem; margin-top: 2px; }
.quote-nav { position: absolute; right: 0; bottom: 0; display: flex; gap: 10px; }
.quote-nav .circle { width: 44px; height: 44px; }

/* Вопросы */
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; width: 100%; margin-top: 44px; text-align: left; }
.faq-grid details { background: var(--white); border: 1px solid var(--sand); border-radius: 18px; padding: 0 24px; }
.faq-grid summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative; font-weight: 600; font-size: 1.02rem; line-height: 1.35; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after {
  content: ''; position: absolute; right: 0; top: 50%; width: 30px; height: 30px; margin-top: -15px; border-radius: 50%; background: var(--cream);
  background-image: linear-gradient(var(--ink), var(--ink)), linear-gradient(var(--ink), var(--ink));
  background-size: 12px 1.5px, 1.5px 12px; background-position: center; background-repeat: no-repeat; transition: transform .3s var(--ease);
}
.faq-grid details[open] summary::after { transform: rotate(45deg); }
.faq-grid details p { color: var(--ink-70); padding: 0 0 22px; max-width: 60ch; }

/* Карточка записи */
.cta { position: relative; border-radius: var(--r-card); overflow: hidden; min-height: 460px; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); padding: 64px var(--gutter); }
.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.cta::before { content: ''; position: absolute; inset: 0; background: rgba(43, 26, 16, 0.62); }
.cta-body { position: relative; display: flex; flex-direction: column; align-items: center; }
.cta .title em { color: var(--tan); }
.cta .sub { color: rgba(255, 255, 255, 0.85); }
.cta-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
.phone-pill { display: inline-flex; align-items: center; padding: 14px 26px; border-radius: 999px; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.4); backdrop-filter: blur(8px); font-size: 1.15rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.cta-addr { margin-top: 22px; font-size: 0.9rem; color: rgba(255, 255, 255, 0.75); }

/* Подвал */
.foot { background: var(--choc); color: rgba(255, 255, 255, 0.85); padding: 72px 0 28px; position: relative; overflow: hidden; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 40px; position: relative; z-index: 1; }
.foot-brand .brand { color: var(--white); font-size: 1.25rem; margin-bottom: 20px; }
.foot-brand p { max-width: 36ch; font-size: 0.95rem; color: rgba(255, 255, 255, 0.72); }
.social { display: inline-flex; width: 46px; height: 46px; border-radius: 12px; background: rgba(255, 255, 255, 0.12); align-items: center; justify-content: center; margin-top: 24px; color: var(--white); }
.social svg { width: 20px; height: 20px; }
.social:hover { background: rgba(255, 255, 255, 0.22); }
.foot-col { display: grid; gap: 12px; align-content: start; font-size: 0.95rem; }
.foot-col h4 { font-size: 1.05rem; color: var(--white); margin-bottom: 6px; }
.foot-col a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.foot-col span { color: rgba(255, 255, 255, 0.7); }
.foot-big { font-size: clamp(3rem, 12.5vw, 12.5rem); line-height: 0.9; letter-spacing: -0.04em; font-weight: 500; color: rgba(255, 255, 255, 0.07); white-space: nowrap; text-align: center; margin: 64px 0 -0.32em; user-select: none; }
.foot-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.14); font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); }
.foot-bottom a:hover { color: var(--white); }

/* Появления */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .9s var(--ease); transition-delay: calc(var(--d, 0) * 90ms); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
  .arches-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* Адаптив */
@media (max-width: 1100px) {
  .row { grid-template-columns: 36px minmax(0, 1fr) minmax(0, 1.3fr) auto; gap: 16px; }
  .row-thumb { display: none; }
  .row:not(:has(.row-thumb)) .row-text, .row-text { grid-column: 3; }
  .row-meta { grid-column: 2; grid-row: 2; }
  .masonry { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 220px; }
}
@media (max-width: 900px) {
  .pills { display: none; position: absolute; left: var(--gutter); right: var(--gutter); top: 80px; flex-direction: column; gap: 6px; padding: 10px; border-radius: 20px; background: rgba(43, 26, 16, 0.92); backdrop-filter: blur(12px); }
  .pills.is-open { display: flex; }
  .pills a { background: transparent; padding: 12px 16px; font-size: 1.05rem; }
  .nav-cta { display: none; }
  .burger { display: block; margin-left: auto; }
  .brand span { font-size: 1rem; }
  .hero { padding-bottom: 260px; min-height: 0; }
  .hero-body { padding-top: 110px; }
  .arches figure { width: 150px; height: 184px; border-radius: 75px 75px 20px 20px; }
  .arches figcaption { font-size: 0.8rem; bottom: 12px; }
  .fan { height: clamp(220px, 44vw, 320px); }
  .fan-card { width: clamp(150px, 30vw, 240px); }
  .fan-l { transform: translateX(-118%) rotate(-9deg); }
  .fan-r { transform: translateX(18%) rotate(9deg); }
  .stats { grid-template-columns: 1fr; }
  .stat { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 8px; }
  .stat:first-child { border-top: 0; }
  .head-split { grid-template-columns: 1fr; }
  .chips { justify-content: flex-start; }
  .card { width: min(78vw, 360px); }
  .table { padding: 6px 20px; }
  .row { grid-template-columns: 30px minmax(0, 1fr); gap: 8px 14px; padding: 20px 0; }
  .row-n { grid-row: 1; }
  .row-name { grid-column: 2; }
  .row-text { grid-column: 2 !important; }
  .row-meta { grid-column: 2; grid-row: auto; white-space: normal; }
  .row .btn { grid-column: 2; justify-self: start; }
  .masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; gap: 10px; }
  .m-wide { grid-column: span 2; }
  .masonry figcaption { font-size: 0.72rem; padding: 6px 10px; gap: 6px; }
  .masonry figcaption b:not(.price) { display: none; }
  .places { grid-template-columns: 1fr; }
  .quote { grid-template-columns: 1fr; gap: 24px; }
  .quote img { width: 100%; max-width: 320px; aspect-ratio: 4 / 3; }
  .quote-nav { position: static; margin-top: 20px; }
  .quote-box { min-height: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .cta { min-height: 0; padding: 48px 20px; }
}
@media (max-width: 560px) {
  .title { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .hero-title { font-size: clamp(2.5rem, 12.5vw, 3.4rem); }
  .hero-actions .btn { width: 100%; justify-content: space-between; }
  .btn-ghost { justify-content: center !important; }
  .cards-foot { flex-direction: column; align-items: stretch; }
  .cards-nav { justify-content: space-between; }
  .progress { flex: 1; }
  .tabs { flex-wrap: wrap; justify-content: center; border-radius: 24px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .phone-pill { font-size: 1rem; }
}
