@font-face {
  font-family: "Fredoka";
  src: url("/assets/FredokaOne-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

:root {
  --cream: #fff8ee;
  --paper: #fffdf8;
  --paper-soft: #fff3e5;
  --coral: #ff765f;
  --coral-deep: #d94d35;
  --green: #66bd72;
  --green-deep: #35884b;
  --yellow: #ffc94e;
  --brown: #5d4639;
  --brown-soft: #816658;
  --peach-line: #f2d1a9;
  --shadow: 0 24px 70px rgba(122, 80, 46, 0.14);
  --shadow-soft: 0 14px 34px rgba(111, 72, 40, 0.11);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brown);
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 202, 91, 0.11), transparent 24rem),
    radial-gradient(circle at 90% 13%, rgba(102, 189, 114, 0.10), transparent 26rem),
    var(--cream);
  font-family: ui-rounded, "Avenir Next", "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, .eyebrow, .button, .site-nav, .trust-grid strong, .footer-grid h2 {
  font-family: "Fredoka", ui-rounded, system-ui, sans-serif;
  font-weight: 400;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.025em; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -80px;
  padding: 12px 18px;
  border-radius: 12px;
  color: white;
  background: var(--brown);
  transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; }
.section-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(242, 209, 169, 0);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 248, 238, 0.9);
  border-color: rgba(242, 209, 169, 0.9);
  box-shadow: 0 8px 28px rgba(93, 70, 57, 0.06);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(var(--max), calc(100% - 40px));
  min-height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; width: 168px; text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 15px; }
.site-nav a { text-decoration: none; transition: color 0.2s ease, transform 0.2s ease; }
.site-nav a:hover { color: var(--coral-deep); transform: translateY(-1px); }
.site-nav .nav-cta {
  padding: 11px 19px 12px;
  color: white;
  background: linear-gradient(180deg, #ff8b73, var(--coral));
  border: 2px solid rgba(217, 77, 53, 0.36);
  border-radius: 16px;
  box-shadow: 0 5px 0 var(--coral-deep), 0 12px 24px rgba(217, 77, 53, 0.2);
}
.site-nav .nav-cta:hover { color: white; transform: translateY(1px); box-shadow: 0 3px 0 var(--coral-deep), 0 8px 18px rgba(217, 77, 53, 0.16); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--peach-line); border-radius: 14px; background: var(--paper); }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--brown); }

.hero {
  min-height: 760px;
  padding: 92px 0 96px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 54px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green-deep);
  font-size: 15px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.mini-jewel { width: 13px; height: 13px; transform: rotate(45deg); border-radius: 4px; background: linear-gradient(135deg, #ffd974, #f7a835); box-shadow: inset 2px 2px 0 rgba(255,255,255,.65), 0 3px 7px rgba(207,136,28,.2); }
.hero h1 { margin-bottom: 26px; font-size: clamp(53px, 6vw, 82px); }
.hero h1 span { color: var(--coral); text-shadow: 0 4px 0 rgba(217, 77, 53, 0.10); }
.hero-copy > p { max-width: 600px; margin-bottom: 30px; color: var(--brown-soft); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 23px;
  border-radius: 19px;
  text-decoration: none;
  line-height: 1.05;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(2px); }
.button-primary { min-width: 190px; flex-direction: column; color: white; background: linear-gradient(180deg, #ff927c 0%, var(--coral) 70%); border: 2px solid rgba(217, 77, 53, .55); box-shadow: 0 7px 0 var(--coral-deep), 0 18px 32px rgba(217,77,53,.19), inset 0 2px 0 rgba(255,255,255,.42); }
.button-primary:hover { box-shadow: 0 4px 0 var(--coral-deep), 0 12px 25px rgba(217,77,53,.16), inset 0 2px 0 rgba(255,255,255,.42); }
.button-kicker { font-family: ui-rounded, system-ui, sans-serif; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.button-primary strong { font-size: 20px; font-weight: 400; }
.button-secondary { color: var(--brown); border: 2px solid var(--peach-line); background: rgba(255,255,255,.64); box-shadow: 0 5px 0 #efd0aa; }
.hero-notes { display: flex; gap: 22px; flex-wrap: wrap; margin: 30px 0 0; padding: 0; list-style: none; color: #8b7164; font-size: 13px; }
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }

.hero-art { position: relative; padding: 26px; }
.hero-art::before { content: ""; position: absolute; inset: 8% 3%; border: 2px solid rgba(242, 209, 169, .75); border-radius: 44% 56% 49% 51% / 56% 41% 59% 44%; transform: rotate(-4deg); }
.hero-art img { position: relative; z-index: 2; width: 100%; height: auto; aspect-ratio: 1500 / 931; object-fit: contain; filter: drop-shadow(0 32px 32px rgba(96, 63, 38, 0.15)); }
.sun-glow { position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; left: 9%; top: 5%; background: radial-gradient(circle, rgba(255,213,130,.45), rgba(255,247,232,0) 68%); }
.floating-bead { position: absolute; z-index: 3; width: 24px; height: 24px; border: 2px solid rgba(255,255,255,.85); border-radius: 9px; transform: rotate(10deg); box-shadow: inset 4px 4px 5px rgba(255,255,255,.5), 0 8px 15px rgba(94,68,47,.16); }
.bead-coral { right: 5%; top: 13%; background: var(--coral); animation: float 4.4s ease-in-out infinite; }
.bead-green { left: 1%; bottom: 16%; background: var(--green); animation: float 5.1s ease-in-out .6s infinite; }
.bead-yellow { right: 10%; bottom: 6%; background: var(--yellow); animation: float 4.8s ease-in-out 1.2s infinite; }
@keyframes float { 50% { transform: translateY(-12px) rotate(-7deg); } }

.trust-strip { border-block: 1px solid rgba(242,209,169,.8); background: rgba(255,255,255,.42); }
.trust-grid { min-height: 128px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid div { min-height: 56px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-right: 1px solid var(--peach-line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: var(--coral); font-size: 30px; line-height: 1; }
.trust-grid span { margin-top: 7px; color: var(--brown-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }

.features { padding: 126px 0 140px; }
.section-heading { max-width: 780px; margin: 0 auto 62px; text-align: center; }
.section-heading h2, .split-copy h2, .daily-copy h2, .final-cta h2 { font-size: clamp(40px, 5vw, 62px); }
.section-heading p { max-width: 630px; margin-inline: auto; color: var(--brown-soft); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-card { min-height: 318px; padding: 38px 34px; border: 2px solid rgba(242,209,169,.75); border-radius: 34px; background: rgba(255,253,248,.86); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-7px) rotate(-.3deg); box-shadow: var(--shadow); }
.feature-card h3 { margin: 26px 0 13px; font-size: 29px; }
.feature-card p { color: var(--brown-soft); }
.feature-icon { width: 76px; height: 76px; position: relative; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--peach-line); border-radius: 25px; background: linear-gradient(145deg, #fff, #fff2e1); box-shadow: 0 6px 0 #efd1ad, inset 0 2px 0 white; }
.icon-sort { gap: 4px; }
.icon-sort i { width: 16px; height: 16px; border-radius: 6px; border: 2px solid white; box-shadow: inset 2px 2px 2px rgba(255,255,255,.35); }
.icon-sort i:nth-child(1) { background: var(--coral); transform: translateY(8px); }
.icon-sort i:nth-child(2) { background: var(--yellow); transform: translateY(-6px); }
.icon-sort i:nth-child(3) { background: var(--green); transform: translateY(4px); }
.icon-bloom i { width: 22px; height: 32px; border-radius: 100% 0 100% 0; background: var(--green); transform: rotate(-12deg); box-shadow: 15px -5px 0 #ff987f, -10px -12px 0 #ffca61; }
.icon-spark { color: #f0aa2a; font-size: 43px; text-shadow: 17px 12px 0 rgba(102,189,114,.35), -14px 15px 0 rgba(255,118,95,.28); }

.showcase { position: relative; overflow: hidden; padding: 118px 0; }
.showcase-garden { background: linear-gradient(180deg, rgba(225,244,217,.62), rgba(255,248,238,.2)); border-block: 1px solid rgba(167,207,151,.45); }
.showcase-gallery { background: linear-gradient(180deg, rgba(255,238,220,.62), rgba(255,248,238,.4)); }
.split-layout { display: grid; grid-template-columns: 0.82fr 1fr; align-items: center; gap: 110px; }
.split-layout.reverse { grid-template-columns: 1fr .82fr; }
.split-layout.reverse .phone-stage { order: 2; }
.split-layout.reverse .split-copy { order: 1; }
.phone-stage { position: relative; min-height: 710px; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: rgba(255,255,255,.52); border: 2px dashed rgba(242,209,169,.9); }
.phone-frame { position: relative; z-index: 2; width: 330px; padding: 9px; border: 9px solid #fffdf8; border-radius: 52px; background: #fff; box-shadow: 0 38px 70px rgba(91,62,43,.22), 0 0 0 2px var(--peach-line); overflow: hidden; }
.phone-frame::before { content: ""; position: absolute; z-index: 4; top: 8px; left: 50%; width: 92px; height: 22px; transform: translateX(-50%); border-radius: 0 0 14px 14px; background: #fffdf8; }
.phone-frame img { width: 100%; height: auto; aspect-ratio: 760 / 1643; object-fit: contain; border-radius: 37px; }
.tilt-left { transform: rotate(-4deg); }
.tilt-right { transform: rotate(4deg); }
.split-copy h2 { max-width: 640px; margin-bottom: 24px; }
.split-copy > p { max-width: 590px; color: var(--brown-soft); font-size: 18px; }
.check-list { margin: 30px 0 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list li::before { content: "✓"; width: 29px; height: 29px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 4px 0 var(--green-deep); font-weight: 800; }
.leaf { position: absolute; z-index: 1; width: 58px; height: 33px; border-radius: 100% 0 100% 0; background: rgba(102,189,114,.42); }
.leaf-one { left: 4%; top: 22%; transform: rotate(-33deg); }
.leaf-two { right: 7%; bottom: 18%; transform: rotate(145deg) scale(.7); }
.quote-card { position: relative; max-width: 560px; margin-top: 34px; padding: 28px 30px 22px 72px; border: 2px solid var(--peach-line); border-radius: 25px; background: rgba(255,255,255,.62); box-shadow: var(--shadow-soft); }
.quote-card p { margin: 0; color: var(--brown-soft); font-size: 16px; font-style: italic; }
.quote-mark { position: absolute; left: 24px; top: 12px; color: var(--coral); font-family: Georgia, serif; font-size: 72px; line-height: 1; }

.daily { padding: 134px 0; }
.daily-card { min-height: 670px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; padding: 70px 80px; border: 2px solid var(--peach-line); border-radius: 52px; background: radial-gradient(circle at 80% 16%, rgba(255,207,105,.26), transparent 23rem), linear-gradient(145deg, #fffefb, #fff2e5); box-shadow: var(--shadow); overflow: hidden; }
.daily-copy { position: relative; z-index: 3; }
.daily-copy p { max-width: 520px; color: var(--brown-soft); font-size: 18px; }
.daily-visual { align-self: end; height: 600px; overflow: hidden; border: 8px solid white; border-radius: 44px 44px 0 0; box-shadow: 0 28px 55px rgba(105,72,46,.2); transform: rotate(3deg) translateY(85px); }
.daily-visual img { width: 100%; height: auto; aspect-ratio: 760 / 1643; object-fit: contain; }
.text-link { display: inline-flex; gap: 8px; margin-top: 12px; color: var(--coral-deep); font-family: "Fredoka", system-ui, sans-serif; text-decoration: none; font-size: 19px; }
.text-link:hover { text-decoration: underline; }

.final-cta { padding: 112px 0; background: linear-gradient(180deg, rgba(102,189,114,.17), rgba(255,201,78,.16)); border-top: 1px solid rgba(102,189,114,.28); }
.final-cta-inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.final-cta img { width: min(390px, 80vw); margin-bottom: 24px; }
.final-cta h2 { margin-bottom: 14px; }
.final-cta p { margin-bottom: 30px; color: var(--brown-soft); font-size: 18px; }
.sparkle { position: absolute; color: var(--yellow); font-size: 42px; }
.sparkle-left { left: 12%; top: 18%; }
.sparkle-right { right: 13%; bottom: 18%; color: var(--coral); font-size: 30px; }

.site-footer { padding: 72px 0 28px; color: #f9f0e4; background: #4f3a30; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 52px; }
.footer-brand img { width: 170px; filter: drop-shadow(0 4px 0 rgba(0,0,0,.12)); }
.footer-brand p { max-width: 330px; margin: 20px 0 0; color: #d9c9bc; }
.footer-grid h2 { margin-bottom: 18px; color: #ffcb74; font-size: 16px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a { display: block; width: fit-content; margin: 10px 0; color: #e7d8cc; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 62px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #bda99c; font-size: 12px; }

.legal-main { padding: 80px 0 120px; }
.legal-hero { padding: 56px 0 28px; text-align: center; }
.legal-hero h1 { margin-bottom: 16px; font-size: clamp(45px, 7vw, 72px); }
.legal-hero p { color: var(--brown-soft); }
.legal-card { max-width: 860px; margin: 32px auto 0; padding: 54px 64px; border: 2px solid var(--peach-line); border-radius: 34px; background: rgba(255,253,248,.9); box-shadow: var(--shadow-soft); }
.legal-card h2 { margin-top: 42px; font-size: 26px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin-top: 28px; font-size: 20px; }
.legal-card p, .legal-card li { color: var(--brown-soft); }
.legal-card a { color: var(--coral-deep); }
.legal-card .effective { padding: 13px 17px; border-radius: 14px; background: var(--paper-soft); color: var(--brown); }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.support-item { padding: 26px; border: 2px solid var(--peach-line); border-radius: 24px; background: white; }
.support-item h2 { margin: 0 0 10px; font-size: 24px; }
.support-item p { margin-bottom: 0; }
.contact-panel { margin-top: 26px; padding: 32px; text-align: center; border-radius: 26px; background: linear-gradient(145deg, #ffe8d5, #fff6e9); }
.contact-panel h2 { margin-top: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .hero-art { width: min(760px, 100%); margin-inline: auto; }
  .split-layout, .split-layout.reverse { grid-template-columns: 1fr 1fr; gap: 56px; }
  .phone-stage { min-height: 650px; }
  .phone-frame { width: 290px; }
  .daily-card { padding: 58px 52px; gap: 38px; }
  .footer-grid { grid-template-columns: 2fr repeat(2,1fr); }
}

@media (max-width: 760px) {
  .section-shell, .nav-shell { width: min(100% - 28px, var(--max)); }
  .nav-shell { min-height: 74px; }
  .brand { width: 138px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 67px; left: 14px; right: 14px; padding: 22px; flex-direction: column; align-items: stretch; gap: 7px; border: 2px solid var(--peach-line); border-radius: 24px; background: rgba(255,253,248,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 11px 12px; text-align: center; }
  .site-nav .nav-cta { margin-top: 5px; }
  .site-nav.legal-nav { position: static; display: flex; flex-direction: row; gap: 4px; padding: 0; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .site-nav.legal-nav a { padding: 7px; font-size: 12px; }
  .hero { padding: 62px 0 74px; gap: 30px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-copy > p { font-size: 17px; }
  .hero-art { margin-inline: -8px; padding: 12px 0; }
  .floating-bead { width: 18px; height: 18px; border-radius: 6px; }
  .trust-grid { padding: 18px 0; grid-template-columns: repeat(2,1fr); row-gap: 16px; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--peach-line); padding-bottom: 16px; }
  .features { padding: 88px 0 96px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .split-copy h2, .daily-copy h2, .final-cta h2 { font-size: clamp(38px, 11vw, 52px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .showcase { padding: 86px 0; }
  .split-layout, .split-layout.reverse { grid-template-columns: 1fr; gap: 34px; }
  .split-layout.reverse .phone-stage { order: 1; }
  .split-layout.reverse .split-copy { order: 2; }
  .phone-stage { min-height: 600px; }
  .phone-frame { width: min(285px, 78vw); }
  .split-copy { text-align: center; }
  .split-copy > p { margin-inline: auto; }
  .check-list { width: fit-content; margin-inline: auto; text-align: left; }
  .quote-card { text-align: left; }
  .daily { padding: 90px 0; }
  .daily-card { grid-template-columns: 1fr; padding: 44px 24px 0; border-radius: 36px; text-align: center; }
  .daily-copy p { margin-inline: auto; }
  .daily-visual { width: min(300px, 88%); height: 470px; margin-inline: auto; transform: translateY(50px); }
  .final-cta { padding: 86px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .legal-main { padding-top: 40px; }
  .legal-card { padding: 34px 24px; border-radius: 26px; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
