:root {
  --ink: #0a0a0a;
  --ink-soft: #161616;
  --paper: #f3f2ee;
  --white: #fff;
  --blue: #4d6fff;
  --blue-soft: #bac6ff;
  --text-dark: #111;
  --muted-dark: #777;
  --border-dark: rgba(255,255,255,.16);
  --border-light: rgba(10,10,10,.16);
  --font-sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-editorial: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --page: min(100% - 48px, 1360px);
  --space-section: clamp(96px, 12vw, 190px);
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--font-sans); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--blue); color: var(--white); }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid #91a5ff; outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--border-dark); background: rgba(10,10,10,.94); backdrop-filter: blur(12px); }
.nav-shell { position: relative; width: var(--page); height: 74px; margin-inline: auto; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 28px; }
.brand, .footer-brand { display: block; width: 214px; height: 46px; overflow: hidden; }
.brand-image { display: block; width: 100%; height: 100%; background: url("./assets/propertymotion-logo.png") center 50% / 100% auto no-repeat; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 38px); }
.site-nav a { position: relative; color: #d7d7d7; text-decoration: none; font-size: .84rem; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--blue-soft); transition: right var(--transition); }
.nav-actions, .policy-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.language-switcher { display: inline-flex; align-items: center; padding: 3px; border: 1px solid #383838; border-radius: 999px; background: #151515; }
.language-switcher a { display: inline-flex; min-width: 34px; min-height: 30px; align-items: center; justify-content: center; border-radius: 999px; color: #aaa; font-size: .68rem; font-weight: 750; letter-spacing: .08em; line-height: 1; text-decoration: none; transition: color var(--transition), background var(--transition); }
.language-switcher a[aria-current="page"] { background: var(--white); color: var(--ink); }
.nav-cta, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid; text-decoration: none; font-size: .86rem; font-weight: 650; letter-spacing: .01em; transition: color var(--transition), background var(--transition), border-color var(--transition); }
.nav-cta { border-color: var(--white); }
.menu-toggle { display: none; color: var(--white); border: 0; background: transparent; cursor: pointer; }

.hero { width: var(--page); margin-inline: auto; min-height: calc(100vh - 74px); display: grid; grid-template-columns: minmax(0, .78fr) minmax(390px, .62fr); align-items: center; gap: clamp(40px, 7vw, 112px); padding: clamp(54px, 7vw, 112px) 0; }
.eyebrow, .section-index { margin: 0; font-size: .72rem; font-weight: 700; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.eyebrow { margin-bottom: 28px; color: var(--blue-soft); }
.hero h1, .section h2, .authenticity h2, .contact-section h2 { margin: 0; font-size: clamp(3.25rem, 6vw, 6.8rem); font-weight: 420; line-height: .92; letter-spacing: -.065em; }
.hero h1 em, h2 span { color: var(--blue); font-family: var(--font-editorial); font-weight: 400; font-style: italic; letter-spacing: -.04em; }
.hero h1 em { display: block; }
.hero-lead { max-width: 590px; margin: 34px 0 0; color: #c7c7c7; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-ghost { border-color: #505050; color: var(--white); }
.hero-film { align-self: center; width: min(100%, 680px); margin: 0 auto; }
.film-meta { display: flex; justify-content: space-between; gap: 20px; padding: 0 0 12px; color: #b7b7b7; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.video-shell { position: relative; display: grid; place-items: center; overflow: hidden; max-height: min(72vh, 780px); background: #050505; border: 1px solid #202020; }
.video-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.05); z-index: 1; }
.hero-film video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #050505; object-fit: contain; }
.hero-film > p { max-width: 480px; margin: 12px 0 0; color: #929292; font-size: .78rem; line-height: 1.55; }
.marquee { border-block: 1px solid var(--border-dark); overflow: hidden; }
.marquee-inner { width: var(--page); min-height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #ccc; font-size: .71rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.marquee i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); }

.section { padding: var(--space-section) max(24px, calc((100vw - 1360px) / 2)); }
.section-paper { background: var(--paper); color: var(--text-dark); }
.section-head { margin-bottom: clamp(64px, 8vw, 112px); }
.section-index { color: var(--muted-dark); }
.process-section .section-index, .audience-section .section-index, .authenticity .section-index, .contact-section .section-index { color: var(--blue-soft); }
.section h2, .authenticity h2, .contact-section h2 { margin-top: 28px; font-size: clamp(2.8rem, 5vw, 5.7rem); }
.split-head { display: grid; grid-template-columns: 1fr 2.35fr; gap: 48px; }
.split-head > div > p { max-width: 650px; margin: 38px 0 0; color: #555; font-size: clamp(1rem, 1.35vw, 1.2rem); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border-light); }
.benefit-grid article { min-height: 290px; padding: 28px 28px 32px 0; border-right: 1px solid var(--border-light); }
.benefit-grid article + article { padding-left: 28px; }
.benefit-grid article:last-child { border-right: 0; }
.card-number, .process-number, .service-title > span { color: #888; font-size: .68rem; letter-spacing: .12em; }
.benefit-grid h3 { margin: 92px 0 14px; font-size: 1.22rem; font-weight: 600; letter-spacing: -.02em; }
.benefit-grid p { margin: 0; color: #666; font-size: .92rem; }

.process-section { background: var(--ink-soft); }
.process-section .section-head { width: min(100%, 980px); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--border-dark); }
.process-list li { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; padding: 34px 0; border-bottom: 1px solid var(--border-dark); }
.process-number { color: var(--blue-soft); }
.process-list h3 { margin: 0 0 9px; font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 500; letter-spacing: -.03em; }
.process-list p { max-width: 700px; margin: 0; color: #aaa; }

.services-section .section-head { margin-bottom: 72px; }
.service-list { border-top: 1px solid var(--border-light); }
.service-list article { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: start; gap: 40px; padding: 33px 0; border-bottom: 1px solid var(--border-light); }
.service-title { display: flex; align-items: baseline; gap: 26px; }
.service-title h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 540; letter-spacing: -.03em; }
.service-list p { max-width: 540px; margin: 3px 0 0; color: #666; }
.format { padding: 7px 10px; border: 1px solid #ccc; color: #555; font-size: .65rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.services-cta { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-top: 50px; }
.services-cta p { margin: 0; color: #666; }
.text-link { text-decoration: none; border-bottom: 1px solid #999; padding-bottom: 4px; font-weight: 600; }
.text-link span { color: var(--blue); }

.audience-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 140px); background: var(--ink); }
.audience-intro { position: sticky; top: 124px; align-self: start; }
.audience-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--border-dark); }
.audience-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--border-dark); }
.audience-list span { font-size: clamp(1.35rem, 2.3vw, 2rem); letter-spacing: -.035em; }
.audience-list small { color: #777; font-size: .66rem; letter-spacing: .12em; }

.about-grid { display: grid; grid-template-columns: .7fr 1.45fr; gap: clamp(70px, 11vw, 180px); align-items: start; }
.about-mark { position: relative; width: min(100%, 360px); aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.about-mark::before, .about-mark::after { content: ""; position: absolute; background: var(--blue); transform: rotate(-22deg); }
.about-mark::before { width: 68px; height: 180%; left: 42px; opacity: .72; }
.about-mark::after { width: 42px; height: 180%; right: 48px; opacity: .45; }
.about-mark span { position: relative; z-index: 2; font-family: var(--font-editorial); font-size: clamp(4rem, 9vw, 8rem); font-style: italic; letter-spacing: -.1em; }
.about-mark i { position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.22); }
.about-copy h2 { margin-bottom: 44px; }
.about-copy > p { max-width: 760px; color: #555; }
.about-copy .about-lead { color: #222; font-size: clamp(1.08rem, 1.6vw, 1.35rem); }

.authenticity { padding: var(--space-section) 24px; background: var(--blue); color: var(--white); }
.authenticity-inner { width: min(100%, 1040px); margin-inline: auto; text-align: center; }
.authenticity .section-index { color: rgba(255,255,255,.72); }
.authenticity h2 span { color: var(--ink); }
.authenticity p:last-child { max-width: 760px; margin: 44px auto 0; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.contact-section { padding: var(--space-section) 24px; background: var(--ink); }
.contact-inner { width: min(100%, 1140px); margin-inline: auto; }
.contact-inner > p:not(.section-index) { max-width: 620px; margin: 36px 0 64px; color: #aaa; font-size: 1.08rem; }
.contact-email { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; border-block: 1px solid var(--border-dark); text-decoration: none; font-size: clamp(1.05rem, 2.5vw, 2.1rem); letter-spacing: -.025em; transition: color var(--transition), padding var(--transition); }
.contact-email span:last-child { color: var(--blue-soft); }

.site-footer { padding: 54px max(24px, calc((100vw - 1360px) / 2)) 30px; border-top: 1px solid var(--border-dark); background: #050505; }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr 1fr; align-items: start; gap: 48px; padding-bottom: 72px; }
.footer-brand { width: 250px; height: 54px; }
.footer-top p { margin: 9px 0 0; color: #aaa; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; margin-top: 9px; }
.footer-contact a { text-decoration: none; }
.footer-contact span { color: #777; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid var(--border-dark); color: #777; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.footer-legal a, .footer-legal button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; text-decoration: none; cursor: pointer; }

.consent-banner { position: fixed; right: 24px; bottom: 24px; left: 24px; z-index: 90; width: min(calc(100% - 48px), 1180px); margin-inline: auto; padding: 26px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; border: 1px solid #bfc9ff; background: var(--paper); color: var(--text-dark); box-shadow: 0 22px 70px rgba(0,0,0,.38); }
.consent-banner[hidden] { display: none; }
.consent-kicker { margin: 0 0 8px; color: #5e67a0; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.consent-banner h2 { margin: 0; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 560; letter-spacing: -.035em; }
.consent-banner p:not(.consent-kicker) { max-width: 760px; margin: 10px 0; color: #555; font-size: .9rem; }
.consent-banner a { color: #313f9a; font-size: .82rem; font-weight: 650; }
.consent-actions { display: grid; grid-template-columns: repeat(2, minmax(142px, 1fr)); gap: 10px; }
.consent-actions button { min-height: 46px; padding: 0 18px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: .8rem; font-weight: 700; cursor: pointer; transition: background var(--transition), color var(--transition), border-color var(--transition); }

.policy-page { background: var(--paper); color: var(--text-dark); }
.policy-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--border-dark); background: rgba(10,10,10,.97); }
.policy-header .nav-shell { grid-template-columns: 1fr auto; }
.policy-actions { gap: 20px; }
.policy-back { color: var(--white); text-decoration: none; font-size: .82rem; font-weight: 650; }
.policy-main { width: var(--page); margin-inline: auto; padding: clamp(72px, 10vw, 140px) 0 var(--space-section); }
.policy-hero { padding-bottom: clamp(64px, 8vw, 110px); border-bottom: 1px solid var(--border-light); }
.policy-hero .section-index { color: #5e67a0; }
.policy-hero h1 { max-width: 980px; margin: 24px 0 30px; font-size: clamp(3.4rem, 7vw, 7rem); font-weight: 420; line-height: .92; letter-spacing: -.065em; }
.policy-hero h1 span { color: var(--blue); font-family: var(--font-editorial); font-style: italic; }
.policy-hero > p:last-child { max-width: 760px; margin: 0; color: #555; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.policy-summary { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--border-light); }
.policy-summary article { min-height: 190px; padding: 28px 24px 28px 0; border-right: 1px solid var(--border-light); }
.policy-summary article + article { padding-left: 24px; }
.policy-summary article:last-child { border-right: 0; }
.policy-summary strong { display: block; margin-top: 50px; font-size: 1rem; }
.policy-summary span { color: #666; font-size: .86rem; }
.policy-content { min-width: 0; display: grid; grid-template-columns: minmax(180px, .45fr) minmax(0, 1.55fr); gap: clamp(50px, 10vw, 160px); padding-top: clamp(72px, 9vw, 130px); }
.policy-toc { position: sticky; top: 108px; align-self: start; display: grid; gap: 12px; }
.policy-toc a { color: #666; font-size: .82rem; text-decoration: none; }
.policy-sections { min-width: 0; max-width: 820px; }
.policy-sections section { padding-bottom: 58px; margin-bottom: 58px; border-bottom: 1px solid var(--border-light); scroll-margin-top: 110px; }
.policy-sections section:last-child { margin-bottom: 0; }
.policy-sections h2 { margin: 0 0 22px; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 520; letter-spacing: -.04em; }
.policy-sections h3 { margin: 30px 0 10px; font-size: 1.05rem; }
.policy-sections p, .policy-sections li { color: #4f4f4f; }
.policy-sections ul { padding-left: 1.2rem; }
.policy-sections a { color: #3044b5; text-underline-offset: 3px; }
.inline-settings { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #3044b5; font: inherit; cursor: pointer; }
.policy-table-wrap { max-width: 100%; overflow-x: auto; margin-top: 24px; }
.policy-table { width: 100%; min-width: 650px; border-collapse: collapse; text-align: left; }
.policy-table th, .policy-table td { padding: 16px 14px 16px 0; border-bottom: 1px solid var(--border-light); vertical-align: top; }
.policy-table th { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.policy-table td { color: #555; font-size: .88rem; }
.policy-callout { padding: 22px; border-left: 3px solid var(--blue); background: #e8e8e4; }
.policy-footer-note { margin-top: 28px; color: #777; font-size: .82rem; }

@media (hover: hover) {
  .site-nav a:hover { color: var(--white); }
  .site-nav a:hover::after { right: 0; }
  .language-switcher a:not([aria-current="page"]):hover { color: var(--white); }
  .nav-cta:hover, .button-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
  .button-light:hover { background: var(--blue); color: var(--white); border-color: var(--blue); }
  .contact-email:hover { padding-inline: 18px; color: var(--blue-soft); }
  .text-link:hover { color: var(--blue); }
  .footer-contact a:hover { color: var(--blue-soft); }
  .footer-legal a:hover, .footer-legal button:hover { color: var(--blue-soft); }
  .consent-actions button:hover { border-color: var(--blue); background: var(--blue); color: var(--white); }
  .policy-back:hover { color: var(--blue-soft); }
  .policy-toc a:hover { color: var(--blue); }
  .inline-settings:hover { color: var(--blue); }
}

@media (max-width: 1100px) {
  .nav-shell { grid-template-columns: 220px 1fr auto; gap: 20px; }
  .brand { width: 195px; }
  .site-nav { gap: 18px; }
  .hero { grid-template-columns: minmax(0, .85fr) minmax(350px, .6fr); gap: 50px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(n+3) { border-top: 1px solid var(--border-light); }
  .benefit-grid article:nth-child(3) { padding-left: 0; }
  .policy-summary { grid-template-columns: repeat(2, 1fr); }
  .policy-summary article:nth-child(2) { border-right: 0; }
  .policy-summary article:nth-child(n+3) { border-top: 1px solid var(--border-light); }
  .policy-summary article:nth-child(3) { padding-left: 0; }
}

@media (max-width: 900px) {
  .nav-shell { grid-template-columns: 1fr auto auto; }
  .site-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 18px 24px 32px; border-bottom: 1px solid var(--border-dark); background: var(--ink); transform: translateY(-120%); visibility: hidden; transition: transform 240ms ease, visibility 240ms; }
  .site-nav.is-open { transform: translateY(0); visibility: visible; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--border-dark); font-size: 1.25rem; }
  .site-nav a::after { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px; }
  .nav-actions { gap: 0; }
  .menu-label { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
  .menu-icon { width: 20px; height: 14px; display: grid; align-content: center; gap: 5px; }
  .menu-icon i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform var(--transition); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 36px; }
  .hero-film { width: min(100%, 600px); }
  .split-head { grid-template-columns: 1fr; }
  .audience-section { grid-template-columns: 1fr; }
  .audience-intro { position: static; }
  .about-grid { grid-template-columns: .65fr 1.35fr; gap: 54px; }
  .service-list article { grid-template-columns: 1fr 1fr; }
  .service-list .format { grid-column: 2; justify-self: start; }
  .consent-banner { grid-template-columns: 1fr; align-items: start; }
  .policy-content { grid-template-columns: minmax(0, 1fr); }
  .policy-toc { position: static; grid-template-columns: repeat(2, 1fr); padding-bottom: 28px; border-bottom: 1px solid var(--border-light); }
}

@media (max-width: 650px) {
  :root { --page: min(100% - 32px, 1360px); --space-section: 92px; }
  .nav-shell { height: 66px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; }
  .brand { width: 170px; height: 38px; }
  .nav-cta { display: none; }
  .language-switcher a { min-width: 31px; min-height: 28px; }
  .site-nav { inset-block-start: 66px; }
  .hero { padding: 62px 0 84px; gap: 68px; }
  .hero h1 { font-size: clamp(3.25rem, 15.5vw, 4.8rem); }
  html[lang="it"] .hero h1 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
  .hero-lead { margin-top: 28px; }
  .hero-actions { flex-direction: column; }
  .film-meta { align-items: end; }
  .marquee-inner { min-height: 66px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .marquee-inner::-webkit-scrollbar { display: none; }
  .section { padding-inline: 16px; }
  .section h2, .authenticity h2, .contact-section h2 { font-size: clamp(2.8rem, 13vw, 4.25rem); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article + article { min-height: auto; padding: 28px 0 32px; border-right: 0; border-top: 1px solid var(--border-light); }
  .benefit-grid article:first-child { border-top: 0; }
  .benefit-grid h3 { margin-top: 42px; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 12px; }
  .service-list article { grid-template-columns: 1fr; gap: 15px; }
  .service-list .format { grid-column: 1; }
  .services-cta { align-items: flex-start; flex-direction: column; }
  .about-grid { grid-template-columns: 1fr; }
  .about-mark { width: min(82vw, 320px); }
  .contact-email { align-items: flex-end; font-size: clamp(.92rem, 4.5vw, 1.25rem); overflow-wrap: anywhere; }
  .footer-top { grid-template-columns: 1fr; padding-bottom: 52px; }
  .footer-contact { align-items: flex-start; }
  .footer-bottom { flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); max-height: calc(100vh - 24px); overflow-y: auto; padding: 20px; gap: 20px; }
  .consent-actions { grid-template-columns: 1fr; }
  .policy-header .brand { width: 160px; }
  .policy-header .nav-shell { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .policy-actions { gap: 12px; }
  .policy-back { font-size: .72rem; }
  .policy-main { width: min(100% - 32px, 1360px); }
  .policy-summary { grid-template-columns: 1fr; }
  .policy-summary article, .policy-summary article + article { min-height: auto; padding: 24px 0; border-right: 0; border-top: 1px solid var(--border-light); }
  .policy-summary article:first-child { border-top: 0; }
  .policy-summary strong { margin-top: 24px; }
  .policy-toc { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
