:root {
  color-scheme: light;
  --background: #fff8ee;
  --surface: #ffffff;
  --ink: #3b2a22;
  --muted: #77645a;
  --orange: #f77927;
  --orange-dark: #b94c12;
  --orange-soft: #ffefe2;
  --border: #e5d5c6;
  --shadow: 0 18px 50px rgba(73, 42, 20, 0.10);
  --max-width: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 205, 89, 0.16), transparent 32rem),
    var(--background);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-underline-offset: 0.18em; }
a:hover { color: var(--orange-dark); }
a:focus-visible { outline: 3px solid #6b93d6; outline-offset: 4px; border-radius: 6px; }

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

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 1.06rem;
  font-weight: 800;
  text-decoration: none;
}

.brand img { border-radius: 13px; }

nav { display: flex; align-items: center; gap: 26px; }
nav a { color: var(--muted); font-weight: 700; text-decoration: none; }
nav a[aria-current="page"] { color: var(--ink); }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
  padding: 64px 0 92px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -0.035em; }

h1 { margin-bottom: 24px; font-size: clamp(3.25rem, 7vw, 5.7rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 4vw, 3.55rem); }
h3 { margin-bottom: 10px; font-size: 1.35rem; }

.hero-text {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 16px; }
.hero-badges span {
  padding: 9px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  font-weight: 800;
}

.launch-note { margin: 0; color: var(--muted); font-size: 0.92rem; font-weight: 700; }

.hero-visual { position: relative; min-height: 520px; }
.mascot-card {
  position: absolute;
  inset: 0 8% 8% 4%;
  overflow: hidden;
  border: 1px solid rgba(229, 213, 198, 0.9);
  border-radius: 42px;
  background: linear-gradient(145deg, #fff 10%, #fff1df 100%);
  box-shadow: var(--shadow);
}
.mascot-card img { width: 100%; height: 100%; object-fit: contain; display: block; }

.mini-board {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 5px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(59, 42, 34, 0.24);
  transform: rotate(3deg);
}
.mini-board span { display: grid; place-items: center; border: 1px solid rgba(59, 42, 34, 0.18); font-size: 1.45rem; }
.region-a { background: #f6daaa; }
.region-b { background: #f4cbc6; }
.region-c { background: #cbe0c7; }
.region-d { background: #c1ddef; }
.region-e { background: #dbcfeb; }
.mini-board .puppy { color: var(--orange-dark); font-size: 1.2rem; }

.features { padding: 96px 0; border-top: 1px solid var(--border); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-grid article,
.document-card,
.faq-grid article {
  border: 1px solid var(--border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 26px rgba(73, 42, 20, 0.05);
}
.feature-grid article { padding: 30px; }
.feature-grid p,
.privacy-callout p,
.document-heading p,
.document-card p,
.faq-grid p { margin: 0; color: var(--muted); }
.feature-number { display: block; margin-bottom: 26px; color: var(--orange); font-weight: 900; }

.privacy-callout {
  margin: 30px auto 110px;
  padding: clamp(30px, 5vw, 62px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  border-radius: 34px;
  background: var(--ink);
  color: #fff9f2;
}
.privacy-callout p { max-width: 740px; color: #dbcfc8; }
.secondary-link,
.primary-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 15px;
  font-weight: 900;
  text-decoration: none;
}
.secondary-link { background: #fff9f2; color: var(--ink); white-space: nowrap; }
.primary-link { margin-top: 26px; background: var(--orange); color: #23160f; }

.document-page { max-width: 920px; padding: 72px 0 110px; }
.document-heading { max-width: 760px; margin-bottom: 38px; }
.document-heading h1 { font-size: clamp(3rem, 7vw, 5rem); }
.document-heading > p:not(.eyebrow) { font-size: 1.15rem; }
.document-card { padding: clamp(28px, 6vw, 64px); }
.document-card section + section { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--border); }
.document-card h2,
.faq-grid h2 { margin-bottom: 12px; font-size: 1.4rem; }
.document-card a { color: var(--orange-dark); font-weight: 800; }

.support-heading { text-align: center; margin-inline: auto; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-grid article { padding: 28px; }

footer {
  padding: 44px 0 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
  border-top: 1px solid var(--border);
}
footer p { margin: 4px 0 0; color: var(--muted); font-size: 0.9rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: var(--muted); font-weight: 700; }
.copyright { grid-column: 1 / -1; }

.not-found {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: 30px;
}
.not-found img { border-radius: 32px; margin-bottom: 24px; }
.not-found h1 { max-width: 720px; font-size: clamp(2.4rem, 6vw, 4.8rem); }
.not-found p:not(.eyebrow) { color: var(--muted); }

@media (max-width: 780px) {
  .site-header { min-height: 74px; }
  nav { gap: 15px; font-size: 0.9rem; }
  .brand span { display: none; }
  .hero { grid-template-columns: 1fr; padding: 48px 0 76px; }
  .hero-visual { min-height: 440px; }
  .feature-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .privacy-callout { grid-template-columns: 1fr; align-items: start; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 460px) {
  .site-header, main, footer { width: min(calc(100% - 28px), var(--max-width)); }
  nav a:first-child { display: none; }
  h1 { font-size: 3.2rem; }
  .hero-visual { min-height: 360px; }
  .mascot-card { inset: 0 5% 7% 0; border-radius: 30px; }
  .mini-board { width: 158px; border-width: 4px; border-radius: 19px; }
  .feature-grid article, .faq-grid article { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
