:root {
  --light-shift-y: 0px;
  --ink-hover: #222d43;
  --pro-accent: #315b8b;
  --ink-strong: rgba(23, 32, 51, 0.76);
  --ink-medium: rgba(23, 32, 51, 0.68);
  --ink-quiet: rgba(23, 32, 51, 0.56);
  --ink-hairline: rgba(23, 32, 51, 0.16);
  --ink-hairline-strong: rgba(23, 32, 51, 0.15);
  --paper-translucent: rgba(251, 252, 254, 0.94);
}

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

p,
li,
summary {
  text-wrap: pretty;
}

.desktop-nav a,
.header-cta,
.primary-button,
.privacy-panel a,
.demo-control,
.footer-meta a,
.faq-list summary {
  transition:
    color var(--motion-control-duration, 0s) ease,
    background-color var(--motion-control-duration, 0s) ease,
    border-color var(--motion-control-duration, 0s) ease,
    opacity var(--motion-control-duration, 0s) ease,
    transform var(--motion-control-duration, 0s) var(--motion-ease, ease);
}

.hero {
  overflow: hidden;
}

.hero-stage {
  align-self: stretch;
  min-height: 900px;
  padding: 112px 24px 48px;
  place-items: center;
  overflow: visible;
}

.demo-stack {
  display: grid;
  grid-template-rows: auto 44px;
  justify-items: center;
  gap: 24px;
  width: min(420px, 100%);
}

.product-demo {
  width: 100%;
}

.demo-actions {
  display: grid;
  min-height: 44px;
  place-items: center;
}

.demo-control {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(23, 32, 51, 0.74);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.demo-control svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.demo-control[hidden] {
  display: none;
}

.motion-ready [data-reveal],
.motion-ready [data-stagger] > *,
.motion-ready [data-hero-item] {
  will-change: transform, opacity;
}

[data-motion-stage] {
  isolation: isolate;
}

[data-motion-stage]::before,
[data-footer-close]::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -12%;
  right: -10%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.6;
  pointer-events: none;
  transform: translate3d(0, var(--light-shift-y), 0);
  will-change: transform;
}

.day-sky[data-motion-stage]::before {
  background: radial-gradient(circle, rgba(236, 205, 150, 0.72), rgba(236, 205, 150, 0) 68%);
}

.blue-hour-sky[data-motion-stage]::before,
[data-footer-close]::before {
  background: radial-gradient(circle, rgba(132, 87, 95, 0.5), rgba(132, 87, 95, 0) 68%);
}

.golden-sky[data-motion-stage]::before {
  background: radial-gradient(circle, rgba(228, 195, 139, 0.72), rgba(228, 195, 139, 0) 68%);
}

[data-motion-stage] .phone,
[data-footer-close] > * {
  z-index: 1;
}

[data-motion-stage] .phone {
  --phone-crop-offset: 0px;
  --phone-motion-y: 0px;
  transform: translate3d(0, calc(var(--phone-crop-offset) + var(--phone-motion-y)), 0);
}

.view-stage[data-motion-stage] .phone {
  --phone-crop-offset: 76px;
}

.view-card-wide .view-stage[data-motion-stage] .phone {
  --phone-crop-offset: 68px;
}

.pricing-section {
  padding-top: 136px;
  padding-bottom: 120px;
}

.pricing-intro {
  align-items: start;
  margin-bottom: 48px;
}

.pricing-intro > div {
  max-width: 570px;
}

.pricing-intro > div > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.6;
}

.pricing-intro .free-copy {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
  color: var(--ink-strong);
  font-size: 14px;
  line-height: 1.55;
}

.pro-card.pro-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: 64px;
  overflow: hidden;
  padding: 56px;
  border: 0;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 16%, rgba(228, 195, 139, 0.58), transparent 27%),
    linear-gradient(
      145deg,
      var(--golden-1) 0%,
      var(--golden-2) 29%,
      var(--golden-3) 56%,
      var(--golden-4) 78%,
      var(--golden-5) 100%
    );
}

.pro-copy {
  display: grid;
  align-content: space-between;
  gap: 48px;
  min-width: 0;
}

.pro-identity {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.pro-icon {
  flex: none;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  box-shadow: 0 16px 30px var(--ink-hairline);
}

.pro-identity h3 {
  margin-bottom: 8px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1;
}

.pro-identity p {
  margin: 0;
  color: var(--ink-medium);
  font-size: 15px;
  line-height: 1.5;
}

.pro-editorial .pro-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink-hairline);
}

.pro-editorial .pro-features li {
  position: relative;
  padding: 18px 0 18px 28px;
  border-bottom: 1px solid var(--ink-hairline);
  color: var(--ink-strong);
  font-size: 15px;
  line-height: 1.45;
}

.pro-editorial .pro-features li::before {
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  border-radius: 0;
  background: color-mix(in srgb, var(--ink) 62%, transparent);
  transform: translateY(-50%);
}

.pro-purchase {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 36px;
  border: 1px solid var(--ink-hairline-strong);
  border-radius: var(--radius);
  background: var(--paper-translucent);
  box-shadow: 0 22px 48px rgba(23, 32, 51, 0.14);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
}

.price strong {
  color: var(--ink);
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.price span {
  color: var(--ink-soft);
  font-size: 15px;
}

.trial {
  margin: 18px 0 32px;
  color: var(--pro-accent);
  font-size: 14px;
  font-weight: 600;
}

.pro-purchase .primary-button {
  width: 100%;
  min-height: 54px;
}

.alternate-pricing {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.pricing-note {
  margin: auto 0 0;
  padding-top: 32px;
  color: var(--ink-quiet);
  font-size: 12px;
  line-height: 1.5;
}

.faq-list summary {
  padding-right: 48px;
}

.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 16px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--ink-soft);
  transition:
    opacity var(--motion-control-duration, 0s) ease,
    transform var(--motion-control-duration, 0s) var(--motion-ease, ease);
}

.faq-list summary::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq-list summary::after {
  transform: translateY(-50%);
}

.faq-list details[open] summary::before {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  overflow: hidden;
}

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

.site-footer {
  padding: 0 0 24px;
  background: var(--paper);
  color: var(--ink);
}

.footer-close {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 64px;
  min-height: 420px;
  overflow: hidden;
  padding: 64px;
  border-radius: var(--radius);
}

.footer-close-copy {
  max-width: 760px;
}

.footer-close h2 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--chalk);
  font-size: clamp(48px, 6.3vw, 86px);
  line-height: 0.98;
}

.footer-close p {
  max-width: 560px;
  margin: 0;
  color: var(--chalk-soft);
  font-size: 17px;
  line-height: 1.55;
}

.footer-close .store-badge {
  align-self: end;
  flex: none;
}

.footer-meta {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  padding: 28px 0 4px;
}

.footer-meta .footer-brand img {
  filter: none;
}

.footer-meta nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(23, 32, 51, 0.7);
  font-size: 13px;
}

.footer-meta .copyright {
  margin: 0;
  color: rgba(23, 32, 51, 0.48);
  font-size: 13px;
}

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover,
  .footer-meta a:hover,
  .demo-control:hover {
    color: var(--ink);
    transform: translateY(-1px);
  }

  .header-cta:hover,
  .privacy-panel a:hover {
    border-color: rgba(23, 32, 51, 0.42);
    background: rgba(251, 252, 254, 0.36);
    transform: translateY(-1px);
  }

  .primary-button:hover {
    background: var(--ink-hover);
    transform: translateY(-1px);
  }

  .faq-list summary:hover {
    color: rgba(23, 32, 51, 0.72);
  }
}

.header-cta:active,
.primary-button:active,
.privacy-panel a:active,
.demo-control:active {
  transform: translateY(1px) scale(0.985);
}

@media (max-width: 980px) {
  .hero-stage {
    min-height: 840px;
    padding: 36px 24px 48px;
  }

  .demo-stack {
    width: min(350px, 100%);
  }

  .pricing-intro > div {
    max-width: 680px;
  }

  .pro-card.pro-editorial {
    gap: 40px;
    padding: 42px;
  }

  .footer-close {
    gap: 40px;
    padding: 52px;
  }

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

  .footer-meta .copyright {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .pro-card.pro-editorial,
  .footer-close {
    grid-template-columns: 1fr;
  }

  .pro-purchase {
    min-height: 440px;
  }

  .footer-close {
    align-items: start;
    min-height: 460px;
  }

  .footer-close .store-badge {
    align-self: auto;
  }
}

@media (max-width: 680px) {
  .hero-stage {
    min-height: 720px;
    padding: 24px 16px 40px;
  }

  .demo-stack {
    width: min(300px, calc(100vw - 56px));
    gap: 20px;
  }

  .pricing-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .pricing-intro {
    margin-bottom: 40px;
  }

  .pricing-intro > div > p {
    font-size: 16px;
  }

  .pricing-intro .free-copy {
    margin-top: 18px;
    padding-top: 18px;
    font-size: 14px;
  }

  .pro-card.pro-editorial {
    gap: 36px;
    padding: 28px 24px 24px;
  }

  .pro-copy {
    gap: 32px;
  }

  .pro-identity {
    gap: 16px;
  }

  .pro-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }

  .pro-identity h3 {
    font-size: 34px;
  }

  .pro-purchase {
    min-height: 0;
    padding: 28px 24px;
  }

  .pricing-note {
    margin-top: 30px;
    padding-top: 0;
  }

  .faq-list summary {
    padding-right: 42px;
  }

  .footer-close {
    min-height: 400px;
    gap: 36px;
    padding: 40px 24px;
  }

  .footer-close h2 {
    margin-bottom: 20px;
    font-size: clamp(42px, 12.6vw, 54px);
  }

  .footer-close p {
    font-size: 16px;
  }

  .view-stage[data-motion-stage] .phone,
  .view-card-wide .view-stage[data-motion-stage] .phone {
    --phone-crop-offset: 66px;
  }

  .footer-meta {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 0 0;
  }

  .footer-meta nav {
    flex-wrap: wrap;
    gap: 12px 22px;
  }

  .footer-meta .copyright {
    grid-column: auto;
    padding-top: 16px;
    border-top: 1px solid var(--hairline);
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --light-shift-y: 0px;
  }

  .desktop-nav a,
  .header-cta,
  .primary-button,
  .privacy-panel a,
  .demo-control,
  .footer-meta a,
  .faq-list summary,
  .faq-list summary::before,
  .faq-list summary::after {
    transition: none;
  }

  .motion-ready [data-reveal],
  .motion-ready [data-stagger] > *,
  .motion-ready [data-hero-item] {
    will-change: auto;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .pro-purchase {
    background: var(--paper-bright);
  }
}

/* ---------- /features page (2026-08-16) ---------- */

.desktop-nav a[aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
}

.features-crosslink {
  margin: 28px 0 0;
  text-align: center;
}

.features-crosslink a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink-strong);
  font-size: 15px;
  font-weight: 600;
}

.features-crosslink a:hover {
  color: var(--ink);
}

.features-page .features-hero {
  padding: 152px 0 10px;
}


.features-hero h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1;
}

.features-hero .lede {
  max-width: 640px;
  margin-bottom: 34px;
}

.features-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 22px;
}

.features-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: var(--paper-bright);
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 600;
}

.features-jump a:hover {
  border-color: rgba(23, 32, 51, 0.3);
  color: var(--ink);
}

.features-section {
  padding: 74px 0 6px;
  scroll-margin-top: 96px;
}

.features-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 32px;
}

.features-head h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.04;
}

.features-head p {
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
}

.features-list {
  border-top: 1px solid var(--hairline);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(0, 1.4fr);
  align-items: baseline;
  gap: 32px;
  padding: 22px 0;
  border-bottom: 1px solid var(--hairline);
}

.feature-row h3 {
  margin: 0;
  font-size: 19px;
  letter-spacing: -.02em;
}

.feature-row p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.pro-chip {
  display: inline-block;
  margin-left: 10px;
  padding: 3.5px 9px;
  border-radius: 999px;
  background: #e4c38b;
  color: var(--ink);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  vertical-align: 2px;
}

.apple-band {
  margin-top: 88px;
  padding: 104px 0;
  background: var(--navy);
  color: var(--chalk);
  scroll-margin-top: 0;
}

.inverse-head p {
  color: var(--chalk-soft);
}

.apple-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #f5f7fb26;
  border-radius: var(--radius);
}

.apple-cell {
  min-height: 128px;
  padding: 26px 28px;
  border-right: 1px solid #f5f7fb26;
  border-bottom: 1px solid #f5f7fb26;
}

.apple-cell:nth-child(3n) { border-right: 0; }
.apple-cell:nth-last-child(-n+3) { border-bottom: 0; }

.apple-cell h3 {
  margin: 0 0 7px;
  color: #f5f7fbd6;
  font-size: 16px;
  letter-spacing: -.015em;
}

.apple-cell p {
  margin: 0;
  color: var(--chalk-soft);
  font-size: 13.5px;
  line-height: 1.5;
}

.features-page .privacy-panel {
  scroll-margin-top: 96px;
}

.plans-table {
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--paper-bright);
}

.plans-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 1fr 1fr;
  border-bottom: 1px solid var(--hairline);
}

.plans-row:last-child { border-bottom: 0; }

.plans-row > * {
  padding: 16px 24px;
  font-size: 14.5px;
  line-height: 1.45;
}

.plans-head {
  background: #eef1f7;
  color: var(--ink-medium);
  font-size: 13px;
  font-weight: 600;
}

.plans-name {
  color: var(--ink);
  font-weight: 600;
}

.plans-val { color: var(--ink-soft); }
.plans-val.is-included { color: var(--ink); }

.plans-dot {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: #cfa964;
}

.features-page .footer-close {
  margin-top: 96px;
}

@media (max-width: 980px) {
  .features-page .features-hero { padding-top: 132px; }
  .features-head { grid-template-columns: 1fr; gap: 14px; }
  .apple-grid { grid-template-columns: 1fr 1fr; }
  .apple-cell:nth-child(3n) { border-right: 1px solid #f5f7fb26; }
  .apple-cell:nth-child(2n) { border-right: 0; }
}

@media (max-width: 680px) {
  .features-page .features-hero { padding-top: 118px; }
  .features-hero h1 { font-size: clamp(42px, 12.6vw, 54px); }
  .feature-row { grid-template-columns: 1fr; gap: 6px; padding: 20px 0; }
  .features-section { padding: 58px 0 4px; }
  .apple-band { margin-top: 64px; padding: 84px 0; }
  .apple-grid { grid-template-columns: 1fr; }
  .apple-cell { min-height: 0; border-right: 0; }
  .apple-cell:nth-child(3n) { border-right: 0; }
  .plans-row { grid-template-columns: 1fr; }
  .plans-row > * { padding: 12px 20px; }
  .plans-head { display: none; }
  .plans-val::before { content: "Free · "; color: var(--ink-quiet); font-size: 12px; }
  .plans-val + .plans-val::before { content: "Pro · "; }
  .plans-name { padding-bottom: 2px; }
  .plans-val { padding-top: 2px; }
  .plans-val + .plans-val { padding-bottom: 16px; }
}

/* ---------- /features refinement pass (2026-08-16b) ---------- */

.apple-band .features-head {
  margin-bottom: 24px;
}

.features-jump a {
  padding: 0 14px;
  border-color: rgba(23, 32, 51, 0.14);
  background: transparent;
  font-size: 12.5px;
}

.features-list {
  padding: 4px 28px;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--paper-bright);
}

.feature-row {
  padding: 20px 0;
}

.feature-row:last-child {
  border-bottom: 0;
}


@media (max-width: 680px) {
  .features-list { padding: 2px 20px; }
  .feature-row { padding: 18px 0; }
}
