:root {
  color-scheme: light;
  --canvas: #ffffff;
  --surface: #f5f5f2;
  --surface-raised: #ffffff;
  --text-primary: #11120f;
  --text-secondary: #3f413b;
  --text-tertiary: #64665e;
  --separator: rgba(17, 18, 15, 0.14);
  --separator-strong: rgba(17, 18, 15, 0.32);
  --highlight: #e6c342;
  --highlight-soft: #f5e8a3;
  --highlight-ink: #171308;
  --focus: #11120f;
  --night: #f5f5f2;
  --night-soft: #ecece7;
  --night-text: #11120f;
  --night-secondary: #53554e;
  --night-separator: rgba(17, 18, 15, 0.18);
  --system: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --display: var(--system);
  --reading: var(--system);
  --content-width: 1240px;
  --reading-width: 680px;
  --gutter: clamp(20px, 4.5vw, 72px);
  --section-space: clamp(96px, 10vw, 152px);
  --control-radius: 14px;
  --shot-radius: 28px;
  --shadow-shot: 0 28px 64px rgba(17, 18, 15, 0.18), 0 6px 18px rgba(17, 18, 15, 0.12);
}

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

html {
  min-width: 320px;
  background: var(--canvas);
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--text-primary);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--highlight);
  color: var(--highlight-ink);
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3,
p,
blockquote,
figure,
ol,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

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

.schema-offer {
  display: none;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: max(12px, env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  padding: 12px 16px;
  border: 1px solid var(--text-primary);
  border-radius: var(--control-radius);
  background: var(--text-primary);
  color: var(--canvas);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid var(--separator);
  background: var(--canvas);
  background: color-mix(in srgb, var(--canvas) 94%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-inner,
.hero-inner,
.section-heading,
.feature-list,
.privacy-inner,
.final-cta-inner,
.site-footer {
  width: min(100%, calc(var(--content-width) + (var(--gutter) * 2)));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: fit-content;
  min-height: 44px;
  gap: 11px;
  font-size: 20px;
  font-weight: 780;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border: 1px solid var(--separator);
  border-radius: 10px;
}

.brand--centered {
  justify-self: center;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
}

.primary-nav a,
.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 680;
  text-decoration: none;
  text-underline-offset: 6px;
}

.header-download {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--separator-strong);
  border-radius: var(--control-radius);
  gap: 8px;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.hero {
  border-bottom: 1px solid var(--separator);
  overflow: clip;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(430px, 0.93fr);
  align-items: center;
  min-height: calc(100svh - 72px);
  padding-block: clamp(76px, 8vw, 124px);
  gap: clamp(58px, 8vw, 116px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow,
.feature-number,
.availability,
.stage-folio {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 26px;
  color: var(--text-tertiary);
}

.hero h1 {
  margin-bottom: 32px;
  font-size: clamp(62px, 7.3vw, 112px);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 0.9;
}

.marker-word {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
}

.marker-word::after {
  position: absolute;
  z-index: -1;
  right: -0.05em;
  bottom: 0.02em;
  left: -0.04em;
  height: 0.17em;
  background: var(--highlight);
  content: "";
  transform: rotate(-1.3deg);
  transform-origin: left center;
}

.hero-summary {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--text-secondary);
  font-family: var(--reading);
  font-size: clamp(20px, 1.65vw, 24px);
  line-height: 1.55;
}

.hero-actions,
.final-actions {
  display: flex;
  align-items: center;
  margin-top: 36px;
  gap: 24px;
}

.store-button {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  min-height: 64px;
  padding: 9px 15px 9px 10px;
  border: 1px solid var(--text-primary);
  border-radius: var(--control-radius);
  background: var(--text-primary);
  color: var(--canvas);
  gap: 12px;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.15;
  text-decoration: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.store-button img {
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  border-radius: 10px;
}

.store-button small {
  display: block;
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  opacity: 0.72;
  text-transform: uppercase;
}

.store-button-arrow {
  align-self: start;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.7;
}

.inline-link,
.text-link,
.privacy-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 8px;
  font-size: 14px;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: var(--separator-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.availability {
  margin: 21px 0 0;
  color: var(--text-tertiary);
  letter-spacing: 0.06em;
  text-transform: none;
}

.hero-stage {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--separator-strong);
  background: var(--night);
  color: var(--night-text);
  isolation: isolate;
  place-items: center;
}

.hero-stage::before {
  position: absolute;
  z-index: -1;
  top: 14%;
  right: 8%;
  width: 62%;
  height: 72%;
  background: var(--highlight);
  content: "";
  transform: rotate(3deg);
}

.hero-stage::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 12%;
  width: 1px;
  background: var(--night-separator);
  content: "";
}

.stage-folio {
  position: absolute;
  z-index: 4;
  top: 28px;
  left: 30px;
  margin: 0;
  color: var(--night-secondary);
  writing-mode: vertical-rl;
}

.product-shot {
  position: relative;
  z-index: 2;
  width: min(100%, 286px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 18, 15, 0.2);
  border-radius: var(--shot-radius);
  background: #f7f7f3;
  box-shadow: var(--shadow-shot);
}

.product-shot img {
  width: 100%;
  height: auto;
}

.product-shot--hero {
  width: min(53%, 308px);
  transform: translateX(-7%) rotate(-2.4deg);
}

.hero-quote {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 4vw, 44px);
  bottom: clamp(26px, 4vw, 46px);
  width: min(61%, 350px);
  margin: 0;
  padding: 24px 25px 22px;
  border: 1px solid rgba(24, 25, 22, 0.18);
  background: #fafaf7;
  color: #181916;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  transform: rotate(1.2deg);
}

.hero-quote::before {
  display: block;
  width: 54px;
  height: 7px;
  margin-bottom: 18px;
  background: var(--highlight);
  content: "";
  transform: rotate(-1deg);
}

.hero-quote p {
  margin-bottom: 18px;
  font-family: var(--reading);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.44;
}

.hero-quote footer {
  color: #696b63;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding-block: var(--section-space);
  border-bottom: 1px solid var(--separator);
  scroll-margin-top: 82px;
}

.section-heading h2,
.privacy h2,
.final-cta h2,
.not-found h1 {
  margin-bottom: 0;
  font-weight: 520;
  letter-spacing: -0.025em;
}

.features {
  background: var(--canvas);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.72fr);
  align-items: start;
  gap: clamp(42px, 7vw, 104px);
}

.section-heading > .eyebrow {
  margin: 9px 0 0;
}

.section-heading h2 {
  max-width: 900px;
  font-size: clamp(52px, 5.7vw, 78px);
  line-height: 1;
  text-wrap: balance;
}

.section-heading > div > p {
  max-width: 42ch;
  margin: 24px 0 0;
  color: var(--text-secondary);
  font-family: var(--reading);
  font-size: 20px;
  line-height: 1.58;
  text-wrap: pretty;
}

.feature-list {
  margin-block: clamp(80px, 8vw, 120px) 0;
  list-style: none;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(420px, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: clamp(58px, 8vw, 112px);
}

.feature-row + .feature-row {
  margin-top: clamp(112px, 12vw, 176px);
}

.feature-row--reverse .feature-visual {
  order: 2;
}

.feature-row--reverse .feature-copy {
  order: 1;
}

.feature-visual {
  position: relative;
  display: grid;
  min-height: 690px;
  overflow: visible;
  border: 0;
  background: transparent;
  isolation: isolate;
  place-items: center;
}

.feature-visual .product-shot {
  width: min(47%, 288px);
}

.feature-visual--library .product-shot {
  transform: rotate(-1.6deg);
}

.feature-visual--quotes .product-shot {
  transform: rotate(1.4deg);
}

.feature-visual--share .product-shot {
  transform: rotate(-1deg);
}

.feature-copy {
  max-width: 540px;
}

.feature-number {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: var(--text-tertiary);
  gap: 14px;
}

.feature-number span {
  display: inline-grid;
  width: 34px;
  height: 28px;
  background: var(--highlight);
  color: var(--highlight-ink);
  font-size: 10px;
  letter-spacing: 0.05em;
  place-items: center;
  transform: rotate(-1.5deg);
}

.feature-copy h3 {
  margin-bottom: 30px;
  font-size: clamp(42px, 4.7vw, 65px);
  font-weight: 540;
  letter-spacing: -0.025em;
  line-height: 1;
}

.feature-copy > p:not(.feature-number) {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-family: var(--reading);
  font-size: 19px;
  line-height: 1.66;
}

.privacy {
  border-color: var(--night-separator);
  background: var(--night);
  color: var(--night-text);
}

.privacy .eyebrow {
  color: var(--night-secondary);
}

.privacy h2 {
  max-width: 690px;
  font-size: clamp(58px, 6.4vw, 90px);
  line-height: 0.94;
}

.privacy h2::after {
  display: block;
  width: min(180px, 34%);
  height: 8px;
  margin-top: 30px;
  background: var(--highlight);
  content: "";
  transform: rotate(-1deg);
}

.privacy-heading > p:not(.eyebrow) {
  max-width: 580px;
  margin: 32px 0 0;
  color: var(--night-secondary);
  font-family: var(--reading);
  font-size: 19px;
  line-height: 1.66;
}

.privacy-link {
  margin-top: 34px;
  color: var(--night-text);
  text-decoration-color: var(--night-separator);
}

.final-cta {
  background: var(--highlight);
  color: var(--highlight-ink);
}

.final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-cta .eyebrow {
  color: #292100;
}

.final-cta-inner > img {
  width: 80px;
  height: 80px;
  margin-bottom: 38px;
  border: 1px solid rgba(41, 33, 0, 0.2);
  border-radius: 21px;
  box-shadow: 0 14px 36px rgba(41, 33, 0, 0.16);
}

.final-cta h2 {
  max-width: 980px;
  font-size: clamp(58px, 7.3vw, 100px);
  line-height: 0.92;
}

.final-cta-inner > p:not(.eyebrow) {
  margin: 30px 0 0;
  color: #292100;
  font-family: var(--reading);
  font-size: 20px;
}

.final-cta .store-button {
  border-color: #181916;
  background: #181916;
  color: #f7f7f1;
}

.final-cta .inline-link {
  color: #292100;
  text-decoration-color: rgba(41, 33, 0, 0.42);
}

.site-footer {
  padding-block: 72px max(42px, env(safe-area-inset-bottom));
}

.footer-main,
.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.footer-brand p {
  max-width: 360px;
  margin: 18px 0 0;
  color: var(--text-tertiary);
  font-family: var(--reading);
  font-size: 17px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-content: start;
  gap: 8px 34px;
}

.footer-meta {
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid var(--separator);
}

.footer-meta p {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 680;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.not-found-page {
  display: grid;
  min-height: 100svh;
  padding: max(32px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  background: var(--canvas);
  place-items: center;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  text-align: center;
}

.not-found .eyebrow {
  margin-top: 62px;
}

.not-found h1 {
  font-size: clamp(52px, 8vw, 88px);
  line-height: 0.96;
}

.not-found h1::after {
  display: block;
  width: 110px;
  height: 7px;
  margin: 30px auto 0;
  background: var(--highlight);
  content: "";
}

.not-found > p:not(.eyebrow) {
  margin: 28px 0;
  color: var(--text-secondary);
  font-family: var(--reading);
  font-size: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .primary-nav a:hover,
  .footer-nav a:hover,
  .inline-link:hover,
  .text-link:hover,
  .privacy-link:hover {
    color: var(--text-primary);
    text-decoration-color: currentColor;
  }

  .header-download:hover {
    background: var(--text-primary);
    color: var(--canvas);
    transform: translateY(-1px);
  }

  .store-button:hover {
    opacity: 0.86;
    transform: translateY(-2px);
  }

  .privacy-link:hover {
    color: var(--night-text);
  }

  .final-cta .inline-link:hover {
    color: #292100;
  }
}

@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.86fr);
    gap: 54px;
  }

  .hero-stage {
    min-height: 650px;
  }

  .feature-row {
    grid-template-columns: minmax(380px, 1fr) minmax(300px, 0.9fr);
    gap: 64px;
  }
}

@media (max-width: 940px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .primary-nav {
    gap: 16px;
  }

  .primary-nav a {
    font-size: 12px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 72px;
  }

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

  .hero-stage {
    width: min(100%, 760px);
    min-height: 700px;
    margin-inline: auto;
  }

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

  .feature-row {
    gap: 58px;
  }

  .feature-row--reverse .feature-visual,
  .feature-row--reverse .feature-copy {
    order: initial;
  }

  .feature-copy {
    max-width: 700px;
  }

  .feature-visual {
    width: min(100%, 780px);
  }

  .privacy-heading {
    max-width: 740px;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 22px;
    --section-space: 92px;
    --shot-radius: 24px;
  }

  .primary-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .hero h1 {
    font-size: clamp(58px, 15.2vw, 82px);
  }

  .hero-stage {
    min-height: 640px;
  }

  .product-shot--hero {
    width: min(56%, 280px);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-heading > .eyebrow {
    margin: 0;
  }

  .feature-list {
    margin-top: 72px;
  }

  .feature-row + .feature-row {
    margin-top: 104px;
  }

  .feature-visual {
    min-height: 610px;
  }

  .feature-visual .product-shot {
    width: min(52%, 268px);
  }

  .footer-main,
  .footer-meta {
    flex-direction: column;
  }

  .footer-meta {
    gap: 12px;
  }
}

@media (max-width: 560px) {
  :root {
    --gutter: 20px;
    --section-space: 80px;
  }

  html {
    scroll-padding-top: 76px;
  }

  .header-inner {
    min-height: 66px;
    gap: 14px;
  }

  .brand {
    gap: 8px;
    font-size: 18px;
  }

  .brand img {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .header-download {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .hero-inner {
    min-height: auto;
    padding-block: 64px 86px;
    gap: 60px;
  }

  .hero h1 {
    margin-bottom: 26px;
    font-size: clamp(52px, 15.6vw, 70px);
    line-height: 0.92;
  }

  .hero-summary {
    font-size: 19px;
  }

  .hero-actions,
  .final-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .store-button {
    grid-template-columns: auto 1fr auto;
    width: 100%;
  }

  .hero-actions .inline-link,
  .final-actions .inline-link {
    justify-content: center;
  }

  .availability {
    text-align: center;
  }

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

  .hero-stage::before {
    top: 15%;
    right: 5%;
    width: 66%;
    height: 68%;
  }

  .stage-folio {
    top: 20px;
    left: 17px;
  }

  .product-shot--hero {
    width: min(59%, 232px);
    transform: translateX(-5%) rotate(-2.4deg);
  }

  .hero-quote {
    right: 15px;
    bottom: 18px;
    width: min(78%, 308px);
    padding: 19px;
  }

  .hero-quote p {
    font-size: 16px;
  }

  .section-heading h2,
  .privacy h2 {
    font-size: 47px;
  }

  .section-heading > div > p,
  .feature-copy > p:not(.feature-number),
  .privacy-heading > p:not(.eyebrow) {
    font-size: 18px;
  }

  .feature-row + .feature-row {
    margin-top: 88px;
  }

  .feature-visual {
    min-height: 530px;
  }

  .feature-visual .product-shot {
    width: min(56%, 232px);
  }

  .feature-copy h3 {
    font-size: 43px;
  }

  .final-cta h2 {
    font-size: 51px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    padding-top: 56px;
  }
}

@media (max-width: 370px) {
  .header-download span {
    display: none;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-stage {
    min-height: 520px;
  }

  .hero-quote {
    width: calc(100% - 30px);
  }

  .feature-visual {
    min-height: 490px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .header-download:hover,
  .store-button:hover {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: var(--canvas);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --text-secondary: var(--text-primary);
    --text-tertiary: var(--text-primary);
    --separator: currentColor;
    --separator-strong: currentColor;
    --night-secondary: var(--night-text);
    --night-separator: currentColor;
  }

  .product-shot,
  .hero-quote {
    border-width: 2px;
  }
}

@media (forced-colors: active) {
  .site-header,
  .hero-stage,
  .privacy,
  .final-cta,
  .feature-visual {
    border-color: CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  .marker-word {
    text-decoration: underline;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.08em;
  }

  .marker-word::after,
  .hero-stage::before,
  .hero-stage::after,
  .privacy h2::after,
  .not-found h1::after {
    display: none;
  }

  .store-button,
  .header-download {
    border: 1px solid ButtonText;
    background: ButtonFace;
    color: ButtonText;
  }

  :focus-visible {
    outline-color: Highlight;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .final-actions,
  .site-footer {
    display: none;
  }

  .hero-inner,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .section,
  .hero-inner {
    padding-block: 40px;
  }

  .hero-stage,
  .feature-visual {
    break-inside: avoid;
  }
}
