:root {
  --background: #f5f1ea;
  --surface: #fffaf2;
  --surface-strong: #ffffff;
  --text: #17120d;
  --muted: #655d53;
  --line: #ddd3c4;
  --primary: #1f3d2b;
  --primary-contrast: #fffaf2;
  --accent: #b86f2d;
  --accent-soft: #f0dfcf;
  --shadow: 0 24px 80px rgba(31, 61, 43, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(184, 111, 45, 0.18), transparent 34rem),
    linear-gradient(180deg, #fffaf2 0%, var(--background) 48%, #efe7dc 100%);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 10;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--text);
  color: var(--primary-contrast);
  padding: 0.75rem 1rem;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(221, 211, 196, 0.8);
  background: rgba(255, 250, 242, 0.88);
  backdrop-filter: blur(18px);
}

.nav,
.hero,
.section,
.site-footer {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.brand,
.nav-links,
.hero-actions,
.footer-links {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand {
  min-height: 44px;
  font-weight: 750;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--primary);
  color: var(--primary-contrast);
  font-size: 1.15rem;
}

.nav-links {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a,
.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(3rem, 7vw, 6rem);
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.35rem;
  font-size: clamp(3rem, 8vw, 6.8rem);
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.hero-copy,
.section-heading p,
.contact-section p,
.policy p {
  color: var(--muted);
}

.hero-copy {
  max-width: 680px;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 2rem;
}

.button,
.contact-email {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  font-weight: 750;
  text-decoration: none;
}

.button-primary {
  background: var(--primary);
  color: var(--primary-contrast);
}

.button-secondary,
.contact-email {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
  color: var(--primary);
}

.verification-card,
.product-card,
.contact-section,
.policy {
  border: 1px solid rgba(221, 211, 196, 0.82);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: var(--shadow);
}

.verification-card {
  padding: clamp(1.4rem, 4vw, 2.2rem);
}

.card-label {
  margin-bottom: 0.2rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
  text-transform: uppercase;
}

.card-title {
  margin-bottom: 1.5rem;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 820;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

dl {
  display: grid;
  gap: 1rem;
  margin: 0;
}

dl div {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

dt {
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 750;
  text-transform: uppercase;
}

dd {
  margin: 0.25rem 0 0;
  font-weight: 700;
}

.section {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.35rem, 4vw, 2rem);
}

.product-card p {
  color: var(--muted);
}

.status {
  width: fit-content;
  margin-bottom: 1rem;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-live {
  background: rgba(31, 61, 43, 0.12);
  color: var(--primary);
}

.status-soon {
  background: var(--accent-soft);
  color: #7a4316;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 800;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.contact-section > div {
  max-width: 650px;
}

.policy-page {
  width: min(860px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.policy {
  padding: clamp(1.5rem, 5vw, 3rem);
}

.policy h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.policy h2 {
  margin-top: 2rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.updated {
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.5rem;
  color: var(--muted);
}

.site-footer p {
  margin-bottom: 0.35rem;
}

@media (max-width: 760px) {
  .site-header {
    position: static;
  }

  .nav,
  .brand,
  .nav-links,
  .hero,
  .product-grid,
  .contact-section,
  .site-footer {
    display: block;
  }

  .brand {
    display: flex;
    margin: 0.85rem 0;
  }

  .nav-links {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0.8rem;
  }

  .hero {
    padding-top: 3rem;
  }

  .verification-card,
  .product-card {
    margin-top: 1rem;
  }

  .product-card {
    min-height: 0;
  }

  .contact-email {
    width: 100%;
    margin-top: 1rem;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
