:root { color-scheme: light; --paper: #fff; --surface: #f5f5f7; --ink: #1d1d1f; --muted: #6e6e73; --line: #d2d2d7; --accent: #0066cc; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.47 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
a { color: inherit; text-underline-offset: 4px; }
button { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #0071e3; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.skip { position: fixed; left: 20px; top: -100px; padding: 12px; background: white; z-index: 20; }
.skip:focus { top: 12px; }
.header { position: sticky; top: 0; z-index: 10; width: 100%; min-height: 64px; padding: 8px max(24px, calc((100% - 1120px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid #00000012; background: #ffffffdd; backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 21px; font-weight: 600; letter-spacing: -.6px; line-height: 1.2; min-height: 44px; }
.brand img { border-radius: 9px; width: 30px; height: 30px; }
.header nav { display: flex; gap: 28px; align-items: center; }
.header nav > a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; text-decoration: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #0071e3; color: white; border-radius: 980px; padding: 12px 24px; text-decoration: none; min-height: 48px; font-size: 17px; font-weight: 400; transition: background .2s; }
.button-small { padding: 8px 18px; min-height: 44px; }
.text-link { display: inline-flex; gap: 7px; align-items: center; min-height: 44px; color: var(--accent); font-size: 19px; text-decoration: none; }
@media (hover: hover) { .button:hover { background: #0077ed; } .text-link:hover { text-decoration: underline; } .header nav > a:not(.button):hover { color: var(--accent); } }
.hero { padding-top: 64px; text-align: center; }
.eyebrow { font-size: 21px; font-weight: 600; letter-spacing: -.3px; margin: 0 0 14px; }
h1 { font-size: clamp(48px, 6.6vw, 88px); line-height: 1.04; letter-spacing: -.055em; font-weight: 600; margin-bottom: 24px; }
h1 span { color: #6e6e73; }
.lead { max-width: 610px; margin: 0 auto 25px; font-size: 23px; line-height: 1.4; letter-spacing: -.5px; }
.hero-actions { display: flex; justify-content: center; gap: 28px; align-items: center; flex-wrap: wrap; }
.hero-availability { font-size: 14px; color: var(--muted); margin: 17px 0 0; }
.hero-art { position: relative; height: 660px; max-width: 920px; margin: 48px auto 0; isolation: isolate; overflow: hidden; }
.hero-art::before { content: ""; position: absolute; inset: 12% 0 0; background: radial-gradient(ellipse, #e7e9fa 0, #f5f5f7 42%, #ffffff00 72%); z-index: -1; }
.hero-tile { position: absolute; display: grid; place-items: center; width: 31%; height: 490px; top: 80px; }
.hero-tile img { width: 100%; height: 100%; object-fit: contain; }
.hero-front { left: 4%; transform: rotate(-7deg); }
.hero-back { right: 4%; transform: rotate(7deg); }
.hero-editor { position: absolute; width: 288px; height: auto; left: 50%; top: 0; transform: translateX(-50%); border: 7px solid #272729; border-radius: 44px; box-shadow: 0 24px 60px #11112624; z-index: 2; }
.art-caption { position: absolute; bottom: 4px; left: 0; right: 0; display: flex; justify-content: center; gap: 16px; font-size: 12px; color: var(--muted); }
.intro-bar { display: flex; justify-content: center; gap: 34px; border-top: 1px solid var(--line); padding: 26px 0; color: var(--muted); font-size: 14px; }
.intro-bar p { margin: 0; }
.features { padding-top: 110px; }
.section-heading { margin-bottom: 48px; }
h2 { font-size: clamp(36px, 4.2vw, 56px); font-weight: 600; line-height: 1.07; letter-spacing: -.045em; margin-bottom: 20px; }
.section-heading > p { color: var(--muted); font-size: 21px; letter-spacing: -.3px; margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.feature { background: var(--surface); border-radius: 28px; overflow: hidden; position: relative; min-width: 0; }
.feature-copy { padding: 44px 40px 0; position: relative; z-index: 1; }
.feature h3 { font-size: 34px; font-weight: 600; letter-spacing: -.035em; line-height: 1.12; margin-bottom: 15px; }
.feature p { font-size: 17px; line-height: 1.5; max-width: 410px; color: var(--muted); }
.background-feature .feature-copy { min-height: 220px; }
.background-preview { height: 345px; display: flex; justify-content: center; margin: 0 32px; border-radius: 18px; overflow: hidden; }
.background-preview img { height: 110%; width: auto; transform: rotate(-6deg); }
[data-background="peach"], .peach { background: linear-gradient(135deg, #ffdfc9, #f0acb8); }
[data-background="mint"], .mint { background: linear-gradient(135deg, #d8eee3, #b3d1c8); }
[data-background="sky"], .sky { background: linear-gradient(135deg, #dcefff, #b7cbed); }
[data-background="ink"], .ink { background: #161619; }
[data-background="clear"], .clear { background-color: #fafafa; background-image: conic-gradient(#ddd 25%, transparent 0 50%, #ddd 0 75%, transparent 0); background-size: 18px 18px; }
.swatches { display: flex; gap: 10px; justify-content: center; margin-top: 20px; }
.swatch { width: 44px; height: 44px; border: 6px solid var(--surface); border-radius: 50%; cursor: pointer; }
.swatch[aria-pressed="true"] { outline: 2px solid #0071e3; outline-offset: 1px; }
.feature .demo-caption { max-width: none; text-align: center; font-size: 12px; margin: 12px 0 26px; }
.frame-pair { height: 375px; display: flex; align-items: center; justify-content: center; margin-top: 26px; padding-inline: 20px; }
.frame-pair img { height: 100%; width: 53%; object-fit: contain; max-width: none; }
.frame-pair img:first-child { transform: rotate(-6deg) translateX(8px); }
.frame-pair img:last-child { transform: rotate(6deg) translateX(-8px); }
.feature .feature-note { text-align: center; font-size: 13px; max-width: none; margin: 28px 20px; }
.video-feature { grid-column: 1/-1; min-height: 520px; display: grid; grid-template-columns: 1.1fr 1fr; background: #000; color: #f5f5f7; }
.video-feature .feature-copy { padding: 85px 52px; }
.video-feature h3 { font-size: 48px; }
.video-feature p { color: #a1a1a6; }
.video-feature .video-spec { font-size: 13px; margin-top: 28px; }
.video-spec span { margin-inline: 8px; }
.video-art { position: relative; height: 520px; overflow: hidden; background: radial-gradient(ellipse at 50% 60%, #27233d, transparent 70%); }
.video-art > img { height: 590px; width: auto; position: absolute; top: 40px; left: 50%; transform: translateX(-50%) rotate(9deg); }
.format-label { position: absolute; left: 12%; bottom: 64px; background: #ffffffdf; backdrop-filter: blur(15px); color: #1d1d1f; padding: 10px 22px; border-radius: 16px; font-size: 32px; font-weight: 600; letter-spacing: -1px; }
.styles-feature { max-height: 700px; }
.editor-image { width: 270px; margin: 32px auto 0; border: 6px solid #272729; border-radius: 36px 36px 0 0; box-shadow: 0 14px 35px #29283720; }
.batch-art { display: flex; align-items: center; justify-content: center; height: 340px; margin: 45px 35px 0; }
.batch-art div { width: 39%; flex-shrink: 0; background: #dce5ee; border-radius: 12px; box-shadow: 0 10px 25px #232d3b16; }
.batch-art div:first-child { transform: translate(18px, 18px) rotate(-9deg); }
.batch-art div:nth-child(2) { z-index: 1; transform: translateY(-10px); }
.batch-art div:last-child { transform: translate(-18px, 18px) rotate(9deg); }
.batch-art img { width: 100%; }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 145px 120px; }
.values .eyebrow { font-size: 17px; color: var(--muted); }
.values h2 { font-size: 48px; }
.value-list article { display: flex; gap: 20px; margin-bottom: 32px; }
.value-list article:last-child { margin-bottom: 0; }
.value-mark { color: var(--accent); font-size: 27px; width: 26px; flex-shrink: 0; }
.value-list h3 { font-size: 21px; font-weight: 600; margin: 0 0 8px; letter-spacing: -.4px; }
.value-list p { margin: 0; color: var(--muted); font-size: 16px; }
.faq { border-top: 1px solid var(--line); padding-block: 85px 100px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; }
.faq h2 { font-size: 42px; }
.questions details { border-bottom: 1px solid var(--line); }
.questions summary { min-height: 60px; padding: 20px 30px 20px 0; cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; position: relative; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary::after { content: "+"; position: absolute; right: 3px; top: 15px; font-size: 24px; font-weight: 400; color: var(--muted); }
.questions details[open] summary::after { content: "−"; }
.questions p { font-size: 15px; color: var(--muted); padding-right: 24px; margin: 0 0 22px; }
.download { text-align: center; border-radius: 28px; background: var(--surface); padding: 80px 24px; }
.download > img { margin: 0 auto 25px; border-radius: 18px; }
.download h2 { font-size: clamp(38px, 5vw, 64px); }
.download > p { color: var(--muted); font-size: 21px; }
.download .availability { font-size: 14px; margin: 0; }
.store-badges { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 12px; margin: 16px 0; }
.store-badges img { width: auto; height: 48px; }
.store-badges .google-play-badge { height: 72px; }
.footer { margin-top: 60px; display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--line); padding-block: 20px 28px; }
.footer .brand { font-size: 18px; }
.footer p { font-size: 12px; color: var(--muted); margin: 0; }
.footer nav { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 12px; color: var(--muted); }
.footer nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
@media (max-width: 1024px) {
  .feature-copy { padding: 34px 28px 0; }
  .feature h3 { font-size: 30px; }
  .video-feature .feature-copy { padding: 65px 35px; }
  .video-feature h3 { font-size: 40px; }
  .values { gap: 40px; }
  .faq { gap: 35px; }
  .hero-tile { width: 32%; }
}
@media (max-width: 767px) {
  .wrap { width: calc(100% - 40px); }
  .header { width: 100%; padding-inline: 20px; min-height: 60px; }
  .header nav { gap: 12px; }
  .header nav > a:not(.button) { display: none; }
  .brand { font-size: 20px; }
  .hero { padding-top: 48px; }
  .eyebrow { font-size: 18px; }
  h1 { font-size: clamp(44px, 8.8vw, 64px); letter-spacing: -.045em; }
  .lead { font-size: 19px; max-width: 440px; }
  .hero-actions { gap: 20px; }
  .text-link { font-size: 17px; }
  .hero-art { height: clamp(380px, 118vw, 610px); margin-top: 36px; width: 100%; }
  .hero-editor { width: min(250px, 52%); border-width: 4px; border-radius: 25px; }
  .hero-tile { top: 45px; width: 42%; height: 75%; }
  .hero-front { left: -5%; }
  .hero-back { right: -5%; }
  .art-caption { bottom: 12px; }
  .intro-bar { display: block; text-align: center; font-size: 12px; padding-block: 22px; }
  .intro-bar p + p { margin-top: 4px; }
  .features { padding-top: 70px; }
  .section-heading { margin-bottom: 30px; }
  h2 { font-size: 36px; }
  .section-heading > p { font-size: 19px; }
  .feature-grid { grid-template-columns: 1fr; gap: 20px; }
  .feature { border-radius: 24px; }
  .feature-copy { padding: 32px 25px 0; }
  .feature p { font-size: 16px; }
  .background-feature .feature-copy { min-height: 200px; }
  .background-preview { margin-inline: 20px; height: 310px; }
  .swatches { gap: 5px; }
  .frame-pair { height: 340px; padding-inline: 10px; }
  .video-feature { grid-column: auto; grid-template-columns: 1fr; }
  .video-feature .feature-copy { padding: 38px 25px 0; }
  .video-feature h3 { font-size: 34px; }
  .video-art { height: 350px; }
  .video-art > img { height: 475px; top: 0; }
  .format-label { bottom: 40px; left: 14%; }
  .styles-feature { max-height: 660px; }
  .editor-image { width: min(250px, 80%); }
  .batch-art { height: 300px; margin: 20px 24px 0; }
  .values { grid-template-columns: 1fr; gap: 32px; padding-block: 85px 70px; }
  .values h2 { font-size: 36px; }
  .faq { grid-template-columns: 1fr; gap: 16px; padding-block: 55px 65px; }
  .faq h2 { font-size: 34px; }
  .questions summary { font-size: 16px; }
  .download { padding: 55px 20px; }
  .download > p { font-size: 19px; }
  .download .availability { font-size: 13px; }
  .footer { flex-wrap: wrap; gap: 12px 24px; margin-top: 35px; }
  .footer > p { margin-left: auto; max-width: 150px; text-align: right; }
  .footer nav { width: 100%; margin: 0; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
