@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jakarta";
  src: url("fonts/jakarta-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jakarta";
  src: url("fonts/jakarta-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jakarta";
  src: url("fonts/jakarta-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jakarta";
  src: url("fonts/jakarta-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1c1917;
  --ink-soft: #5f584f;
  --paper: #fbf7f1;
  --paper-deep: #f1eadf;
  --surface: #fffdf9;
  --surface-raised: #ffffff;
  --line: #ded5c7;
  --moss: #1d5e4a;
  --moss-deep: #0d3c2e;
  --moss-soft: #cce8db;
  --sage: #79cda7;
  --ochre: #96650b;
  --ochre-soft: #f8e5c2;
  --clay: #a0503a;
  --clay-soft: #fadfd5;
  --blue: #3f5fc7;
  --blue-deep: #203f9c;
  --blue-soft: #dce3f8;
  --rose: #a03d63;
  --violet: #6b4a9e;
  --shadow-sm: 0 10px 30px rgba(57, 43, 27, 0.07);
  --shadow-lg: 0 30px 80px rgba(45, 34, 22, 0.14);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --radius-pill: 999px;
  --container: 1180px;
  --header-height: 82px;
  color-scheme: light;
}

[data-theme="dark"] {
  --ink: #f1ebe2;
  --ink-soft: #bbb1a5;
  --paper: #12100e;
  --paper-deep: #1b1814;
  --surface: #1c1916;
  --surface-raised: #24201c;
  --line: #3a342e;
  --moss: #7fd8b0;
  --moss-deep: #a9e8ca;
  --moss-soft: #174c3b;
  --sage: #7fd8b0;
  --ochre: #ebc272;
  --ochre-soft: #5c3d06;
  --clay: #f2af9b;
  --clay-soft: #69301f;
  --blue: #a9bdf6;
  --blue-deep: #d4defb;
  --blue-soft: #293b73;
  --rose: #f5a8c2;
  --violet: #c9aef5;
  --shadow-sm: 0 12px 32px rgba(0, 0, 0, 0.18);
  --shadow-lg: 0 36px 90px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Jakarta", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(rgba(65, 50, 33, 0.055) 0.7px, transparent 0.7px);
  background-size: 12px 12px;
  content: "";
  pointer-events: none;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

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

a {
  color: inherit;
}

a:hover {
  text-decoration-thickness: 2px;
}

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

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
.serif {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3rem, 7.2vw, 6.7rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(2.25rem, 4.5vw, 4.5rem);
  line-height: 1.02;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.15;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  color: #fff;
  background: var(--moss-deep);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

:focus-visible {
  outline: 3px solid var(--ochre);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 800px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid color-mix(in srgb, var(--line), transparent 28%);
  background: color-mix(in srgb, var(--paper), transparent 9%);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--moss), transparent 52%);
  border-radius: 50%;
  color: #fff;
  background: var(--moss-deep);
  font-family: "Fraunces", Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.12);
}

.brand-mark::after {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: #f2c36e;
  content: "";
}

.brand-text {
  font-size: 0.94rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links > a,
.nav-dropdown > button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 5px;
  padding: 9px 13px;
  border: 0;
  border-radius: var(--radius-pill);
  color: var(--ink-soft);
  background: transparent;
  font-size: 0.89rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.nav-links > a:hover,
.nav-dropdown > button:hover,
.nav-links > a[aria-current="page"],
.nav-dropdown > button.is-current {
  color: var(--ink);
  background: var(--surface);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > button::after {
  width: 7px;
  height: 7px;
  transform: translateY(-2px) rotate(45deg);
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  min-width: 230px;
  padding: 9px;
  transform: translateY(-4px);
  border: 1px solid var(--line);
  border-radius: 18px;
  opacity: 0;
  background: var(--surface-raised);
  box-shadow: var(--shadow-lg);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.is-open .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.dropdown-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-menu a:hover,
.dropdown-menu a[aria-current="page"] {
  color: var(--ink);
  background: var(--paper-deep);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.icon-button,
.menu-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  cursor: pointer;
}

.icon-button:hover,
.menu-button:hover {
  border-color: var(--moss);
  background: var(--moss-soft);
}

.theme-icon {
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: -6px -5px 0 -4px currentColor, 6px -5px 0 -4px currentColor,
    -6px 5px 0 -4px currentColor, 6px 5px 0 -4px currentColor;
}

.menu-button {
  display: none;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-lines::before {
  transform: translateY(-6px);
}

.menu-lines::after {
  transform: translateY(4px);
}

.menu-button[aria-expanded="true"] .menu-lines {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-lines::before {
  transform: translateY(0) rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-lines::after {
  transform: translateY(-2px) rotate(-45deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--moss);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: -20%;
  right: -10%;
  z-index: -1;
  width: min(58vw, 760px);
  height: min(58vw, 760px);
  border: 1px solid color-mix(in srgb, var(--moss), transparent 82%);
  border-radius: 50%;
  background: radial-gradient(circle at 52% 45%, color-mix(in srgb, var(--moss-soft), transparent 4%), transparent 68%);
}

.hero-grid {
  display: grid;
  min-height: calc(100vh - var(--header-height));
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  padding-block: 72px;
}

.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 28px;
}

.hero-copy h1 em {
  color: var(--moss);
  font-style: normal;
}

.hero-copy > p {
  max-width: 630px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: var(--moss-deep);
  box-shadow: 0 6px 0 color-mix(in srgb, var(--moss-deep), #000 25%);
}

[data-theme="dark"] .button-primary {
  color: #07251b;
  background: var(--moss);
}

.button-primary:hover {
  box-shadow: 0 4px 0 color-mix(in srgb, var(--moss-deep), #000 28%), 0 14px 25px rgba(29, 94, 74, 0.18);
}

.button-secondary {
  border-color: var(--line);
  background: var(--surface);
}

.button-secondary:hover {
  border-color: var(--moss);
  background: var(--moss-soft);
}

.arrow {
  display: inline-block;
  transition: transform 180ms ease;
}

.button:hover .arrow,
.text-link:hover .arrow {
  transform: translateX(4px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 31px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-row span::before {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--moss-deep);
  background: var(--moss-soft);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-art {
  position: relative;
  display: grid;
  min-height: 600px;
  place-items: center;
}

.orbit {
  position: absolute;
  width: min(100%, 570px);
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--moss), transparent 70%);
  border-radius: 50%;
}

.orbit::before,
.orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.orbit::before {
  inset: 11%;
  border: 1px dashed color-mix(in srgb, var(--ochre), transparent 62%);
}

.orbit::after {
  top: 9%;
  right: 12%;
  width: 18px;
  height: 18px;
  background: var(--ochre);
  box-shadow: 0 0 0 9px var(--ochre-soft);
}

.phone {
  position: relative;
  z-index: 2;
  width: min(310px, 74vw);
  padding: 10px;
  transform: rotate(2.5deg);
  border: 1px solid #413a33;
  border-radius: 43px;
  background: #1c1917;
  box-shadow: var(--shadow-lg);
}

.phone-screen {
  min-height: 575px;
  overflow: hidden;
  border-radius: 34px;
  background: #fbf7f1;
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 12px;
  color: #1c1917;
  font-size: 0.66rem;
  font-weight: 800;
}

.phone-dot {
  width: 48px;
  height: 17px;
  border-radius: 20px;
  background: #1c1917;
}

.app-welcome {
  padding: 21px 22px 18px;
}

.app-welcome small {
  color: #96650b;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-welcome h3 {
  margin: 8px 0 7px;
  color: #1c1917;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.app-welcome p {
  color: #6b635a;
  font-size: 0.72rem;
}

.daily-card {
  margin: 0 15px;
  padding: 20px;
  border: 1px solid #b7d9c9;
  border-radius: 24px;
  color: #042117;
  background: linear-gradient(145deg, #dff1e8, #cce8db);
  box-shadow: 0 13px 30px rgba(29, 94, 74, 0.1);
}

.daily-card .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1d5e4a;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.daily-card h4 {
  margin: 23px 0 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.56rem;
  line-height: 1.08;
}

.daily-card p {
  margin-bottom: 17px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.83rem;
  line-height: 1.45;
}

.mini-button {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 20px;
  color: #fff;
  background: #1d5e4a;
  font-size: 0.64rem;
  font-weight: 800;
}

.app-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 13px 15px;
}

.mini-stat {
  padding: 13px 9px;
  border: 1px solid #e0d8cb;
  border-radius: 16px;
  text-align: center;
  background: #fffdf9;
}

.mini-stat strong {
  display: block;
  color: #1c1917;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.24rem;
}

.mini-stat span {
  color: #6b635a;
  font-size: 0.52rem;
  font-weight: 700;
}

.app-dock {
  display: flex;
  width: calc(100% - 30px);
  align-items: center;
  justify-content: space-around;
  margin: 5px 15px 15px;
  padding: 9px 7px;
  border: 1px solid #e0d8cb;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(53, 43, 31, 0.09);
}

.dock-item {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #6b635a;
  font-size: 0.72rem;
}

.dock-item.active {
  width: auto;
  padding-inline: 12px;
  border-radius: 18px;
  color: #fff;
  background: #1d5e4a;
  font-size: 0.57rem;
  font-weight: 800;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-raised);
  box-shadow: var(--shadow-sm);
  font-size: 0.78rem;
  font-weight: 800;
}

.floating-note::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: var(--moss-deep);
  background: var(--moss-soft);
  content: attr(data-icon);
}

.note-one {
  top: 17%;
  left: -2%;
  transform: rotate(-4deg);
}

.note-two {
  right: -2%;
  bottom: 21%;
  transform: rotate(3deg);
}

.logo-strip {
  border-block: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface), transparent 10%);
}

.logo-strip-inner {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  align-items: center;
  gap: 20px;
  padding-block: 25px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.logo-strip strong {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.proof-item::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ochre);
  content: "";
}

.section {
  padding-block: clamp(84px, 10vw, 140px);
}

.section-sm {
  padding-block: clamp(60px, 7vw, 90px);
}

.section-tinted {
  background: var(--paper-deep);
}

.section-dark {
  color: #f7f1e8;
  background: #123e31;
}

[data-theme="dark"] .section-dark {
  background: #0b2a21;
}

.section-dark .eyebrow {
  color: #9fe0c3;
}

.section-dark .section-lead,
.section-dark .muted {
  color: #c8dcd2;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 42px;
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.section-heading h2 {
  max-width: 800px;
  margin-bottom: 0;
}

.section-lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
}

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

.feature-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.feature-card::after {
  position: absolute;
  right: -56px;
  bottom: -65px;
  width: 170px;
  height: 170px;
  border: 1px solid color-mix(in srgb, var(--card-color, var(--moss)), transparent 45%);
  border-radius: 50%;
  content: "";
}

.feature-card:nth-child(1) { --card-color: var(--violet); }
.feature-card:nth-child(2) { --card-color: var(--moss); }
.feature-card:nth-child(3) { --card-color: var(--ochre); }

.feature-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 70px;
  border-radius: 15px;
  color: var(--ink);
  background: color-mix(in srgb, var(--card-color), transparent 82%);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.feature-card h3 {
  margin-bottom: 13px;
}

.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

.visual-board {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.visual-board::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, var(--moss-soft), transparent 44%),
    linear-gradient(315deg, var(--ochre-soft), transparent 46%);
  content: "";
}

.board-card {
  position: absolute;
  z-index: 1;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-raised);
  box-shadow: var(--shadow-sm);
}

.board-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.18rem;
}

.board-card span {
  color: var(--ink-soft);
  font-size: 0.73rem;
}

.board-card:nth-child(1) {
  top: 12%;
  left: 9%;
  width: 54%;
  transform: rotate(-5deg);
}

.board-card:nth-child(2) {
  top: 37%;
  right: 7%;
  width: 50%;
  transform: rotate(4deg);
}

.board-card:nth-child(3) {
  bottom: 10%;
  left: 15%;
  width: 60%;
  transform: rotate(-2deg);
}

.board-dots {
  display: flex;
  gap: 6px;
  margin-top: 13px;
}

.board-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--moss);
}

.board-dots i:nth-child(2) { background: var(--ochre); }
.board-dots i:nth-child(3) { background: var(--clay); }

.tick-list {
  display: grid;
  gap: 19px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 37px;
  color: var(--ink-soft);
}

.tick-list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--moss-deep);
  background: var(--moss-soft);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

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

.metric {
  padding: 27px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.metric:first-child {
  border-left: 0;
}

.metric strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1;
}

.metric span {
  color: #c8dcd2;
  font-size: 0.78rem;
  font-weight: 700;
}

.quote-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 25px;
  align-items: start;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.quote-mark {
  color: var(--ochre);
  font-family: "Fraunces", Georgia, serif;
  font-size: 7rem;
  line-height: 0.65;
}

.quote-card blockquote {
  margin: 0 0 25px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 3.2vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.22;
}

.quote-card cite {
  color: var(--ink-soft);
  font-style: normal;
  font-weight: 700;
}

.cta-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: clamp(38px, 7vw, 84px);
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--moss-deep);
}

.cta-panel::after {
  position: absolute;
  right: -110px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.03), 0 0 0 110px rgba(255, 255, 255, 0.03);
  content: "";
}

.cta-panel h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #fff;
}

.cta-copy {
  position: relative;
  z-index: 1;
}

.cta-copy p {
  margin-bottom: 25px;
  color: #c8dcd2;
}

.cta-panel .button-primary {
  color: #2f1f00;
  background: #f2c36e;
  box-shadow: 0 6px 0 #9a6812;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(84px, 11vw, 150px) clamp(70px, 9vw, 120px);
  border-bottom: 1px solid var(--line);
}

.page-hero::after {
  position: absolute;
  top: -200px;
  right: -150px;
  z-index: -1;
  width: 560px;
  height: 560px;
  border: 1px solid color-mix(in srgb, var(--moss), transparent 75%);
  border-radius: 50%;
  box-shadow: 0 0 0 80px color-mix(in srgb, var(--moss-soft), transparent 58%),
    0 0 0 160px color-mix(in srgb, var(--moss-soft), transparent 76%);
  content: "";
}

.page-hero h1 {
  max-width: 960px;
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 7.2vw, 6.6rem);
}

.page-hero p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--moss);
  text-decoration: none;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
}

.app-brand-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.app-icon {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}

.app-brand-row strong {
  display: block;
  font-size: 1.05rem;
}

.app-brand-row span {
  color: var(--ink-soft);
  font-size: 0.83rem;
}

.screenshot-stack {
  position: relative;
  min-height: 650px;
}

.screenshot-stack .phone {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(1.8deg);
}

.screenshot-card {
  position: absolute;
  z-index: 4;
  width: 195px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-raised);
  box-shadow: var(--shadow-lg);
}

.screenshot-card strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
}

.screenshot-card span {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.shot-one {
  top: 18%;
  left: -1%;
  transform: rotate(-4deg);
}

.shot-two {
  right: -1%;
  bottom: 15%;
  transform: rotate(4deg);
}

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

.category-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--category-color, var(--moss));
  border-radius: 18px;
  background: var(--surface);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.category-card.memory { --category-color: var(--violet); }
.category-card.reading { --category-color: #1c6360; }
.category-card.writing { --category-color: var(--blue); }
.category-card.organization { --category-color: var(--clay); }
.category-card.exam { --category-color: var(--ochre); }
.category-card.productivity { --category-color: var(--rose); }
.category-card.focus { --category-color: var(--moss); }

.category-count {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--category-color);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.category-card h3 {
  margin-bottom: 7px;
  font-size: 1.22rem;
}

.category-card p {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.steps {
  display: grid;
  gap: 0;
  counter-reset: step;
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
  counter-increment: step;
}

.step::before {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--moss);
  background: var(--surface);
  content: "0" counter(step);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
}

.step h3 {
  margin-bottom: 8px;
}

.step p {
  color: var(--ink-soft);
}

.filters {
  position: sticky;
  top: calc(var(--header-height) + 12px);
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 38px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--surface-raised), transparent 5%);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.search-wrap {
  position: relative;
  flex: 1 1 250px;
}

.search-wrap::before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: var(--ink-soft);
  content: "⌕";
  font-size: 1.3rem;
}

.method-search {
  width: 100%;
  min-height: 43px;
  padding: 10px 15px 10px 43px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--paper);
}

.filter-button {
  min-height: 41px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--surface);
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
}

.filter-button:hover,
.filter-button[aria-pressed="true"] {
  border-color: var(--moss);
  color: #fff;
  background: var(--moss-deep);
}

[data-theme="dark"] .filter-button[aria-pressed="true"] {
  color: #06231a;
  background: var(--moss);
}

.result-count {
  width: 100%;
  padding: 2px 7px 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
}

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

.method-card {
  min-height: 205px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.method-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.method-card[hidden] {
  display: none;
}

.method-category {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 5px 9px;
  border-radius: var(--radius-pill);
  color: var(--moss-deep);
  background: var(--moss-soft);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.method-card h2 {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.method-card p {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.no-results {
  display: none;
  padding: 50px;
  border: 1px dashed var(--line);
  border-radius: 20px;
  text-align: center;
  color: var(--ink-soft);
}

.no-results.is-visible {
  display: block;
}

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

.value-card {
  min-height: 250px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.value-card span {
  display: block;
  margin-bottom: 58px;
  color: var(--ochre);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.3rem;
  font-weight: 700;
}

.value-card h3 {
  margin-bottom: 10px;
}

.value-card p {
  color: var(--ink-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 7vw, 90px);
}

.contact-card {
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.contact-method {
  padding-block: 23px;
  border-bottom: 1px solid var(--line);
}

.contact-method:first-child {
  padding-top: 0;
}

.contact-method:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-method span {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-method a,
.contact-method strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  text-decoration: none;
}

.copy-button {
  margin-top: 11px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: transparent;
  font-size: 0.71rem;
  font-weight: 800;
  cursor: pointer;
}

.copy-button:hover {
  border-color: var(--moss);
  background: var(--moss-soft);
}

.support-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.support-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  color: var(--ink-soft);
}

.support-list li::before {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--moss-deep);
  background: var(--moss-soft);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 28px;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border: 0;
  text-align: left;
  background: transparent;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}

.faq-question::after {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-family: "Jakarta", sans-serif;
  font-size: 1rem;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 230ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  max-width: 760px;
  padding: 0 54px 23px 0;
  color: var(--ink-soft);
}

.faq-question[aria-expanded="true"] + .faq-answer {
  grid-template-rows: 1fr;
}

.legal-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: clamp(40px, 8vw, 105px);
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: calc(var(--header-height) + 25px);
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
}

.legal-nav span {
  padding: 8px 11px 4px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-nav a {
  padding: 8px 11px;
  border-radius: 9px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a.is-active {
  color: var(--ink);
  background: var(--paper-deep);
}

.legal-content > p:first-of-type {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.legal-content section {
  padding-block: 29px;
  border-bottom: 1px solid var(--line);
}

.legal-content section:first-of-type {
  padding-top: 10px;
}

.legal-content h2 {
  margin-bottom: 13px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: -0.022em;
}

.legal-content h3 {
  margin: 22px 0 8px;
  font-size: 1.15rem;
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
}

.legal-content a,
.text-link {
  color: var(--moss);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 31px;
}

.legal-meta span {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--ink-soft);
  background: var(--surface);
  font-size: 0.72rem;
  font-weight: 700;
}

.notice {
  padding: 20px 22px;
  border-left: 4px solid var(--ochre);
  border-radius: 0 13px 13px 0;
  color: var(--ink-soft);
  background: var(--ochre-soft);
  font-size: 0.88rem;
}

.license-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.license-table th,
.license-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.license-table th {
  color: var(--ink);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 55px;
  padding-block: 68px 50px;
}

.footer-intro .brand {
  margin-bottom: 18px;
}

.footer-intro p {
  max-width: 340px;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.footer-column h2 {
  margin-bottom: 16px;
  font-family: "Jakarta", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin: 9px 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--moss);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px 28px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.73rem;
}

.footer-bottom p {
  margin: 0;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-pill::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--moss);
  box-shadow: 0 0 0 4px var(--moss-soft);
  content: "";
}

.reveal {
  transform: translateY(18px);
  opacity: 0;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 650ms ease;
}

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

@media (max-width: 1040px) {
  .nav-links {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    display: block;
    width: min(390px, 100%);
    padding: 24px;
    transform: translateX(105%);
    border-left: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow-lg);
    transition: transform 230ms ease;
    overflow-y: auto;
  }

  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-links > a,
  .nav-dropdown > button {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 4px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    padding: 4px 0 10px 18px;
    transform: none;
    border: 0;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
  }

  .nav-dropdown.is-open .dropdown-menu {
    display: grid;
  }

  .menu-button {
    display: grid;
  }

  .hero-grid,
  .product-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-art {
    min-height: 660px;
  }

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

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

  .footer-main {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .footer-column:last-child {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 72px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand-text {
    font-size: 0.82rem;
  }

  .hero-grid {
    padding-block: 62px;
  }

  .hero-art {
    min-height: 600px;
  }

  .floating-note {
    display: none;
  }

  .logo-strip-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-strip-inner strong {
    grid-column: 1 / -1;
  }

  .section-heading,
  .split,
  .cta-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .method-grid {
    grid-template-columns: 1fr;
  }

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

  .metric:nth-child(3) {
    border-left: 0;
  }

  .quote-card {
    grid-template-columns: 1fr;
  }

  .quote-mark {
    height: 35px;
    font-size: 5rem;
  }

  .screenshot-stack {
    min-height: 610px;
  }

  .screenshot-card {
    display: none;
  }

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

  .legal-shell {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .legal-nav span {
    grid-column: 1 / -1;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 25px;
  }

  .footer-intro {
    grid-column: 1 / -1;
  }

  .footer-column:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(2.05rem, 11vw, 3.2rem);
  }

  .site-header .brand-mark {
    width: 38px;
    height: 38px;
  }

  .icon-button,
  .menu-button {
    width: 38px;
    height: 38px;
  }

  .hero-art {
    min-height: 560px;
  }

  .phone-screen {
    min-height: 520px;
  }

  .orbit {
    width: 96vw;
  }

  .category-grid,
  .legal-nav {
    grid-template-columns: 1fr;
  }

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

  .metric,
  .metric:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .metric:first-child {
    border-top: 0;
  }

  .step {
    grid-template-columns: 52px 1fr;
    gap: 15px;
  }

  .filters {
    position: static;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-intro,
  .footer-column:last-child {
    grid-column: auto;
  }

  .license-table,
  .license-table tbody,
  .license-table tr,
  .license-table td {
    display: block;
    width: 100%;
  }

  .license-table thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
  }

  .license-table tr {
    padding-block: 12px;
    border-bottom: 1px solid var(--line);
  }

  .license-table td {
    padding: 5px 0;
    border: 0;
  }

  .license-table td::before {
    display: block;
    color: var(--ink);
    content: attr(data-label);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
  }
}

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

  .reveal {
    transform: none;
    opacity: 1;
  }
}

@media print {
  .site-header,
  .site-footer,
  .legal-nav,
  .button-row {
    display: none !important;
  }

  body,
  .section,
  .page-hero {
    color: #000;
    background: #fff;
  }

  .page-hero {
    padding-block: 20px;
  }

  .legal-shell {
    display: block;
  }

  .legal-content p,
  .legal-content li {
    color: #222;
  }
}
