@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:500;font-display:swap;src:url("/fonts/cormorant-cyr-500.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:500;font-display:swap;src:url("/fonts/cormorant-lat-500.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:"Cormorant Garamond";font-style:italic;font-weight:400;font-display:swap;src:url("/fonts/cormorant-cyr-400i.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:"Cormorant Garamond";font-style:italic;font-weight:400;font-display:swap;src:url("/fonts/cormorant-lat-400i.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:"Manrope";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/manrope-cyr-400.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;font-display:swap;src:url("/fonts/manrope-lat-400.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:"Manrope";font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/manrope-cyr-600.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:600;font-display:swap;src:url("/fonts/manrope-lat-600.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:"Manrope";font-style:normal;font-weight:700;font-display:swap;src:url("/fonts/manrope-cyr-700.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:700;font-display:swap;src:url("/fonts/manrope-lat-700.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 {
  --ink: #f2eee8;
  --mute: #b7b0a7;
  --paper: #0a1215;
  --stone: #121b1f;
  --deep: #060c0f;
  --copper: #c24528;
  --line: rgba(242, 238, 232, 0.16);
  --display: "Cormorant Garamond", "Times New Roman", "Noto Serif", serif;
  --sans: "Manrope", system-ui, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  hanging-punctuation: first last;
  overflow-x: hidden;
  max-width: 100%;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  font-kerning: normal;
  font-synthesis: none;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 8 3 3;
  overflow-wrap: break-word;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  image-rendering: auto;
}
a { color: inherit; }
button { font: inherit; }

.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  left: 12px;
  top: 12px;
  z-index: 80;
  background: #fff;
  color: #111;
  padding: 8px;
}

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  padding: 16px 22px;
}
.nav.is-solid {
  background: color-mix(in srgb, var(--deep) 92%, transparent);
  backdrop-filter: blur(14px);
}
.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  text-decoration: none;
  color: #fff;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
}
.brand small {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--copper);
  font-weight: 600;
  line-height: 1.3;
}
.nav-toggle {
  display: none;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 10px 14px;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
}
.links {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 22px;
  align-items: center;
}
.links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 600;
}
.links a:hover { color: var(--copper); }
.cta {
  background: var(--copper);
  color: #fff !important;
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 700;
}
.links-panel { display: none; }
.links-desktop { display: none; }
.langs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.langs a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.langs a[aria-current="page"] { color: #fff; }
.langs-desktop { display: none; }
.links-panel .langs { margin-top: 8px; }

@media (min-width: 900px) {
  .nav-toggle { display: none !important; }
  .links-desktop { display: flex; }
  .links-panel { display: none !important; }
  .langs-desktop { display: block; }
  .strip h2 { white-space: nowrap; }
  .top { gap: 18px; }
}
@media (max-width: 899px) {
  html { hanging-punctuation: none; }
  .nav-toggle { display: inline-flex; }
  .links-desktop { display: none !important; }
  .langs-desktop { display: none !important; }
  .links-panel {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: var(--deep);
    margin: 12px 0 -16px;
    padding: 12px 0 18px;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }
  .nav.open .links-panel { display: flex; }
}

.hero, .page-hero, .strip {
  position: relative;
  color: #fff;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero picture, .page-hero picture, .strip picture {
  position: absolute;
  inset: 0;
}
.hero img, .page-hero img, .strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.hero::after, .page-hero::after, .strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 12, 15, 0.18) 0%, rgba(6, 12, 15, 0.1) 38%, rgba(6, 12, 15, 0.78) 72%, rgba(6, 12, 15, 0.92) 100%);
}
.hero-copy, .page-copy, .strip-copy {
  position: relative;
  z-index: 1;
  padding: 0 6vw 5.5vh;
  max-width: 36rem;
  width: 100%;
  min-width: 0;
  overflow: visible;
}
.hero-copy {
  max-width: 56rem;
  padding: 0 24px 5.5vh;
}
.kicker {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--copper);
  margin: 0 0 8px;
}
.hero-copy .kicker, .page-copy .kicker, .strip-copy .kicker {
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}
h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0 0 12px;
  hyphens: none;
  text-wrap: pretty;
}
.hero h1 {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.06;
}
h1 em, h2 em { font-style: italic; font-weight: 400; }
@media (min-width: 900px) {
  .hero-copy { padding: 0 48px 7vh; }
  .hero h1 em { white-space: nowrap; }
}
.lede {
  margin: 0 0 18px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.45;
  max-width: 36rem;
  hyphens: none;
  white-space: normal;
  overflow-wrap: anywhere;
}
.row { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 700;
}
.btn-gold { background: var(--copper); color: #fff; }
.btn-line { border: 1px solid rgba(255,255,255,.55); color: #fff; }

.page-hero { min-height: 100vh; min-height: 100svh; }
.strip { min-height: 100vh; min-height: 100svh; text-decoration: none; }
.strip h2 {
  font-family: var(--display);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: 0;
  line-height: 1.06;
  hyphens: none;
  text-wrap: wrap;
}
.strip p { margin: 0; max-width: 32rem; line-height: 1.45; }

.section { padding: 48px 6vw; }
.wrap { max-width: 1120px; margin: 0 auto; overflow-wrap: anywhere; }
.wide { max-width: 1320px; margin: 0 auto; overflow-wrap: anywhere; }
h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 12px;
  hyphens: none;
  text-wrap: pretty;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 72vh;
}
.split picture { display: block; width: 100%; height: 100%; min-height: 420px; }
.split img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.split-copy {
  background: var(--stone);
  padding: 8vh 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-pair {
  grid-template-columns: minmax(260px, 38%) 1fr;
  min-height: 0;
  background: var(--stone);
}
.about-pair picture { display: block; width: 100%; height: auto; min-height: 0; }
.about-pair img {
  height: auto;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}
.split-copy p { color: var(--mute); }

.film {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.film a { position: relative; overflow: hidden; min-height: 28vh; color: #fff; text-decoration: none; }
.film picture { display: block; width: 100%; height: 100%; min-height: 28vh; }
.film img { width: 100%; height: 100%; object-fit: cover; min-height: 28vh; }
.film span {
  position: absolute;
  left: 12px; bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
}

.program { margin: 28px 0 0; }
.step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.num {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 700;
  font-variant-numeric: tabular-nums lining-nums;
  color: var(--copper);
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 600;
  color: var(--copper);
}
.note {
  border-left: 2px solid var(--copper);
  padding-left: 14px;
  color: var(--mute);
  font-size: 14px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 8px;
}
.gallery figure:first-child { grid-row: span 2; }
.gallery picture { display: block; width: 100%; height: 100%; }
.gallery img { width: 100%; height: 100%; object-fit: cover; min-height: 200px; }
.gallery figure:first-child img, .gallery figure:first-child picture { min-height: 460px; }

.dark { background: var(--deep); color: var(--ink); }
.dark p { color: var(--mute); }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid3 h3 { font-family: var(--display); font-size: 26px; font-weight: 500; margin: 0 0 8px; line-height: 1.2; }

.contact { background: var(--stone); }
.two { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; }
.socials { display: flex; flex-wrap: wrap; gap: 16px; list-style: none; padding: 0; }
.socials a { font-size: 13px; letter-spacing: 0.01em; text-transform: none; font-weight: 600; }

.footer {
  background: var(--deep);
  color: var(--mute);
  padding: 22px 6vw 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}
.footer a { color: var(--copper); text-decoration: none; }

.dock {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: var(--deep);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}
.dock a {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  width: 33.333%;
  max-width: 33.333%;
  min-width: 0;
  box-sizing: border-box;
  text-align: center;
  padding: 14px 4px;
  text-decoration: none;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  overflow: hidden;
}
.dock .wa {
  background: var(--copper);
  color: #fff;
  font-weight: 700;
}

@media (max-width: 899px) {
  .split, .about-pair, .gallery, .grid3, .two { grid-template-columns: 1fr; }
  .film { grid-template-columns: 1fr 1fr; }
  .about-pair img { aspect-ratio: 1 / 1; max-height: none; }
  .gallery figure:first-child { grid-row: auto; }
  .hero, .strip, .page-hero { min-height: 100svh; }
  .hero-copy, .page-copy, .strip-copy { padding: 0 20px 88px; }
  h1 { font-size: 32px; line-height: 1.08; }
  .strip h2 { font-size: 32px; line-height: 1.08; white-space: normal; }
  .lede { font-size: 15px; max-width: none; }
  .section { padding: 56px 20px 72px; }
  .section p { overflow-wrap: anywhere; }
  .dock { display: flex; }
  body { padding-bottom: 58px; }
  .footer { flex-direction: column; padding-bottom: 24px; }
  .row { flex-direction: column; }
  .btn { width: 100%; }
}
