:root {
  --ink: #072d3a;
  --ink-soft: #174859;
  --sea: #4f7f83;
  --cream: #f0dfb9;
  --paper: #f7ecd2;
  --paper-2: #ead5aa;
  --sun: #c96424;
  --sun-dark: #a84b17;
  --white: #fffaf0;
  --line: rgba(7,45,58,.18);
  --shadow: 0 24px 70px rgba(7,45,58,.16);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 5%, rgba(201,100,36,.10), transparent 29rem),
    radial-gradient(circle at 88% 17%, rgba(79,127,131,.10), transparent 34rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
}

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

.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(247,236,210,.90);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.035em;
  text-decoration: none;
  font-size: 1.06rem;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(7,45,58,.14);
}
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-weight: 750; font-size: .92rem; }
.nav-links a:hover { color: var(--sun-dark); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; }

.hero { padding: 76px 0 68px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(44px, 7vw, 90px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--sun-dark);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  line-height: 1.04;
  margin-top: 0;
}
h1 { font-size: clamp(3.35rem, 7vw, 6.65rem); margin-bottom: 22px; }
h2 { font-size: clamp(2.2rem, 4.8vw, 4.15rem); margin-bottom: 18px; }
h3 { font-size: 1.5rem; margin-bottom: 10px; }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.32rem); max-width: 730px; margin: 0 0 30px; color: var(--ink-soft); }
.hero-copy .lead { max-width: 670px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: .94rem;
  border: 1px solid transparent;
}
.btn-primary { background: var(--sun); color: var(--white); box-shadow: 0 10px 24px rgba(168,75,23,.22); }
.btn-primary:hover { background: var(--sun-dark); }
.btn-secondary { border-color: var(--ink); background: rgba(255,250,240,.34); }
.btn-secondary:hover { background: rgba(255,250,240,.8); }
.launch-note { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: .94rem; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 6px rgba(201,100,36,.12); }

.logo-stage {
  position: relative;
  isolation: isolate;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
}
.logo-stage::before,
.logo-stage::after {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  z-index: -1;
}
.logo-stage::before {
  width: 92%;
  top: 4%;
  left: 4%;
  border-radius: 32px;
  background: rgba(201,100,36,.10);
  transform: rotate(-4deg);
}
.logo-stage::after {
  width: 78%;
  bottom: -5%;
  right: -2%;
  border-radius: 32px;
  border: 2px solid rgba(7,45,58,.18);
}
.logo-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: clamp(16px, 2.8vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,250,240,.72);
  border-radius: 32px;
  border: 1px solid rgba(7,45,58,.15);
  box-shadow: var(--shadow);
  transform: rotate(.8deg);
  overflow: hidden;
}
.logo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section { padding: 84px 0; border-top: 1px solid var(--line); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-dark .lead, .section-dark .muted { color: rgba(247,236,210,.78); }
.section-sun { background: var(--sun); color: var(--white); }
.section-sun .lead { color: rgba(255,250,240,.90); }
.section-head { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: start; margin-bottom: 44px; }
.section-head p { margin-top: 0; }
.kicker { color: var(--sun); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: .78rem; }
.section-dark .kicker { color: #e79c67; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255,250,240,.36);
}
.card-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-weight: 900; margin-bottom: 20px; }
.section-dark .card { background: rgba(247,236,210,.07); border-color: rgba(247,236,210,.14); }
.section-dark .card-number { background: var(--sun); color: var(--white); }
.card p:last-child { margin-bottom: 0; }

.genre-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.pill { border: 1px solid rgba(247,236,210,.28); border-radius: 999px; padding: 8px 14px; font-weight: 800; font-size: .87rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.quote-card { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 4.5vw, 54px); background: var(--white); box-shadow: var(--shadow); }
.big-quote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4.6vw, 4rem); line-height: 1.04; letter-spacing: -.04em; }
.big-quote em { color: var(--sun-dark); font-style: normal; }

.npo-banner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.npo-banner h2 { margin-bottom: 18px; }
.npo-banner p { max-width: 760px; }
.npo-actions { display: flex; justify-content: flex-end; }

.launch-box {
  border-radius: var(--radius);
  padding: clamp(34px, 6vw, 74px);
  background: linear-gradient(135deg, rgba(255,250,240,.14), rgba(255,250,240,.06));
  border: 1px solid rgba(255,250,240,.22);
}
.launch-box .display-date { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 8vw, 7.8rem); line-height: .88; letter-spacing: -.06em; margin: 0 0 18px; }

.breadcrumbs { padding-top: 28px; font-size: .88rem; color: var(--ink-soft); }
.breadcrumbs a { text-decoration: none; font-weight: 800; }
.page-hero { padding: 46px 0 76px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.65rem); max-width: 990px; }
.page-hero .lead { max-width: 880px; }
.disclaimer { margin-top: 28px; padding: 16px 18px; border-left: 4px solid var(--sun); background: rgba(255,250,240,.55); font-size: .92rem; max-width: 880px; }

.compare { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.compare-card { padding: 32px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,250,240,.42); }
.compare-card ul { padding-left: 1.15rem; margin-bottom: 0; }
.compare-card li + li { margin-top: 9px; }

.faq { max-width: 880px; }
details { border-top: 1px solid var(--line); padding: 20px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 900; font-size: 1.06rem; }
details p { color: var(--ink-soft); margin: 12px 0 0; }

.site-footer { padding: 42px 0 48px; background: #052632; color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: end; }
.footer-title { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; margin-bottom: 6px; }
.footer-small { margin: 0; color: rgba(247,236,210,.64); font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 22px; }
.footer-links a { color: var(--paper); text-decoration: none; font-size: .88rem; font-weight: 800; }

.notice { font-size: .83rem; color: var(--ink-soft); }

@media (max-width: 900px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding-top: 48px; }
  .hero-grid, .section-head, .split, .npo-banner { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { order: 1; }
  .logo-stage { order: 2; width: min(82vw, 480px); }
  .cards { grid-template-columns: 1fr; }
  .npo-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-header { position: static; }
  .brand span { max-width: 170px; line-height: 1.05; }
  .nav-cta { padding: 9px 12px; }
  .hero, .section { padding-top: 58px; padding-bottom: 58px; }
  h1 { font-size: clamp(3rem, 17vw, 4.6rem); }
  .page-hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero-actions .btn { width: 100%; }
  .compare { grid-template-columns: 1fr; }
}
