:root {
  color-scheme: dark;
  --paper: #050505;
  --paper-soft: #10100e;
  --ink: #f7f0e5;
  --muted: #c7bfb1;
  --line: rgba(237, 219, 177, 0.18);
  --gold: #d7b56d;
  --forest: #f1e2bd;
  --shadow: 0 28px 110px rgba(0, 0, 0, 0.72);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(90deg, rgba(237, 219, 177, 0.055) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(237, 219, 177, 0.045) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(135deg, rgba(215, 181, 109, 0.15), transparent 32%),
    var(--paper);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.55), rgba(5, 5, 5, 0.95) 58%, rgba(9, 8, 7, 0.98)),
    radial-gradient(circle at 50% 18%, rgba(215, 181, 109, 0.18), transparent 34%);
}

.page-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  min-height: 78svh;
  padding: clamp(56px, 9vw, 112px) 0 clamp(44px, 7vw, 72px);
  place-items: center;
  text-align: center;
}

.hero__mark {
  position: absolute;
  top: clamp(28px, 6vw, 64px);
  bottom: clamp(20px, 5vw, 48px);
  left: 50%;
  width: min(760px, 82vw);
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 999px 999px 16px 16px;
  background: linear-gradient(180deg, rgba(255, 248, 230, 0.055), rgba(255, 248, 230, 0.015));
  box-shadow: var(--shadow);
  pointer-events: none;
}

.hero__mark::before,
.hero__mark::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero__mark::before {
  inset: 18px;
  border: 1px solid rgba(215, 181, 109, 0.28);
  border-radius: inherit;
}

.hero__mark::after {
  right: 50%;
  bottom: -16px;
  width: 1px;
  height: 72px;
  background: var(--gold);
  opacity: 0.55;
}

.eyebrow,
.section-kicker,
.status,
.details span {
  margin: 0;
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.logo-frame {
  position: relative;
  z-index: 1;
  width: clamp(150px, 22vw, 238px);
  margin: clamp(28px, 5vw, 48px) auto 0;
  padding: 10px;
  border: 1px solid rgba(215, 181, 109, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(232, 224, 205, 0.92)),
    #f7f0e5;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.045),
    0 26px 70px rgba(0, 0, 0, 0.64),
    0 0 90px rgba(215, 181, 109, 0.22);
}

.logo {
  display: block;
  width: 100%;
  height: auto;
}

h1,
h2,
p {
  position: relative;
  z-index: 1;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin-top: clamp(24px, 4vw, 38px);
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  line-height: 0.9;
}

.lead {
  max-width: 690px;
  margin: clamp(24px, 4vw, 34px) auto 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.65vw, 1.24rem);
  line-height: 1.75;
}

.status {
  margin-top: clamp(26px, 5vw, 44px);
  padding: 12px 20px;
  border-top: 1px solid rgba(215, 181, 109, 0.42);
  border-bottom: 1px solid rgba(215, 181, 109, 0.42);
  color: var(--forest);
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(28px, 7vw, 92px);
  padding: clamp(40px, 8vw, 86px) 0 clamp(54px, 8vw, 98px);
  border-top: 1px solid var(--line);
}

.story__content {
  max-width: 730px;
}

.story h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 4.6vw, 4.35rem);
  line-height: 1.02;
}

.story p:not(.section-kicker) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.details {
  align-self: start;
  border-top: 1px solid var(--line);
}

.details div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.details strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 28px, 560px);
  }

  .hero {
    min-height: 76svh;
    padding-top: 44px;
  }

  .hero__mark {
    width: calc(100vw - 32px);
    border-radius: 240px 240px 12px 12px;
  }

  h1 {
    font-size: clamp(3.05rem, 18vw, 5rem);
  }

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

  .details div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .details strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .logo {
    animation: settle 900ms ease both;
  }

  .lead,
  .status,
  .story {
    animation: rise 700ms ease both;
  }
}

@keyframes settle {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
