:root {
  --cloud: #f7f5f1;
  --paper: #fffdf9;
  --sand: #e9e2d6;
  --sand-deep: #d7cec0;
  --stone: #a8a29a;
  --slate: #5e646a;
  --charcoal: #27313a;
  --muted: #6f756f;
  --sage: #88907a;
  --sage-dark: #657252;
  --sage-soft: #edf0e8;
  --line: #ddd6cb;
  --line-strong: #c8c0b4;
  --danger: #a85d5d;
  --shadow-soft: 0 12px 38px rgba(66, 58, 48, .09);
  --shadow-card: 0 24px 70px rgba(66, 58, 48, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 8% 4%, rgba(233, 226, 214, .8), transparent 32rem),
    radial-gradient(circle at 94% 18%, rgba(136, 144, 122, .12), transparent 29rem),
    linear-gradient(180deg, #faf8f4 0%, var(--cloud) 48%, #f1ece4 100%);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}

a { color: inherit; }
img, svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 9px;
  color: white;
  background: var(--charcoal);
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header,
.hero,
.trust-strip,
.section,
.site-footer {
  width: min(1420px, calc(100% - 56px));
  margin-inline: auto;
}

.site-header {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  color: var(--charcoal);
  text-decoration: none;
}
.brand img { width: 46px; height: 46px; color: var(--sage-dark); }
.brand span { font-family: var(--serif); font-size: 34px; line-height: 1; }

.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 46px); }
.site-nav a,
.site-footer nav a {
  color: var(--slate);
  text-decoration: none;
  font-size: 14px;
  transition: color .15s ease;
}
.site-nav a:hover,
.site-footer nav a:hover { color: var(--sage-dark); }

.header-login { justify-self: end; }

.button,
.download-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}
.button:hover,
.download-button:hover:not([aria-disabled="true"]) { transform: translateY(-2px); }
.button-primary,
.download-button {
  color: white;
  background: linear-gradient(135deg, #758363, var(--sage-dark));
  box-shadow: 0 10px 22px rgba(101, 114, 82, .2);
}
.button-primary:hover,
.download-button:hover:not([aria-disabled="true"]) { box-shadow: 0 14px 28px rgba(101, 114, 82, .27); }
.button-outline {
  color: var(--charcoal);
  background: rgba(255, 253, 249, .6);
  border-color: var(--sage);
  box-shadow: none;
}
.button-outline:hover { color: var(--sage-dark); background: var(--sage-soft); }
.button-text { padding-inline: 4px; color: var(--sage-dark); background: transparent; }
.button-text:hover { box-shadow: none; }

.eyebrow {
  margin: 0;
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, .mock-wordmark { font-family: var(--serif); font-weight: 500; }
h1 { margin-bottom: 24px; font-size: clamp(56px, 7.2vw, 112px); line-height: .94; letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(42px, 5vw, 74px); line-height: 1.02; letter-spacing: -.045em; }
h3 { font-size: 24px; }

.hero {
  min-height: min(820px, calc(100vh - 96px));
  padding: clamp(64px, 8vw, 118px) 0 clamp(74px, 9vw, 128px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr);
  align-items: center;
  gap: clamp(50px, 7vw, 112px);
}

.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: var(--slate); font-size: clamp(18px, 1.65vw, 24px); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-principles { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-principles span { padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.hero-principles strong { display: block; margin-bottom: 3px; color: var(--charcoal); font-family: var(--serif); font-size: 18px; font-weight: 500; }

.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 62%;
  left: -6%;
  bottom: -4%;
  z-index: -4;
  border-radius: 50%;
  background: repeating-radial-gradient(ellipse at 55% 100%, transparent 0 22px, rgba(168, 162, 154, .35) 23px 25px, transparent 26px 44px);
  transform: rotate(-6deg);
  opacity: .68;
}

.phone-frame {
  position: relative;
  z-index: 3;
  width: min(380px, 78vw);
  padding: 13px;
  border: 2px solid #827b71;
  border-radius: 54px;
  background: linear-gradient(135deg, #d6cec2 0%, #f8f5ef 26%, #898176 52%, #e8e1d7 77%, #777168 100%);
  box-shadow: 0 38px 80px rgba(64, 57, 48, .24), inset 0 0 0 2px rgba(255, 255, 255, .52);
  transform: rotate(1.5deg);
}
.phone-frame::after { content: ""; position: absolute; right: -7px; top: 150px; width: 5px; height: 72px; border-radius: 0 4px 4px 0; background: #9b9388; }
.phone-speaker { position: absolute; left: 50%; top: 19px; z-index: 5; width: 88px; height: 20px; border-radius: 99px; background: #2c302f; transform: translateX(-50%); }
.phone-screen { min-height: 610px; padding: 34px 16px 18px; border-radius: 41px; overflow: hidden; background: #faf9f6; }
.mock-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mock-wordmark { font-size: 28px; }
.mock-bell { font-size: 22px; }
.mock-greeting { display: grid; gap: 2px; margin-bottom: 15px; }
.mock-greeting strong { font-size: 14px; }
.mock-greeting span { color: var(--muted); font-size: 10px; }
.mock-card { position: relative; margin-bottom: 12px; padding: 15px; overflow: hidden; border: 1px solid #e6e0d7; border-radius: 13px; background: white; box-shadow: 0 7px 18px rgba(65, 58, 48, .04); }
.mock-card > span { display: block; font-size: 10px; font-weight: 650; }
.mock-available > strong { display: block; margin: 2px 0; font-family: var(--serif); font-size: 36px; font-weight: 500; }
.mock-card small { color: var(--muted); font-size: 8px; }
.mini-zen { position: absolute; right: -4px; top: 4px; width: 116px; height: 92px; border-radius: 50%; background: repeating-radial-gradient(ellipse at 45% 52%, transparent 0 7px, #ded8ce 8px 9px, transparent 10px 16px); opacity: .75; }
.mini-zen i { position: absolute; left: 49px; top: 43px; width: 35px; height: 22px; border-radius: 50% 50% 45% 45%; background: linear-gradient(#b8b2aa, #8f8982); box-shadow: 0 4px 5px rgba(0,0,0,.15); }
.mini-zen b { position: absolute; left: 72px; top: 18px; width: 2px; height: 38px; background: var(--sage-dark); transform: rotate(13deg); }
.mock-card-heading { display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.mock-card-heading span { color: var(--muted); font-size: 8px; }
.mock-chart { height: 108px; margin: 10px 0 7px; }
.mock-chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-area { fill: rgba(136, 144, 122, .1); }
.chart-line { fill: none; stroke: var(--sage-dark); stroke-width: 2.5; }
.chart-dots circle { fill: #faf9f6; stroke: var(--sage-dark); stroke-width: 2; }
.on-track { display: block; padding-top: 8px; border-top: 1px solid #eee9e1; color: var(--sage-dark) !important; }
.mock-bills ul { margin: 10px 0 0; padding: 0; list-style: none; }
.mock-bills li { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; padding: 7px 0; border-top: 1px solid #eee9e1; font-size: 8px; }
.mock-bills time { color: var(--muted); }

.zen-orbit { position: absolute; z-index: -3; border: 1px solid rgba(136, 144, 122, .36); border-radius: 50%; }
.zen-orbit-one { width: 540px; height: 540px; }
.zen-orbit-two { width: 430px; height: 430px; border-style: dashed; opacity: .55; }
.stone { position: absolute; z-index: 4; border-radius: 48% 52% 45% 55%; background: radial-gradient(circle at 35% 25%, #c9c4bd, #8f8982 66%, #77726c); box-shadow: 0 12px 24px rgba(61, 56, 49, .18); }
.stone-large { right: -4%; bottom: 4%; width: 150px; height: 92px; transform: rotate(-4deg); }
.stone-small { left: 2%; bottom: 8%; width: 82px; height: 54px; }
.sprout { position: absolute; right: 4%; bottom: 16%; z-index: 5; width: 110px; height: 150px; }
.sprout::before { content: ""; position: absolute; left: 52px; bottom: 0; width: 3px; height: 135px; border-radius: 99px; background: var(--sage-dark); transform: rotate(6deg); transform-origin: bottom; }
.sprout i { position: absolute; width: 42px; height: 22px; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, #a7ae98, var(--sage-dark)); }
.sprout i:nth-child(1) { left: 15px; top: 52px; transform: rotate(24deg); }
.sprout i:nth-child(2) { right: 5px; top: 25px; transform: scaleX(-1) rotate(18deg); }
.sprout i:nth-child(3) { left: 31px; top: 2px; transform: rotate(38deg); }

.trust-strip {
  padding: 26px 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 249, .72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}
.trust-strip div { display: grid; gap: 4px; }
.trust-strip strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.trust-strip span { color: var(--muted); font-size: 13px; }

.section { padding: clamp(90px, 10vw, 150px) 0; scroll-margin-top: 20px; }
.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading > p:last-child { max-width: 670px; color: var(--slate); font-size: 18px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 253, 249, .82); box-shadow: var(--shadow-soft); }
.feature-card h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.feature-card p { color: var(--muted); line-height: 1.7; }
.feature-icon { position: relative; width: 72px; height: 72px; margin-bottom: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--cloud); }
.forecast-icon::before { content: ""; position: absolute; inset: 17px 14px; border-left: 1px solid var(--stone); border-bottom: 1px solid var(--stone); }
.forecast-icon span { position: absolute; left: 15px; top: 37px; width: 39px; height: 20px; border-top: 2px solid var(--sage-dark); transform: skewY(-25deg); }
.plan-icon::before, .plan-icon::after, .plan-icon span { content: ""; position: absolute; border: 1px solid var(--stone); border-radius: 50%; }
.plan-icon::before { inset: 13px; }
.plan-icon::after { inset: 24px; }
.plan-icon span { inset: 32px; background: var(--sage); border: 0; }
.calm-icon { display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding-bottom: 15px; }
.calm-icon span { display: block; border-radius: 50%; background: linear-gradient(#b9b4ad, #8f8982); }
.calm-icon span:nth-child(1) { width: 31px; height: 17px; }
.calm-icon span:nth-child(2) { position: absolute; bottom: 28px; width: 23px; height: 13px; }
.calm-icon span:nth-child(3) { position: absolute; bottom: 40px; width: 15px; height: 9px; }

.how { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(60px, 10vw, 150px); }
.how-visual { position: relative; min-height: 540px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, #f4efe7, #fffdf9); box-shadow: var(--shadow-card); }
.sand-lines { position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 48% 108%, transparent 0 20px, rgba(168, 162, 154, .42) 21px 23px, transparent 24px 42px); transform: rotate(-4deg) scale(1.18); }
.balance-stones { position: absolute; left: 50%; bottom: 98px; width: 230px; height: 210px; transform: translateX(-50%); }
.balance-stones i { position: absolute; left: 50%; border-radius: 50%; background: radial-gradient(circle at 36% 25%, #c9c4bd, #8f8982 70%); box-shadow: 0 12px 22px rgba(61, 56, 49, .16); transform: translateX(-50%); }
.balance-stones i:nth-child(1) { bottom: 0; width: 210px; height: 82px; }
.balance-stones i:nth-child(2) { bottom: 69px; width: 135px; height: 58px; }
.balance-stones i:nth-child(3) { bottom: 116px; width: 73px; height: 38px; }
.how-sprout { position: absolute; left: 50%; bottom: 240px; width: 115px; height: 170px; }
.how-sprout b { position: absolute; left: 54px; bottom: 0; width: 3px; height: 150px; background: var(--sage-dark); transform: rotate(5deg); transform-origin: bottom; }
.how-sprout i { position: absolute; width: 44px; height: 23px; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, #a7ae98, var(--sage-dark)); }
.how-sprout i:nth-child(1) { left: 14px; top: 69px; transform: rotate(26deg); }
.how-sprout i:nth-child(2) { right: 3px; top: 40px; transform: scaleX(-1) rotate(18deg); }
.how-sprout i:nth-child(3) { left: 33px; top: 8px; transform: rotate(38deg); }
.how-copy .eyebrow { margin-bottom: 18px; }
.steps { margin: 38px 0 0; padding: 0; list-style: none; }
.steps li { padding: 23px 0; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.steps > li > span { color: var(--sage-dark); font-family: var(--serif); font-size: 24px; }
.steps strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.steps p { margin: 5px 0 0; color: var(--muted); }

.download-section { position: relative; }
.download-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 80px);
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 6% 50%, rgba(136, 144, 122, .08), transparent 25rem),
    radial-gradient(circle at 94% 70%, rgba(233, 226, 214, .75), transparent 30rem);
}

.recommended-download { max-width: 980px; margin: 0 auto 46px; }
.recommended-label { margin-bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--sage-dark); font-size: 13px; }
.recommended-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(136, 144, 122, .14); }
.recommended-download .download-card { min-height: 220px; padding: 32px 36px; display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(220px, 310px); align-items: center; gap: 28px; border-color: rgba(101, 114, 82, .42); box-shadow: var(--shadow-card); }
.recommended-download .platform-icon { width: 96px; height: 96px; }
.recommended-download .download-card-copy p:last-child { margin-bottom: 0; }

.all-platforms { max-width: 1220px; margin-inline: auto; }
.all-platforms-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.all-platforms-heading h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.all-platforms-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.download-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.download-card { min-width: 0; min-height: 370px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 253, 249, .9); box-shadow: var(--shadow-soft); }
.download-card[hidden] { display: none; }
.platform-icon { width: 76px; height: 76px; margin-bottom: 25px; display: grid; place-items: center; border: 1px solid #e4ddd3; border-radius: 18px; background: linear-gradient(145deg, #f0ebe3, #fffdf9); color: var(--sage-dark); }
.platform-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.platform-icon svg path:not([fill="none"]) { fill: currentColor; stroke: none; }
.download-card-copy { flex: 1; }
.platform-kicker { margin-bottom: 5px; color: var(--sage-dark) !important; font-size: 10px !important; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.download-card h4 { margin-bottom: 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.download-card-copy p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.download-button { width: 100%; margin-top: 22px; justify-content: space-between; }
.download-button.button-outline { color: var(--charcoal); background: transparent; border-color: var(--sage); box-shadow: none; }
.download-button[aria-disabled="true"] { color: var(--muted); background: #eeeae3; border-color: var(--line); box-shadow: none; cursor: not-allowed; }
.download-button[aria-disabled="true"] b { display: none; }

.pwa-note { max-width: 940px; margin: 38px auto 0; padding: 22px 26px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 253, 249, .72); }
.info-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--sage); border-radius: 50%; color: var(--sage-dark); font-family: var(--serif); font-size: 22px; }
.pwa-note strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.pwa-note p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }

.about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); align-items: center; gap: clamp(60px, 10vw, 150px); }
.about-copy .eyebrow { margin-bottom: 18px; }
.about-copy > p:last-child { max-width: 720px; color: var(--slate); font-size: 18px; line-height: 1.75; }
blockquote { margin: 0; padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 253, 249, .82); box-shadow: var(--shadow-soft); }
blockquote p { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(30px, 3vw, 45px); line-height: 1.2; }
blockquote cite { color: var(--muted); font-size: 13px; font-style: normal; }

.site-footer { padding: 42px 0 52px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
.footer-brand img { width: 36px; height: 36px; }
.footer-brand span { font-size: 26px; }
.site-footer > p { margin: 0; color: var(--muted); font-size: 13px; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@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; }
}

@media (max-width: 1180px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr); gap: 48px; }
  .download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-card { min-height: 330px; }
  .site-header, .hero, .trust-strip, .section, .site-footer { width: min(100% - 40px, 1080px); }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 74px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 700px; }
  .phone-frame { width: 360px; }
  .trust-strip { grid-template-columns: 1fr; gap: 20px; }
  .trust-strip div + div { padding-top: 20px; border-top: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .how { grid-template-columns: 1fr; }
  .how-visual { min-height: 500px; }
  .recommended-download .download-card { grid-template-columns: auto 1fr; }
  .recommended-download .download-button { grid-column: 1 / -1; }
  .about { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 640px) {
  .site-header, .hero, .trust-strip, .section, .site-footer { width: min(100% - 28px, 600px); }
  .site-header { min-height: 78px; }
  .brand img { width: 38px; height: 38px; }
  .brand span { font-size: 28px; }
  .header-login { min-height: 42px; padding: 9px 15px; }
  h1 { font-size: clamp(52px, 17vw, 78px); }
  h2 { font-size: clamp(39px, 12vw, 56px); }
  .hero { padding-top: 54px; }
  .hero-principles { grid-template-columns: 1fr; }
  .hero-visual { min-height: 590px; }
  .phone-frame { width: min(330px, 90vw); transform: none; }
  .phone-screen { min-height: 560px; }
  .stone-large { right: -10%; width: 116px; height: 72px; }
  .stone-small { left: -7%; }
  .sprout { right: -3%; transform: scale(.84); }
  .section { padding-block: 88px; }
  .trust-strip { padding: 24px; }
  .feature-card { padding: 26px; }
  .how-visual { min-height: 430px; }
  .balance-stones { transform: translateX(-50%) scale(.82); transform-origin: bottom; }
  .how-sprout { transform: scale(.82); transform-origin: bottom; }
  .download-grid { grid-template-columns: 1fr; }
  .download-card { min-height: 0; }
  .all-platforms-heading { align-items: flex-start; flex-direction: column; }
  .recommended-download .download-card { padding: 26px; grid-template-columns: 1fr; text-align: center; }
  .recommended-download .platform-icon { margin: 0 auto; }
  .recommended-download .download-button { grid-column: auto; }
  .pwa-note { align-items: start; }
  blockquote { padding: 30px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer small { grid-column: auto; }
}
