:root {
  --ink: #111827;
  --ink-soft: #1b2535;
  --paper: #f3f0e8;
  --paper-deep: #e9e4d8;
  --cream: #fbf8f0;
  --muted: #657083;
  --line: rgba(17, 24, 39, 0.16);
  --line-dark: rgba(251, 248, 240, 0.16);
  --amber: #e8a94a;
  --amber-bright: #f2b85a;
  --blue: #182338;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --container: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--amber); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 14px; left: 16px; z-index: 20; padding: 10px 14px; color: var(--ink); background: var(--amber); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; color: var(--paper); background: var(--ink); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); font-size: 1.08rem; font-weight: 700; letter-spacing: -0.02em; }
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); color: rgba(251, 248, 240, 0.72); font-size: 0.83rem; }
.site-nav a { transition: color 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--amber-bright); }
.site-nav .language-link { padding-left: clamp(12px, 2vw, 22px); border-left: 1px solid var(--line-dark); }
.site-nav .button-dark:hover, .site-nav .button-dark:focus-visible { color: var(--ink); }
.site-nav-static { gap: clamp(18px, 3vw, 34px); }
.site-nav-static .button { margin-left: 5px; }
.menu-toggle { display: none; color: var(--paper); background: none; border: 0; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; font-size: 0.82rem; font-weight: 700; letter-spacing: -0.01em; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--amber); }
.button-primary:hover, .button-primary:focus-visible { background: var(--amber-bright); }
.button-dark { color: var(--ink); background: var(--paper); }
.button-small { min-height: 40px; padding-inline: 16px; font-size: 0.76rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 0.84rem; font-weight: 700; transition: gap 180ms ease, color 180ms ease; }
.text-link:hover, .text-link:focus-visible { gap: 18px; color: #99641d; }
.section-pad { padding-block: clamp(86px, 12vw, 170px); }

.hero { overflow: hidden; color: var(--paper); background: var(--ink); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr); align-items: center; gap: clamp(42px, 8vw, 110px); min-height: min(730px, calc(100vh - 78px)); padding-top: 72px; padding-bottom: 82px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #a9864e; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(232, 169, 74, 0.13); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.055em; line-height: 0.98; }
h1 { max-width: 640px; margin-bottom: 28px; font-size: clamp(3.7rem, 7vw, 7.7rem); }
h2 { margin-bottom: 24px; font-size: clamp(3rem, 5.2vw, 6.1rem); }
h1 em, h2 em { color: var(--amber-bright); font-style: italic; }
.hero-lede { max-width: 480px; margin-bottom: 34px; color: rgba(251, 248, 240, 0.63); font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.hero .text-link { color: var(--paper); }
.hero .text-link:hover, .hero .text-link:focus-visible { color: var(--amber-bright); }
.micro-note { margin: 22px 0 0; color: rgba(251, 248, 240, 0.44); font-size: 0.74rem; }
.status-mark { display: inline-grid; width: 16px; height: 16px; margin-right: 5px; place-items: center; color: var(--ink); background: #7d9b76; border-radius: 50%; font-size: 0.64rem; font-weight: 800; }
.hero-visual { position: relative; margin: 0; padding: 20px 0 0 20px; }
.visual-label { position: absolute; color: rgba(251, 248, 240, 0.44); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.visual-label-top { top: -4px; right: 0; }
.browser-frame { position: relative; overflow: hidden; background: #202a3d; box-shadow: 23px 26px 0 #222c3e; }
.browser-bar { display: grid; grid-template-columns: 76px minmax(0, 1fr) 38px; align-items: center; height: 42px; padding-inline: 16px; color: rgba(251, 248, 240, 0.45); background: #e9e7df; font-size: 0.66rem; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #e7a765; }
.window-dots i:nth-child(2) { background: #ddc34f; }
.window-dots i:nth-child(3) { background: #85a57f; }
.address-bar { width: min(100%, 340px); margin: auto; padding: 6px 12px; color: #74736e; background: #fbfaf5; border-radius: 20px; }
.address-lock { margin-right: 4px; color: #999790; }
.browser-menu { justify-self: end; letter-spacing: 3px; }
.browser-frame img { width: 100%; aspect-ratio: 1.6; object-fit: cover; object-position: center; }
.hero-visual figcaption { display: flex; align-items: center; gap: 10px; margin-top: 21px; color: rgba(251, 248, 240, 0.55); font-size: 0.72rem; }
.moon-mark { display: grid; width: 27px; height: 27px; place-items: center; color: var(--amber); border: 1px solid rgba(232, 169, 74, 0.52); border-radius: 50%; font-size: 1.1rem; }
.hero-footnote { display: flex; justify-content: space-between; padding-bottom: 25px; color: rgba(251, 248, 240, 0.4); font-size: 0.72rem; letter-spacing: 0.04em; }
.scroll-cue { color: var(--amber); font-size: 1.2rem; }

.trust-strip { color: var(--paper); background: var(--blue); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid span { padding: 23px 18px; border-left: 1px solid var(--line-dark); color: rgba(251, 248, 240, 0.55); font-size: 0.75rem; }
.trust-grid span:last-child { border-right: 1px solid var(--line-dark); }
.trust-grid b { margin-right: 14px; color: var(--amber); font-size: 0.68rem; }

.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 10vw; }
.section-index { margin: 0; color: #9b7541; font-size: 0.71rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.intro-grid h2 { max-width: 830px; }
.section-lede { max-width: 630px; margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.75; }

.feature-stage { padding-block: clamp(80px, 11vw, 150px); color: var(--paper); background: var(--ink); }
.feature-stage-grid { display: grid; grid-template-columns: minmax(270px, 0.65fr) minmax(520px, 1.35fr); align-items: center; gap: clamp(50px, 9vw, 140px); }
.feature-stage h2 { max-width: 450px; color: var(--paper); }
.feature-stage h2 em { color: var(--amber-bright); }
.feature-stage-copy > p:not(.eyebrow) { max-width: 390px; margin-bottom: 28px; color: rgba(251, 248, 240, 0.56); line-height: 1.75; }
.feature-stage .text-link { color: var(--paper); }
.feature-stage .text-link:hover, .feature-stage .text-link:focus-visible { color: var(--amber-bright); }
.feature-stage-media { position: relative; padding: 20px 0 0 20px; }
.feature-stage-media::before { position: absolute; inset: 0 20px 20px 0; background: #2a3448; content: ""; }
.feature-stage-media img { position: relative; width: 100%; border: 1px solid rgba(251, 248, 240, 0.12); }
.image-note { position: absolute; bottom: 1px; left: 42px; padding: 9px 13px; color: var(--ink); background: var(--amber); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.03em; }
.image-note-top { top: 0; right: 0; bottom: auto; left: auto; color: var(--paper); background: #33415a; }

.feature-list-section { background: var(--paper-deep); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 73px; }
.section-heading-row h2 { max-width: 650px; margin-bottom: 0; }
.section-side-note { max-width: 250px; margin-bottom: 6px; color: var(--muted); font-size: 0.9rem; line-height: 1.65; }
.feature-list { border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 70px minmax(250px, 0.9fr) minmax(250px, 1fr); align-items: start; gap: 30px; padding: 26px 0 31px; border-bottom: 1px solid var(--line); }
.feature-number { color: #a17a42; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; }
.feature-row-title { display: flex; justify-content: space-between; gap: 20px; }
.feature-row h3 { margin: -7px 0 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.35rem); font-weight: 400; letter-spacing: -0.045em; line-height: 1.1; }
.feature-arrow { color: #ae7d36; font-size: 1.2rem; }
.feature-row p { max-width: 390px; margin: -2px 0 0; color: var(--muted); font-size: 0.86rem; line-height: 1.65; }
kbd { display: inline-block; min-width: 22px; margin: 0 3px; padding: 1px 5px; color: var(--ink); background: var(--cream); border: 1px solid rgba(17, 24, 39, 0.18); border-bottom-width: 2px; font: inherit; font-size: 0.72rem; text-align: center; }

.gallery-section { color: var(--paper); background: var(--blue); }
.gallery-heading { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.gallery-heading > p:last-child { max-width: 275px; margin: 0; color: rgba(251, 248, 240, 0.55); font-size: 0.85rem; }
.gallery-grid { display: grid; grid-template-columns: 1.22fr 0.78fr; gap: 18px; }
.gallery-card { margin: 0; }
.gallery-card img { width: 100%; aspect-ratio: 1.6; object-fit: cover; border: 1px solid rgba(251, 248, 240, 0.16); }
.gallery-card-wide { grid-row: span 2; }
.gallery-card-wide img { height: 100%; aspect-ratio: auto; }
.gallery-card figcaption { margin-top: 12px; color: rgba(251, 248, 240, 0.48); font-size: 0.7rem; }

.security-section { background: var(--paper); }
.security-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; align-items: center; gap: clamp(50px, 11vw, 180px); }
.security-seal { display: grid; width: min(280px, 70vw); aspect-ratio: 1; place-content: center; margin: auto; color: var(--paper); background: var(--ink); border-radius: 50%; box-shadow: 28px 30px 0 #d9d2c4; font-size: 0.75rem; letter-spacing: 0.16em; text-align: center; text-transform: uppercase; transform: rotate(-9deg); }
.security-seal strong { display: block; color: var(--amber); font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 400; letter-spacing: -0.05em; line-height: 0.9; text-transform: lowercase; }
.security-seal i { margin-top: 16px; color: var(--amber); font-size: 1.6rem; font-style: normal; transform: rotate(9deg); }
.security-copy h2 { max-width: 670px; }
.security-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 30px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.security-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 31px; }
.security-points span { display: grid; gap: 4px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.72rem; }
.security-points b { color: var(--ink); font-size: 0.75rem; }

.install-section { color: var(--paper); background: var(--ink); }
.install-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(350px, 1.1fr); gap: clamp(60px, 12vw, 190px); }
.install-grid h2 { max-width: 600px; }
.install-grid .section-lede { margin-bottom: 31px; color: rgba(251, 248, 240, 0.56); }
.install-steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.install-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.install-steps li > span { color: var(--amber); font-size: 0.7rem; font-weight: 800; }
.install-steps strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; letter-spacing: -0.04em; line-height: 1; }
.install-steps p { max-width: 350px; margin: 0; color: rgba(251, 248, 240, 0.5); font-size: 0.82rem; }

.faq-section { background: var(--paper-deep); }
.faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 10vw; }
.faq-grid h2 { font-size: clamp(3rem, 4.8vw, 5.4rem); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 23px 0; cursor: pointer; font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 1.85rem); letter-spacing: -0.04em; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { color: #ae7d36; content: "+"; font-family: var(--sans); font-size: 1.35rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 650px; padding: 0 45px 25px 0; margin: 0; color: var(--muted); font-size: 0.87rem; line-height: 1.7; }
code { padding: 0.12em 0.35em; color: var(--ink); background: rgba(17, 24, 39, 0.08); font: 0.9em ui-monospace, SFMono-Regular, Menlo, monospace; }

.site-footer { color: rgba(251, 248, 240, 0.58); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding-block: 40px; border-bottom: 1px solid var(--line-dark); }
.footer-top > p { margin: 0; color: rgba(251, 248, 240, 0.42); font-size: 0.75rem; text-align: center; }
.footer-links { display: flex; justify-content: end; gap: 22px; font-size: 0.72rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--amber-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; color: rgba(251, 248, 240, 0.36); font-size: 0.66rem; }

/* Policy */
.policy-body { background: var(--paper-deep); }
.policy-main { padding-block: clamp(70px, 10vw, 130px); }
.policy-layout { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: clamp(60px, 10vw, 155px); }
.policy-aside { position: sticky; top: 28px; align-self: start; }
.policy-kicker { max-width: 260px; color: var(--muted); font-family: var(--serif); font-size: 1.75rem; letter-spacing: -0.04em; line-height: 1.12; }
.policy-meta { display: grid; gap: 14px; margin-top: 50px; }
.policy-meta span { display: grid; gap: 3px; padding-top: 11px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.73rem; }
.policy-meta b { color: var(--ink); font-size: 0.7rem; }
.policy-content { min-width: 0; }
.policy-content h1 { max-width: 730px; margin-bottom: 30px; font-size: clamp(4rem, 7vw, 7.3rem); }
.policy-content h1 em { color: #a36d22; }
.policy-lede { max-width: 650px; margin-bottom: 50px; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.policy-callout { padding: 23px 25px; margin-bottom: 74px; border-left: 3px solid var(--amber); background: rgba(232, 169, 74, 0.14); }
.policy-callout strong { display: block; margin-bottom: 4px; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.policy-callout p { max-width: 620px; margin: 0; color: #536073; font-size: 0.89rem; }
.policy-content section { padding-top: 38px; margin-top: 38px; border-top: 1px solid var(--line); }
.policy-number { margin-bottom: 5px; color: #a36d22; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.11em; }
.policy-content h2 { margin-bottom: 16px; font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.05; }
.policy-content section p:not(.policy-number), .policy-content li, .permission-list dd { color: var(--muted); font-size: 0.91rem; line-height: 1.8; }
.policy-content section > p:not(.policy-number) { max-width: 700px; }
.policy-content ul { padding-left: 1.25rem; margin-bottom: 0; }
.policy-content li + li { margin-top: 9px; }
.policy-content strong { color: var(--ink); }
.policy-content a { color: #90601f; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.permission-list { margin: 25px 0 0; }
.permission-list div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.permission-list div:last-child { border-bottom: 1px solid var(--line); }
.permission-list dt { color: var(--ink); font-size: 0.85rem; font-weight: 700; }
.permission-list dd { margin: 0; }
.policy-signoff { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 36px; margin-top: 70px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.76rem; }
.policy-signoff span { display: grid; gap: 4px; }
.policy-signoff strong { color: var(--ink); }
.policy-signoff a { font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-delay="120"] { transition-delay: 120ms; }
[data-delay="180"] { transition-delay: 180ms; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .container { width: min(var(--container), calc(100% - 40px)); }
  .site-nav { gap: 18px; }
  .hero-grid, .feature-stage-grid, .security-grid, .install-grid, .policy-layout { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-top: 80px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { max-width: 700px; margin-top: 28px; }
  .intro-grid, .faq-grid { grid-template-columns: 0.35fr 1fr; gap: 45px; }
  .security-seal { width: 190px; margin: 0; }
  .security-grid { gap: 70px; }
  .policy-aside { position: static; }
  .policy-meta { grid-template-columns: repeat(3, 1fr); margin-top: 35px; }
  .policy-kicker { max-width: 520px; }
}

@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .header-inner { min-height: 67px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 67px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; background: var(--ink); border-top: 1px solid var(--line-dark); box-shadow: 0 20px 35px rgba(17, 24, 39, 0.2); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 4px; }
  .site-nav .language-link { padding-left: 4px; border-left: 0; }
  .site-nav .button { margin-top: 9px; }
  .site-nav-static { position: static; display: flex; flex-direction: row; gap: 15px; padding: 0; border: 0; box-shadow: none; }
  .site-nav-static a:not(.button):not(.language-link) { display: none; }
  .site-nav-static .language-link { padding: 0; }
  .site-nav-static .button { display: inline-flex; min-height: 36px; padding-inline: 11px; margin: 0; }
  .policy-body .menu-toggle { display: none; }
  .hero-grid { padding-top: 65px; padding-bottom: 60px; }
  h1 { font-size: clamp(3.35rem, 16vw, 5.6rem); }
  h2 { font-size: clamp(2.9rem, 14vw, 4.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-visual { padding-left: 0; }
  .browser-frame { box-shadow: 11px 13px 0 #222c3e; }
  .browser-bar { grid-template-columns: 60px minmax(0, 1fr) 18px; padding-inline: 10px; }
  .address-bar { padding-inline: 9px; font-size: 0.57rem; }
  .hero-footnote { padding-top: 20px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid span { padding: 17px 12px; }
  .trust-grid span:nth-child(3) { border-left: 0; }
  .intro-grid, .faq-grid { grid-template-columns: 1fr; gap: 25px; }
  .intro-section { padding-bottom: 95px; }
  .feature-stage-media { padding-left: 0; }
  .feature-stage-media::before { right: 0; }
  .image-note { position: relative; display: inline-block; top: auto; right: auto; bottom: auto; left: auto; margin-top: 10px; }
  .section-heading-row, .gallery-heading { display: block; margin-bottom: 42px; }
  .section-side-note, .gallery-heading > p:last-child { margin-top: 22px; }
  .feature-row { grid-template-columns: 40px 1fr; gap: 12px; }
  .feature-row-title { grid-column: 2; }
  .feature-row p { grid-column: 2; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card-wide { grid-row: auto; }
  .gallery-card-wide img { aspect-ratio: 1.6; }
  .security-seal { width: 170px; margin-bottom: 8px; box-shadow: 17px 18px 0 #d9d2c4; }
  .security-points { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-top > p { text-align: left; }
  .footer-links { justify-content: start; flex-wrap: wrap; }
  .footer-bottom { display: grid; gap: 7px; }
  .policy-main { padding-top: 60px; }
  .policy-content h1 { font-size: clamp(3.5rem, 16vw, 5.7rem); }
  .policy-meta { grid-template-columns: 1fr; }
  .policy-callout { margin-bottom: 55px; }
  .permission-list div { grid-template-columns: 1fr; gap: 5px; }
  .policy-signoff { align-items: start; flex-direction: column; }
}
