:root {
  --cream: #f8f2e8;
  --cream-2: #fffaf1;
  --paper: rgba(255, 252, 245, 0.86);
  --paper-solid: #fffdf7;
  --ink: #14110d;
  --muted: #62574b;
  --soft: #8f877d;
  --line: rgba(54, 48, 39, 0.13);
  --green: #376b46;
  --green-dark: #17392d;
  --green-soft: #dfeadb;
  --green-pale: #edf4e9;
  --gold: #c39a3f;
  --gold-soft: #f7e2a4;
  --purple: #6a4b66;
  --purple-soft: #e1d9ed;
  --shadow: 0 24px 60px rgba(53, 43, 30, 0.16);
  --shadow-soft: 0 12px 34px rgba(53, 43, 30, 0.12);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1180px;
  --header-h: 86px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 22px);
}

body {
  margin: 0;
  min-width: 320px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  line-height: 1.55;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(221, 237, 216, 0.95), transparent 30rem),
    radial-gradient(circle at 88% 14%, rgba(238, 224, 204, 0.78), transparent 34rem),
    radial-gradient(circle at 82% 88%, rgba(222, 236, 218, 0.85), transparent 28rem),
    var(--cream);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img, svg {
  max-width: 100%;
  display: block;
}

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

a:hover {
  color: var(--green);
}

:focus-visible {
  outline: 3px solid rgba(55, 107, 70, 0.45);
  outline-offset: 4px;
  border-radius: 10px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--green-dark);
  color: white;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
  font-weight: 800;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-h);
  border-bottom: 1px solid rgba(49, 43, 34, 0.12);
  background: rgba(248, 242, 232, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  max-width: calc(var(--max) + 96px);
  margin: 0 auto;
  padding: 18px clamp(20px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  white-space: nowrap;
}

.brand-logo img {
  width: clamp(180px, 18vw, 255px);
  height: auto;
  display: block;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 252, 245, 0.72);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  top: 7px;
}

.nav-open .nav-toggle span {
  background: transparent;
}

.nav-open .nav-toggle span::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span::after {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  font-weight: 800;
  color: #554638;
  white-space: nowrap;
}

.site-nav a:hover {
  background: rgba(55, 107, 70, 0.09);
  color: var(--green-dark);
}

.site-nav a.nav-pill,
.site-nav a[aria-current="page"] {
  border: none;
  background: transparent;
  box-shadow: none;
}

.site-nav a[aria-current="page"] {
  color: var(--green-dark);
  background: rgba(55, 107, 70, 0.10);
}

main {
  overflow: hidden;
}

.section {
  max-width: calc(var(--max) + 96px);
  margin: 0 auto;
  padding: clamp(62px, 9vw, 108px) clamp(20px, 5vw, 48px);
}

.hero {
  padding-top: clamp(58px, 8vw, 96px);
  padding-bottom: clamp(70px, 9vw, 118px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: clamp(38px, 6vw, 86px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 16px 10px 12px;
  border-radius: 999px;
  background: var(--green-soft);
  color: #236234;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #319145;
  box-shadow: 0 0 0 9px rgba(49, 145, 69, 0.12);
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.5rem, 9.2vw, 8.6rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 900;
  max-width: 950px;
}

.hero h1 {
  font-size: clamp(3.05rem, 6.1vw, 5.6rem);
  line-height: 1.01;
  max-width: none;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  max-width: 680px;
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  color: #51483e;
  line-height: 1.42;
  margin-bottom: 28px;
}

.hero-support {
  max-width: 660px;
  margin-top: -8px;
  margin-bottom: 32px;
  font-size: 1.04rem;
  color: #766d62;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid rgba(55, 107, 70, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #0c9f75, #169785 58%, #28533b);
  box-shadow: 0 16px 30px rgba(22, 119, 83, 0.23);
}

.button-primary:hover {
  color: #fff;
  box-shadow: 0 20px 36px rgba(22, 119, 83, 0.28);
}

.button-secondary {
  color: var(--green-dark);
  background: rgba(255, 252, 245, 0.84);
}

.button-secondary:hover {
  background: var(--green-soft);
}

.hero-note {
  max-width: 550px;
  margin-top: 22px;
  margin-bottom: 0;
  color: #81786d;
  font-size: 0.92rem;
}

.hero-art {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-blob {
  position: absolute;
  inset: 8% 0 3% 4%;
  border-radius: 46% 54% 48% 52%;
  background:
    radial-gradient(circle at 30% 20%, rgba(237, 246, 232, 0.92), transparent 33%),
    radial-gradient(circle at 76% 23%, rgba(247, 226, 164, 0.38), transparent 34%),
    linear-gradient(135deg, rgba(255,252,245,0.88), rgba(228,238,223,0.7));
  box-shadow: inset 0 0 0 1px rgba(55, 107, 70, 0.08), var(--shadow-soft);
}

.phone {
  position: absolute;
  width: min(44vw, 355px);
  min-width: 220px;
  aspect-ratio: 941 / 2048;
  border-radius: 36px;
  overflow: hidden;
  background: #fffdf7;
  box-shadow: 0 28px 75px rgba(28, 23, 16, 0.22), 0 0 0 8px rgba(255,252,245,0.7), 0 0 0 9px rgba(49,43,34,0.08);
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-main {
  z-index: 3;
  right: 12%;
  top: 2%;
  transform: rotate(2deg);
}

.phone-secondary {
  z-index: 2;
  left: 4%;
  top: 15%;
  width: min(39vw, 315px);
  opacity: 0.93;
  transform: rotate(-8deg);
}

.phone-tertiary {
  z-index: 1;
  right: 0;
  bottom: 2%;
  width: min(35vw, 285px);
  opacity: 0.88;
  transform: rotate(9deg);
}

.section-heading {
  max-width: 770px;
  margin-bottom: 34px;
}

.section-label {
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.86rem;
  margin-bottom: 12px;
}

h2 {
  font-size: clamp(2.25rem, 4.7vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 900;
  margin-bottom: 18px;
}

.section-lede {
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  color: var(--muted);
  max-width: 760px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 282px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 245, 0.78);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: auto -50px -70px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--accent-bg, rgba(55, 107, 70, 0.12));
}

.feature-card h3 {
  margin: 22px 0 10px;
  font-size: 1.65rem;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  position: relative;
  z-index: 1;
}

.feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--accent-bg, var(--green-soft));
  color: var(--accent, var(--green));
}

.feature-icon svg {
  width: 30px;
  height: 30px;
}

.accent-garden { --accent: #17392d; --accent-bg: #dfeadb; }
.accent-learn { --accent: #376b46; --accent-bg: #e5eee0; }
.accent-play { --accent: #b98521; --accent-bg: #f7e2a4; }
.accent-shop { --accent: #6a4b66; --accent-bg: #e1d9ed; }

.showcase {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
}

.showcase-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.66fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 245, 0.70);
  box-shadow: var(--shadow-soft);
}

.showcase-row:nth-child(even) {
  grid-template-columns: minmax(320px, 0.66fr) minmax(0, 0.9fr);
}

.showcase-row:nth-child(even) .showcase-copy {
  grid-column: 2;
  grid-row: 1;
}

.showcase-row:nth-child(even) .screenshot-wrap {
  grid-column: 1;
  grid-row: 1;
}

.showcase-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.6vw, 4.1rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.showcase-copy p {
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4d4339;
  font-weight: 720;
}

.check-list li::before {
  content: "";
  flex: 0 0 auto;
  margin-top: 0.5em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(55, 107, 70, 0.12);
}

.screenshot-wrap {
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 24px);
}

.screenshot-card {
  width: min(100%, 338px);
  border-radius: 36px;
  overflow: hidden;
  background: #fffdf7;
  box-shadow: 0 26px 60px rgba(27, 23, 17, 0.2), 0 0 0 8px rgba(255, 252, 245, 0.75), 0 0 0 9px rgba(49,43,34,0.08);
}

.screenshot-card img {
  width: 100%;
  aspect-ratio: 941 / 2048;
  object-fit: cover;
}

.dual-screens {
  position: relative;
  min-height: 560px;
}

.dual-screens .screenshot-card:first-child {
  position: absolute;
  left: 2%;
  top: 0;
  transform: rotate(-4deg);
}

.dual-screens .screenshot-card:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}

.also-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mini-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 245, 0.78);
  box-shadow: var(--shadow-soft);
}

.mini-card img {
  width: 92px;
  height: 144px;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(40, 32, 21, 0.14);
}

.mini-card h3 {
  margin-bottom: 6px;
  letter-spacing: -0.04em;
  font-size: 1.45rem;
}

.mini-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.about-section {
  padding-top: 0;
}

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  padding: clamp(30px, 6vw, 68px);
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(223, 234, 219, 0.95), transparent 20rem),
    radial-gradient(circle at 90% 20%, rgba(247, 226, 164, 0.28), transparent 24rem),
    rgba(255,252,245,0.78);
  box-shadow: var(--shadow);
}

.about-card p {
  color: var(--muted);
  font-size: 1.08rem;
}

.values {
  display: grid;
  gap: 12px;
}

.value {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 252, 245, 0.82);
  border: 1px solid rgba(49, 43, 34, 0.11);
}

.value strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green-dark);
}

.contact-card {
  text-align: center;
  padding: clamp(34px, 7vw, 78px);
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(23,57,45,0.96), rgba(55,107,70,0.92));
  color: white;
  box-shadow: var(--shadow);
}

.contact-card h2 {
  color: white;
}

.contact-card p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.78);
  font-size: 1.12rem;
}

.contact-card .button-primary {
  background: #fffdf7;
  color: var(--green-dark);
  box-shadow: 0 16px 30px rgba(0,0,0,0.18);
}

.contact-email {
  margin-top: 20px;
  color: rgba(255,255,255,0.88);
  font-weight: 800;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 252, 245, 0.55);
}

.footer-inner {
  max-width: calc(var(--max) + 96px);
  margin: 0 auto;
  padding: 34px clamp(20px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #6b6054;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 750;
}

.footer-links a:hover {
  color: var(--green-dark);
}

.legal-main {
  max-width: calc(980px + 96px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 92px) clamp(20px, 5vw, 48px) clamp(76px, 10vw, 128px);
}

.legal-card {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 252, 245, 0.86);
  box-shadow: var(--shadow-soft);
}

.legal-card h1 {
  margin-bottom: 10px;
  font-size: clamp(3.1rem, 8vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.updated {
  margin: 0 0 28px;
  color: #6b6054;
  font-weight: 850;
  font-size: 1.08rem;
}

.legal-content {
  color: #4f463d;
  font-size: 1.02rem;
}

.legal-content h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 850;
}

.legal-content h3 {
  margin: 26px 0 8px;
  color: var(--ink);
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.legal-content p, .legal-content li {
  color: #5d5348;
}

.legal-content ul {
  padding-left: 1.2rem;
}

.legal-content li + li {
  margin-top: 0.4rem;
}

.legal-content a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.notice-box {
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid rgba(55,107,70,0.18);
  border-radius: 20px;
  background: rgba(223,234,219,0.45);
  color: #4d4339;
}

.not-found {
  min-height: calc(100vh - var(--header-h) - 100px);
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found-card {
  max-width: 660px;
  padding: clamp(34px, 7vw, 70px);
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 252, 245, 0.85);
  box-shadow: var(--shadow-soft);
}

@media (max-width: 1080px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .also-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 76px;
  }

  .header-inner {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: var(--header-h);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 252, 245, 0.96);
    box-shadow: var(--shadow-soft);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 16px;
    border-radius: 16px;
  }

  .site-nav a.nav-pill,
  .site-nav a[aria-current="page"] {
    background: rgba(55, 107, 70, 0.10);
  }

  .hero-grid,
  .showcase-row,
  .showcase-row:nth-child(even),
  .about-card {
    grid-template-columns: 1fr;
  }

  .showcase-row:nth-child(even) .showcase-copy,
  .showcase-row:nth-child(even) .screenshot-wrap {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-art {
    min-height: 680px;
    margin-top: 16px;
    overflow: hidden;
  }

  .phone {
    width: min(62vw, 300px);
  }

  .phone-main {
    right: 12%;
    top: 1%;
  }

  .phone-secondary {
    left: 8%;
    top: 15%;
    width: min(52vw, 252px);
  }

  .phone-tertiary {
    display: none;
  }

  .dual-screens {
    min-height: auto;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dual-screens .screenshot-card:first-child,
  .dual-screens .screenshot-card:last-child {
    position: static;
    transform: none;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .brand-logo img {
    width: 185px;
  }

  h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11.4vw, 3.35rem);
    line-height: 1.05;
  }

  .hero-copy {
    font-size: 1.22rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 220px;
  }

  .hero-art {
    min-height: 540px;
    margin-top: 18px;
  }

  .phone {
    width: min(57vw, 230px);
    border-radius: 28px;
    box-shadow: 0 20px 48px rgba(28, 23, 16, 0.2), 0 0 0 6px rgba(255,252,245,0.7), 0 0 0 7px rgba(49,43,34,0.08);
  }

  .phone-main {
    right: 4%;
    top: 2%;
  }

  .phone-secondary {
    left: 3%;
    top: 19%;
    width: min(50vw, 200px);
  }

  .showcase-row {
    padding: 20px;
    border-radius: 28px;
  }

  .dual-screens {
    grid-template-columns: 1fr;
  }

  .screenshot-card {
    max-width: 300px;
  }

  .mini-card {
    grid-template-columns: 70px minmax(0,1fr);
    gap: 14px;
  }

  .mini-card img {
    width: 70px;
    height: 110px;
    border-radius: 14px;
  }

  .legal-card h1 {
    font-size: 3.2rem;
  }
}

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

.cta-center { justify-content: center; }
