:root {
  --ivory: #f9f6ef;
  --ivory-deep: #efe9dd;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #203b33;
  --muted: #596763;
  --line: #d7dcd9;
  --line-warm: #deddd2;
  --teal: #1f6b62;
  --teal-dark: #144e48;
  --teal-soft: #dcebe6;
  --clay: #a54529;
  --clay-soft: #f6e4da;
  --sage: #778c67;
  --yellow: #d5a936;
  --display: "Avenir Next", ui-rounded, "SF Pro Rounded", "Avenir Next Rounded", "Segoe UI", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  --page: min(1200px, calc(100% - 96px));
  --shadow: 0 28px 70px rgba(32, 48, 45, 0.12);
  --brand-pattern: url("/assets/organic-rings-pattern.svg");
  --material-texture: url("/assets/material-noise.svg");
  --ivory-texture: url("/assets/ivory-paper-texture.png");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; background: var(--ivory); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, textarea { color: inherit; font: inherit; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.05em; font-weight: 650; text-wrap: balance; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; transform: translateY(-150%); border-radius: 8px; color: var(--white); background: var(--teal-dark); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 40; display: flex; min-height: 88px; align-items: center; justify-content: space-between; padding: 16px max(48px, calc((100vw - 1200px) / 2)); border-bottom: 1px solid transparent; background: color-mix(in srgb, var(--ivory) 90%, transparent); backdrop-filter: blur(18px); transition: border-color 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled { border-bottom-color: var(--line-warm); box-shadow: 0 8px 28px rgba(32, 48, 45, 0.05); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 47px; height: 47px; flex: 0 0 auto; }
.header-lockup { width: 150px; height: auto; }
.brand-wordmark { display: inline-flex; align-items: baseline; color: var(--teal-dark); font-family: var(--display); font-style: normal; letter-spacing: -0.045em; }
.brand-wordmark b { font-size: 23px; font-weight: 820; }
.brand-wordmark i { margin-left: 2px; font-size: 13px; font-style: normal; font-weight: 780; letter-spacing: -0.025em; }
.site-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 14px; font-weight: 550; }
.site-nav a { position: relative; min-height: 44px; padding: 13px 0; }
.site-nav a::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--clay); transform-origin: right; transition: transform 170ms ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; min-width: 86px; min-height: 44px; align-items: center; justify-content: center; gap: 11px; border: 1px solid var(--line-warm); border-radius: 999px; background: var(--paper); font-size: 13px; font-weight: 760; }
.menu-button i, .menu-button i::before { width: 16px; height: 2px; content: ""; background: currentColor; }
.menu-button i { position: relative; }
.menu-button i::before { position: absolute; top: -5px; left: 0; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--teal); font-size: 11px; font-weight: 820; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 3px; content: ""; background: var(--clay); }
.eyebrow-light { color: #b9ded7; }
.eyebrow-light::before { background: #f3a888; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--teal-dark); }
.button-primary:hover { background: var(--teal); }
.button-secondary { border-color: var(--line-warm); background: var(--paper); }
.button-secondary:hover { border-color: var(--teal); }
.button-light { color: var(--teal-dark); background: var(--paper); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; color: var(--teal-dark); font-size: 14px; font-weight: 780; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }


.document-hero { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0 88px; text-align: center; }
.document-hero .eyebrow { justify-content: center; }
.document-hero h1 { margin-bottom: 26px; font-size: clamp(52px, 7vw, 92px); line-height: 0.97; }
.document-hero > p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.65; }
.document-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-bottom: 0; border-block: 1px solid var(--line-warm); background: var(--line-warm); }
.document-grid article { min-height: 380px; padding: clamp(30px, 4vw, 58px); background: var(--paper); }
.document-grid article:last-child:nth-child(odd) { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(40px, 8vw, 120px); }
.document-grid article:last-child:nth-child(odd) > div { grid-column: 1 / -1; }
.document-grid article > div { display: flex; align-items: center; gap: 14px; margin-bottom: 40px; }
.document-grid article > div > span { display: grid; gap: 8px; }
.document-grid h2 { margin: 0; font-size: 26px; }
.document-grid a { display: grid; gap: 7px; min-height: 86px; padding: 18px 0; border-top: 1px solid var(--line-warm); }
.document-grid a:last-child { border-bottom: 1px solid var(--line-warm); }
.document-grid a b { font-size: 13px; }
.document-grid a span, .document-grid article > p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.general-documents { display: grid; grid-template-columns: minmax(260px, 0.7fr) 1.3fr; gap: 80px; width: var(--page); margin: 0 auto; padding: 100px 0 128px; }
.general-documents h2 { margin: 0; font-size: 37px; }
.general-documents > div { border-top: 1px solid var(--line-warm); }
.general-documents a { display: grid; gap: 5px; padding: 22px 0; border-bottom: 1px solid var(--line-warm); }
.general-documents a b { font-size: 14px; }
.general-documents a span { color: var(--muted); font-size: 14px; }

.prose-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(60px, 8vw, 120px); align-items: start; width: var(--page); margin: 0 auto; padding: 110px 0 140px; }
.prose-layout aside { position: sticky; top: 116px; }
.back-link { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 44px; color: var(--muted); font-size: 14px; font-weight: 720; }
.prose-layout h1 { max-width: 100%; margin-bottom: 24px; font-size: clamp(42px, 3.9vw, 58px); line-height: 1; overflow-wrap: anywhere; word-break: normal; hyphens: auto; text-wrap: balance; }
.prose-intro { color: var(--muted); font-size: 17px; line-height: 1.65; }
.language-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.language-links a { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 13px; border: 1px solid var(--line-warm); border-radius: 999px; color: var(--teal-dark); font-size: 11px; font-weight: 760; }
.prose-content { min-width: 0; border-top: 1px solid var(--line-warm); }
.prose-language { scroll-margin-top: 108px; }
.prose-language + .prose-language { margin-top: 74px; padding-top: 28px; border-top: 4px solid var(--teal); }
.prose-content section { padding: 34px 0; border-bottom: 1px solid var(--line-warm); }
.prose-content h2 { overflow-wrap: anywhere; hyphens: auto; margin-bottom: 12px; font-size: 27px; }
.prose-content p { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.prose-content a { color: var(--teal-dark); font-weight: 730; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: break-word; }
.not-found { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 150px 0 180px; text-align: center; }
.not-found .eyebrow { justify-content: center; }
.not-found h1 { font-size: clamp(50px, 7vw, 86px); }
.not-found > p:not(.eyebrow) { color: var(--muted); }


/* Big Apps studio: warm materials, open layouts and real product imagery. */
.home-hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; width: var(--page); min-height: 700px; margin: 0 auto; padding: 48px 0 70px; }
.home-hero-texture { display: none; }
.home-hero-copy { position: relative; z-index: 3; }
.home-hero h1 { margin: 0 0 28px; font-size: clamp(64px, 6.3vw, 90px); line-height: 1.01; font-weight: 650; letter-spacing: -.065em; }
.home-hero h1 em { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.065em; }
.home-hero-copy > p:not(.eyebrow) { max-width: 395px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.home-hero-art-frame { min-width: 0; }
.hero-scene { position: relative; height: 580px; isolation: isolate; }
.hero-arch { position: absolute; inset: 36px 0 12px 36px; z-index: -1; border-radius: 240px 240px 28px 28px; background: #dce4d4; }
.hero-phone { position: absolute; top: 34px; left: 30%; width: 250px; height: 510px; overflow: hidden; transform: rotate(7deg); border: 7px solid #29453c; border-radius: 40px; background: #fffdf8; box-shadow: 18px 30px 38px rgb(30 53 42 / 22%); }
.hero-phone img { width: 100%; height: auto; }
.hero-paint { position: absolute; bottom: 30px; left: 0; z-index: 2; display: grid; width: 196px; gap: 7px; padding: 12px 12px 17px; transform: rotate(-9deg); background: var(--paper); box-shadow: 0 14px 30px rgb(30 53 42 / 16%); transition: transform 200ms; }
.hero-paint:hover { transform: rotate(-4deg) translateY(-6px); }
.hero-paint-swatch { height: 125px; margin-bottom: 5px; background: var(--sage); }
.hero-paint-label { color: var(--muted); font-size: 9px; }
.hero-paint b { font-family: var(--display); font-size: 22px; letter-spacing: -.04em; }
.hero-paint small { color: var(--muted); font-size: 10px; }
.hero-companion { position: absolute; top: 0; right: -22px; z-index: 2; width: 180px; transition: transform 200ms; }
.hero-companion:hover { transform: translateY(-7px) rotate(3deg); }
.hero-companion img { width: 100%; height: auto; filter: drop-shadow(0 14px 18px rgb(30 53 42 / 12%)); }
.hero-companion span { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: -6px; padding: 10px 12px; border-radius: 20px; color: var(--ink); background: var(--paper); font-size: 10px; box-shadow: 0 4px 14px rgb(30 53 42 / 6%); }
.hero-companion i { font-size: 15px; font-style: normal; }
.hero-scene-caption { position: absolute; bottom: -8px; right: 0; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.app-shelf { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); width: var(--page); margin: 0 auto; padding: 28px 0; border-block: 1px solid var(--line-warm); }
.app-shelf a { display: flex; min-height: 56px; align-items: center; justify-content: center; gap: 12px; padding: 8px 12px; font-family: var(--display); font-size: 14px; font-weight: 600; transition: background 180ms; }
.app-shelf a:hover { background: var(--teal-soft); border-radius: 10px; }
.app-shelf a + a { border-left: 1px solid var(--line-warm); }
.app-shelf .product-icon { width: 38px; height: 38px; border-radius: 10px; box-shadow: none; }
.app-shelf i { color: var(--muted); font-size: 14px; font-style: normal; }
.studio-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; width: var(--page); margin: 0 auto; padding: 42px 0 0; }
.studio-principles p { margin: 0; display: grid; gap: 8px; }
.studio-principles b { font-size: 14px; font-weight: 600; }
.studio-principles span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.page-section { width: var(--page); margin: 0 auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px 80px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; }
.section-heading > p:last-child { max-width: 420px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.apps-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px 36px; }
.home-product { display: flex; flex-direction: column; gap: 30px; min-width: 0; }
.home-product-visual { order: -1; min-width: 0; overflow: hidden; border-radius: 22px; }
.home-product-copy { padding: 0 8px; }
.home-product:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; grid-column: 1 / -1; padding: 42px 44px; border-radius: 24px; background: #e5ebe0; }
.home-product:first-child .home-product-visual { order: 1; }
.product-name { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.product-name > span { display: grid; gap: 5px; }
.product-meta { display: flex; align-items: center; gap: 8px; }
.product-name small { color: var(--muted); font-size: 10px; }
.product-name b { font-family: var(--display); font-size: 18px; font-weight: 650; }
.product-status, .document-status { display: inline-flex; width: max-content; max-width: 100%; align-items: center; padding: 4px 8px; border: 1px solid #b9c9b8; border-radius: 999px; color: #375341; background: #edf2e8; font-size: 9px; font-weight: 600; letter-spacing: .03em; line-height: 1.2; }
.home-product h3 { max-width: 490px; margin-bottom: 14px; font-size: clamp(29px, 3vw, 40px); line-height: 1.13; }
.home-product-copy > p { max-width: 475px; margin-bottom: 16px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.integration-section { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; padding: 94px max(48px, calc((100vw - 1200px) / 2)); color: var(--paper); background: var(--teal-dark); }
.integration-copy h2 { margin-bottom: 26px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; }
.integration-copy > p:last-child { max-width: 500px; margin: 0; color: #d0dfd6; font-size: 16px; line-height: 1.75; }
.integration-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.integration-flow > div { display: flex; min-height: 100px; align-items: center; gap: 12px; padding: 20px; border: 1px solid #527970; border-radius: 16px; background: rgb(255 255 255 / 4%); }
.integration-flow > div > span { display: grid; gap: 7px; }
.integration-flow > div b { font-family: var(--display); font-size: 15px; }
.flow-status { color: #d3e4db; font-size: 10px; }
.integration-flow > span { grid-column: 1 / -1; color: #d3e4db; font-size: 11px; text-align: center; }
.integration-flow > span::before { display: block; width: 1px; height: 32px; margin: 0 auto 12px; content: ""; background: #8caaa0; }
.integration-flow .integration-target { grid-column: 1 / -1; justify-self: center; flex-wrap: wrap; width: min(320px, 100%); background: rgb(255 255 255 / 10%); }
.integration-target small { width: 100%; padding-left: 62px; margin-top: -12px; color: #d3e4db; font-size: 11px; }
.maker-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; width: var(--page); margin: 0 auto; padding: 110px 0; }
.maker-mark { display: flex; min-height: 410px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50% 50% 22px 22px; background: #e9dccb; transform: rotate(-3deg); }
.maker-mark img { width: 104px; height: 104px; margin-bottom: 18px; }
.maker-mark > span { margin-bottom: 34px; font-family: var(--display); font-size: 36px; font-weight: 650; letter-spacing: -.04em; }
.maker-mark small { color: #516257; font-size: 13px; line-height: 1.7; text-align: center; }
.maker-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; }
.maker-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.site-footer { padding: 62px max(48px, calc((100vw - 1200px) / 2)) 24px; color: #dae6dc; background: #173d35; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid #49675b; }
.footer-brand .brand-wordmark { color: var(--paper); }
.footer-main p { margin: 0; color: #c4d3c8; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; padding: 32px 0; }
.footer-links > div { display: grid; align-content: start; }
.footer-links b { margin-bottom: 12px; color: var(--paper); font-size: 14px; font-weight: 600; }
.footer-links a, .footer-links span { display: inline-flex; min-height: 44px; align-items: center; color: #c4d3c8; font-size: 14px; }
.site-footer a:focus-visible { outline-color: #f3c59f; }
.footer-links a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid #49675b; color: #c4d3c8; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; gap: 20px; }
.js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 550ms ease, transform 550ms ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --page: calc(100% - 64px); }
  .site-header { padding-inline: 32px; }
  .home-hero { gap: 22px; min-height: 610px; }
  .home-hero h1 { font-size: clamp(52px, 6.5vw, 72px); }
  .hero-scene { height: 490px; }
  .hero-phone { width: 210px; height: 440px; left: 28%; }
  .hero-companion { width: 140px; right: -8px; }
  .hero-paint { width: 155px; bottom: 15px; }
  .hero-paint-swatch { height: 90px; }
  .app-shelf a { gap: 8px; font-size: 12px; padding-inline: 6px; }
  .app-shelf i { display: none; }
  .integration-section { gap: 36px; padding-inline: 32px; }
  .integration-flow { grid-template-columns: 1fr; }
  .integration-flow > span, .integration-flow .integration-target { grid-column: 1; }
  .maker-section, .prose-layout { gap: 50px; }
  .site-footer { padding-inline: 32px; }
}
@media (max-width: 980px) {
  .prose-layout { grid-template-columns: minmax(0, 1fr); }
  .prose-layout aside { position: static; }
  .document-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 720px) {
  :root { --page: calc(100% - 40px); }
  html { scroll-padding-top: 84px; }
  .site-header { min-height: 72px; padding: 12px 20px; }
  .header-lockup { width: 132px; }
  .menu-button { display: inline-flex; }
  .site-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 16px 20px 24px; border-bottom: 1px solid var(--line-warm); background: var(--ivory); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity 180ms, visibility 180ms; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
  .site-nav a { min-height: 56px; padding: 14px 0; border-bottom: 1px solid var(--line-warm); font-size: 18px; }
  .site-nav a::after { display: none; }
  .home-hero { grid-template-columns: minmax(0, 1fr); gap: 32px; min-height: 0; padding: 38px 0 42px; }
  .home-hero h1 { font-size: clamp(48px, 12.8vw, 78px); line-height: 1.03; }
  .home-hero-copy > p:not(.eyebrow) { max-width: 450px; font-size: 16px; }
  .home-hero .eyebrow { margin-bottom: 20px; font-size: 10px; }
  .hero-scene { width: min(440px, 100%); height: 440px; margin: 0 auto; }
  .hero-phone { width: 194px; height: 398px; left: 30%; top: 18px; border-width: 6px; border-radius: 32px; }
  .hero-arch { inset: 22px 6px 6px 20px; }
  .hero-paint { left: 0; bottom: 24px; width: 144px; padding: 10px; }
  .hero-paint b { font-size: 19px; }
  .hero-paint-swatch { height: 80px; }
  .hero-companion { top: -8px; right: -2px; width: 124px; }
  .hero-companion span { padding: 8px; font-size: 8px; }
  .hero-scene-caption { bottom: -10px; font-size: 10px; }
  .app-shelf { grid-template-columns: repeat(6, minmax(0, 1fr)); padding: 20px 0; }
  .app-shelf a { flex-direction: column; gap: 10px; padding: 4px 0; font-size: 9px; letter-spacing: -.03em; }
  .app-shelf a + a { border-left: 0; }
  .app-shelf .product-icon { width: 40px; height: 40px; }
  .studio-principles { grid-template-columns: 1fr; gap: 20px; padding: 30px 0 0; }
  .studio-principles p { grid-template-columns: 1fr 1.2fr; gap: 16px; }
  .studio-principles b, .studio-principles span { font-size: 12px; line-height: 1.5; }
  .page-section { padding: 72px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(34px, 8.8vw, 48px); }
  .section-heading > p:last-child { font-size: 15px; }
  .apps-grid { grid-template-columns: minmax(0, 1fr); gap: 52px; }
  .home-product, .home-product:first-child { display: flex; align-items: stretch; grid-column: auto; gap: 22px; padding: 0; border-radius: 0; background: transparent; }
  .home-product:first-child .home-product-visual { order: -1; }
  .home-product-copy { padding: 0; }
  .home-product h3 { font-size: 32px; }
  .home-product-copy > p { font-size: 15px; }
  .product-name { margin-bottom: 18px; }
  .integration-section { grid-template-columns: minmax(0, 1fr); gap: 42px; padding: 64px 20px; }
  .integration-copy h2 { font-size: 38px; }
  .integration-copy > p:last-child { font-size: 15px; }
  .integration-flow { width: min(440px, 100%); margin: 0 auto; }
  .integration-flow > div { min-height: 90px; }
  .maker-section { grid-template-columns: minmax(0, 1fr); gap: 44px; padding: 74px 0; }
  .maker-mark { width: min(300px, 90%); min-height: 320px; margin: 0 auto; }
  .maker-mark img { width: 84px; height: 84px; }
  .maker-mark > span { font-size: 30px; margin-bottom: 20px; }
  .maker-copy h2 { font-size: 38px; }
  .maker-copy > p:not(.eyebrow) { font-size: 16px; }
  .site-footer { padding: 42px 20px 20px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .document-hero { width: var(--page); padding: 60px 0 44px; text-align: left; }
  .document-hero .eyebrow { justify-content: flex-start; }
  .document-hero h1 { font-size: 43px; }
  .document-hero > p:last-child { font-size: 16px; }
  .document-grid article { padding: 24px; }
  .document-grid article:last-child:nth-child(odd) { display: block; grid-column: auto; }
  .general-documents { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 64px 0 80px; }
  .prose-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 40px 0 80px; }
  .prose-layout aside { position: static; }
  .prose-layout h1 { font-size: 38px; }
  .prose-content p { font-size: 16px; }
  .not-found { padding: 80px 0 100px; }
}
@media (max-width: 359px) {
  .hero-phone { width: 170px; height: 355px; left: 29%; }
  .hero-scene { height: 395px; }
  .hero-companion { width: 110px; }
  .hero-paint { width: 128px; }
  .home-hero .button { padding-inline: 17px; font-size: 12px; }
  .app-shelf a { font-size: 8px; }
  .app-shelf .product-icon { width: 36px; height: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 700px) { .app-shelf { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 8px; } .app-shelf a { font-size: 14px; } }
