:root {
  color-scheme: light;
  --ink: #241f1b;
  --muted: #6f6258;
  --paper: #f7f1e8;
  --paper-soft: #fbf8f2;
  --line: rgba(36, 31, 27, 0.16);
  --night: #11151c;
  --jade: #0d6f67;
  --rose: #b15a68;
  --gold: #b9853d;
  --shadow: 0 22px 60px rgba(30, 25, 20, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Inter", "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.nav-links a {
  color: inherit;
  text-decoration: none;
  padding: 7px 10px;
  border-bottom: 1px solid transparent;
  font-size: 0.9rem;
}

.nav-links a:hover {
  border-color: rgba(255, 255, 255, 0.75);
}

.hero {
  position: relative;
  min-height: 96svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.5)),
    radial-gradient(circle at 80% 80%, rgba(177, 90, 104, 0.36), transparent 36%);
}

.hero-copy {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: 130px 0 clamp(58px, 10vw, 96px);
  color: #fff;
}

.eyebrow,
.section-kicker,
.chapter-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: clamp(3rem, 8vw, 7.3rem);
  font-weight: 500;
  line-height: 0.98;
}

.hero-intro {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
}

.opening,
.story,
.gallery-section,
.future {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.opening {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(280px, 1.18fr);
  gap: clamp(24px, 7vw, 92px);
  padding: clamp(54px, 9vw, 110px) 0 clamp(42px, 8vw, 86px);
  border-bottom: 1px solid var(--line);
}

.opening h2,
.section-heading h2,
.story-copy h2,
.future h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-weight: 500;
  line-height: 1.08;
}

.opening h2,
.section-heading h2,
.future h2 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.opening p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.story {
  padding: clamp(18px, 4vw, 42px) 0;
}

.story-chapter {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(320px, 1.26fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 7vw, 90px) 0;
}

.story-chapter-reverse {
  grid-template-columns: minmax(320px, 1.26fr) minmax(280px, 0.74fr);
}

.story-chapter-reverse .story-copy {
  order: 2;
}

.story-copy h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.story-copy p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
}

.story-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 0.44fr);
  gap: 14px;
}

.supporting-grid {
  display: grid;
  gap: 14px;
}

.photo-button,
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--night);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.photo-button img,
.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}

.photo-button:hover img,
.gallery-item:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.photo-button span,
.gallery-item span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: left;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.78);
}

.lead-photo {
  aspect-ratio: 4 / 5;
}

.small-photo {
  aspect-ratio: 1 / 1;
}

.gallery-section {
  padding: clamp(54px, 9vw, 110px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}

.gallery-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 330px);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 4px 28px;
  scroll-snap-type: x mandatory;
}

.gallery-item {
  aspect-ratio: 4 / 5;
  scroll-snap-align: start;
}

.future {
  padding: clamp(54px, 9vw, 108px) 0 clamp(70px, 10vw, 124px);
}

.future-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.future-item {
  min-height: 176px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-soft);
}

.future-item span {
  color: var(--jade);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.future-item p {
  margin: 18px 0 0;
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 64px clamp(14px, 4vw, 72px);
  background: rgba(10, 11, 13, 0.92);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-open {
  overflow: hidden;
}

.lightbox-figure {
  width: min(1120px, 100%);
  margin: 0;
}

.lightbox-figure img {
  max-height: 78svh;
  object-fit: contain;
  border-radius: 8px;
  background: #050608;
}

.lightbox-figure figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.icon-button {
  position: absolute;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.icon-button:hover {
  background: rgba(255, 255, 255, 0.18);
}

.lightbox-close {
  top: 18px;
  right: 18px;
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

noscript {
  display: block;
  padding: 16px;
  color: #fff;
  background: #8a2433;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    padding: 14px 16px;
  }

  .nav-links {
    max-width: 220px;
  }

  .nav-links a {
    padding: 5px 7px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-copy {
    padding-bottom: 48px;
  }

  .opening,
  .story-chapter,
  .story-chapter-reverse,
  .future-list {
    grid-template-columns: 1fr;
  }

  .story-chapter-reverse .story-copy {
    order: initial;
  }

  .story-photos {
    grid-template-columns: 1fr;
  }

  .supporting-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-strip {
    grid-auto-columns: minmax(210px, 74vw);
  }

  .lightbox {
    padding: 64px 14px;
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 18px;
  }
}

@media (max-width: 520px) {
  .brand span:last-child {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 4.2rem);
  }

  .supporting-grid {
    grid-template-columns: 1fr;
  }

  .future-item {
    min-height: auto;
  }
}
