:root {
  --paper: #f4f1eb;
  --paper-deep: #e8e4dc;
  --ink: #111418;
  --muted: #656b6d;
  --blue: #315f83;
  --blue-deep: #17354e;
  --ice: #c4e6e7;
  --line: rgba(17, 20, 24, .18);
  --white: #fbfaf7;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --display: "Helvetica Neue", "Nimbus Sans L", Arial, sans-serif;
  --body: Inter, Avenir, "Avenir Next", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.6 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
::selection { color: var(--white); background: var(--blue); }
.skip { position: fixed; top: 1rem; left: 1rem; z-index: 20; padding: .6rem .9rem; color: var(--paper); background: var(--ink); transform: translateY(-180%); }
.skip:focus { transform: none; }
.shell { width: min(100% - 2 * var(--pad), 1440px); margin-inline: auto; }
.top { border-bottom: 1px solid var(--line); background: var(--paper); }
.top .shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; font: 600 .78rem/1.2 var(--display); letter-spacing: .15em; white-space: nowrap; }
.brand-mark { width: 35px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.top nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.6rem); }
.top nav a { position: relative; font-size: .75rem; letter-spacing: .09em; }
.top nav a::after { content: ""; position: absolute; bottom: -.25rem; left: 0; right: 100%; height: 1px; background: currentColor; transition: right .25s ease; }
.top nav a:hover::after, .top nav a[aria-current="page"]::after { right: 0; }
.eyebrow { margin: 0; color: var(--blue); font-size: .68rem; font-weight: 650; line-height: 1.4; letter-spacing: .24em; text-transform: uppercase; }
.foot { padding: 3rem 0 2rem; color: rgba(255,255,255,.72); background: var(--blue-deep); }
.foot .shell { border-top: 1px solid rgba(255,255,255,.32); padding-top: 1.3rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.foot a { border-bottom: 1px solid rgba(255,255,255,.45); }
.foot-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
/* Editorial promo page */
.promo-hero { border-bottom: 1px solid var(--line); }
.promo-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); min-height: min(820px, 90svh); }
.promo-intro { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem) 3rem var(--pad); }
.promo-title { max-width: 10ch; margin: 1.5rem 0 1.9rem; font: 430 clamp(4.5rem, 9vw, 9.8rem)/.87 var(--display); letter-spacing: -.065em; }
.promo-title em { display: block; margin-left: .5em; color: var(--blue); font: italic 400 .68em/.95 Georgia, "Times New Roman", serif; letter-spacing: -.06em; }
.promo-lead { max-width: 560px; margin: 0; color: #454f53; font-size: clamp(1.15rem, 1.5vw, 1.5rem); line-height: 1.43; }
.hero-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 2rem; margin-top: 3.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.hero-bottom a, .text-link { display: inline-flex; align-items: center; gap: .6rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero-bottom .status { color: var(--muted); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.promo-visual { position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; padding: 4.5rem 2.5rem 0; background: var(--blue-deep); }
.promo-visual::before, .promo-visual::after { content: ""; position: absolute; border: 1px solid rgba(196,230,231,.22); border-radius: 50%; aspect-ratio: 1; pointer-events: none; }
.promo-visual::before { width: 85%; top: 10%; right: -32%; }
.promo-visual::after { width: 125%; top: 0; right: -60%; }
.promo-visual .capture { width: min(75%, 330px); border: 1px solid rgba(255,255,255,.18); border-bottom: 0; border-radius: 2.3rem 2.3rem 0 0; box-shadow: 0 1.5rem 3.5rem rgba(0,0,0,.28); }
.promo-visual .visual-label { position: absolute; top: 2rem; left: 2rem; color: var(--ice); font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; }
.principles { background: var(--paper-deep); }
.principles .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles article { min-height: 155px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem 2rem 2rem 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 2rem; }
.principles article:last-child { border-right: 0; }
.principles span { color: var(--blue); font-size: .66rem; letter-spacing: .2em; }
.principles h2 { margin: 0; font: 450 clamp(1.35rem, 2.3vw, 2.3rem)/1.08 var(--display); letter-spacing: -.035em; }
.promo-section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-head { display: grid; grid-template-columns: 1fr minmax(250px, 390px); gap: 3rem; align-items: end; margin-bottom: clamp(2rem, 4vw, 4rem); }
.section-title { max-width: 850px; margin: .7rem 0 0; font: 430 clamp(3.3rem, 6.5vw, 7.5rem)/.94 var(--display); letter-spacing: -.052em; }
.section-intro { margin: 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.22rem); }
.display-shot { padding: clamp(.6rem, 2vw, 2rem); background: var(--paper-deep); }
.display-shot .capture { width: 100%; border: 1px solid rgba(17,20,24,.08); }
.media-caption { display: flex; justify-content: space-between; gap: 1rem; margin-top: .9rem; color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.mode-list { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.4rem; }
.mode-list span { padding: .5rem .8rem; border: 1px solid var(--line); border-radius: 99px; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.folders-section { background: var(--white); border-block: 1px solid var(--line); }
.folders-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.folders-visual { display: flex; justify-content: center; align-items: end; min-height: 650px; overflow: hidden; padding: 4rem 2rem 0; background: var(--paper-deep); }
.folders-visual .capture { width: min(70%, 300px); border: 1px solid rgba(17,20,24,.12); border-bottom: 0; border-radius: 1.8rem 1.8rem 0 0; box-shadow: 0 1.5rem 3rem rgba(17,20,24,.14); }
.capture { position: relative; container-type: inline-size; margin: 0; overflow: hidden; }
.capture img { width: 100%; }
.capture-wordmark, .capture-folder-name, .capture-folder-artist { position: absolute; z-index: 1; display: flex; align-items: center; color: #b7b1c4; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; line-height: 1; white-space: nowrap; }
.capture-phone .capture-wordmark { top: 7.7%; left: 3.8%; width: 26%; height: 2.7%; background: #121329; font-size: 2.1cqw; }
.capture-ipad .capture-wordmark { top: 5%; left: 1.2%; width: 17%; height: 4%; color: #c3b9ae; background: #1a1311; font-size: 1.7cqw; }
.capture-folder .capture-folder-name { top: 7.4%; left: 16%; width: 43%; height: 3.2%; background: #131227; font-size: 2.2cqw; }
.capture-folder .capture-folder-artist { top: 48.8%; left: 12.5%; width: 31%; height: 3%; background: #131227; font-size: 2.2cqw; }
.folders-copy .section-title { max-width: 8ch; }
.folders-copy p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.25rem); }
.feature-lines { margin-top: 2.6rem; border-top: 1px solid var(--line); }
.feature-lines div { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: .95rem 0; border-bottom: 1px solid var(--line); }
.feature-lines span { color: var(--blue); font-size: .7rem; }
.feature-lines strong { font-weight: 500; }
.formats-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.formats-section .section-title { max-width: 7ch; }
.formats-body { margin-top: 1.8rem; border-top: 1px solid var(--line); }
.formats-body p { max-width: 550px; color: var(--muted); }
.format-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 1.25rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.format-list li { padding: .9rem 0; border-top: 1px solid var(--line); font-size: .8rem; letter-spacing: .08em; }
.premium { padding: clamp(4.5rem, 8vw, 8rem) 0; color: var(--white); background: var(--blue-deep); }
.premium .eyebrow { color: var(--ice); }
.premium-head { display: grid; grid-template-columns: 1fr minmax(250px, 390px); gap: 3rem; align-items: end; }
.premium .section-title { max-width: 9ch; }
.premium-head p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.3vw, 1.25rem); }
.theme-list { display: grid; grid-template-columns: repeat(7, 1fr); gap: .6rem; margin: clamp(2.5rem, 5vw, 5rem) 0 2.5rem; }
.theme-list li { list-style: none; min-height: 125px; display: flex; flex-direction: column; justify-content: space-between; padding: .75rem; border: 1px solid rgba(255,255,255,.25); font-size: .64rem; letter-spacing: .06em; }
.theme-list li::before { content: ""; display: block; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 5px color-mix(in srgb, var(--swatch), transparent 75%); }
.premium-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.premium-list div { padding: 1.5rem 1.3rem 0 0; border-right: 1px solid rgba(255,255,255,.25); }
.premium-list div + div { padding-left: 1.3rem; }
.premium-list div:last-child { border-right: 0; }
.premium-list strong { font: 450 clamp(1.3rem, 2.2vw, 2rem)/1.15 var(--display); }
.premium-list p { color: rgba(255,255,255,.68); font-size: .85rem; }
.closing { padding: clamp(4.75rem, 9vw, 9rem) 0; }
.closing-icon { width: 64px; height: 64px; margin-bottom: 2rem; border-radius: 15px; }
.closing blockquote { max-width: 1100px; margin: 1.5rem 0 2.5rem; font: 400 clamp(2.8rem, 6vw, 6.8rem)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.closing blockquote em { color: var(--blue); }
.closing-links { display: flex; flex-wrap: wrap; gap: 2rem; }
/* Support, privacy, and demo pages share the same editorial shell. */
.info-main { padding: clamp(4rem, 8vw, 8rem) 0; }
.info-main h1 { max-width: 900px; margin: 1rem 0 2.5rem; font: 430 clamp(3.5rem, 9vw, 8rem)/.9 var(--display); letter-spacing: -.055em; }
.info-main .lead { max-width: 650px; color: #454f53; font-size: clamp(1.15rem, 2vw, 1.55rem); }
.copy { max-width: 700px; }
.copy p { margin: 1rem 0; }
.copy h2 { margin: 3.5rem 0 1rem; font: 450 clamp(1.7rem, 3vw, 2.7rem)/1.12 var(--display); letter-spacing: -.035em; }
.copy a { color: var(--blue); border-bottom: 1px solid currentColor; }
.muted { color: var(--muted); }
.cover { width: min(100%, 330px); margin: 2rem 0; }
.downloads { list-style: none; padding: 0; margin: 2rem 0; border-top: 1px solid var(--line); }
.downloads li { border-bottom: 1px solid var(--line); }
.downloads a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; }
.downloads span { color: var(--muted); font-size: .8rem; }
.copy ol { padding-left: 1.4rem; }
.copy ol li { margin: .6rem 0; }
@media (max-width: 900px) {
  .promo-hero-grid, .section-head, .folders-grid, .formats-section, .premium-head { grid-template-columns: 1fr; }
  .promo-hero-grid { min-height: 0; }
  .promo-intro { padding: 5rem var(--pad) 3rem; }
  .promo-visual { min-height: 530px; }
  .folders-visual { min-height: 540px; }
  .theme-list { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 620px) {
  .top .shell { min-height: 0; padding-block: 1.1rem; align-items: flex-start; flex-direction: column; gap: .9rem; }
  .top nav { flex-wrap: wrap; gap: .5rem 1.1rem; }
  .promo-title { font-size: clamp(4.2rem, 14vw, 6rem); }
  .promo-title em { margin-left: 0; }
  .hero-bottom { align-items: start; }
  .promo-visual { min-height: 430px; padding-top: 3.5rem; }
  .promo-visual .capture { width: min(67%, 235px); }
  .principles .shell { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: 105px; padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .section-head { gap: 1.2rem; }
  .folders-visual { min-height: 420px; padding-top: 2rem; }
  .folders-visual .capture { width: min(55%, 190px); }
  .format-list { grid-template-columns: repeat(2, 1fr); }
  .theme-list { grid-template-columns: repeat(2, 1fr); }
  .theme-list li { min-height: 90px; }
  .premium-list { grid-template-columns: 1fr; }
  .premium-list div, .premium-list div + div { padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .premium-list div:last-child { border-bottom: 0; }
  .foot .shell { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
