:root {
  --bg: #f5f0e7;
  --paper: #fffaf1;
  --ink: #111111;
  --muted: #70695f;
  --soft: #d8cfc0;
  --line: rgba(17, 17, 17, 0.15);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.08);
  --max: 1160px;
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.88), transparent 34rem),
    linear-gradient(135deg, #f7f2ea 0%, #efe6d8 100%);
  font-family: Arial, Helvetica, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

p {
  line-height: 1.75;
}

img {
  max-width: 100%;
}

.site-header {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.brand img {
  width: 92px;
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.78);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  width: min(var(--max), calc(100% - 40px));
  min-height: 74vh;
  margin: 0 auto 70px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.64), rgba(255,250,241,0.5)),
    var(--paper);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 90px 26px;
  position: relative;
  overflow: hidden;
}

.hero-bg-mark {
  position: absolute;
  inset: auto auto -95px 50%;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(12rem, 32vw, 27rem);
  line-height: 1;
  color: rgba(17, 17, 17, 0.035);
  pointer-events: none;
  letter-spacing: -0.12em;
}

.hero-content {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(3.3rem, 9vw, 8.4rem);
  line-height: 0.92;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 1.65rem;
  line-height: 1.1;
}

.tagline {
  margin: 22px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  letter-spacing: 0.04em;
}

.hero-copy {
  max-width: 700px;
  margin: 0 auto 32px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-light {
  background: rgba(255, 250, 241, 0.66);
  color: var(--ink);
}

.intro-section,
.section,
.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  margin-bottom: 70px;
}

.intro-card,
.intro-copy,
.section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.72);
  box-shadow: var(--shadow);
}

.intro-card {
  padding: 44px;
}

.intro-copy {
  padding: 44px;
  color: var(--muted);
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.section {
  padding: 64px;
  margin-bottom: 70px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p {
  color: var(--muted);
  max-width: 640px;
}

.file-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.file-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.38);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 160ms ease, background 160ms ease;
}

.file-card:hover {
  transform: translateY(-4px);
  background: var(--paper);
}

.file-number {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.file-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.merch-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.merch-preview p {
  color: var(--muted);
}

.final-cta {
  text-align: center;
  background: #111111;
  color: var(--paper);
}

.final-cta .eyebrow,
.final-cta p {
  color: rgba(255, 250, 241, 0.72);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 46px;
  color: var(--muted);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
}

.site-footer strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 6px 0 0;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 18px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--ink);
}

.copyright {
  text-align: right;
}

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

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    inset: 82px 20px auto 20px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 250, 241, 0.96);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .intro-section,
  .merch-preview,
  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .section,
  .intro-card,
  .intro-copy {
    padding: 34px 22px;
  }

  .copyright {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .site-header,
  .intro-section,
  .section,
  .site-footer,
  .hero {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    min-height: 68vh;
    padding: 72px 18px;
  }

  h1 {
    letter-spacing: 0.06em;
  }

  .button {
    width: 100%;
  }
}
