@charset "UTF-8";
/* ═══ Fallback metric overrides — подгоняют системные шрифты под метрики
        основных, чтобы избежать layout shift при swap. ═════════════════
   Коэффициенты подобраны для Cormorant Garamond → serif-fallback и
   Inter → sans-fallback. Источник: Capsize + визуальная сверка.
   Для Great Vibes fallback некритичен (используется только в декоре). */
@font-face {
  font-family: "Cormorant-fallback";
  src: local("Times New Roman"), local("Times");
  size-adjust: 103%;
  ascent-override: 92%;
  descent-override: 28%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Inter-fallback";
  src: local("Arial"), local("Helvetica");
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
/* ═══ Playfair Display — стенд-ин для Chiswick (Didone display) ════════
   Playfair ближе к Chiswick чем Cormorant по thick-thin contrast и vertical stress.
   Когда клиент передаст WOFF2 Chiswick — достаточно сменить url() ниже. */
@font-face {
  font-family: "Chiswick-stand";
  src: url("../fonts/Playfair/400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chiswick-stand";
  src: url("../fonts/Playfair/500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chiswick-stand";
  src: url("../fonts/Playfair/600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chiswick-stand";
  src: url("../fonts/Playfair/700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chiswick-stand";
  src: url("../fonts/Playfair/400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* ═══ Figtree — стенд-ин для Caslon Doric (humanist sans) ═══════════════ */
@font-face {
  font-family: "CaslonDoric-stand";
  src: url("../fonts/Figtree/400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CaslonDoric-stand";
  src: url("../fonts/Figtree/500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CaslonDoric-stand";
  src: url("../fonts/Figtree/600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ═══ Imperial Script — стенд-ин для Shelley Script (formal copperplate) */
@font-face {
  font-family: "Shelley-stand";
  src: url("../fonts/ImperialScript/400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ═══ Legacy fallbacks (сохраняем для A/B-сравнения и как 2nd tier) ════ */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/Cormorant/300-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/Cormorant/400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/Cormorant/500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/Cormorant/600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/Cormorant/400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* ═══ Inter — стенд-ин для Caslon Doric ════════════════════════════════ */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/300-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ═══ Great Vibes — стенд-ин для Shelley Script (decorative only) ═════ */
@font-face {
  font-family: "Great Vibes";
  src: url("../fonts/GreatVibes/400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ---------- COLORS ---------- */
/* ---------- FONT FAMILIES ---------- */
/* ---------- TYPOGRAPHY ---------- */
/* ---------- CSS CUSTOM PROPERTIES (для runtime-доступа из JS/замеров) ---------- */
:root {
  --c-white: #FFFFFF;
  --c-black: #000000;
  --c-ivory: #F7F1DF;
  --c-light-gray: #FAFAF9;
  --c-gold: #B29261;
  --c-orange: #E60000;
  --ff-display: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  --ff-sans: "CaslonDoric-stand", "Figtree", system-ui, -apple-system, sans-serif;
  --ff-script: "Shelley-stand", "Imperial Script", "Great Vibes", cursive;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  font-size: 62.5%;
  font-size-adjust: 0.52;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  min-width: 32rem;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #231f20;
  font-size: 1.4rem;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: auto;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
body p {
  margin-bottom: 2.4rem;
  margin-top: 0;
}
body p:last-child {
  margin-bottom: 0;
}
body ul:last-child,
body ol:last-child {
  margin-bottom: 0;
}

.app-content {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a,
.link-style {
  display: inline-block;
  color: #231f20;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  a:hover,
  .link-style:hover {
    text-decoration-color: #5e5e5e;
  }
}

.link-style-inverted {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .link-style-inverted:hover {
    text-decoration-color: #5e5e5e;
  }
}

h1,
.h1 {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

h2,
.h2 {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -2px;
  margin: 0;
  text-transform: uppercase;
}

h3,
.h3 {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

h4,
.h4 {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

h5,
.h5 {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

h6,
.h6 {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

ul {
  margin: 0 0 1.2rem;
  padding: 0 0 0 1.6rem;
}
ul li::marker {
  color: #fbfbfb;
  font-size: 1.2em;
  font-weight: bold;
}

ol {
  margin: 0 0 1.2rem;
  padding: 0 0 0 2.2rem;
}
ol li::marker {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.underline-link span {
  background-image: linear-gradient(transparent calc(100% - 0.1em), #231f20 0.1em);
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  display: inline;
  transition: background-size 1s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.underline-link:hover {
  text-decoration: none;
}
.underline-link:hover span {
  background-size: 100%;
}

.container {
  margin: auto;
  max-width: 160.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}