@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f4f1ea;
  color: #1a1815;
  font-family: Manrope, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(26, 24, 21, .1);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.brand svg { width: 42px; height: 42px; fill: none; stroke: #3f6b62; stroke-width: 4.2; stroke-linecap: round; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
nav a { text-decoration: none; color: #4a4640; }
nav a:hover { color: #1a1815; }
.status-chip { padding: 10px 15px; border: 1px solid rgba(63, 107, 98, .3); border-radius: 999px; color: #3f6b62; font-size: 12px; font-weight: 600; }
.hero {
  width: min(1380px, calc(100% - 64px));
  min-height: 840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 64px;
  padding: 80px 0 100px;
  overflow: hidden;
}
.eyebrow { margin: 0 0 24px; color: #3f6b62; font: 500 12px/1 DM Mono, monospace; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #92b7ae; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; max-width: 740px; font-size: clamp(58px, 6.6vw, 104px); line-height: .98; letter-spacing: -.07em; font-weight: 600; }
.hero-lede { max-width: 650px; color: #4a4640; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.hero-actions p { margin: 0; color: #807a70; font-size: 12px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; background: #1a1815; color: #f7f4ed; text-decoration: none; font-weight: 600; }
.primary-button:hover { background: #3f6b62; }
.phone-stage { position: relative; min-height: 720px; display: grid; place-items: center; }
.signal { position: absolute; border: 1px solid rgba(63, 107, 98, .18); border-radius: 50%; }
.signal.one { width: 660px; height: 660px; }
.signal.two { width: 820px; height: 820px; }
.phone {
  position: relative;
  width: 364px;
  min-height: 720px;
  padding: 20px 18px 24px;
  border: 12px solid #cbc9c3;
  border-radius: 58px;
  background: #f4f1ea;
  box-shadow: 0 40px 80px rgba(26, 24, 21, .15);
  transform: rotate(2deg);
}
.phone-top { height: 42px; display: flex; align-items: flex-start; justify-content: space-between; font-size: 11px; font-weight: 700; }
.island { width: 92px; height: 25px; background: #090909; border-radius: 999px; }
.phone-mark svg { width: 28px; height: 28px; fill: none; stroke: #3f6b62; stroke-width: 4.2; stroke-linecap: round; }
.streak-card, .today-card, .reason-card { border: 1px solid rgba(26, 24, 21, .1); background: #fbf9f4; border-radius: 22px; }
.streak-card { margin-top: 12px; padding: 22px; }
.mini-label, .today-card span { color: #3f6b62; font: 500 9px/1.2 DM Mono, monospace; letter-spacing: .14em; text-transform: uppercase; }
.day-line { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }
.day-line strong { font-size: 70px; line-height: .95; letter-spacing: -.07em; }
.day-line span { font-weight: 700; }
.streak-card > p { color: #807a70; font: 400 8px/1.3 DM Mono, monospace; letter-spacing: .08em; text-transform: uppercase; }
.stats-row { display: flex; gap: 34px; padding-top: 16px; border-top: 1px solid rgba(26, 24, 21, .1); }
.stats-row div { display: grid; gap: 4px; }
.stats-row span { color: #807a70; font: 400 8px/1.2 DM Mono, monospace; text-transform: uppercase; letter-spacing: .1em; }
.stats-row strong { font-size: 24px; }
.craving-button { margin: 12px 0; padding: 18px; display: flex; justify-content: center; gap: 10px; border-radius: 18px; background: #f1e5d5; color: #b07349; font-size: 13px; font-weight: 700; }
.craving-button span { font-size: 20px; }
.today-card { padding: 17px 20px; display: flex; justify-content: space-between; }
.today-card div { display: grid; gap: 5px; }
.today-card strong { font-size: 13px; }
.reason-card { margin-top: 12px; padding: 18px 20px; display: grid; gap: 8px; }
.reason-card strong { font-size: 16px; }
.tab-bar { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; justify-content: space-around; padding: 16px 10px; border-radius: 999px; background: #fbf9f4; box-shadow: 0 12px 28px rgba(26, 24, 21, .12); font-size: 9px; }
.tab-bar .active { color: #3f6b62; font-weight: 700; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(26, 24, 21, .1); border-bottom: 1px solid rgba(26, 24, 21, .1); }
.principles div { min-height: 220px; padding: 42px; border-right: 1px solid rgba(26, 24, 21, .1); }
.principles div:last-child { border-right: 0; }
.principles span { color: #3f6b62; font: 500 11px/1 DM Mono, monospace; }
.principles strong { display: block; margin: 48px 0 8px; font-size: 17px; }
.principles p { margin: 0; color: #807a70; font-size: 14px; }
.craving-section { min-height: 800px; padding: 110px max(32px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; background: #1a1815; color: #f7f4ed; }
.craving-copy h2, .cost-heading h2, .apple-grid h2 { margin-bottom: 28px; font-size: clamp(44px, 5vw, 76px); line-height: 1.02; letter-spacing: -.06em; font-weight: 600; }
.craving-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(247, 244, 237, .62); font-size: 20px; }
.craving-copy ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0 0; padding: 0; list-style: none; }
.craving-copy li { padding: 9px 14px; border: 1px solid rgba(247, 244, 237, .18); border-radius: 999px; color: rgba(247, 244, 237, .72); font: 400 11px/1 DM Mono, monospace; text-transform: uppercase; letter-spacing: .08em; }
.breath-demo { position: relative; width: min(520px, 100%); aspect-ratio: 1; margin: auto; display: grid; place-items: center; }
.breath-ring { position: absolute; border: 1px solid rgba(146, 183, 174, .25); border-radius: 50%; }
.breath-ring.outer { inset: 4%; }
.breath-ring.inner { inset: 14%; }
.breath-core { z-index: 1; width: 64%; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at 30% 20%, #4d7d73, #2d4f49); box-shadow: 0 0 80px rgba(63, 107, 98, .42); }
.breath-core span { color: rgba(255, 255, 255, .6); font: 500 11px/1 DM Mono, monospace; letter-spacing: .16em; text-transform: uppercase; }
.breath-core strong { margin-top: 12px; font-size: 88px; font-weight: 500; }
.breath-demo > p { position: absolute; bottom: 0; margin: 0; font-size: 18px; font-weight: 600; }
.cost-section { padding: 130px max(32px, calc((100vw - 1180px) / 2)); }
.cost-heading { max-width: 820px; }
.cost-rows { display: grid; gap: 12px; margin-top: 64px; }
.cost-rows > div { min-height: 96px; display: grid; grid-template-columns: 120px 1fr 170px; align-items: center; gap: 28px; padding: 0 28px; border: 1px solid rgba(26, 24, 21, .1); border-radius: 18px; background: #fbf9f4; }
.cost-rows span { color: #807a70; font: 400 11px/1 DM Mono, monospace; text-transform: uppercase; letter-spacing: .08em; }
.cost-rows i { height: 7px; max-width: 100%; border-radius: 999px; background: #3f6b62; }
.cost-rows strong { text-align: right; font-size: 26px; }
.cost-rows .cost-focus { background: #1a1815; color: #f7f4ed; }
.cost-focus span { color: rgba(247, 244, 237, .55); }
.cost-note { margin: 22px 0 0; color: #807a70; font-size: 13px; }
.apple-section { padding: 120px max(32px, calc((100vw - 1380px) / 2)); background: #e2eae5; }
.apple-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.apple-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(26, 24, 21, .12); border-left: 1px solid rgba(26, 24, 21, .12); }
.apple-list article { min-height: 220px; padding: 28px; border-right: 1px solid rgba(26, 24, 21, .12); border-bottom: 1px solid rgba(26, 24, 21, .12); }
.apple-list span { color: #3f6b62; font: 500 10px/1 DM Mono, monospace; }
.apple-list h3 { margin: 60px 0 8px; font-size: 20px; }
.apple-list p { margin: 0; color: #4a4640; font-size: 14px; }
.manifesto { padding: 130px max(32px, calc((100vw - 1180px) / 2)); background: #3f6b62; color: #f7f4ed; }
.manifesto blockquote { margin: 0; max-width: 1100px; font-size: clamp(38px, 5vw, 72px); line-height: 1.12; letter-spacing: -.05em; font-weight: 500; }
.manifesto > p:last-child { margin: 52px 0 0; color: rgba(247, 244, 237, .65); }
footer { padding: 70px max(32px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; }
.footer-brand strong { font-size: 28px; }
.footer-brand p, .copyright { margin: 5px 0 0; color: #807a70; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; font-size: 13px; }
.copyright { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid rgba(26, 24, 21, .1); }
.legal-shell { min-height: 100vh; }
.legal-main { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 130px; }
.legal-main h1 { font-size: clamp(48px, 7vw, 78px); }
.legal-meta { margin-bottom: 54px; color: #807a70; font: 400 11px/1.5 DM Mono, monospace; }
.legal-main h2 { margin: 56px 0 14px; font-size: 26px; letter-spacing: -.03em; }
.legal-main h3 { margin: 32px 0 10px; font-size: 18px; }
.legal-main p, .legal-main li { color: #4a4640; line-height: 1.75; }
.legal-main li { margin-bottom: 8px; }
.legal-main a { color: #3f6b62; }
.support-grid { display: grid; gap: 12px; margin-top: 40px; }
.support-card { padding: 24px; border: 1px solid rgba(26, 24, 21, .1); border-radius: 16px; background: #fbf9f4; }
.support-card h2 { margin: 0 0 8px; font-size: 18px; }
.support-card p { margin: 0; }
.contact-panel { margin-top: 54px; padding: 32px; border-radius: 20px; background: #3f6b62; color: #f7f4ed; }
.contact-panel h2 { margin-top: 0; }
.contact-panel p { color: rgba(247, 244, 237, .7); }
.contact-panel a { color: #f7f4ed; font-weight: 700; }

@media (max-width: 900px) {
  .site-header { width: min(100% - 32px, 1380px); }
  nav a { display: none; }
  .hero { width: min(100% - 32px, 1380px); grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { z-index: 2; }
  .phone-stage { min-height: 650px; }
  .phone { transform: rotate(0); }
  .principles { grid-template-columns: 1fr 1fr; }
  .principles div:nth-child(2) { border-right: 0; }
  .principles div:nth-child(-n+2) { border-bottom: 1px solid rgba(26, 24, 21, .1); }
  .craving-section, .apple-grid { grid-template-columns: 1fr; }
  .apple-grid { gap: 48px; }
}

@media (max-width: 560px) {
  .site-header { min-height: 78px; }
  .brand span { font-size: 18px; }
  .brand svg { width: 36px; }
  .status-chip { max-width: 150px; text-align: center; line-height: 1.2; }
  .hero { gap: 28px; padding: 48px 0 70px; }
  h1 { font-size: 54px; }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .phone-stage { min-height: 620px; }
  .signal.one { width: 520px; height: 520px; }
  .signal.two { display: none; }
  .phone { width: 320px; min-height: 620px; border-width: 9px; border-radius: 48px; }
  .day-line strong { font-size: 58px; }
  .streak-card { padding: 18px; }
  .tab-bar { bottom: 14px; }
  .principles { grid-template-columns: 1fr; }
  .principles div { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(26, 24, 21, .1); }
  .principles div:last-child { border-bottom: 0; }
  .principles strong { margin-top: 30px; }
  .craving-section { padding-top: 84px; padding-bottom: 84px; gap: 50px; }
  .cost-section, .apple-section, .manifesto { padding-top: 90px; padding-bottom: 90px; }
  .cost-rows > div { grid-template-columns: 78px 1fr 90px; gap: 12px; padding: 0 18px; }
  .cost-rows strong { font-size: 17px; }
  .apple-list { grid-template-columns: 1fr; }
  .apple-list article { min-height: 170px; }
  .apple-list h3 { margin-top: 40px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

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