:root {
  --ink: #131110;
  --ink-raised: #1c1917;
  --ink-soft: #24201d;
  --paper: #f2ede6;
  --muted: #a69d92;
  --muted-dark: #756d65;
  --amber: #e8a33d;
  --amber-deep: #c77d16;
  --line: rgba(242, 237, 230, 0.13);
  --page: min(1280px, calc(100vw - 64px));
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
.section-shell { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 30; padding: 12px 18px; background: var(--paper); color: var(--ink); transition: top 180ms ease; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 10; padding: 22px 0; transition: padding 350ms var(--ease), background 350ms ease, border-color 350ms ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { padding: 12px 0; background: rgba(19, 17, 16, 0.84); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-shell { width: var(--page); margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; white-space: nowrap; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.brand-mark { display: block; width: 32px; height: 32px; overflow: hidden; border-radius: 9px; background: var(--ink-raised); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 6px 16px rgba(0,0,0,.22); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a, .site-footer nav a { color: var(--muted); text-decoration: none; font-size: 13px; transition: color 200ms ease; }
.nav-links a:hover, .nav-links a:focus-visible, .site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--paper); }
.nav-status { justify-self: end; display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(232,163,61,.1); animation: breathe 2.8s ease-in-out infinite; }

.hero { min-height: 860px; padding: 170px 0 110px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 28px; height: 1px; background: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-size: clamp(54px, 5.5vw, 82px); line-height: .94; letter-spacing: -.06em; font-weight: 650; }
h1 em { color: var(--amber); font-style: normal; }
.hero-lede { max-width: 570px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 20px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform 260ms var(--ease), background 260ms ease, color 260ms ease; }
.button svg { width: 19px; height: 19px; fill: currentColor; stroke: currentColor; stroke-width: 1.7; }
.button-primary { background: var(--amber); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 12px 28px rgba(53,36,15,.22); }
.button-primary:hover { background: #f0ae4c; transform: translateY(-2px); }
.button-primary:active { transform: translateY(1px) scale(.985); }
.button-muted { border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.025); }
.app-store-badge { cursor: default; user-select: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; color: var(--muted); font-size: 12px; }
.trust-row-four { max-width: 620px; gap: 13px 25px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 15px; height: 15px; fill: none; stroke: var(--amber); stroke-width: 2; }

.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; isolation: isolate; }
.hero-art-frame { width: min(570px, 100%); aspect-ratio: 1; display: grid; place-items: center; position: relative; border-radius: 50%; background: radial-gradient(circle, #211d19 0 54%, transparent 55%); }
.hero-art-frame::after { content: ""; position: absolute; inset: 9%; border: 1px dashed rgba(232,163,61,.18); border-radius: 50%; animation: rotate 34s linear infinite; }
.hero-art-frame img { width: 88%; position: relative; z-index: 1; filter: drop-shadow(0 26px 28px rgba(0,0,0,.35)); animation: float 5.5s ease-in-out infinite; }
.visual-orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; z-index: -1; }
.visual-orbit-one { width: 100%; aspect-ratio: 1; }
.visual-orbit-two { width: 78%; aspect-ratio: 1; }
.hero-number { position: absolute; top: 4%; right: 2%; color: var(--muted-dark); font-size: 11px; letter-spacing: .18em; }
.privacy-chip { position: absolute; right: 2%; bottom: 13%; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(31,27,24,.82); backdrop-filter: blur(16px); color: var(--muted); font-size: 11px; box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 18px 48px rgba(0,0,0,.2); }
.privacy-chip span { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.product-stage { position: relative; width: 100%; height: 590px; }
.product-screen { position: absolute; margin: 0; overflow: hidden; aspect-ratio: 660 / 1434; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: var(--ink-raised); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 30px 70px rgba(0,0,0,.38); }
.product-screen img { width: 100%; height: 100%; object-fit: contain; }
.product-screen-primary { height: 540px; left: 10%; top: 5px; z-index: 2; }
.product-screen-secondary { height: 420px; right: 4%; top: 92px; opacity: .7; }
.hero-app-icon { position: absolute; right: 3%; bottom: 15px; z-index: 3; width: 96px; height: 96px; overflow: hidden; border-radius: 25px; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 20px 45px rgba(0,0,0,.42); }
.hero-app-icon img { width: 100%; height: 100%; object-fit: cover; }

.statement { overflow: hidden; border-block: 1px solid var(--line); padding: 18px 0; }
.statement-track { display: flex; align-items: center; justify-content: center; gap: 28px; min-width: max-content; color: var(--muted-dark); font-size: 11px; letter-spacing: .22em; }
.statement-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--amber); }

.feature-intro { padding: 150px 0 80px; }
.section-label { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .17em; }
.section-label span { color: var(--amber); }
.feature-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; padding-top: 56px; }
.feature-heading h2, .workflow h2, .faq h2, .closing h2 { margin-bottom: 0; font-size: clamp(46px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.feature-heading p, .workflow-copy > p, .faq-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 500px; }

.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.feature { min-height: 520px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--ink-raised); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.feature-copy { position: relative; z-index: 2; padding: 42px; }
.feature-index { margin-bottom: 23px; color: var(--amber); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.feature h3 { margin-bottom: 18px; font-size: clamp(32px, 3.2vw, 50px); line-height: 1.02; letter-spacing: -.045em; font-weight: 600; }
.feature-copy > p:last-child { max-width: 420px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 8px; margin-top: 24px; color: var(--paper); font-size: 12px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(232,163,61,.45); padding-bottom: 4px; }
.text-link span { color: var(--amber); transition: transform 220ms var(--ease); }
.text-link:hover span { transform: translateX(3px); }
.feature-wide, .feature-photo { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); align-items: stretch; }
.feature-wide .feature-copy, .feature-photo .feature-copy { max-width: none; }
.feature-art { position: relative; min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; padding: 30px; pointer-events: none; }
.feature-art img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
.batch-art { align-self: stretch; }
.batch-art img { filter: drop-shadow(0 26px 25px rgba(0,0,0,.34)); }
.batch-count { position: absolute; right: 7%; top: 21%; padding: 10px 13px; border-radius: 11px; border: 1px solid rgba(255,255,255,.1); background: rgba(28,25,23,.86); backdrop-filter: blur(12px); color: var(--muted); font-size: 11px; }
.feature-tall { grid-row: span 2; min-height: 840px; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.routine-art { width: min(100%, 470px); aspect-ratio: 1; align-self: end; justify-self: center; }
.routine-art img { filter: drop-shadow(0 28px 28px rgba(0,0,0,.36)); animation: float 6s ease-in-out -2s infinite; }
.feature-settings { min-height: 310px; }
.feature-settings .feature-copy { padding-bottom: 16px; }
.feature-settings h3 { font-size: clamp(31px, 3vw, 46px); }
.settings-demo { display: grid; grid-template-columns: repeat(3, 1fr); margin: 4px 42px 42px; border-top: 1px solid var(--line); }
.settings-demo div { padding: 22px 14px 0 0; display: flex; flex-direction: column; gap: 8px; }
.settings-demo span { color: var(--muted-dark); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.settings-demo strong { font-size: 13px; font-weight: 600; }
.settings-demo .setting-off { color: var(--amber); }
.feature-photo { min-height: 570px; grid-column: span 2; }
.phone-art { align-self: stretch; }
.phone-art img { filter: drop-shadow(0 28px 28px rgba(0,0,0,.38)); }

.workflow { padding: 160px 0; }
.workflow-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; padding-top: 62px; }
.workflow-copy { position: sticky; top: 130px; align-self: start; }
.workflow-copy h2 { margin-bottom: 28px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 40px 0 48px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.step-number { color: var(--amber); font-size: 11px; letter-spacing: .15em; }
.steps h3 { margin-bottom: 11px; font-size: 32px; letter-spacing: -.035em; font-weight: 600; }
.steps p { margin: 0; max-width: 540px; color: var(--muted); line-height: 1.65; }

.privacy-section { padding-bottom: 160px; }
.privacy-panel { min-height: 500px; padding: 68px; display: grid; grid-template-columns: 110px 1.15fr .85fr; align-items: center; gap: 55px; position: relative; overflow: hidden; border-radius: 32px; color: var(--ink); background: var(--amber); }
.privacy-panel::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -260px; border: 1px solid rgba(19,17,16,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(19,17,16,.035), 0 0 0 160px rgba(19,17,16,.025); }
.privacy-symbol { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(19,17,16,.18); }
.privacy-symbol svg { width: 46px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.privacy-panel .feature-index { color: rgba(19,17,16,.63); }
.privacy-panel h2 { margin: 0; font-size: clamp(42px, 4.5vw, 66px); line-height: .97; letter-spacing: -.055em; font-weight: 650; }
.privacy-panel > p { position: relative; z-index: 1; margin: 0; max-width: 460px; font-size: 16px; line-height: 1.7; }

.app-preview { padding-bottom: 160px; }
.app-preview-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; padding: 56px 0 70px; }
.app-preview-heading h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.app-preview-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.screenshot-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(210px, 1fr); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--amber) transparent; padding-bottom: 22px; }
.screenshot-item { min-width: 0; margin: 0; scroll-snap-align: start; }
.screenshot-item > div { aspect-ratio: 660 / 1434; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: var(--ink-raised); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 50px rgba(0,0,0,.2); }
.screenshot-item img { width: 100%; height: 100%; object-fit: contain; }
.screenshot-item figcaption { display: flex; gap: 12px; padding: 17px 4px 0; color: var(--paper); font-size: 12px; font-weight: 600; }
.screenshot-item figcaption span { color: var(--amber); font-size: 10px; letter-spacing: .12em; }

.guides-section { padding-bottom: 160px; }
.guides-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; padding: 56px 0 70px; }
.guides-heading h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.guides-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.guide-cards { border-top: 1px solid var(--line); }
.guide-card { min-height: 168px; display: grid; grid-template-columns: 70px 1fr 34px; align-items: center; gap: 24px; padding: 30px 4px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background 280ms ease, padding 280ms var(--ease); }
.guide-card:hover { padding-inline: 22px; background: rgba(255,255,255,.025); }
.guide-card > span { color: var(--amber); font-size: 11px; letter-spacing: .15em; }
.guide-card h3 { margin: 0 0 9px; font-size: clamp(24px, 2.5vw, 38px); line-height: 1.08; letter-spacing: -.035em; font-weight: 600; }
.guide-card p { margin: 0; max-width: 760px; color: var(--muted); line-height: 1.6; }
.guide-card svg, .related-link svg { width: 22px; fill: none; stroke: var(--amber); stroke-width: 1.7; transition: transform 240ms var(--ease); }
.guide-card:hover svg, .related-link:hover svg { transform: translateX(4px); }

.faq { padding-bottom: 160px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; padding-top: 62px; }
.faq-heading h2 { margin-bottom: 28px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 28px 54px 28px 0; position: relative; font-size: 18px; font-weight: 600; letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 7px; top: 50%; width: 14px; height: 1px; background: var(--amber); transition: transform 260ms var(--ease); }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; margin: -4px 54px 28px 0; color: var(--muted); line-height: 1.7; }

.closing { padding-bottom: 32px; }
.closing-panel { min-height: 610px; padding: 78px; position: relative; overflow: hidden; border-radius: 32px; background: var(--paper); color: var(--ink); }
.closing-panel::after { content: ""; position: absolute; width: 680px; height: 680px; right: -100px; bottom: -440px; border-radius: 50%; border: 1px solid rgba(19,17,16,.12); box-shadow: 0 0 0 80px rgba(19,17,16,.025), 0 0 0 160px rgba(19,17,16,.018); }
.closing .eyebrow { color: var(--muted-dark); }
.closing-copy { position: relative; z-index: 1; max-width: 720px; }
.closing-copy > p:last-child { margin: 28px 0 0; max-width: 560px; color: var(--muted-dark); font-size: 17px; line-height: 1.65; }
.closing-action { position: absolute; left: 78px; bottom: 70px; z-index: 2; display: flex; align-items: center; gap: 18px; }
.button-disabled { cursor: default; }
.closing-action small { color: var(--muted-dark); font-size: 11px; }
.closing-art { position: absolute; right: 7%; bottom: 15%; z-index: 1; display: block; width: 148px; height: 148px; overflow: hidden; border-radius: 36px; border: 1px solid rgba(19,17,16,.14); box-shadow: 0 24px 45px rgba(19,17,16,.16); }
.closing-art img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { padding: 42px 0 36px; }
.footer-shell { width: var(--page); margin: auto; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 32px; }
.footer-brand { grid-row: span 2; }
.site-footer p { margin: 0; color: var(--muted-dark); font-size: 12px; }
.site-footer nav { display: flex; gap: 24px; }
.copyright { grid-column: 2 / 4; }

/* Guide pages */
.guide-hero { padding: 170px 0 105px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 70px; padding: 0; list-style: none; color: var(--muted-dark); font-size: 11px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 9px; color: var(--amber); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.guide-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: end; }
.guide-title h1 { max-width: 860px; margin: 0; font-size: clamp(54px, 6.2vw, 90px); }
.guide-intro { padding-bottom: 6px; }
.guide-question { margin-bottom: 15px; color: var(--amber); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; line-height: 1.5; }
.direct-answer { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.guide-rule { border-top: 1px solid var(--line); }
.guide-rule span { display: block; width: 16%; height: 1px; margin-top: -1px; background: var(--amber); }
.article-shell { width: var(--page); margin: auto; padding: 100px 0 150px; display: grid; grid-template-columns: 80px minmax(0, 900px); gap: 70px; justify-content: center; }
.article-body { min-width: 0; }
.article-rail { padding-top: 8px; display: flex; align-items: center; flex-direction: column; gap: 18px; color: var(--muted-dark); font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.article-rail i { width: 1px; height: 90px; background: var(--line); }
.article-lede { margin-bottom: 75px; font-size: clamp(25px, 3vw, 37px); line-height: 1.35; letter-spacing: -.035em; color: var(--paper); }
.guide-flow { margin: 0 0 86px; padding: 38px 34px 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--ink-raised); }
.guide-flow svg { width: 100%; overflow: visible; }
.flow-line { fill: none; stroke: rgba(232,163,61,.3); stroke-width: 2; stroke-dasharray: 5 8; }
.flow-circle { fill: var(--ink-soft); stroke: rgba(232,163,61,.48); stroke-width: 1.5; }
.flow-number { fill: var(--amber); font-size: 12px; font-variant-numeric: tabular-nums; letter-spacing: 2px; }
.flow-label { fill: var(--paper); font-size: 15px; }
.guide-flow figcaption { padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted-dark); font-size: 11px; }
.comparison-wrap { margin-bottom: 86px; overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; }
.comparison-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--ink-raised); }
.comparison-wrap caption { padding: 24px 25px; color: var(--paper); text-align: left; font-size: 18px; font-weight: 600; }
.comparison-wrap th, .comparison-wrap td { padding: 20px 25px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; color: var(--muted); font-size: 14px; line-height: 1.55; }
.comparison-wrap thead th { color: var(--amber); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.comparison-wrap tbody th { color: var(--paper); font-weight: 600; }
.article-section { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 62px 0; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.article-index { padding-top: 8px; color: var(--amber); font-size: 10px; letter-spacing: .16em; }
.article-section h2, .article-faq > h2 { margin-bottom: 28px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; }
.article-section p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.article-section p:last-child { margin-bottom: 0; }
.article-section a, .article-source a { color: var(--paper); text-underline-offset: 4px; text-decoration-color: rgba(232,163,61,.65); }
.article-section ul { margin: 26px 0 0; padding: 0; list-style: none; }
.article-section li { position: relative; padding: 12px 0 12px 27px; border-top: 1px solid var(--line); color: var(--muted); }
.article-section li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.article-source { margin: 0 0 80px; color: var(--muted-dark); font-size: 12px; line-height: 1.6; }
.article-cta { margin: 20px 0 110px; padding: 52px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 45px; border-radius: 28px; color: var(--ink); background: var(--amber); }
.article-cta .feature-index { color: rgba(19,17,16,.62); }
.article-cta h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
.article-cta p { margin: 0; max-width: 560px; line-height: 1.6; }
.article-cta .button { background: var(--ink); color: var(--paper); max-width: 290px; }
.article-faq { margin-bottom: 105px; }
.article-faq > h2 { margin: 48px 0 28px; }
.related-guides > .feature-index { margin-bottom: 20px; }
.related-guides > div { border-top: 1px solid var(--line); }
.related-link { min-height: 155px; display: grid; grid-template-columns: 54px 1fr 1.15fr 24px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
.related-link > span { color: var(--amber); font-size: 10px; }
.related-link strong { font-size: 20px; letter-spacing: -.02em; }
.related-link small { color: var(--muted); font-size: 13px; line-height: 1.55; }

/* Privacy and support pages */
.utility-hero { padding: 170px 0 105px; }
.utility-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 110px; }
.utility-hero h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 7vw, 96px); }
.utility-hero-copy { padding-bottom: 8px; }
.utility-kicker { margin-bottom: 15px; color: var(--amber); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.utility-summary { max-width: 520px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.utility-hero-email { display: inline-block; margin-top: 22px; color: var(--paper); font-size: 14px; font-weight: 600; text-underline-offset: 5px; text-decoration-color: rgba(232,163,61,.65); }
.utility-shell { width: var(--page); max-width: 1050px; margin: auto; padding: 100px 0 150px; display: grid; grid-template-columns: 180px minmax(0, 760px); gap: 90px; }
.utility-aside { align-self: start; position: sticky; top: 110px; }
.utility-aside p { margin-bottom: 14px; color: var(--muted-dark); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.utility-aside nav { display: grid; border-top: 1px solid var(--line); }
.utility-aside a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; text-decoration: none; line-height: 1.45; transition: color 200ms ease; }
.utility-aside a:hover, .utility-aside a:focus-visible { color: var(--paper); }
.utility-content { min-width: 0; }
.utility-lede { margin-bottom: 70px; color: var(--paper); font-size: clamp(25px, 3vw, 36px); line-height: 1.4; letter-spacing: -.035em; }
.utility-section { padding: 52px 0; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.utility-section h2 { margin-bottom: 24px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; }
.utility-section h3 { margin: 34px 0 12px; font-size: 20px; letter-spacing: -.02em; }
.utility-section p, .utility-section li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.utility-section p:last-child { margin-bottom: 0; }
.utility-section strong { color: var(--paper); font-weight: 600; }
.utility-section a { color: var(--paper); text-underline-offset: 4px; text-decoration-color: rgba(232,163,61,.65); }
.utility-list { margin: 24px 0 0; padding: 0; list-style: none; }
.utility-list li { position: relative; padding: 13px 0 13px 27px; border-top: 1px solid var(--line); }
.utility-list li::before { content: ""; position: absolute; left: 2px; top: 23px; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.utility-table-wrap { margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.utility-table { width: 100%; border-collapse: collapse; background: var(--ink-raised); }
.utility-table th, .utility-table td { padding: 19px 22px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; line-height: 1.55; }
.utility-table tr:first-child th, .utility-table tr:first-child td { border-top: 0; }
.utility-table th { width: 35%; color: var(--paper); font-weight: 600; }
.utility-table td { color: var(--muted); }
.support-contact { margin: 0 0 72px; padding: 34px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; border-block: 1px solid var(--line); }
.support-contact p { margin: 0 0 6px; color: var(--muted-dark); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.support-contact a:not(.button) { color: var(--paper); font-size: clamp(20px, 3vw, 30px); font-weight: 600; letter-spacing: -.03em; text-decoration: none; }
.support-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 26px; border-top: 1px solid var(--line); }
.support-meta div { padding: 18px 18px 0 0; }
.support-meta span { display: block; margin-bottom: 7px; color: var(--muted-dark); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.support-meta strong { color: var(--paper); font-size: 13px; }

.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity 850ms var(--ease), transform 850ms var(--ease); transition-delay: var(--delay, 0ms); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes breathe { 0%, 100% { opacity: .65; transform: scale(.85); } 50% { opacity: 1; transform: scale(1); } }

@media (max-width: 980px) {
  :root { --page: min(100% - 40px, 760px); }
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero { min-height: 0; padding-top: 150px; grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 600px; }
  .product-stage { max-width: 620px; }
  .feature-heading, .workflow-layout, .faq-layout { grid-template-columns: 1fr; gap: 54px; }
  .app-preview-heading { grid-template-columns: 1fr; gap: 28px; }
  .guides-heading { grid-template-columns: 1fr; gap: 28px; }
  .feature-heading p { max-width: 620px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-tall { grid-row: auto; min-height: 690px; }
  .feature-photo { grid-column: auto; }
  .feature-photo .feature-copy { max-width: none; }
  .workflow-copy { position: static; }
  .privacy-panel { grid-template-columns: 90px 1fr; gap: 38px; padding: 54px; }
  .privacy-panel > p { grid-column: 2; }
  .closing-panel { min-height: 640px; }
  .guide-hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .utility-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .utility-shell { grid-template-columns: 1fr; gap: 55px; max-width: 760px; }
  .utility-aside { position: static; }
  .utility-aside nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  .article-shell { grid-template-columns: 1fr; max-width: 760px; }
  .article-rail { display: none; }
  .footer-shell { grid-template-columns: 1fr auto; }
  .footer-brand { grid-row: auto; }
  .copyright { grid-column: 1 / 3; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 32px); }
  .site-header { padding: 15px 0; }
  .nav-status { font-size: 0; gap: 0; }
  .nav-status::after { content: "iPhone"; font-size: 11px; }
  .status-dot { margin-right: 8px; }
  .hero { padding: 128px 0 78px; }
  h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .trust-row { gap: 14px 20px; }
  .hero-visual { min-height: 560px; }
  .product-stage { height: 540px; }
  .product-screen-primary { height: 480px; left: 1%; top: 6px; }
  .product-screen-secondary { height: 360px; right: 0; top: 92px; }
  .hero-app-icon { width: 76px; height: 76px; right: 0; bottom: 5px; border-radius: 20px; }
  .privacy-chip { right: 0; bottom: 4%; }
  .statement-track { justify-content: flex-start; animation: marquee 20s linear infinite; }
  .feature-intro { padding: 110px 0 58px; }
  .feature-heading { padding-top: 42px; gap: 28px; }
  .feature-heading h2, .workflow h2, .faq h2, .closing h2 { font-size: 43px; }
  .feature-grid { gap: 12px; }
  .feature { min-height: 0; display: flex; flex-direction: column; border-radius: 24px; }
  .feature-copy { padding: 30px; }
  .feature h3 { font-size: 37px; }
  .feature-wide .feature-copy, .feature-photo .feature-copy { max-width: none; }
  .feature-art { position: relative; inset: auto; width: min(100%, 420px); aspect-ratio: 1; flex: 0 0 auto; margin: 0 auto; }
  .batch-art, .routine-art, .phone-art { width: min(100%, 420px); right: auto; bottom: auto; top: auto; }
  .feature-tall { min-height: 0; }
  .feature-settings { min-height: 390px; }
  .settings-demo { grid-template-columns: 1fr; margin: 0 30px 30px; }
  .settings-demo div { flex-direction: row; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .feature-photo { min-height: 0; }
  .feature-photo .feature-copy { max-width: none; }
  .batch-count { right: 9%; top: 20%; }
  .workflow { padding: 110px 0; }
  .steps li { grid-template-columns: 52px 1fr; padding: 30px 0 35px; }
  .steps h3 { font-size: 28px; }
  .privacy-section { padding-bottom: 110px; }
  .app-preview { width: 100%; padding: 0 0 110px 16px; }
  .app-preview > .section-label, .app-preview-heading { width: calc(100% - 32px); }
  .app-preview-heading { padding: 44px 0 46px; }
  .app-preview-heading h2 { font-size: 43px; }
  .screenshot-rail { grid-auto-columns: min(76vw, 290px); padding-right: 16px; }
  .guides-section { padding-bottom: 110px; }
  .guides-heading { padding: 44px 0 45px; }
  .guides-heading h2 { font-size: 43px; }
  .guide-card { min-height: 0; grid-template-columns: 38px 1fr 20px; gap: 12px; padding: 26px 0; }
  .guide-card:hover { padding-inline: 0; background: transparent; }
  .guide-card h3 { font-size: 25px; }
  .guide-card p { font-size: 13px; }
  .privacy-panel { min-height: 620px; padding: 34px 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-radius: 24px; }
  .privacy-symbol { width: 72px; height: 72px; }
  .privacy-symbol svg { width: 36px; }
  .privacy-panel h2 { font-size: 42px; }
  .faq { padding-bottom: 110px; }
  .faq-layout { padding-top: 44px; }
  .faq-list summary { font-size: 16px; }
  .closing { width: 100%; padding: 0; }
  .closing-panel { min-height: 660px; padding: 50px 28px; border-radius: 0; }
  .closing-action { left: 28px; right: 28px; bottom: 52px; align-items: stretch; flex-direction: column; }
  .closing-art { right: 28px; bottom: 180px; width: 104px; height: 104px; border-radius: 26px; }
  .footer-shell { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
  .guide-hero { padding: 125px 0 75px; }
  .utility-hero { padding: 125px 0 75px; }
  .utility-hero h1 { font-size: 49px; }
  .utility-shell { padding: 75px 0 105px; }
  .utility-lede { margin-bottom: 55px; font-size: 25px; }
  .utility-section { padding: 45px 0; }
  .utility-section h2 { font-size: 34px; }
  .support-contact { grid-template-columns: 1fr; align-items: start; }
  .support-contact .button { width: 100%; }
  .support-meta { grid-template-columns: 1fr; }
  .utility-table th, .utility-table td { padding: 16px; }
  .breadcrumbs ol { margin-bottom: 50px; }
  .guide-title h1 { font-size: 49px; }
  .direct-answer { font-size: 16px; }
  .article-shell { padding: 75px 0 105px; }
  .article-lede { margin-bottom: 55px; font-size: 25px; }
  .guide-flow { padding: 20px 10px 18px; margin-bottom: 65px; overflow-x: auto; }
  .guide-flow svg { min-width: 620px; }
  .article-section { grid-template-columns: 1fr; gap: 16px; padding: 48px 0; }
  .article-section h2, .article-faq > h2 { font-size: 34px; }
  .article-section p { font-size: 16px; }
  .article-cta { padding: 34px 28px; grid-template-columns: 1fr; align-items: start; margin-bottom: 85px; }
  .article-cta .button { max-width: none; }
  .related-link { grid-template-columns: 35px 1fr 20px; padding: 24px 0; }
  .related-link small { grid-column: 2 / 4; }
}

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

@keyframes marquee { to { transform: translateX(-33.333%); } }
