:root {
  --bg: #f4ede3;
  --paper: rgba(255, 250, 244, 0.74);
  --ink: #111a34;
  --ink-soft: rgba(17, 26, 52, 0.66);
  --line: rgba(17, 26, 52, 0.12);
  --orange: #ff7a1a;
  --midnight: #071126;
  --glow: 0 30px 90px rgba(17, 26, 52, 0.14);
  --radius-xl: 40px;
  --radius-lg: 30px;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 122, 26, 0.24), transparent 23%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.7), transparent 20%),
    linear-gradient(135deg, #fbf6ef 0%, var(--bg) 52%, #f0e5d7 100%);
  color: var(--ink);
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

.shell {
  width: min(1180px, calc(100vw - 28px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 14px 0;
}

.stage {
  position: relative;
  min-height: calc(100vh - 28px);
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 250, 244, 0.7)),
    var(--paper);
  box-shadow: var(--glow);
  display: grid;
  align-content: space-between;
  gap: 36px;
}

.noise {
  position: absolute;
  border-radius: 999px;
  filter: blur(16px);
  pointer-events: none;
}

.noise-one {
  top: -6%;
  left: -8%;
  width: 42vw;
  height: 42vw;
  min-width: 260px;
  min-height: 260px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 122, 26, 0.54), rgba(255, 122, 26, 0.05) 58%, transparent 72%);
}

.noise-two {
  right: -12%;
  bottom: -8%;
  width: 48vw;
  height: 34vw;
  min-width: 300px;
  min-height: 220px;
  background:
    radial-gradient(circle at 45% 45%, rgba(17, 26, 52, 0.14), rgba(17, 26, 52, 0.02) 58%, transparent 76%);
}

.noise-three {
  top: 28%;
  left: 44%;
  width: 18vw;
  height: 18vw;
  min-width: 140px;
  min-height: 140px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.08) 60%, transparent 80%);
}

.brand,
.hero-copy,
.entry-grid {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
}

.brand-mark {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: linear-gradient(135deg, #ff8e3d, var(--orange));
  color: white;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(255, 122, 26, 0.28);
}

.brand-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy span {
  color: var(--ink-soft);
}

.hero-copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-top: auto;
}

.eyebrow,
.entry-kicker {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--orange);
}

h1,
h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 8ch;
  font-size: clamp(4.8rem, 10vw, 8.4rem);
  line-height: 0.86;
}

.entry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: end;
  gap: 18px;
}

.entry-card {
  position: relative;
  min-height: 320px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  display: grid;
  align-content: end;
  gap: 10px;
}

.entry-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  pointer-events: none;
}

.entry-card-dark {
  color: white;
  background:
    radial-gradient(circle at 22% 18%, rgba(54, 113, 255, 0.2), transparent 22%),
    radial-gradient(circle at 80% 24%, rgba(255, 122, 26, 0.16), transparent 28%),
    linear-gradient(145deg, #091329 0%, #0a1733 58%, #132957 100%);
  box-shadow: 0 24px 60px rgba(7, 17, 38, 0.28);
}

.entry-card-dark::before {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.entry-card-light {
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.74), transparent 22%),
    linear-gradient(160deg, rgba(255, 248, 239, 0.96), rgba(244, 229, 212, 0.86));
}

.entry-card-light::before {
  border: 1px solid rgba(17, 26, 52, 0.06);
}

.entry-card h2 {
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.9;
}

.entry-kicker {
  color: inherit;
  opacity: 0.72;
}

.entry-note {
  margin: 0;
  max-width: 17rem;
  color: inherit;
  opacity: 0.78;
  font-size: 1rem;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 54px;
  margin-top: 8px;
  padding: 0 22px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, border-color 150ms ease;
}

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

.button-dark {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

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

.button-light {
  background: var(--ink);
  color: white;
  box-shadow: 0 16px 34px rgba(17, 26, 52, 0.18);
}

.button-light:hover {
  background: #1a2750;
}

@media (max-width: 860px) {
  .entry-grid {
    grid-template-columns: 1fr;
  }

  .entry-card {
    min-height: 280px;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(3.8rem, 15vw, 6rem);
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100vw - 16px, 100%);
    padding: 8px 0;
  }

  .stage {
    min-height: calc(100vh - 16px);
    padding: 20px;
    gap: 28px;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .entry-card {
    min-height: 248px;
    padding: 22px;
  }

  .entry-card h2 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .button {
    width: 100%;
  }

  .noise-one {
    width: 78vw;
    height: 78vw;
  }

  .noise-two {
    width: 80vw;
    height: 54vw;
  }
}
