:root {
  --bg: #f5f1e8;
  --surface: #fffdf8;
  --surface-muted: #ebe2d2;
  --ink: #23251f;
  --muted: #6f7168;
  --line: #d8cfbe;
  --green: #2f4a39;
  --green-soft: #dfe7da;
  --terracotta: #a96148;
  --amber: #bf9140;
  --sage: #8d9a7d;
  --shadow: 0 24px 70px rgba(52, 48, 39, 0.1);
  --soft-shadow: 0 12px 34px rgba(52, 48, 39, 0.07);
  --radius: 8px;
  --max: 1240px;
  --content: 1120px;
  --gutter: clamp(20px, 4vw, 48px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(35, 37, 31, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #fbf8f1 0%, var(--bg) 52%, #f0eadf 100%);
  background-size: 44px 44px, 100% 100%;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - var(--gutter)), var(--content));
  margin: 18px auto 0;
  padding: 7px 10px;
  border: 1px solid rgba(221, 212, 196, 0.82);
  border-radius: 999px;
  background: #fffdf8;
  box-shadow: 0 12px 36px rgba(52, 48, 39, 0.05);
}

.site-header.is-scrolled {
  box-shadow: 0 16px 44px rgba(52, 48, 39, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

.brand-icon {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.site-header .brand {
  gap: 12px;
  font-size: 1.38rem;
}

.site-header .brand-icon {
  width: 52px;
  height: 52px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.96rem;
}

.main-nav a,
.site-footer a {
  transition: color 180ms ease;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--green);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 720;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.nav-cta {
  min-height: 44px;
  padding: 0 18px;
  background: var(--ink);
  color: #fffaf0;
  font-size: 0.94rem;
}

.button {
  padding: 0 24px;
  font-size: 0.98rem;
}

.button:hover,
.nav-cta:hover,
.preview-header button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--green);
  color: #fffaf0;
  box-shadow: 0 14px 28px rgba(48, 76, 59, 0.18);
}

.button-primary:hover {
  background: #263d30;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.74);
  color: var(--ink);
}

.section-shell {
  width: min(calc(100% - var(--gutter)), var(--max));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(520px, 1.05fr);
  gap: clamp(48px, 6vw, 86px);
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: clamp(80px, 9vw, 118px) 0 clamp(78px, 8vw, 104px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--terracotta);
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  max-width: 780px;
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(3.3rem, 7vw, 6.15rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  line-height: 1.04;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  line-height: 1.3;
}

.hero-text {
  max-width: 640px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.65vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions,
.hero-proof,
.proof-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-proof {
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-note {
  max-width: 430px;
  margin-top: 36px;
  padding-left: 18px;
  border-left: 2px solid rgba(169, 97, 72, 0.42);
  color: var(--muted);
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
  line-height: 1.5;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-proof span::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  content: "";
}

.dashboard-frame,
.app-preview,
.price-card,
.feature-card,
.testimonial,
.final-cta,
details {
  border: 1px solid rgba(221, 212, 196, 0.92);
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.dashboard-frame {
  position: relative;
  overflow: hidden;
  padding: 20px 24px 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(250, 246, 237, 0.86)),
    var(--surface);
}

.dashboard-frame::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(223, 231, 218, 0.55), transparent 44%),
    radial-gradient(circle at 88% 12%, rgba(191, 145, 64, 0.12), transparent 26%);
  pointer-events: none;
  content: "";
}

.window-controls {
  position: relative;
  display: flex;
  gap: 7px;
  margin-bottom: 20px;
}

.window-controls span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7c9b6;
}

.dash-topbar,
.week-heading,
.card-row,
.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dash-topbar,
.dash-grid,
.week-panel {
  position: relative;
}

.dash-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 720;
  text-transform: uppercase;
}

.dash-topbar h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.38rem;
  font-weight: 760;
}

.dash-pill,
.recommend-label {
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 760;
}

.dash-pill {
  padding: 8px 12px;
  white-space: nowrap;
}

.dash-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.98fr);
  gap: 14px;
  margin-top: 22px;
}

.dash-card {
  min-height: 156px;
  padding: 20px;
  border: 1px solid rgba(221, 212, 196, 0.86);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.76);
}

.dash-card:hover,
.feature-card:hover,
.price-card:hover {
  transform: translateY(-4px);
}

.featured-card {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  min-height: 326px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.09), transparent 42%),
    var(--green);
  color: #fffaf0;
}

.dash-card p {
  margin-bottom: 0;
  color: inherit;
  opacity: 0.74;
}

.dash-card small {
  display: block;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.session-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.session-list span {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 250, 240, 0.84);
  font-size: 0.88rem;
}

.activity-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #edf2e8;
  color: var(--green);
  font-weight: 820;
}

.activity-icon.amber {
  background: #f4e7c9;
  color: #7a5721;
}

.activity-icon.clay {
  background: #f1ddd4;
  color: #8b4d38;
}

.status-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e3b75c;
  box-shadow: 0 0 0 6px rgba(227, 183, 92, 0.18);
}

.progress-track {
  height: 8px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #f3d795;
}

.week-panel {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid rgba(221, 212, 196, 0.86);
  border-radius: 18px;
  background: #fbf8ef;
}

.week-heading small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.86rem;
}

.bar-chart {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: end;
  height: 132px;
  margin-top: 18px;
}

.bar-chart span {
  display: block;
  min-height: 20px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--amber), var(--terracotta));
  animation: growBar 900ms ease both;
}

.day-labels {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.social-proof {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - var(--gutter)), var(--content));
  margin: 0 auto;
  padding: 30px 0;
  border-block: 1px solid var(--line);
  color: var(--muted);
}

.social-proof p {
  margin: 0;
  color: var(--ink);
  font-weight: 720;
}

.proof-metrics {
  justify-content: flex-end;
}

.editorial-strip {
  margin-top: clamp(70px, 8vw, 104px);
  padding: 42px 0 6px;
}

.editorial-strip p {
  max-width: 980px;
  margin: 0;
  color: #383a32;
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: clamp(1.78rem, 2.8vw, 2.7rem);
  line-height: 1.18;
}

.section-block {
  padding: clamp(104px, 11vw, 148px) 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading p:not(.eyebrow),
.showcase-copy p {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.feature-grid,
.pricing-grid,
.testimonial-grid,
.steps {
  display: grid;
  gap: 20px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  align-items: stretch;
}

.dash-card,
.feature-card,
.price-card,
.testimonial,
.step {
  border-radius: var(--radius);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.feature-card {
  min-height: 252px;
  padding: clamp(26px, 3vw, 34px);
  box-shadow: var(--soft-shadow);
}

.feature-card:hover,
.price-card:hover,
.testimonial:hover {
  box-shadow: 0 18px 46px rgba(52, 48, 39, 0.09);
}

.feature-card-large {
  grid-column: span 2;
  min-height: 326px;
  background:
    linear-gradient(145deg, rgba(223, 231, 218, 0.72), rgba(255, 253, 248, 0.88)),
    var(--surface);
}

.feature-card-tall {
  grid-column: span 2;
  background: #fbf8ef;
}

.feature-card p,
.step p,
.price-card p,
.testimonial figcaption,
details p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.feature-icon {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--terracotta);
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.mini-list span {
  padding: 8px 11px;
  border: 1px solid rgba(48, 76, 59, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 720;
}

.streak-meter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-top: 44px;
}

.streak-meter span {
  display: block;
  height: 76px;
  border-radius: 999px 999px 5px 5px;
  background: var(--green-soft);
}

.streak-meter span:nth-child(2),
.streak-meter span:nth-child(4) {
  height: 104px;
  background: #d8c6a0;
}

.streak-meter span:nth-child(3),
.streak-meter span:nth-child(5) {
  height: 92px;
  background: #cfae73;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(56px, 7vw, 92px);
  align-items: start;
}

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

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.step span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fbf8ef;
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--green);
  font-weight: 820;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.56fr) minmax(620px, 1.44fr);
  gap: clamp(48px, 6vw, 78px);
  align-items: center;
  padding-top: clamp(112px, 12vw, 156px);
}

.app-preview {
  display: grid;
  grid-template-columns: 196px 1fr;
  min-height: 548px;
  overflow: hidden;
  border-radius: 22px;
  background: #fffdf8;
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 26px;
  border-right: 1px solid var(--line);
  background: #f2ecdf;
}

.mini-brand {
  margin-bottom: 24px;
  color: var(--green);
  font-weight: 800;
}

.preview-sidebar a {
  padding: 11px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.96rem;
}

.sidebar-hobbies {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(216, 207, 190, 0.9);
}

.sidebar-hobbies span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  text-transform: uppercase;
}

.sidebar-hobbies p {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.35;
}

.preview-sidebar a.active {
  background: #fffaf0;
  color: var(--ink);
  font-weight: 740;
}

.preview-main {
  padding: clamp(28px, 3vw, 36px);
  background: #fffdf8;
}

.preview-header h3 {
  margin: 0;
  font-size: 1.55rem;
}

.preview-header button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fffaf0;
  font: inherit;
  font-weight: 740;
  cursor: pointer;
  transition: transform 180ms ease;
}

.preview-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.preview-cards article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbf8ef;
}

.preview-cards span,
.timeline span,
.preview-cards small,
.focus-row p {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.preview-cards strong {
  display: block;
  margin-top: 12px;
  font-size: 1.55rem;
}

.preview-cards small {
  margin-top: 8px;
}

.focus-row {
  display: grid;
  grid-template-columns: 1fr 116px;
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(223, 231, 218, 0.72), rgba(255, 253, 248, 0.9)),
    #fbf8ef;
}

.focus-row strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.24rem;
}

.focus-row p {
  margin: 0;
}

.focus-ring {
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fffdf8 0 55%, transparent 56%),
    conic-gradient(var(--green) 0 74%, #e8decc 74% 100%);
}

.focus-ring span {
  color: var(--green);
  font-weight: 820;
}

.timeline {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.timeline div {
  position: relative;
  padding: 16px 18px;
  padding-right: 86px;
  border-left: 3px solid var(--terracotta);
  background: #f7f3ea;
}

.timeline em {
  position: absolute;
  top: 17px;
  right: 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  max-width: 1180px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(30px, 3vw, 38px);
}

.price-card.recommended {
  border-color: rgba(48, 76, 59, 0.42);
  background:
    linear-gradient(180deg, rgba(223, 231, 218, 0.45), rgba(255, 253, 248, 0.88)),
    #fbf9f1;
}

.price-card.supporter {
  border-color: rgba(191, 145, 64, 0.35);
  background:
    linear-gradient(180deg, rgba(191, 145, 64, 0.08), rgba(255, 253, 248, 0.92)),
    #fffdf8;
}

.recommend-label {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px;
}

.price-card strong {
  display: block;
  margin: 28px 0 12px;
  font-size: clamp(2.65rem, 4vw, 3.25rem);
  line-height: 1;
}

.price-card strong span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 620;
}

.price-alt {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.45;
}

.price-card ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.price-card .button {
  margin-top: auto;
}

.price-card li::before {
  margin-right: 10px;
  color: var(--green);
  content: "\2713";
}

.pricing-note {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.testimonial-grid {
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: 22px;
  align-items: start;
}

.testimonial {
  margin: 0;
  padding: clamp(28px, 3vw, 36px);
  box-shadow: var(--soft-shadow);
}

.testimonial blockquote {
  margin: 0 0 22px;
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 62px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  padding: 24px 26px;
  border-radius: var(--radius);
  box-shadow: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

details:hover {
  border-color: rgba(169, 97, 72, 0.32);
  background: rgba(255, 253, 248, 0.94);
}

summary {
  cursor: pointer;
  font-weight: 760;
  font-size: 1.04rem;
}

summary:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(180, 106, 77, 0.36);
  outline-offset: 4px;
}

details p {
  margin: 16px 0 0;
}

.beta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin-top: clamp(96px, 10vw, 132px);
  padding: clamp(36px, 6vw, 64px);
  border: 1px solid rgba(221, 212, 196, 0.94);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(242, 236, 223, 0.82)),
    var(--surface);
  box-shadow: var(--soft-shadow);
}

.beta-section h2 {
  margin-bottom: 18px;
}

.beta-section p:not(.eyebrow),
.beta-actions p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.beta-actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.beta-actions .button {
  width: 100%;
}

.beta-actions p {
  margin: 8px 0 0;
  font-size: 0.94rem;
}

.beta-actions p a {
  color: var(--ink);
  font-weight: 720;
}

.final-cta {
  margin-top: clamp(104px, 11vw, 144px);
  padding: clamp(54px, 7vw, 82px) clamp(24px, 6vw, 72px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(223, 231, 218, 0.92), rgba(255, 253, 248, 0.94)),
    var(--surface);
  text-align: center;
}

.final-cta h2 {
  margin-inline: auto;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(calc(100% - var(--gutter)), var(--content));
  margin: 62px auto 0;
  padding: 32px 0 42px;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.site-footer p {
  margin: 0;
}

.app-shell {
  padding-top: clamp(104px, 11vw, 148px);
}

.app-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.app-topline h2 {
  max-width: 760px;
}

.app-topline p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.app-status {
  min-width: 132px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 760;
  text-align: center;
}

.product-frame {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(221, 212, 196, 0.94);
  border-radius: 28px;
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.product-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-right: 1px solid var(--line);
  background: #f2ecdf;
}

.product-brand {
  margin-bottom: 22px;
}

.product-nav-link,
.active-hobbies-card button {
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.96rem;
  text-align: left;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.product-nav-link:hover,
.product-nav-link.active {
  background: #fffaf0;
  color: var(--ink);
}

.product-nav-link.active {
  font-weight: 760;
}

.muted-link {
  margin-top: auto;
}

.danger-link {
  color: #8b4d38;
}

.product-main {
  min-width: 0;
  padding: clamp(26px, 4vw, 44px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(248, 244, 235, 0.86)),
    #fffdf8;
}

.product-view {
  display: none;
}

.product-view.active {
  display: block;
  animation: viewIn 360ms ease both;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
  min-height: 570px;
}

.auth-layout h3,
.view-heading h3 {
  max-width: 680px;
  margin-bottom: 14px;
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 500;
  line-height: 1.08;
}

.auth-layout p,
.view-heading p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.view-heading {
  margin-bottom: 28px;
}

.view-heading.with-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.view-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.product-card {
  border: 1px solid rgba(221, 212, 196, 0.94);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: var(--soft-shadow);
}

.form-card,
.onboarding-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 36px);
}

.form-message {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(169, 97, 72, 0.28);
  border-radius: 12px;
  background: #f7ece6;
  color: #7d422f;
  font-size: 0.94rem;
  line-height: 1.45;
}

.form-message:empty,
.form-message[hidden] {
  display: none;
}

.form-message[data-type="success"] {
  border-color: rgba(48, 76, 59, 0.24);
  background: var(--green-soft);
  color: var(--green);
}

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

.guided-steps span {
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbf8ef;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 740;
  text-align: center;
}

.onboarding-note {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--terracotta);
  background: #f7f3ea;
  color: var(--muted);
}

.local-data-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.form-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7f3ea;
}

.form-switch button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 740;
  cursor: pointer;
}

.form-switch button.active {
  background: #fffdf8;
  color: var(--green);
  box-shadow: 0 6px 18px rgba(52, 48, 39, 0.07);
}

label,
fieldset {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 740;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 12px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  line-height: 1.45;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

input,
select {
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  padding: 13px 14px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(169, 97, 72, 0.56);
  box-shadow: 0 0 0 4px rgba(169, 97, 72, 0.12);
}

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

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

.choice-grid label {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbf8ef;
  color: var(--muted);
  font-weight: 720;
}

.choice-grid input {
  width: 16px;
  min-height: auto;
  accent-color: var(--green);
}

.dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 18px;
  align-items: stretch;
}

.today-plan {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(223, 231, 218, 0.78), rgba(255, 253, 248, 0.92)),
    #fffdf8;
}

.today-plan h4,
.active-hobbies-card h4,
.sessions-card h4,
.weekly-review-card h4,
.milestones-card h4,
.timeline-card h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.today-plan p {
  max-width: 430px;
  color: var(--muted);
}

.first-action {
  width: max-content;
  margin-top: 18px;
}

.app-progress {
  margin-top: auto;
  background: rgba(48, 76, 59, 0.13);
}

.app-progress span {
  background: var(--green);
}

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

.dashboard-layout > .stat-grid {
  grid-column: 1 / -1;
}

.stat-card {
  padding: 22px;
}

.stat-card span,
.hobby-row span,
.session-feed span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.stat-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.05;
}

.stat-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.mini-progress {
  height: 7px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(48, 76, 59, 0.12);
}

.mini-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.active-hobbies-card {
  grid-row: span 2;
  padding: 24px;
}

.weekly-review-card,
.milestones-card,
.timeline-card {
  padding: 24px;
}

.weekly-review-card,
.timeline-card {
  grid-column: 1 / -1;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.review-grid div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbf8ef;
}

.review-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.review-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 1.05rem;
}

.weekly-review-card > p {
  margin: 16px 0 0;
  color: var(--muted);
}

.milestone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.milestone-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbf8ef;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 740;
}

.milestones-card .card-row > span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 760;
}

.milestone-badge.earned {
  border-color: rgba(48, 76, 59, 0.22);
  background: var(--green-soft);
  color: var(--green);
}

.active-hobbies-card button {
  width: auto;
  padding: 8px 12px;
  background: #f2ecdf;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 760;
}

.hobby-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.hobby-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbf8ef;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.hobby-row:hover {
  border-color: rgba(48, 76, 59, 0.28);
  transform: translateY(-2px);
}

.hobby-row strong {
  display: block;
  margin-bottom: 3px;
}

.hobby-row em {
  color: var(--green);
  font-style: normal;
  font-weight: 780;
}

.detail-layout {
  display: grid;
  gap: 18px;
}

.detail-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compact-select-label {
  min-width: 210px;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.compact-select-label select {
  color: var(--ink);
  text-transform: none;
}

.sessions-card {
  padding: 26px;
}

.session-feed {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.session-feed article {
  padding: 16px 18px;
  border-left: 3px solid var(--terracotta);
  background: #f7f3ea;
}

.session-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.session-item-meta strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.25;
}

.session-item-meta span {
  margin-top: 2px;
}

.session-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 780;
}

.session-feed p {
  margin: 8px 0 0;
  color: var(--muted);
}

.session-feed small {
  display: block;
  margin-top: 9px;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 720;
}

.compact-feed {
  margin-top: 16px;
}

.empty-state {
  padding: 18px;
  border: 1px dashed rgba(111, 113, 104, 0.34);
  border-radius: 14px;
  background: #fbf8ef;
}

.empty-state strong {
  display: block;
  margin-bottom: 4px;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
}

@keyframes viewIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.float-soft {
  animation: floatSoft 9s ease-in-out infinite;
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes growBar {
  from {
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
}

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

@media (max-width: 1080px) {
  .site-header {
    border-radius: 24px;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .split-section,
  .product-showcase,
  .faq-section,
  .beta-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 42px;
    min-height: auto;
    padding-top: 72px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .feature-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card-large,
  .feature-card-tall {
    grid-column: span 1;
  }

  .social-proof,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  .product-showcase {
    gap: 42px;
  }

  .app-topline,
  .product-frame,
  .auth-layout,
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .app-status {
    width: max-content;
  }

  .product-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-brand,
  .muted-link {
    grid-column: 1 / -1;
  }

  .muted-link {
    margin-top: 0;
  }

  .active-hobbies-card {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .social-proof,
  .site-footer,
  .site-header {
    width: min(calc(100% - 24px), var(--max));
  }

  .site-header {
    margin-top: 12px;
    padding: 6px 9px;
  }

  .brand {
    gap: 8px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 13px;
  }

  .hero {
    gap: 30px;
    padding: 40px 0 48px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: clamp(2.34rem, 11.2vw, 3.05rem);
    line-height: 1.06;
  }

  h2 {
    font-size: clamp(1.84rem, 8.4vw, 2.32rem);
    line-height: 1.08;
  }

  h3 {
    font-size: 1.08rem;
  }

  .hero-text,
  .section-heading p:not(.eyebrow),
  .showcase-copy p,
  .app-topline p:not(.eyebrow),
  .auth-layout p,
  .view-heading p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.76rem;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
  }

  .hero-actions .button,
  .beta-actions .button,
  .price-card .button {
    width: 100%;
  }

  .hero-proof {
    gap: 8px 12px;
    margin-top: 20px;
    font-size: 0.92rem;
  }

  .hero-note {
    margin-top: 24px;
    font-size: 1.02rem;
    line-height: 1.45;
  }

  .dashboard-frame {
    padding: 14px;
    border-radius: 20px;
  }

  .dash-grid,
  .feature-grid,
  .testimonial-grid,
  .preview-cards {
    grid-template-columns: 1fr;
  }

  .dash-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .dash-topbar h2 {
    font-size: 1.16rem;
  }

  .dash-pill {
    white-space: normal;
  }

  .featured-card {
    min-height: 230px;
  }

  .dash-card {
    min-height: auto;
    padding: 16px;
  }

  .progress-track {
    margin-top: 34px;
  }

  .app-preview {
    grid-template-columns: 1fr;
  }

  .focus-row {
    grid-template-columns: 1fr;
  }

  .preview-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mini-brand,
  .sidebar-hobbies {
    grid-column: 1 / -1;
  }

  .sidebar-hobbies {
    margin-top: 12px;
  }

  .preview-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-card {
    padding: 24px;
  }

  .price-card strong {
    margin-top: 40px;
  }

  .section-block,
  .product-showcase {
    padding-top: 64px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .editorial-strip {
    margin-top: 42px;
    padding-top: 28px;
  }

  .final-cta {
    margin-top: 88px;
    padding: 38px 22px;
  }

  .beta-section {
    margin-top: 64px;
    padding: 26px 20px;
    border-radius: 20px;
  }

  .timeline div {
    padding-right: 18px;
  }

  .timeline em {
    position: static;
    display: block;
    margin-top: 6px;
  }

  .app-shell {
    padding-top: 64px;
  }

  .app-topline {
    gap: 18px;
  }

  .product-frame {
    border-radius: 20px;
    min-height: auto;
  }

  .product-main {
    padding: 16px;
  }

  .product-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 14px;
  }

  .product-brand {
    margin-bottom: 6px;
  }

  .muted-link {
    grid-column: auto;
  }

  .product-nav-link {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.25;
  }

  .view-heading.with-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .view-actions,
  .view-actions .button,
  .first-action {
    width: 100%;
  }

  .form-grid,
  .choice-grid,
  .guided-steps,
  .stat-grid,
  .detail-stats,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .form-card,
  .onboarding-card,
  .today-plan,
  .active-hobbies-card,
  .sessions-card,
  .weekly-review-card,
  .milestones-card,
  .timeline-card {
    padding: 18px;
    border-radius: 16px;
  }

  .auth-layout {
    min-height: auto;
    gap: 22px;
  }

  .auth-layout h3,
  .view-heading h3 {
    font-size: clamp(1.72rem, 8vw, 2.12rem);
    line-height: 1.12;
  }

  .view-heading {
    margin-bottom: 20px;
  }

  .guided-steps {
    gap: 7px;
  }

  .guided-steps span {
    min-height: 34px;
    padding: 8px 9px;
    font-size: 0.78rem;
  }

  input,
  select {
    min-height: 50px;
  }

  textarea {
    min-height: 118px;
  }

  .today-plan {
    min-height: auto;
  }

  .stat-card {
    padding: 18px;
  }

  .stat-card strong {
    font-size: 1.48rem;
  }

  .review-grid div,
  .empty-state,
  .session-feed article {
    padding: 14px;
  }

  .hobby-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 13px;
  }

  .hobby-row em {
    justify-self: start;
  }

  .compact-select-label {
    width: 100%;
  }

  .session-item-header {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    border-radius: 20px;
  }

  .brand {
    font-size: 0.94rem;
  }

  .site-header .brand {
    gap: 10px;
    font-size: 1.08rem;
  }

  .site-header .brand-icon {
    width: 42px;
    height: 42px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .button {
    min-height: 48px;
    padding: 0 18px;
  }

  .hero {
    padding-top: 32px;
  }

  h1 {
    font-size: clamp(2.18rem, 10.5vw, 2.72rem);
  }

  .hero-text {
    margin-bottom: 24px;
  }

  .hero-proof {
    display: grid;
  }

  .week-panel,
  .preview-main,
  .preview-cards article,
  .focus-row,
  .price-card,
  details {
    padding: 18px;
  }

  .price-card strong {
    margin-top: 42px;
    font-size: 2.35rem;
  }

  .recommend-label {
    top: 16px;
    right: 16px;
  }

  .product-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-nav-link {
    text-align: center;
  }

  .product-main {
    padding: 14px;
  }

  .form-card,
  .onboarding-card,
  .today-plan,
  .active-hobbies-card,
  .sessions-card,
  .weekly-review-card,
  .milestones-card,
  .timeline-card {
    padding: 16px;
  }

  .view-actions {
    display: grid;
  }

  .app-status {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .beta-actions p a,
  .site-footer a {
    overflow-wrap: anywhere;
  }
}
