:root {
  --obsidian: #141313;
  --pewter: #aeb5b3;
  --ivory: #f0e7d7;
  --turquoise: #79bdae;
  --wood: #9b7650;
  --ink: #080706;
  --page-gutter: 48px;
  --content-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.44), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.48)),
    linear-gradient(180deg, #111010 0%, var(--obsidian) 38%, #0d0c0c 100%);
  font-family: "Segoe UI", Candara, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: geometricPrecision;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    repeating-linear-gradient(96deg, transparent 0 22px, rgba(184, 190, 189, 0.018) 22px 23px, transparent 23px 52px),
    repeating-linear-gradient(84deg, transparent 0 70px, rgba(116, 86, 53, 0.052) 71px 73px, transparent 74px 124px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 38%, rgba(242, 236, 222, 0.014) 50%, transparent 62%, rgba(0, 0, 0, 0.30));
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.34) 44%, rgba(242, 236, 222, 0.018) 50%, rgba(0, 0, 0, 0.34) 56%, transparent 100%),
    repeating-linear-gradient(177deg, transparent 0 108px, rgba(242, 236, 222, 0.012) 109px 110px, transparent 111px 190px);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 74px;
  padding: 16px var(--page-gutter);
  border-bottom: 1px solid rgba(184, 190, 189, 0.14);
  background: rgba(12, 11, 11, 0.82);
  backdrop-filter: blur(10px);
}

.return-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: rgba(242, 236, 222, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 180ms ease, opacity 180ms ease;
}

.return-link:hover,
.return-link:focus-visible {
  color: var(--ivory);
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(242, 236, 222, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lang-toggle button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
  opacity: 0.68;
  transition: color 180ms ease, opacity 180ms ease;
}

.lang-toggle button:hover,
.lang-toggle button:focus-visible,
.lang-toggle button.is-active {
  color: var(--turquoise);
  opacity: 1;
}

.lang-toggle .lang-separator {
  width: 1px;
  height: 13px;
  background: currentColor;
  opacity: 0.32;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: rgba(242, 236, 222, 0.74);
  font-size: 0.78rem;
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--turquoise);
}

.hero {
  display: grid;
  min-height: 78svh;
  padding: 118px var(--page-gutter) 86px;
  border-bottom: 1px solid rgba(184, 190, 189, 0.08);
}

.hero__inner {
  width: min(100%, var(--content-max));
  margin: auto;
}

.hero__label,
.section-subtitle {
  margin: 0;
  color: rgba(155, 118, 80, 0.88);
  font-size: 0.83rem;
  font-weight: 700;
}

.hero h1 {
  max-width: 760px;
  margin: 10px 0 22px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.1rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero__copy {
  max-width: 520px;
  margin: 0 0 36px;
  color: rgba(240, 231, 215, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
  line-height: 1.55;
}

.hero__cta,
.private-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--turquoise);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.hero__cta span,
.private-cta span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--turquoise);
  box-shadow: 0 0 18px rgba(21, 155, 135, 0.38);
}

.hero__cta:hover,
.hero__cta:focus-visible,
.private-cta:hover,
.private-cta:focus-visible {
  color: var(--ivory);
}

.editorial-corridor {
  position: relative;
  overflow: hidden;
  padding: 82px var(--page-gutter) 180px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.14) 36%, rgba(0, 0, 0, 0.26) 100%);
}

.dot-spine {
  position: absolute;
  top: 150px;
  bottom: 120px;
  left: 50%;
  z-index: 0;
  display: flex;
  width: 16px;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.dot-spine span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--turquoise);
  opacity: 0.46;
  box-shadow: 0 0 16px rgba(121, 189, 174, 0.12);
}

.dot-spine span:nth-child(even) {
  background: var(--wood);
  box-shadow: 0 0 14px rgba(155, 118, 80, 0.12);
}

.story,
.interlude {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content-max));
  margin: 0 auto;
}

.story {
  min-height: 880px;
  padding: 210px 0;
}

.story--lower {
  padding-top: 260px;
}

.story--deep {
  padding-top: 300px;
}

.story--final {
  min-height: 760px;
  padding-top: 250px;
}

.story__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 100px minmax(260px, 1fr);
  gap: 34px;
  align-items: center;
}

.story--left .artwork {
  grid-column: 1;
  justify-self: start;
}

.story--left .story-copy {
  grid-column: 3;
  justify-self: start;
}

.story--right .story-copy {
  grid-column: 1;
  justify-self: end;
}

.story--right .artwork {
  grid-column: 3;
  justify-self: end;
}

.artwork {
  position: relative;
  width: 100%;
  margin: 0;
}

.artwork::before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(174, 181, 179, 0.62);
  box-shadow: 0 0 16px rgba(184, 190, 189, 0.12);
  content: "";
}

.artwork img {
  width: 100%;
  border: 1px solid rgba(184, 190, 189, 0.12);
  border-radius: 3px;
  background: var(--ink);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.52),
    0 10px 34px rgba(0, 0, 0, 0.30);
}

.artwork--portrait {
  max-width: 390px;
}

.artwork--landscape {
  max-width: 540px;
}

.story-copy {
  max-width: 430px;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.46);
}

.section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  min-height: 25px;
  margin: 0 0 18px;
  border: 1px solid rgba(184, 190, 189, 0.24);
  border-radius: 999px;
  color: rgba(155, 118, 80, 0.9);
  font-size: 0.72rem;
  line-height: 1;
}

.story-copy h2 {
  margin: 6px 0 18px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.72rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.story-copy p {
  margin: 0 0 16px;
  color: rgba(240, 231, 215, 0.78);
  font-size: 0.98rem;
}

.section-subtitle + h2 {
  margin-top: 8px;
}

.interlude {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 100px minmax(260px, 1fr);
  align-items: center;
  padding: 180px 0 220px;
}

.story-copy--interlude {
  grid-column: 1;
  justify-self: end;
}

.private-cta {
  margin-top: 18px;
}

@media (max-width: 980px) {
  :root {
    --page-gutter: 28px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 18px;
  }

  .hero {
    min-height: 70svh;
    padding-top: 82px;
  }

  .hero h1 {
    font-size: 4.4rem;
  }

  .hero__copy {
    font-size: 1.08rem;
  }

  .editorial-corridor {
    padding-top: 50px;
  }

  .story,
  .story--lower,
  .story--deep,
  .story--final {
    min-height: auto;
    padding: 130px 0;
  }

  .story__grid,
  .interlude {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .story--left .artwork,
  .story--left .story-copy,
  .story--right .story-copy,
  .story--right .artwork,
  .story-copy--interlude {
    grid-column: 1;
    justify-self: center;
  }

  .story-copy,
  .story-copy--interlude {
    order: 1;
    max-width: 480px;
    justify-self: start;
  }

  .artwork {
    order: 2;
  }

  .artwork--portrait,
  .artwork--landscape {
    width: min(100%, 540px);
    max-width: 540px;
  }

  .interlude {
    min-height: auto;
    padding: 130px 0;
  }
}

@media (max-width: 640px) {
  :root {
    --page-gutter: 20px;
  }

  .site-header {
    min-height: 68px;
  }

  .return-link {
    font-size: 0.74rem;
  }

  .site-nav {
    gap: 12px;
    font-size: 0.74rem;
  }

  .hero {
    min-height: 68svh;
    padding: 72px var(--page-gutter) 62px;
  }

  .hero h1 {
    font-size: 3.4rem;
  }

  .editorial-corridor {
    padding-bottom: 96px;
  }

  .dot-spine {
    opacity: 0.32;
  }

  .story,
  .story--lower,
  .story--deep,
  .story--final,
  .interlude {
    padding: 98px 0;
  }

  .story-copy h2 {
    font-size: 2.12rem;
  }

  .story-copy p {
    font-size: 0.94rem;
  }

  .artwork img {
    border-radius: 3px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.44);
  }
}
