:root {
  color-scheme: light;
  font-family:
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2a1f1a;
  background: #faf7f2;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(200, 146, 59, 0.16),
      transparent 33rem
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(232, 196, 196, 0.3),
      transparent 30rem
    ),
    #faf7f2;
}

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

.site-header,
main,
footer {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
}

.site-header nav {
  display: flex;
  gap: 22px;
}

.site-header nav a,
footer a {
  color: #6b5f56;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
footer a:hover,
footer a:focus-visible,
.content-card a:hover,
.content-card a:focus-visible {
  color: #9b5c5c;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  border-radius: 10px;
  box-shadow: 0 8px 24px -10px rgba(42, 31, 26, 0.4);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
  min-height: calc(100vh - 190px);
  padding: 64px 0 92px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #9b5c5c;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.lede {
  max-width: 590px;
  margin-bottom: 30px;
  color: #4a3f38;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.launch-badge {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(200, 146, 59, 0.36);
  border-radius: 999px;
  background: rgba(200, 146, 59, 0.13);
  color: #6d4b18;
  font-weight: 600;
}

.requirement {
  max-width: 540px;
  margin: 18px 0 0;
  color: #6b5f56;
  font-size: 0.82rem;
  line-height: 1.6;
}

.feature-card {
  overflow: hidden;
  border: 1px solid rgba(120, 100, 80, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 4px 6px rgba(40, 25, 15, 0.06),
    0 24px 60px -20px rgba(40, 25, 15, 0.2);
  backdrop-filter: blur(18px);
}

.feature {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 30px;
}

.feature + .feature {
  border-top: 1px solid rgba(120, 100, 80, 0.12);
}

.feature-number {
  padding-top: 4px;
  color: #c8923b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85rem;
  font-weight: 700;
}

.feature h2 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.feature p {
  margin-bottom: 0;
  color: #6b5f56;
  line-height: 1.6;
}

.document-page {
  max-width: 900px;
  padding: 68px 0 100px;
}

.document-header {
  max-width: 720px;
  margin-bottom: 54px;
}

.document-header h1 {
  font-size: clamp(3rem, 8vw, 5.6rem);
}

.primary-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: #c8923b;
  box-shadow: 0 10px 26px -14px rgba(42, 31, 26, 0.5);
  color: #2a1f1a;
  font-weight: 600;
  text-decoration: none;
}

.primary-link:hover,
.primary-link:focus-visible {
  background: #b07f2e;
}

.support-sections {
  display: grid;
  gap: 22px;
}

.content-card {
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid rgba(120, 100, 80, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 32px -20px rgba(40, 25, 15, 0.2);
}

.content-card h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.content-card p,
.content-card li {
  color: #4a3f38;
  line-height: 1.75;
}

.content-card p:last-child,
.content-card ol:last-child,
.content-card ul:last-child {
  margin-bottom: 0;
}

.content-card ol,
.content-card ul {
  margin: 0 0 20px;
  padding-left: 1.4rem;
}

.content-card li + li {
  margin-top: 8px;
}

.content-card a:not(.primary-link) {
  color: #8a5c17;
  font-weight: 600;
}

.warning {
  padding: 18px 20px;
  border: 1px solid rgba(200, 146, 59, 0.28);
  border-radius: 14px;
  background: rgba(200, 146, 59, 0.12);
  color: #4a3f38;
  line-height: 1.65;
}

.policy-date {
  margin: 24px 0 0;
  color: #6b5f56;
  font-size: 0.9rem;
}

.privacy-policy .content-card h2 {
  scroll-margin-top: 24px;
}

footer {
  display: flex;
  gap: 22px;
  align-items: center;
  min-height: 98px;
  padding: 28px 0;
  border-top: 1px solid rgba(120, 100, 80, 0.14);
  color: #8a7e74;
  font-size: 0.82rem;
}

@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 0 76px;
  }

  h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .feature-card {
    max-width: 600px;
  }
}

@media (max-width: 480px) {
  .site-header,
  main,
  footer {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    min-height: 76px;
  }

  .site-header nav {
    gap: 14px;
  }

  .site-header nav a {
    font-size: 0.84rem;
  }

  .hero {
    gap: 48px;
    padding-top: 36px;
  }

  .feature {
    grid-template-columns: 30px 1fr;
    gap: 12px;
    padding: 24px 20px;
  }

  .document-page {
    padding-top: 44px;
  }

  footer {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
