@font-face {
  font-family: Inter;
  src: url('/assets/inter.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: light;
  --canvas: #fff;
  --surface: #f7f7f5;
  --ink: #171717;
  --muted: #626262;
  --line: #e6e6e3;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; font-size: 16px; line-height: 1.65; }
p, h1, h2, h3, figure { margin: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
a:focus-visible, summary:focus-visible, [tabindex='0']:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
img { max-width: 100%; height: auto; display: block; }
.page-wrap, .footer-content { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -100px; z-index: 10; padding: 12px 20px; background: var(--ink); color: #fff; border-radius: var(--radius); }
.skip:focus { top: 12px; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 600; letter-spacing: -.8px; line-height: 1; min-height: 44px; flex-shrink: 0; }
.wordmark:hover { text-decoration: none; }
.wordmark img { width: 36px; height: 36px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 500; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; }
.nav-download { border: 1px solid var(--line); border-radius: var(--radius); padding: 0 16px; gap: 16px; }
.nav-download:hover { background: var(--surface); text-decoration: none; }
.hero { text-align: center; padding: 72px 24px 56px; }
.eyebrow { font-size: 13px; font-weight: 500; color: var(--muted); line-height: 1.5; }
.hero .eyebrow { margin-bottom: 24px; }
h1 { font-size: clamp(44px, 5.3vw, 68px); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; }
.hero h1 span { color: var(--muted); }
.intro { max-width: 470px; margin: 24px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 28px; }
.app-store-badge { display: inline-flex; padding: 12px; border-radius: 8px; }
.app-store-badge img { width: auto; height: 48px; }
.availability { color: var(--muted); font-size: 12px; margin-top: 8px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 20px; background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: var(--radius); font-size: 14px; font-weight: 500; line-height: 22px; transition: background .15s; }
.button:hover { background: #333; text-decoration: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 500; }
.product-preview { scroll-margin-top: 24px; }
.preview-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.preview-heading h2 { font-size: 15px; font-weight: 500; letter-spacing: -.2px; }
.preview-heading > span { color: var(--muted); font-size: 12px; flex-shrink: 0; }
.artwork-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.artwork-gallery img { width: 100%; aspect-ratio: 4 / 5; }
.artwork-gallery figcaption { display: flex; justify-content: space-between; gap: 12px; margin-top: 16px; font-size: 13px; }
.artwork-gallery figcaption span { color: var(--muted); }
.gallery-hint { display: none; }
.features { padding: 100px 0 88px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.section-heading h2 { font-size: 38px; line-height: 1.15; font-weight: 500; letter-spacing: -.045em; }
.section-heading > p { max-width: 340px; color: var(--muted); font-size: 16px; }
.tool-picker { position: relative; min-width: 0; border: 0; margin: 32px 0 0; padding: 0; }
.tool-options { display: flex; gap: 8px; margin-bottom: 24px; }
.tool-options label { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 22px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; color: var(--muted); }
.tool-options label:hover { background: var(--surface); color: var(--ink); }
#tool-text:checked ~ .tool-options label[for='tool-text'],
#tool-photos:checked ~ .tool-options label[for='tool-photos'],
#tool-shapes:checked ~ .tool-options label[for='tool-shapes'],
#tool-carousels:checked ~ .tool-options label[for='tool-carousels'] { background: var(--ink); color: #fff; }
#tool-text:focus-visible ~ .tool-options label[for='tool-text'],
#tool-photos:focus-visible ~ .tool-options label[for='tool-photos'],
#tool-shapes:focus-visible ~ .tool-options label[for='tool-shapes'],
#tool-carousels:focus-visible ~ .tool-options label[for='tool-carousels'] { outline: 2px solid var(--ink); outline-offset: 4px; }
.tool-panel { display: none; grid-template-columns: 1fr 1fr; align-items: center; justify-items: center; min-height: 666px; padding: 32px 48px; gap: 48px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
#tool-text:checked ~ .tool-panels .demo-text,
#tool-photos:checked ~ .tool-panels .demo-photos,
#tool-shapes:checked ~ .tool-panels .demo-shapes,
#tool-carousels:checked ~ .tool-panels .demo-carousels { display: grid; }
.tool-copy { width: 100%; max-width: 340px; }
.tool-copy h3 { font-size: 36px; line-height: 1.15; font-weight: 500; letter-spacing: -.045em; }
.tool-copy p { margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 310px; }
.capture-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 28px; color: var(--muted); font-size: 12px; }
.tool-capture { width: 276px; max-width: 100%; overflow: hidden; border-radius: 24px; border: 1px solid #dededb; box-shadow: 0 12px 28px #0000000a, 0 2px 4px #00000008; }
.tool-capture img { width: 100%; }
.tool-panel.demo-carousels { grid-template-columns: minmax(0, 1fr); align-content: center; justify-items: start; gap: 32px; padding: 40px 0 32px; }
.demo-carousels .tool-copy { max-width: none; padding-inline: 48px; display: flex; gap: 64px; align-items: center; }
.demo-carousels .tool-copy h3 { flex-shrink: 0; }
.demo-carousels .tool-copy p { max-width: 350px; margin: 0; }
.continuous-demo { width: 100%; min-width: 0; }
.continuous-scroll { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #adada7 transparent; padding-bottom: 16px; }
.continuous-scroll img { width: 1450px; max-width: none; height: auto; }
.continuous-demo figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 12px 48px 0; font-size: 12px; color: var(--muted); }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 56px; }
.feature-row article { padding-top: 28px; border-top: 1px solid var(--line); }
.feature-row h3 { font-weight: 550; font-size: 17px; line-height: 1.4; letter-spacing: -.35px; margin-bottom: 12px; }
.feature-row p { color: var(--muted); font-size: 14px; line-height: 1.75; max-width: 300px; }
.help-strip { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 40px 0 72px; }
.help-strip h2 { font-size: 22px; font-weight: 500; letter-spacing: -.6px; margin-bottom: 8px; }
.help-strip p { font-size: 14px; color: var(--muted); }
.help-strip .button { flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--line); }
.footer-main { padding: 40px 0; display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.footer-brand p { margin-top: 12px; font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; font-size: 13px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.apple-legal { color: var(--muted); font-size: 11px; padding-bottom: 24px; }
.document { max-width: 760px; margin: auto; padding: 72px 0 96px; }
.document-heading h1 { font-size: 48px; margin: 20px 0; letter-spacing: -.045em; }
.document .lead { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 580px; margin-bottom: 32px; }
.legal-nav { display: flex; gap: 32px; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.legal-nav a { display: inline-flex; align-items: center; min-height: 48px; padding-bottom: 8px; font-size: 14px; color: var(--muted); }
.legal-nav a[aria-current='page'] { color: var(--ink); border-bottom: 2px solid var(--ink); }
.draft-note { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 32px; }
.draft-label { font-size: 13px; font-weight: 600; }
.document .draft-note p { font-size: 13px; margin-top: 8px; }
.document h2 { font-size: 23px; font-weight: 550; line-height: 1.3; letter-spacing: -.55px; margin: 36px 0 16px; }
.document p, .document li { font-size: 15px; line-height: 1.8; color: var(--muted); }
.document p + p { margin-top: 16px; }
.document-body a { text-decoration: underline; overflow-wrap: anywhere; }
.document details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.document summary { cursor: pointer; font-size: 16px; font-weight: 500; min-height: 28px; }
.document details p { padding: 16px 0 0; }
.contact-block { margin-top: 48px; padding: 28px 0 0; }
.contact-block h2 { margin: 12px 0; }
.contact-email { display: inline-flex; min-height: 44px; align-items: center; gap: 20px; }
.contact-block > p:last-child { max-width: 560px; margin-top: 16px; }

@media (max-width: 900px) {
  .page-wrap, .footer-content { width: calc(100% - 64px); }
  .hero { padding-top: 72px; }
  .artwork-gallery { gap: 16px; }
  .artwork-gallery figcaption { flex-direction: column; gap: 0; margin-top: 12px; }
  .tool-panel { padding-inline: 32px; gap: 32px; }
  .tool-copy h3 { font-size: 30px; }
  .demo-carousels .tool-copy { padding-inline: 32px; gap: 32px; }
  .continuous-demo figcaption { padding-inline: 32px; }
  .section-heading { align-items: flex-start; gap: 32px; }
  .section-heading h2 { font-size: 32px; }
  .section-heading > p { max-width: 280px; }
  .feature-row { gap: 28px; }
}
@media (max-width: 600px) {
  .page-wrap, .footer-content { width: calc(100% - 48px); }
  .site-header { min-height: 76px; gap: 16px; }
  .wordmark { font-size: 22px; gap: 8px; }
  .wordmark img { width: 32px; height: 32px; }
  .site-header nav { gap: 16px; font-size: 12px; }
  .nav-download { padding: 0 12px; gap: 8px; }
  .hero { padding: 60px 0 48px; }
  .hero .eyebrow { margin-bottom: 20px; font-size: 12px; }
  h1 { font-size: clamp(36px, 9.5vw, 52px); letter-spacing: -.05em; line-height: 1.1; }
  .intro { font-size: 15px; margin-top: 20px; max-width: 350px; }
  .hero-actions { gap: 12px; margin-top: 24px; flex-wrap: wrap; }
  .preview-heading { align-items: center; gap: 16px; }
  .preview-heading h2 { max-width: 200px; line-height: 1.5; font-size: 13px; }
  .preview-heading > span { font-size: 11px; }
  .preview-heading h2 { max-width: 160px; }
  .preview-heading > span { max-width: 105px; text-align: right; }
  .artwork-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #adada7 transparent; padding-bottom: 12px; }
  .artwork-gallery figure { flex: 0 0 82%; scroll-snap-align: start; }
  .artwork-gallery figcaption { flex-direction: row; gap: 12px; font-size: 12px; }
  .gallery-hint { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); margin-top: 4px; }
  .features { padding: 64px 0 48px; }
  .section-heading { flex-direction: column; gap: 20px; }
  .section-heading h2 { font-size: 32px; }
  .section-heading > p { max-width: 350px; font-size: 15px; }
  .tool-picker { margin-top: 24px; }
  .tool-options { gap: 4px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 20px; }
  .tool-options label { padding-inline: 4px; font-size: 12px; }
  .tool-panel { grid-template-columns: minmax(0, 1fr); min-height: 0; padding: 28px 20px; gap: 24px; }
  .tool-copy h3 { font-size: 28px; }
  .tool-copy h3 br { display: none; }
  .tool-copy p { margin-top: 12px; max-width: none; font-size: 14px; }
  .capture-link { margin-top: 12px; }
  .tool-capture { width: 276px; border-radius: 20px; }
  .tool-panel.demo-carousels { padding-top: 28px; padding-bottom: 24px; gap: 24px; }
  .demo-carousels .tool-copy { padding-inline: 20px; display: block; }
  .demo-carousels .tool-copy p { margin-top: 12px; }
  .continuous-scroll img { width: 1200px; }
  .continuous-demo figcaption { padding-inline: 20px; flex-direction: column; gap: 4px; font-size: 11px; }
  .feature-row { grid-template-columns: 1fr; margin-top: 32px; gap: 28px; }
  .feature-row article { padding-top: 24px; }
  .feature-row h3 { font-size: 17px; }
  .feature-row p { max-width: 380px; }
  .help-strip { align-items: flex-start; padding: 32px 0 48px; gap: 24px; }
  .help-strip h2 { font-size: 20px; }
  .footer-main { flex-direction: column; align-items: flex-start; padding: 32px 0 24px; gap: 20px; }
  .footer-links { gap: 24px; }
  .footer-bottom { padding: 12px 0; }
  .document { padding: 48px 0 64px; }
  .document-heading h1 { font-size: 38px; }
  .document .lead { font-size: 16px; }
  .document p, .document li { font-size: 14px; }
  .legal-nav { gap: 28px; }
}
@media (max-width: 380px) {
  .page-wrap, .footer-content { width: calc(100% - 40px); }
  .site-header { gap: 10px; }
  .site-header nav { gap: 12px; }
  .site-header nav a { font-size: 11px; }
  .nav-download { padding: 0 8px; gap: 5px; }
  h1 { font-size: 34px; }
  .hero-actions { flex-direction: column; gap: 8px; }
  .help-strip { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
