:root {
  color-scheme: light;
  --ink: #171927;
  --muted: #5d6474;
  --violet: #6757d9;
  --violet-dark: #4b3cb7;
  --violet-light: #e9e6ff;
  --cloud: #f6f7fa;
  --paper: #ffffff;
  --line: #dfe3eb;
  --warm: #d98b2b;
  --warning-bg: #fff7dd;
  --warning-border: #e7bd45;
  --warning-ink: #624a00;
  --focus: #5141c3;
  --brand-dark: #171927;
  --max: 1160px;
  --reading: 760px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f4f5fa;
  --muted: #b8becc;
  --cloud: #10121c;
  --paper: #181b28;
  --line: #34394b;
  --violet-dark: #b9b2ff;
  --violet-light: #292642;
  --warning-bg: #332b12;
  --warning-border: #a57b22;
  --warning-ink: #f5dda0;
  --focus: #c7c1ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--cloud); color: var(--ink); font-size: 16px; line-height: 1.65; transition: background-color .2s ease, color .2s ease; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; border-radius: 5px; }
[id] { scroll-margin-top: 104px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: var(--brand-dark); color: white; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(223, 227, 235, .8); background: rgba(246, 247, 250, .9); backdrop-filter: blur(16px); }
html[data-theme="dark"] .site-header { border-bottom-color: rgba(52, 57, 75, .85); background: rgba(16, 18, 28, .9); }
.header-inner { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 0; color: var(--ink); font-weight: 760; text-decoration: none; }
.header-symbol { width: 35px; height: 35px; margin-right: -6px; flex: 0 0 auto; }
.header-symbol-dark { display: none; }
html[data-theme="dark"] .header-symbol-light,
html[data-theme="dark"] .brand-mark-light { display: none; }
html[data-theme="dark"] .header-symbol-dark,
html[data-theme="dark"] .brand-mark-dark { display: block; }
.header-wordmark { display: inline-flex; align-items: baseline; gap: 5px; white-space: nowrap; line-height: 1; }
.header-wordmark strong { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; font-size: 21px; font-weight: 760; letter-spacing: -.035em; }
.header-wordmark span { color: var(--ink); font-size: 18px; font-weight: 560; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; flex: 0 0 auto; }
.brand-mark-dark { display: none; }
.nav { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 680; }
.nav a { position: relative; padding-block: 10px; text-decoration: none; transition: color .2s ease; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; border-radius: 999px; background: var(--violet); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.nav a:hover { color: var(--violet-dark); }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav a[aria-current="location"] { color: var(--violet-dark); }
.nav a[aria-current="location"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.language-link, .theme-toggle, .menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); }
.language-link { font-size: 12px; font-weight: 760; text-decoration: none; }
.theme-toggle { padding: 0; font: inherit; font-size: 18px; line-height: 1; cursor: pointer; }
.menu-toggle { display: none; padding: 0; cursor: pointer; }
.menu-toggle-icon { width: 18px; height: 14px; display: flex; flex-direction: column; justify-content: space-between; }
.menu-toggle-icon span { width: 100%; height: 2px; border-radius: 999px; background: currentColor; transform-origin: center; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:last-child { transform: translateY(-6px) rotate(-45deg); }
.language-link:hover, .theme-toggle:hover, .menu-toggle:hover { border-color: var(--violet); color: var(--violet-dark); }

.hero { position: relative; overflow: hidden; min-height: 610px; display: grid; align-items: center; background: var(--brand-dark); color: white; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(280px, .62fr); align-items: center; gap: 32px; padding-block: 76px; }
.eyebrow { margin: 0 0 18px; color: var(--violet-dark); font-size: 12px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; color: #c7c1ff; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--warm); box-shadow: 0 0 0 5px rgba(217,139,43,.13); }
h1, h2, h3 { margin-top: 0; font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.045em; line-height: 1.08; }
h1 { margin-bottom: 26px; font-size: clamp(3.4rem, 5vw, 5.2rem); font-weight: 720; }
h1 span { color: #b9b2ff; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 680; }
h3 { margin-bottom: 12px; font-size: 1.5rem; }
.lead { max-width: 650px; margin: 0; color: #cfd2de; font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { position: relative; isolation: isolate; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; overflow: hidden; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 720; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease; }
.button::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 24%, rgba(255,255,255,.22) 48%, transparent 72%); transform: translateX(-125%); transition: transform .42s ease; }
.button:hover { transform: translateY(-1px); }
.button:hover::after, .button:focus-visible::after { transform: translateX(125%); }
.button-primary { background: var(--violet); color: white; box-shadow: 0 8px 24px rgba(105,88,224,.22); }
.button-primary:hover { background: #7668e5; box-shadow: 0 10px 28px rgba(105,88,224,.3); }
.button-secondary { border-color: #44495c; color: white; }
.button-secondary:hover { background: rgba(255,255,255,.07); }
.hero-mark { position: relative; width: min(100%, 340px); aspect-ratio: 1; display: grid; place-items: center; justify-self: start; transform: translateX(-10px); }
.hero-mark img { width: 62%; }

.section { position: relative; padding-block: 110px; }
.section + .section::before { content: ""; position: absolute; top: -14px; left: 50%; width: 24px; height: 24px; border-right: 2px solid var(--violet); border-bottom: 2px solid var(--violet); opacity: .34; transform: translateX(-50%) rotate(45deg); pointer-events: none; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 60px; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 18px; }
.section-heading.compact { grid-template-columns: 1fr; }
.app-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 660px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 22px 65px rgba(23,25,39,.08); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.app-card:hover { border-color: rgba(105,88,224,.42); box-shadow: 0 28px 76px rgba(23,25,39,.13); transform: translateY(-2px); }
.app-card + .app-card { margin-top: 30px; }
.app-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: #dfeae7; }
.app-icon { position: relative; z-index: 1; width: min(58%, 260px); height: auto; filter: drop-shadow(0 22px 28px rgba(15,74,73,.16)); }
.app-icon-dearroll { width: min(70%, 310px); }
html[data-theme="dark"] .app-visual { background: #142c2d; }
html[data-theme="dark"] .app-icon { filter: drop-shadow(0 22px 30px rgba(0,0,0,.28)); }
.app-copy { align-self: center; padding: clamp(42px, 7vw, 86px); }
.app-status { margin: 0 0 20px; color: var(--violet-dark); font-size: 12px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.app-copy h3 { font-size: clamp(2.8rem, 6vw, 5rem); }
.app-copy > p:not(.app-status) { max-width: 620px; color: var(--muted); font-size: 17px; }
.app-copy .app-tagline { color: var(--ink); font-size: 21px; font-weight: 620; }
.app-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.app-meta span { padding: 7px 12px; border-radius: 999px; background: var(--violet-light); color: var(--violet-dark); font-size: 12px; font-weight: 720; }
.app-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.app-icon-videopasst { width: min(70%, 310px); height: auto; aspect-ratio: 1; object-fit: cover; object-position: left center; }

/* Product pages */
.product-hero { position: relative; overflow: hidden; min-height: 650px; display: grid; align-items: center; background: #173b3c; color: white; }
.product-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 76% 50%, rgba(79,195,183,.22), transparent 32%), linear-gradient(115deg, rgba(69,185,242,.08), transparent 46%); }
.product-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); align-items: center; gap: 64px; padding-block: 76px; }
.product-parent { display: flex; align-items: center; gap: 10px; margin: 0 0 34px; color: #c6d8d6; font-size: 14px; }
.product-parent a { text-underline-offset: 4px; }
.product-hero .app-status { color: #8ee2d9; }
.product-hero h1 { max-width: 790px; margin-bottom: 28px; font-size: clamp(3.4rem, 5.4vw, 5.5rem); }
.product-hero h1 span { color: #8ee2d9; }
.product-hero .lead { max-width: 720px; color: #d6e3e1; }
.product-mark { position: relative; min-width: 0; min-height: 0; display: grid; place-items: center; aspect-ratio: 1; }
.product-mark img { position: relative; z-index: 1; width: min(88%, 390px); height: auto; max-height: 100%; object-fit: contain; filter: drop-shadow(0 30px 34px rgba(0,0,0,.22)); }
.product-mark-videopasst img { width: min(100%, 430px); }
.videopasst-page .product-hero { background: #24233c; }
.videopasst-page .product-hero::before { background: radial-gradient(circle at 76% 48%, rgba(117,101,235,.28), transparent 34%), linear-gradient(115deg, rgba(185,178,255,.07), transparent 48%); }
.videopasst-page .product-parent { color: #d6d2ef; }
.videopasst-page .product-hero .app-status { color: #c7c1ff; }
.videopasst-page .product-hero h1 span { color: #b9b2ff; }
.videopasst-page .product-hero .lead { color: #dedced; }
.videopasst-page .release-note { color: #c4c0d9; }
.release-note { margin: 20px 0 0; color: #b6cecb; font-size: 13px; }
.product-heading { align-items: start; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article { min-height: 290px; padding: 38px 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 15px 45px rgba(23,25,39,.055); }
.benefit-grid h3 { margin-top: 34px; font-size: 26px; }
.benefit-grid p { margin-bottom: 0; color: var(--muted); }
.benefit-accent { display: block; width: 48px; height: 8px; border-radius: 999px; }
.benefit-accent-blue { background: #45b9f2; }
.benefit-accent-violet { background: #a77af1; }
.benefit-accent-teal { background: #4fc3b7; }
.dearroll-showcase { background: var(--paper); }
.dearroll-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.dearroll-showcase-grid figure { margin: 0; min-width: 0; }
.dearroll-visual { display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; padding: clamp(22px, 3vw, 42px); border: 1px solid var(--line); border-radius: 24px; background: #dfeae7; }
html[data-theme="dark"] .dearroll-visual { background: #142c2d; }
.dearroll-visual img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 28px rgba(15,74,73,.16)); }
html[data-theme="dark"] .dearroll-visual img { filter: drop-shadow(0 22px 30px rgba(0,0,0,.28)); }
.dearroll-showcase-grid figcaption { display: flex; align-items: baseline; gap: 11px; margin-top: 16px; color: var(--ink); font-size: 14px; font-weight: 720; }
.dearroll-showcase-grid figcaption span { color: var(--violet-dark); font-size: .85rem; font-weight: 800; letter-spacing: .08em; }
.product-screenshots { background: var(--paper); }
.screenshot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.screenshot-grid figure { margin: 0; min-width: 0; }
.screenshot-grid img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 22px; background: #f6f3ff; box-shadow: 0 18px 45px rgba(23,25,39,.12); }
.theme-screenshot-dark { display: none; }
html[data-theme="dark"] .theme-screenshot-light { display: none; }
html[data-theme="dark"] .theme-screenshot-dark { display: block; }
.screenshot-grid figcaption { display: flex; align-items: baseline; gap: 11px; margin-top: 16px; color: var(--ink); font-size: 14px; font-weight: 720; }
.screenshot-grid figcaption span { color: var(--violet-dark); font-size: .85rem; font-weight: 800; letter-spacing: .08em; }
.product-privacy { background: #d8ece7; }
html[data-theme="dark"] .product-privacy { background: #142c2d; }
.videopasst-page .product-privacy { background: #e9e6ff; }
html[data-theme="dark"] .videopasst-page .product-privacy { background: #292642; }
.privacy-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 80px; }
.privacy-panel h2 { max-width: 600px; }
.privacy-panel > div:last-child > p { margin: 5px 0 0; color: var(--muted); font-size: 19px; }
.text-links { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 30px; }
.text-links a, .site-footer a { color: inherit; text-underline-offset: 5px; }
.text-links a { color: var(--ink); font-weight: 720; }
.text-links a span { display: inline-block; margin-left: 5px; transition: transform .18s ease; }
.text-links a:hover span, .text-links a:focus-visible span { transform: translateX(4px); }

.principles { background: var(--paper); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--line); }
.principle-grid article { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 38px 34px; background: var(--paper); }
.principle-grid h3 { font-size: 24px; }
.principle-grid p { margin: 0; color: var(--muted); }
.studio-section { background: var(--violet-light); }
.studio-grid { display: grid; grid-template-columns: .42fr 1.58fr; gap: 70px; }
.studio-grid h2 { max-width: 880px; }
.studio-grid > div > p { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }

.site-footer { padding-block: 42px; background: var(--brand-dark); color: white; }
.site-footer > span { display: block; width: min(calc(100% - 40px), var(--reading)); margin-inline: auto; color: #aeb3c1; font-size: 13px; }
.footer-inner { display: grid; grid-template-columns: minmax(180px, .8fr) auto minmax(260px, 1fr); align-items: end; gap: 34px; }
.footer-brand { display: grid; gap: 6px; }
.footer-inner span, .footer-inner p { color: #aeb3c1; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.footer-links span { color: #d9dce6; }
.footer-note { max-width: 390px; margin: 0; text-align: right; }

@media (max-width: 980px) {
  .header-inner { gap: 16px; }
  .nav { gap: 20px; font-size: 14px; }
  .hero-grid { grid-template-columns: minmax(0, 1.28fr) minmax(240px, .72fr); gap: 20px; }
  .hero-mark { width: min(100%, 300px); transform: none; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: start; }
  .footer-links { justify-content: flex-end; }
  .footer-note { grid-column: 1 / -1; max-width: none; text-align: left; }
  .product-hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); gap: 30px; }
  .benefit-grid { gap: 14px; }
  .benefit-grid article { padding: 32px 26px; }
}

/* Long-form legal draft pages */
.page { width: min(calc(100% - 40px), var(--reading)); margin-inline: auto; padding-block: 70px; }
.page h1 { color: var(--ink); font-size: clamp(2.6rem, 8vw, 4.5rem); overflow-wrap: anywhere; hyphens: auto; }
.page .intro { color: var(--muted); font-size: 18px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 24px; color: var(--muted); font-size: 14px; }
.draft-notice { margin-top: 28px; padding: 16px 18px; border: 1px solid var(--warning-border); border-radius: 14px; background: var(--warning-bg); color: var(--warning-ink); }
.draft-notice strong { display: block; }
.summary { margin-top: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.summary p { margin: 0; }
.summary p + p { margin-top: 8px; }
.policy-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--violet-dark); font-size: 14px; font-weight: 760; text-decoration: none; }
.policy-back:hover { text-decoration: underline; text-underline-offset: 4px; }
.policy { margin-top: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.policy section { padding: 30px; }
.policy section + section { border-top: 1px solid var(--line); }
.policy h2 { font-size: 26px; }
.policy p, .policy ul { margin-bottom: 0; }
.placeholder { padding: 2px 5px; border-radius: 4px; background: var(--warning-bg); color: var(--warning-ink); font-family: Consolas, monospace; font-size: .9em; overflow-wrap: anywhere; }
.open-item { padding: 14px 16px; border-left: 4px solid var(--warning-border); background: var(--warning-bg); color: var(--warning-ink); }
address { font-style: normal; }

@media (max-width: 820px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: minmax(0, 1.45fr) minmax(170px, .55fr); gap: 20px; padding-block: 62px; }
  .hero-mark { width: min(100%, 240px); justify-self: start; }
  .section { padding-block: 78px; }
  .section-heading, .studio-grid { grid-template-columns: 1fr; gap: 24px; }
  .app-card { grid-template-columns: 1fr; min-height: 0; }
  .app-visual { min-height: 330px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 190px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-note { grid-column: auto; }
  .product-hero { min-height: auto; }
  .product-hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(190px, .65fr); gap: 24px; padding-block: 62px; }
  .product-mark img { width: min(94%, 300px); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 0; }
  .dearroll-showcase-grid { grid-template-columns: 1fr; width: min(100%, 520px); margin-inline: auto; }
  .screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .privacy-panel { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 700px) {
  .header-inner { position: relative; grid-template-columns: minmax(0, 1fr) auto auto; gap: 6px; }
  .menu-toggle { display: grid; }
  .nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; z-index: 5; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 10px; padding: 12px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 18px 18px; background: var(--paper); box-shadow: 0 18px 38px rgba(23,25,39,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease; }
  .nav[data-open="true"] { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .nav a { padding: 11px 13px; border-radius: 10px; }
  .nav a::after { display: none; }
  .nav a:hover, .nav a:focus-visible, .nav a[aria-current="location"] { background: var(--violet-light); }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-mark { width: min(48vw, 220px); justify-self: center; }
  .product-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-mark { width: min(68vw, 330px); height: min(68vw, 330px); justify-self: center; grid-row: 1; }
  .product-mark img, .product-mark-videopasst img { width: 94%; height: 94%; max-height: 94%; object-fit: contain; }
  .product-hero-copy { grid-row: 2; }
  .product-parent { margin-bottom: 26px; }
}

@media (max-width: 520px) {
  html { scroll-padding-top: 88px; }
  .shell, .page { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 68px; }
  .header-symbol { width: 32px; height: 32px; }
  .header-wordmark strong { font-size: 19px; }
  .header-wordmark span { font-size: 16px; }
  .header-actions { gap: 6px; }
  .language-link, .theme-toggle, .menu-toggle { width: 40px; height: 40px; }
  h1 { font-size: clamp(2.75rem, 12.5vw, 3.2rem); }
  .page h1 { font-size: clamp(2rem, 8.5vw, 2.6rem); }
  .hero-grid { gap: 24px; padding-block: 44px; }
  .hero-mark { width: min(40vw, 160px); }
  .hero-actions .button { width: 100%; }
  .section { padding-block: 64px; }
  .app-copy { padding: 34px 25px 42px; }
  .app-actions .button { width: 100%; }
  .app-visual { min-height: 280px; }
  .principle-grid article { padding: 28px; }
  .footer-links { display: grid; grid-template-columns: repeat(2, max-content); column-gap: 24px; }
  .policy section { padding: 24px 20px; }
  .product-hero-grid { padding-block: 40px 50px; }
  .product-mark { width: min(64vw, 250px); height: min(64vw, 250px); }
  .product-hero h1 { font-size: clamp(2.6rem, 12vw, 3.15rem); }
  .product-hero .hero-actions .button { width: 100%; }
  .benefit-grid article { padding: 28px 24px; }
  .screenshot-grid { grid-template-columns: 1fr; gap: 30px; }
  .screenshot-grid figure { width: min(100%, 340px); margin-inline: auto; }
  .privacy-panel > div:last-child > p { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body, .button, .button::after, .nav, .nav a, .nav a::after, .menu-toggle-icon span, .app-card { transition: none; }
  .button:hover { transform: none; }
  .app-card:hover { transform: none; }
  .text-links a span { transition: none; }
}

@media print {
  .site-header, .site-footer, .skip-link, .draft-notice { display: none; }
  body { background: white; }
  .page { width: 100%; padding: 0; }
  .policy { border: 0; }
  .policy section { padding-inline: 0; }
}
