:root {
  --paper: #f5f2ec;
  --paper-2: #ece8df;
  --surface: #fffefa;
  --ink: #171615;
  --muted: #65615b;
  --muted-2: #8a857d;
  --line: rgba(23, 22, 21, 0.12);
  --line-strong: rgba(23, 22, 21, 0.2);
  --purple: #6c56dc;
  --purple-dark: #5842c6;
  --sand: #dfc1a0;
  --coral: #f77b6e;
  --aqua: #56c9c3;
  --green: #62bd91;
  --lilac: #a18ae9;
  --shadow: 0 32px 90px rgba(39, 30, 20, 0.14);
  --shadow-soft: 0 18px 50px rgba(39, 30, 20, 0.09);
  --radius: 30px;
  --radius-lg: 44px;
  --shell: min(1280px, calc(100vw - 64px));
  --shell-wide: min(1480px, calc(100vw - 32px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 7%, rgba(161, 138, 233, 0.14), transparent 28%),
    radial-gradient(circle at 12% 22%, rgba(223, 193, 160, 0.22), transparent 25%);
}

img, video { display: block; max-width: 100%; }
img { height: auto; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, ul, ol, figure { margin-top: 0; }

::selection { color: #fff; background: var(--purple); }

.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: var(--shell-wide); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-140%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid rgba(108, 86, 220, 0.65);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.nav-shell {
  min-height: 68px;
  padding: 9px 10px 9px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 23px;
  background: rgba(255, 254, 250, 0.76);
  box-shadow: 0 12px 40px rgba(34, 27, 18, 0.08);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  pointer-events: auto;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled .nav-shell {
  background: rgba(255, 254, 250, 0.91);
  box-shadow: 0 14px 44px rgba(34, 27, 18, 0.13);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 690;
  letter-spacing: -0.025em;
}
.brand img { border-radius: 11px; }

.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav > a {
  padding: 11px 14px;
  border-radius: 12px;
  color: #3f3c37;
  font-size: 14px;
  font-weight: 590;
  transition: color 160ms ease, background 160ms ease;
}
.site-nav > a:hover { color: var(--ink); background: rgba(23, 22, 21, 0.055); }
.site-nav > a[aria-current="page"] { color: var(--ink); background: rgba(23, 22, 21, 0.065); }
.site-nav > .nav-cta {
  padding: 11px 17px;
  color: #fff;
  background: var(--ink);
}
.site-nav > .nav-cta:hover { color: #fff; background: #302d29; }

.nav-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 14px;
  color: var(--ink);
  background: transparent;
}
.nav-toggle span {
  position: absolute;
  width: 20px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}
.nav-toggle span:first-child { transform: translateY(-4px); }
.nav-toggle span:last-child { transform: translateY(4px); }
.nav-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

.hero {
  position: relative;
  padding: 182px 0 88px;
  overflow: hidden;
}

.hero-copy { position: relative; z-index: 2; text-align: center; }
.eyebrow {
  margin-bottom: 22px;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0 auto 30px;
  max-width: 1120px;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 650;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.hero-lede {
  max-width: 780px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 24px);
  letter-spacing: -0.023em;
  line-height: 1.42;
}

.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.button {
  min-height: 54px;
  padding: 15px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 17px;
  font-size: 15px;
  font-weight: 690;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 12px 30px rgba(23, 22, 21, 0.18); }
.button-primary:hover { background: #302e2a; box-shadow: 0 16px 34px rgba(23, 22, 21, 0.22); }
.button-secondary { border-color: var(--line); background: rgba(255, 254, 250, 0.72); }
.button-secondary:hover { background: var(--surface); }
.trust-line { margin: 22px 0 0; color: var(--muted-2); font-size: 13px; }
.trust-line span { margin-inline: 6px; }

.hero-product {
  position: relative;
  height: min(820px, 57vw);
  min-height: 620px;
  margin-top: 80px;
}

.ambient { position: absolute; border-radius: 50%; filter: blur(5px); }
.ambient-one { width: 52%; aspect-ratio: 1; top: -4%; left: 0; background: rgba(223, 193, 160, 0.46); }
.ambient-two { width: 46%; aspect-ratio: 1; right: 2%; bottom: 0; background: rgba(161, 138, 233, 0.31); }

.app-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius);
  background: #1b1a19;
  box-shadow: var(--shadow);
}
.app-shot img { width: 100%; }
.app-shot figcaption,
.wide-media figcaption {
  padding: 12px 4px 0;
  color: var(--muted-2);
  font-size: 12px;
  line-height: 1.45;
}

.app-shot-hero {
  position: absolute;
  top: 2%;
  left: 50%;
  z-index: 2;
  width: min(1210px, 87%);
  transform: translateX(-50%) rotate(-0.35deg);
  box-shadow: 0 60px 130px rgba(36, 27, 18, 0.24);
}

.phone-shot {
  position: absolute;
  right: 5.5%;
  bottom: 0;
  z-index: 3;
  width: min(255px, 18vw);
  margin: 0;
  overflow: hidden;
  border: 7px solid #111;
  border-radius: 43px;
  background: #0c0c0c;
  box-shadow: 0 35px 80px rgba(23, 17, 14, 0.3);
}
.phone-shot img { width: 100%; }

.hero-caption {
  position: absolute;
  bottom: 8%;
  left: 5.5%;
  z-index: 3;
  max-width: 300px;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 17px;
  color: #403b35;
  background: rgba(255, 254, 250, 0.73);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
  font-size: 13px;
  line-height: 1.45;
}

.content-ribbon { border-block: 1px solid var(--line); }
.ribbon-list {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  color: #4d4943;
  font-size: 14px;
  font-weight: 650;
}
.ribbon-list span::before { margin-right: 13px; color: var(--purple); content: "•"; }

.section { padding: 144px 0; }
.section-intro { padding-top: 164px; }
.heading-row {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.72fr);
  gap: 80px;
  align-items: end;
}
.heading-row h2,
.section-heading h2,
.copy-block h2,
.privacy-panel h2,
.closing-panel h2,
.page-section h2 {
  margin-bottom: 0;
  font-size: clamp(44px, 5.6vw, 76px);
  font-weight: 640;
  letter-spacing: -0.06em;
  line-height: 1.01;
}
.heading-row .eyebrow,
.section-heading .eyebrow,
.copy-block .eyebrow,
.privacy-panel .eyebrow,
.closing-panel .eyebrow { margin-bottom: 18px; }
.section-lede,
.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.type-card {
  min-height: 312px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}
.type-card-photo { background: linear-gradient(155deg, #d9c4aa, #f1e7d6 65%); }
.type-card-code { color: #f5f1e9; background: linear-gradient(155deg, #272522, #171615); }
.type-card-doc { background: linear-gradient(155deg, #b9d9d5, #e5f1ed 70%); }
.type-card-media { background: linear-gradient(155deg, #b4a1ea, #ddd5f4 70%); }
.type-label {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}
.type-card h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -0.035em; line-height: 1.12; }
.type-card p { margin: 0; font-size: 14px; line-height: 1.5; opacity: 0.75; }

.wide-media { margin: 72px 0 0; }
.wide-media img { width: 100%; border-radius: 25px; box-shadow: var(--shadow); }

.workflow-section { background: var(--surface); }
.section-heading { max-width: 860px; margin-bottom: 66px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center > p:last-child { max-width: 680px; margin-inline: auto; margin-top: 23px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps-grid article { min-height: 255px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #f8f6f1; }
.steps-grid span { color: var(--purple); font-size: 12px; font-weight: 780; letter-spacing: 0.08em; }
.steps-grid h3 { margin: 44px 0 10px; font-size: 25px; letter-spacing: -0.04em; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.tour-film {
  position: relative;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 34px;
  background: #121211;
  box-shadow: var(--shadow);
}
.tour-film video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.video-toggle {
  position: absolute;
  right: 22px;
  bottom: 22px;
  min-height: 48px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  color: #fff;
  background: rgba(20, 19, 18, 0.7);
  backdrop-filter: blur(15px);
  cursor: pointer;
}
.play-icon { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.video-toggle.is-playing .play-icon { width: 9px; height: 12px; border: 0; border-inline: 3px solid currentColor; }

.pinboard-section { overflow: hidden; }
.pinboard-proof { position: relative; padding: 0 42px 76px 0; }
.pinboard-phone { position: absolute; right: -1%; bottom: 0; z-index: 2; width: 28%; border: 6px solid #111; border-radius: 34px; box-shadow: 0 26px 60px rgba(23, 18, 13, 0.28); }
.two-column { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: 82px; }
.two-column.align-center { align-items: center; }
.copy-block > p:not(.eyebrow, .fine-note) { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.board-list { margin: 38px 0; display: grid; gap: 9px; }
.board-list article { padding: 14px 0; display: grid; grid-template-columns: 13px 1fr; gap: 13px; border-bottom: 1px solid var(--line); }
.board-list article:last-child { border-bottom: 0; }
.board-dot { width: 10px; height: 10px; margin-top: 8px; border-radius: 50%; }
.board-dot.coral { background: var(--coral); }
.board-dot.aqua { background: var(--aqua); }
.board-dot.green { background: var(--green); }
.board-dot.lilac { background: var(--lilac); }
.board-list h3 { margin: 0 0 3px; font-size: 16px; letter-spacing: -0.02em; }
.board-list p { margin: 0; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line-strong); font-size: 14px; font-weight: 700; }
.text-link:hover { border-color: currentColor; }

.feature-story { background: #ded5f4; }
.story-ai .app-shot { transform: rotate(-0.5deg); }
.example-callout { max-width: 540px; margin-top: 35px; padding: 19px 21px; border: 1px solid rgba(23, 22, 21, 0.13); border-radius: 20px; background: rgba(255, 255, 255, 0.4); }
.example-callout span { color: var(--purple-dark); font-size: 11px; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.example-callout p { margin: 8px 0 0; color: #49443f; font-size: 14px; }

.media-section { background: #f9f7f2; }
.media-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.media-card {
  position: relative;
  min-height: 590px;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #ece8df;
}
.media-card-wide { grid-column: span 8; }
.media-card-reader { grid-column: span 4; color: #f2efe9; background: #1d1c1a; }
.media-card-doc { grid-column: 2 / span 10; min-height: 650px; margin-top: 16px; background: #d9c5ab; }
.media-card-copy { position: relative; z-index: 2; padding: 30px 30px 24px; }
.media-card-copy span,
.creation-card > div span { color: var(--purple-dark); font-size: 11px; font-weight: 770; letter-spacing: 0.1em; text-transform: uppercase; }
.media-card-reader .media-card-copy span { color: #b6a3ef; }
.media-card-copy h3 { margin: 12px 0 8px; max-width: 540px; font-size: 29px; letter-spacing: -0.045em; line-height: 1.08; }
.media-card-copy p { max-width: 560px; margin: 0; color: var(--muted); font-size: 15px; }
.media-card-reader .media-card-copy p { color: #aaa59d; }
.media-card img { width: calc(100% - 28px); margin: auto 14px 14px; border-radius: 22px; box-shadow: 0 18px 45px rgba(20, 16, 12, 0.18); }
.media-card-reader img { width: 72%; max-height: 440px; object-fit: cover; object-position: top; }
.media-card-doc img { width: 80%; margin-inline: auto; }
.doc-proof { position: relative; min-height: 430px; margin-top: auto; }
.media-card-doc .doc-mac { position: absolute; left: 8%; bottom: 15px; width: 75%; margin: 0; }
.media-card-doc .doc-phone { position: absolute; right: 5%; bottom: 0; z-index: 2; width: 25%; max-height: 510px; margin: 0; border: 5px solid #111; border-radius: 31px; object-fit: cover; object-position: top; }

.creation-section { background: var(--paper-2); }
.creation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.creation-card { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.58); border-radius: 34px; background: var(--surface); box-shadow: var(--shadow-soft); }
.creation-card img { width: 100%; aspect-ratio: 1.45; object-fit: cover; object-position: top; }
.creation-card > div { padding: 28px; }
.creation-card h3 { margin: 12px 0 8px; font-size: 27px; letter-spacing: -0.04em; }
.creation-card p { margin: 0; color: var(--muted); font-size: 15px; }
.feature-pills { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; list-style: none; }
.feature-pills li { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: #55514b; background: rgba(255, 254, 250, 0.53); font-size: 12px; font-weight: 620; }

.cross-device-section { overflow: hidden; background: #cfdfdb; }
.device-pair { position: relative; min-height: 600px; }
.device-mac { position: absolute; top: 5%; left: 0; width: 88%; border-radius: 26px; box-shadow: var(--shadow); }
.device-ipad { position: absolute; top: 4%; left: 0; width: 96%; border-radius: 26px; box-shadow: var(--shadow); }
.device-phone { position: absolute; right: 1%; bottom: 0; width: 25%; border: 6px solid #111; border-radius: 36px; box-shadow: 0 28px 60px rgba(24, 26, 23, 0.28); }
.ipad-pair .device-phone { right: -1%; width: 23%; }
.fine-note { max-width: 520px; margin-top: 23px; color: #5f6864; font-size: 13px; }

.audiences-section { background: var(--surface); }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.audience-grid a { position: relative; min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: #f7f4ee; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.audience-grid a:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--shadow-soft); }
.audience-grid span { color: var(--purple-dark); font-size: 11px; font-weight: 770; letter-spacing: 0.1em; text-transform: uppercase; }
.audience-grid h3 { max-width: 480px; margin: 52px 0 9px; font-size: 27px; letter-spacing: -0.043em; line-height: 1.08; }
.audience-grid p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; }
.audience-grid b { position: absolute; top: 26px; right: 27px; font-size: 20px; font-weight: 400; }

.privacy-section { background: #171615; }
.privacy-panel { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 100px; align-items: center; color: #f7f3ec; }
.privacy-panel > div > p:not(.eyebrow) { max-width: 620px; margin: 25px 0 31px; color: #aaa59d; font-size: 18px; }
.privacy-panel .eyebrow { color: #b9a8ee; }
.text-link.light { border-color: rgba(255, 255, 255, 0.27); }
.privacy-panel ul { margin: 0; padding: 0; list-style: none; }
.privacy-panel li { padding: 22px 0; display: grid; grid-template-columns: 35px 1fr; gap: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.11); color: #d5d0c7; font-size: 15px; }
.privacy-panel li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.11); }
.privacy-panel li span { color: #827f78; font-size: 11px; }

.feature-index-section { background: #f9f7f2; }
.feature-index { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.feature-index > div { padding: 29px 22px 10px 0; border-right: 1px solid var(--line); }
.feature-index > div:not(:first-child) { padding-left: 22px; }
.feature-index > div:last-child { border-right: 0; }
.feature-index h3 { margin: 0 0 20px; font-size: 15px; letter-spacing: -0.02em; }
.feature-index p { margin: 8px 0; color: var(--muted); font-size: 13px; }

.closing-section { padding: 70px 0; background: var(--surface); }
.closing-panel { padding: 96px 32px; border-radius: var(--radius-lg); text-align: center; background: linear-gradient(145deg, #efe7db 0%, #ded5f4 52%, #cce4de 100%); }
.closing-panel img { margin: 0 auto 31px; border-radius: 26px; box-shadow: 0 16px 38px rgba(55, 38, 22, 0.16); }
.closing-panel > p:not(.eyebrow) { margin: 25px auto 31px; color: #5f5a54; font-size: 18px; }
.center-actions { justify-content: center; }

.site-footer { padding: 82px 0 25px; color: #d9d5cd; background: #171615; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.footer-brand p { max-width: 360px; margin-top: 20px; color: #918d86; font-size: 14px; }
.site-footer .brand { color: #fff; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h2 { margin: 7px 0 12px; color: #76726d; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-grid a { font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #77736d; font-size: 11px; }

/* Interior pages */
.page-main { min-height: 70vh; }
.page-hero { padding: 190px 0 100px; text-align: center; }
.page-hero h1 { max-width: 1050px; font-size: clamp(56px, 7.4vw, 100px); }
.page-hero .page-lede { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 21px; }
.page-hero .actions { margin-top: 32px; }
.anchor-nav { position: sticky; top: 102px; z-index: 10; width: fit-content; max-width: calc(100vw - 32px); margin: 0 auto 65px; padding: 6px; display: flex; overflow-x: auto; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 17px; background: rgba(255, 254, 250, 0.84); box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); }
.anchor-nav a { white-space: nowrap; padding: 10px 14px; border-radius: 11px; color: var(--muted); font-size: 13px; font-weight: 650; }
.anchor-nav a:hover { color: var(--ink); background: rgba(23, 22, 21, 0.05); }
.page-section { padding: 112px 0; border-top: 1px solid var(--line); scroll-margin-top: 150px; }
.page-section.tint { background: var(--surface); }
.page-section.dark { color: #f7f3ec; background: #171615; }
.page-section.dark .eyebrow { color: #b9a8ee; }
.page-section.dark .page-copy > p { color: #aaa59d; }
.page-section-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 84px; align-items: start; }
.page-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.scenario-list { margin: 38px 0 0; padding: 0; list-style: none; }
.scenario-list li { padding: 21px 0; border-bottom: 1px solid var(--line); }
.scenario-list li:first-child { border-top: 1px solid var(--line); }
.scenario-list strong { display: block; margin-bottom: 5px; font-size: 16px; }
.scenario-list span { color: var(--muted); font-size: 14px; }
.page-section.dark .scenario-list li { border-color: rgba(255, 255, 255, 0.12); }
.page-section.dark .scenario-list span { color: #aaa59d; }
.page-media-stack { display: grid; gap: 15px; }
.page-media-stack img { width: 100%; border-radius: 28px; box-shadow: var(--shadow); }
.page-media-stack .phone-proof { position: relative; z-index: 2; width: min(320px, 48%); margin: -78px 28px -30px auto; border: 6px solid #111; border-radius: 36px; }
.example-board { margin-top: 15px; padding: 19px 21px; border-radius: 18px; background: rgba(108, 86, 220, 0.09); font-size: 13px; }
.example-board strong { color: var(--purple-dark); }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guide-card { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: 25px; background: var(--surface); }
.guide-card span { color: var(--purple-dark); font-size: 11px; font-weight: 760; letter-spacing: 0.08em; text-transform: uppercase; }
.guide-card h2, .guide-card h3 { margin: 42px 0 8px; font-size: 23px; letter-spacing: -0.04em; line-height: 1.1; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; }
.quick-start { counter-reset: quick; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.quick-start article { min-height: 220px; padding: 23px; border-radius: 22px; background: var(--surface); }
.quick-start article::before { counter-increment: quick; content: "0" counter(quick); color: var(--purple); font-size: 11px; font-weight: 760; }
.quick-start h3 { margin: 55px 0 8px; font-size: 19px; letter-spacing: -0.035em; }
.quick-start p { margin: 0; color: var(--muted); font-size: 13px; }
.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 44px 24px 0; cursor: pointer; font-weight: 680; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { float: right; margin-right: -35px; content: "+"; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -6px 0 25px; color: var(--muted); font-size: 15px; }

.platform-grid { margin-top: 55px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.platform-card { min-height: 350px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.platform-card.featured { color: #f4f1eb; background: #1a1918; }
.platform-card .platform { color: var(--purple); font-size: 11px; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.platform-card h2 { margin: 90px 0 12px; font-size: 32px; letter-spacing: -0.05em; }
.platform-card p { color: var(--muted); font-size: 14px; }
.platform-card.featured p { color: #aaa59d; }
.platform-card ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); font-size: 13px; }
.platform-card.featured ul { color: #aaa59d; }

.legal-wrap { max-width: 840px; margin: 0 auto; }
.legal-wrap section { padding: 35px 0; border-top: 1px solid var(--line); }
.legal-wrap h2 { margin-bottom: 13px; font-size: 25px; letter-spacing: -0.04em; }
.legal-wrap p, .legal-wrap li { color: var(--muted); font-size: 15px; }
.legal-wrap a { border-bottom: 1px solid var(--line-strong); }
.legal-meta { margin-bottom: 45px; color: var(--muted-2); font-size: 13px; }

.not-found { min-height: 78vh; padding: 190px 0 100px; display: grid; place-items: center; text-align: center; }
.not-found img { margin: 0 auto 30px; border-radius: 24px; }
.not-found h1 { margin-bottom: 16px; font-size: clamp(62px, 11vw, 130px); letter-spacing: -0.07em; line-height: 0.9; }
.not-found p { margin-bottom: 28px; color: var(--muted); font-size: 19px; }

.js.reveal-enabled .reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.75,.2,1); }
.js.reveal-enabled .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 44px, 1280px); }
  .type-grid { grid-template-columns: repeat(2, 1fr); }
  .type-card { min-height: 270px; }
  .two-column { gap: 48px; }
  .media-card-wide { grid-column: span 7; }
  .media-card-reader { grid-column: span 5; }
  .feature-index { grid-template-columns: repeat(3, 1fr); }
  .feature-index > div:nth-child(3) { border-right: 0; }
  .feature-index > div:nth-child(n+4) { margin-top: 25px; border-top: 1px solid var(--line); }
  .page-section-grid { gap: 48px; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-start { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 1280px); --shell-wide: min(100% - 20px, 1480px); --radius: 23px; }
  html { scroll-padding-top: 90px; }
  .site-header { top: 10px; }
  .nav-shell { min-height: 60px; padding: 7px 7px 7px 12px; border-radius: 19px; }
  .brand { font-size: 15px; }
  .brand img { width: 34px; height: 34px; }
  .nav-toggle { display: grid; }
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 10px;
    display: grid;
    gap: 2px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    background: rgba(255, 254, 250, 0.96);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(20px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a { padding: 13px 14px; }
  .site-nav > .nav-cta { margin-top: 4px; text-align: center; }

  .hero { padding-top: 144px; }
  .hero h1, .page-hero h1 { letter-spacing: -0.065em; }
  .hero-product { height: 590px; min-height: 0; margin-top: 58px; }
  .app-shot-hero { top: 4%; width: 96%; }
  .phone-shot { right: 4%; bottom: 2%; width: 24%; border-width: 5px; border-radius: 31px; }
  .hero-caption { bottom: 5%; left: 3%; max-width: 250px; }
  .ribbon-list { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .ribbon-list::-webkit-scrollbar { display: none; }
  .ribbon-list span { flex: 0 0 auto; }

  .section { padding: 102px 0; }
  .section-intro { padding-top: 112px; }
  .heading-row { margin-bottom: 45px; grid-template-columns: 1fr; gap: 25px; }
  .heading-row .section-lede { max-width: 640px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 210px; }
  .two-column, .page-section-grid { grid-template-columns: 1fr; }
  .reverse-mobile .app-shot { order: 2; }
  .pinboard-section .app-shot { margin-top: 10px; }
  .pinboard-proof { padding-right: 24px; padding-bottom: 58px; }
  .pinboard-phone { width: 25%; border-width: 4px; border-radius: 26px; }
  .media-card-wide, .media-card-reader, .media-card-doc { grid-column: 1 / -1; }
  .media-card { min-height: 550px; }
  .media-card-reader img { width: 60%; max-height: 390px; }
  .creation-grid, .audience-grid { grid-template-columns: 1fr; }
  .device-pair { min-height: 520px; }
  .privacy-panel { grid-template-columns: 1fr; gap: 55px; }
  .feature-index { grid-template-columns: repeat(2, 1fr); }
  .feature-index > div { border-right: 1px solid var(--line) !important; }
  .feature-index > div:nth-child(even) { border-right: 0 !important; }
  .feature-index > div:nth-child(n+3) { margin-top: 25px; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .page-hero { padding: 150px 0 78px; }
  .page-section { padding: 85px 0; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .quick-start { grid-template-columns: 1fr 1fr; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { min-height: 270px; }
  .platform-card h2 { margin-top: 58px; }
}

@media (max-width: 600px) {
  .hero { padding: 128px 0 65px; }
  .hero h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-lede { font-size: 18px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .trust-line { line-height: 1.7; }
  .hero-product { height: 470px; margin-top: 44px; }
  .app-shot-hero { top: 2%; width: 100%; }
  .phone-shot { right: 5%; bottom: 0; width: 30%; border-width: 4px; border-radius: 24px; }
  .hero-caption { bottom: 2%; left: 2%; max-width: 205px; padding: 11px 13px; font-size: 11px; }
  .content-ribbon { display: none; }
  .section { padding: 82px 0; }
  .heading-row h2, .section-heading h2, .copy-block h2, .privacy-panel h2, .closing-panel h2, .page-section h2 { font-size: clamp(39px, 12vw, 58px); }
  .section-lede, .section-heading > p:last-child, .copy-block > p:not(.eyebrow, .fine-note) { font-size: 17px; }
  .type-grid { grid-template-columns: 1fr; }
  .type-card { min-height: 240px; }
  .wide-media { margin-top: 45px; }
  .wide-media img { min-height: 180px; object-fit: cover; object-position: left center; }
  .tour-film { border-radius: 22px; }
  .pinboard-proof { padding-right: 12px; padding-bottom: 50px; }
  .pinboard-phone { right: 0; width: 29%; border-radius: 22px; }
  .video-toggle { right: 12px; bottom: 12px; min-height: 42px; font-size: 12px; }
  .media-grid { display: block; }
  .media-card { min-height: 470px; margin-bottom: 12px; border-radius: 25px; }
  .media-card-copy { padding: 24px 22px 18px; }
  .media-card-copy h3 { font-size: 25px; }
  .media-card-reader img { width: 72%; max-height: 340px; }
  .media-card-doc img { width: calc(100% - 28px); }
  .doc-proof { min-height: 360px; }
  .media-card-doc .doc-mac { left: 3%; width: 84%; }
  .media-card-doc .doc-phone { right: 2%; width: 29%; max-height: 390px; border-width: 4px; border-radius: 24px; }
  .creation-card { border-radius: 25px; }
  .creation-card > div { padding: 23px; }
  .creation-card h3 { font-size: 24px; }
  .device-pair { min-height: 390px; }
  .device-mac { width: 94%; }
  .device-ipad { width: 100%; }
  .device-phone { width: 30%; border-width: 4px; border-radius: 25px; }
  .audience-grid a { min-height: 240px; padding: 25px; }
  .privacy-panel { gap: 40px; }
  .feature-index { grid-template-columns: 1fr; }
  .feature-index > div { padding: 22px 0 !important; margin: 0 !important; border-right: 0 !important; border-top: 1px solid var(--line) !important; }
  .closing-section { padding: 18px 0; }
  .closing-panel { padding: 70px 21px; border-radius: 28px; }
  .closing-panel img { width: 88px; height: 88px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .page-hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .page-hero .page-lede { font-size: 18px; }
  .anchor-nav { top: 81px; margin-bottom: 25px; }
  .page-section-grid { gap: 42px; }
  .page-media-stack .phone-proof { width: min(250px, 55%); margin-top: -45px; margin-right: 16px; border-width: 4px; border-radius: 28px; }
  .guide-grid, .quick-start { grid-template-columns: 1fr; }
  .guide-card { min-height: 220px; }
  .quick-start article { min-height: 190px; }
  .not-found { padding-top: 140px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
  .js.reveal-enabled .reveal { opacity: 1; transform: none; }
}
