:root {
  --paper: #f4efe4;
  --paper-deep: #e1d5c0;
  --ink: #181714;
  --muted: #746c60;
  --line: rgba(24, 23, 20, 0.18);
  --metal: #596064;
  --malt: #b98231;
  --oxide: #742d23;
  --shadow: rgba(17, 14, 10, 0.34);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(24, 23, 20, 0.035) 1px, transparent 1px) 0 0 /
      72px 72px,
    var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.72;
}

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

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 4vw, 56px);
  color: #fff9ee;
  mix-blend-mode: difference;
}

.brand-mark {
  display: grid;
  gap: 2px;
  min-width: 178px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.brand-mark span:last-child,
.site-nav {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  white-space: nowrap;
}

.site-nav a {
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: currentColor;
}

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

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.82), rgba(9, 8, 6, 0.48) 42%, rgba(9, 8, 6, 0.1)),
    linear-gradient(0deg, rgba(9, 8, 6, 0.78), transparent 44%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 140px 0 86px;
  color: #fffaf0;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--malt);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin: 18px 0 4px;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(64px, 13vw, 164px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero-subtitle {
  margin: 8px 0 56px;
  color: rgba(255, 250, 240, 0.8);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 4vw, 52px);
  line-height: 1.05;
}

.hero-statement {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 7vw, 120px);
  max-width: 1080px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 250, 240, 0.36);
}

.hero-statement p {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.45;
}

.hero-statement p:last-child {
  color: rgba(255, 250, 240, 0.74);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.35;
}

.intro-band,
.story-section,
.principles-section,
.statement-section,
.site-footer {
  padding: clamp(76px, 11vw, 136px) clamp(20px, 4vw, 56px);
}

.intro-band {
  border-bottom: 1px solid var(--line);
}

.intro-grid,
.story-layout,
.statement-grid,
.site-footer {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: clamp(40px, 8vw, 112px);
  align-items: start;
  margin-top: 28px;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(38px, 6vw, 86px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

.intro-copy {
  display: grid;
  gap: 22px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 22px);
}

.intro-copy p,
.timeline p,
.principle p {
  margin: 0;
}

.story-section {
  background: #eee6d7;
  border-bottom: 1px solid var(--line);
}

.story-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(36px, 8vw, 112px);
}

.timeline {
  display: grid;
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.timeline article {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) minmax(0, 0.82fr);
  gap: clamp(22px, 5vw, 72px);
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.timeline time {
  color: var(--oxide);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.95;
}

.timeline p {
  color: var(--muted);
  font-size: 18px;
}

.timeline p:first-of-type {
  color: var(--ink);
  font-size: 20px;
}

.image-break {
  min-height: 46vw;
  max-height: 620px;
  overflow: hidden;
  background: #12100d;
}

.image-break img {
  width: 100%;
  height: 100%;
  min-height: 46vw;
  max-height: 620px;
  object-fit: cover;
}

.principles-section {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.principles-section h2 {
  margin-top: 20px;
  max-width: 760px;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.principle {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle-number {
  color: rgba(24, 23, 20, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 9vw, 132px);
  line-height: 0.8;
}

.principle h3 {
  margin: auto 0 0;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
  line-height: 1;
}

.principle p {
  color: var(--muted);
  font-size: 17px;
}

.principle p:first-of-type {
  color: var(--ink);
  font-size: 19px;
}

.statement-section {
  background: var(--ink);
  color: #fff8ec;
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 7vw, 100px);
}

.statement-section .section-kicker {
  color: #c3914a;
}

blockquote {
  margin: 22px 0 0;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: clamp(26px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.34;
}

article[lang="en"] blockquote {
  color: rgba(255, 248, 236, 0.78);
  font-size: clamp(24px, 3vw, 42px);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
  gap: clamp(42px, 8vw, 110px);
  background:
    linear-gradient(180deg, rgba(116, 45, 35, 0.08), transparent 42%),
    var(--paper-deep);
}

.footer-brand h2 {
  margin-top: 16px;
  font-size: clamp(34px, 5vw, 64px);
}

.footer-brand p:last-child {
  max-width: 420px;
  margin: 26px 0 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  gap: 0;
  margin: 0;
  font-style: normal;
  border-top: 1px solid var(--line);
}

.contact-grid p {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-grid b {
  min-height: 1.5em;
  color: var(--ink);
  font-size: 19px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    padding: 18px 20px;
  }

  .site-nav {
    gap: 12px;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-content {
    width: calc(100% - 40px);
    padding-bottom: 56px;
  }

  .hero-statement,
  .intro-grid,
  .story-layout,
  .statement-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .story-layout {
    gap: 28px;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .principle {
    min-height: 360px;
  }

  .image-break,
  .image-break img {
    min-height: 64vw;
  }
}

@media (max-width: 620px) {
  body {
    background-size: 48px 48px;
  }

  .site-header {
    position: absolute;
    color: #fff8ec;
    mix-blend-mode: normal;
  }

  .brand-mark {
    min-width: 130px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 168px;
  }

  .hero h1 {
    font-size: clamp(54px, 20vw, 92px);
  }

  .hero-subtitle {
    margin-bottom: 40px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 8, 6, 0.8), rgba(9, 8, 6, 0.36)),
      linear-gradient(0deg, rgba(9, 8, 6, 0.82), transparent 52%);
  }

  .intro-band,
  .story-section,
  .principles-section,
  .statement-section,
  .site-footer {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .principles-section {
    width: calc(100% - 32px);
  }

  .contact-grid p {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
