:root {
  --ink: #1d1d1f;
  --paper: #f5f2eb;
  --green: #224c3a;
  --lime: #d8e87a;
  --peach: #f4a77e;
  --muted: #6f716b;
  --line: rgba(29, 29, 31, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.ui-icon { width: 1em; height: 1em; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.link-button { padding: 0; color: inherit; background: none; border: 0; cursor: pointer; }
.site-header, main, footer { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 25px/1 "Manrope", sans-serif; letter-spacing: -1.2px; }
.brand img { border-radius: 13px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.nav-cta { padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 999px; }

.hero { min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 6vw; padding: 70px 3vw 75px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 25px; height: 2px; background: var(--peach); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin: 0; font-size: clamp(64px, 7.7vw, 112px); line-height: .9; letter-spacing: -7px; }
.hero-lede { max-width: 460px; margin: 32px 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.store-badge-button { position: relative; flex: 0 0 161px; width: 161px; height: 48px; overflow: hidden; padding: 0; background: transparent; border: 0; border-radius: 8px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.store-badge-button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(29,29,31,.14); }
.store-badge-button:focus-visible { outline: 3px solid var(--peach); outline-offset: 3px; }
.store-badge-button img { position: absolute; display: block; }
.store-badge-button-app-store img { top: 0; left: 0; width: 161px; height: 48px; }
.store-badge-button-google-play img { top: -12px; left: -12px; width: 185px; height: auto; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; cursor: pointer; }
.text-link .ui-icon { width: 17px; height: 17px; transition: transform .2s ease; }
.text-link:hover .ui-icon { transform: translateX(4px); }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; isolation: isolate; }
.sun-shape { position: absolute; width: min(530px, 42vw); aspect-ratio: 1; border-radius: 50%; background: var(--peach); z-index: -3; }
.leaf { position: absolute; width: 160px; height: 65px; border-radius: 100% 0 100% 0; background: var(--green); z-index: -2; }
.leaf-one { left: 1%; top: 26%; transform: rotate(18deg); }
.leaf-two { right: 1%; bottom: 24%; transform: rotate(198deg); }
.phone { width: 300px; aspect-ratio: 1290 / 2796; overflow: hidden; background: #f5f5f7; border: 9px solid var(--ink); border-radius: 44px; box-shadow: 0 35px 70px rgba(34, 42, 34, .25); transform: rotate(3deg); }
.app-screenshot { width: 100%; height: 100%; display: block; object-fit: cover; }
.phone-top { display: flex; justify-content: space-between; padding: 0 7px 14px; font-size: 8px; font-weight: 700; }
.phone-top i { width: 62px; height: 17px; margin-top: -9px; background: var(--ink); border-radius: 20px; }
.real-app-header { margin: -18px -17px 12px; padding: 26px 17px 17px; color: white; background: var(--ink); border-radius: 0 0 42% 42% / 0 0 12% 12%; }
.real-app-brand { display: inline-flex; align-items: center; gap: 7px; font: 700 15px "Manrope", sans-serif; }
.real-app-brand img { width: 30px; height: 30px; border-radius: 9px; }
.real-avatar { float: right; display: grid; place-items: center; width: 27px; height: 27px; color: var(--ink); background: #fff; border-radius: 50%; font-size: 10px; font-weight: 700; }
.search-pill { margin-top: 14px; padding: 10px 11px; color: #898982; background: #fff; border-radius: 10px; font-size: 9px; }
.culture-chips { margin-top: 10px; display: flex; gap: 6px; overflow: hidden; }
.culture-chips span { flex: 0 0 auto; padding: 5px 9px; border: 1px solid rgba(255,255,255,.34); border-radius: 99px; font-size: 7px; }
.culture-chips .active { color: var(--ink); background: #fff; }
.post-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.post-card { overflow: hidden; background: white; border: 1px solid #eee; border-radius: 12px; box-shadow: 0 5px 12px rgba(0,0,0,.06); }
.post-card img { width: 100%; height: 161px; display: block; object-fit: cover; }
.post-card strong { min-height: 42px; display: block; padding: 8px 8px 3px; font: 700 9px/1.3 "Manrope", sans-serif; }
.post-card small { display: block; padding: 0 8px 8px; color: #777; font-size: 7px; }
.app-tabs { position: absolute; left: 17px; right: 17px; bottom: 15px; height: 48px; padding: 7px 12px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.8); border-radius: 22px; box-shadow: 0 8px 20px rgba(0,0,0,.13); font-size: 13px; }
.app-tabs span { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.app-tabs small { font-size: 5px; }
.app-tabs b { display: grid; place-items: center; width: 34px; height: 34px; margin-top: -25px; background: white; border-radius: 50%; box-shadow: 0 4px 13px rgba(0,0,0,.15); }
.floating-note { position: absolute; padding: 13px 17px; background: white; border-radius: 13px; box-shadow: 0 12px 30px rgba(30,45,35,.14); font-size: 12px; font-weight: 700; }
.floating-note span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 7px; color: white; background: var(--green); border-radius: 50%; }
.floating-note .ui-icon { width: 13px; height: 13px; }
.note-one { left: 5%; bottom: 19%; transform: rotate(-4deg); }
.note-two { right: 2%; top: 23%; transform: rotate(3deg); }

.promise { padding: 130px 20px; text-align: center; border-top: 1px solid var(--line); }
.promise p { margin: 0 0 8px; color: var(--muted); font-size: clamp(20px, 2.5vw, 32px); }
.promise h2 { margin: 0; font-size: clamp(36px, 5.5vw, 72px); line-height: 1.05; letter-spacing: -3.5px; }
.features { padding: 110px 0 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { align-self: start; margin-top: 12px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -3.5px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 380px; padding: 28px; display: flex; flex-direction: column; border-radius: 25px; }
.feature-number { font-size: 11px; font-weight: 700; opacity: .6; }
.feature-symbol { flex: 1; display: grid; place-items: center; }
.feature-symbol .ui-icon { width: 80px; height: 80px; stroke-width: 1.4; }
.feature h3 { margin: 0 0 10px; font-size: 28px; letter-spacing: -1.3px; }
.feature p { max-width: 270px; margin: 0; line-height: 1.5; font-size: 14px; opacity: .75; }
.feature-discover { color: white; background: var(--green); }
.feature-save { background: var(--peach); }
.feature-shop { background: var(--lime); }

.final-cta { min-height: 610px; padding: 90px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: var(--green); border-radius: 32px; }
.final-cta-logo { border-radius: 22px; box-shadow: 0 14px 32px rgba(0,0,0,.18); }
.final-cta > p { margin: 25px 0 12px; color: var(--lime); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 2px; }
.final-cta h2 { margin: 0 0 35px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -4px; }
.store-badges { display: flex; align-items: center; gap: 12px; }
.store-badges-centered { justify-content: center; }
.coming-soon-modal { width: min(440px, calc(100% - 32px)); padding: 42px; color: var(--ink); background: var(--paper); border: 0; border-radius: 26px; box-shadow: 0 28px 90px rgba(0,0,0,.28); text-align: center; }
.coming-soon-modal::backdrop { background: rgba(20,29,24,.68); backdrop-filter: blur(5px); }
.coming-soon-modal img { border-radius: 18px; }
.coming-soon-modal > p:first-of-type { margin: 20px 0 8px; color: var(--green); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; }
.coming-soon-modal h2 { margin: 0; font-size: 42px; letter-spacing: -2px; }
.modal-copy { margin: 16px auto 26px; color: var(--muted); line-height: 1.6; }
.modal-close { position: absolute; top: 16px; right: 18px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--muted); background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
.modal-close .ui-icon { width: 20px; height: 20px; }
.modal-close:hover { color: var(--ink); background: rgba(29,29,31,.06); }
.modal-action { padding: 13px 28px; color: #fff; background: var(--green); border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; }
footer { padding: 48px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--ink); font-size: 20px; }
.footer-links { justify-self: end; display: flex; gap: 22px; }
.copyright { grid-column: 1 / -1; margin: 5px 0 0; text-align: center; font-size: 10px; opacity: .7; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .sun-shape { width: min(530px, 75vw); }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 25px; }
  .feature { min-height: 330px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:not(.copyright) { display: none; }
}

@media (max-width: 680px) {
  .site-header, main, footer { width: min(100% - 28px, 1240px); }
  .site-header { height: 74px; }
  nav > a:first-child { display: none; }
  .nav-cta { padding: 10px 15px; }
  .hero { min-height: auto; padding: 68px 0 40px; }
  h1 { font-size: clamp(61px, 19vw, 84px); letter-spacing: -5px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { justify-content: center; gap: 10px; }
  .hero-actions .text-link { flex-basis: 100%; margin-top: 8px; }
  .store-badge-button { flex-basis: 148px; width: 148px; height: 44px; }
  .store-badge-button-app-store img { width: 148px; height: 44px; }
  .store-badge-button-google-play img { top: -11px; left: -11px; width: 170px; }
  .hero-visual { min-height: 580px; margin-top: 15px; }
  .phone { transform: scale(.9) rotate(2deg); }
  .floating-note { font-size: 10px; }
  .note-one { left: -2%; }
  .note-two { right: -2%; }
  .leaf { width: 100px; height: 42px; }
  .promise { padding: 95px 10px; }
  .promise h2, .section-heading h2 { letter-spacing: -2.5px; }
  .features { padding: 90px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 300px; }
  .feature-symbol .ui-icon { width: 68px; height: 68px; }
  .final-cta { min-height: 530px; padding-inline: 18px; border-radius: 24px; }
  .final-cta h2 { letter-spacing: -3px; }
  footer { padding-inline: 5px; }
  .footer-links { gap: 14px; }
  .coming-soon-modal { padding: 38px 24px 30px; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone { animation: float 5s ease-in-out infinite; }
  .floating-note { animation: float-note 4s ease-in-out infinite; }
  .note-two { animation-delay: -2s; }
  @keyframes float { 50% { transform: translateY(-10px) rotate(2deg); } }
  @keyframes float-note { 50% { translate: 0 -7px; } }
}
