.satellite-footer,
.satellite-footer * { box-sizing: border-box; }
.satellite-footer { background: #efe8ff; border: 2px solid #18151e; color: #18151e; display: grid; gap: 44px; grid-template-columns: .65fr 1fr; margin: 0 !important; max-width: none !important; padding: 42px clamp(20px, 5vw, 72px) 58px !important; position: relative; }
.satellite-footer::before { background: #d9ff57; border: 2px solid #18151e; content: "✣"; display: grid; font-size: 1.1rem; height: 42px; place-items: center; position: absolute; right: clamp(20px, 5vw, 72px); top: -22px; transform: rotate(6deg); width: 42px; }
.satellite-footer__stamp { color: #5f2eea; display: block; font-size: .67rem; font-weight: 700; letter-spacing: .09em; margin-bottom: 16px; text-transform: uppercase; }
.satellite-footer strong { display: block; font-family: "Syne", sans-serif; font-size: clamp(1.7rem, 3vw, 3.2rem); letter-spacing: -.045em; }
.satellite-footer p { color: #675f70; font-size: .86rem; line-height: 1.6; margin: 12px 0 0; max-width: 66ch; }
.satellite-footer__utility { align-self: end; }
.satellite-footer ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.satellite-footer a { background: #fff; border: 1px solid #18151e; border-radius: 999px; color: #18151e; display: block; font-size: .68rem; font-weight: 700; padding: 9px 12px; text-decoration: none; text-transform: uppercase; }
.satellite-footer a:hover { background: #d9ff57; }
.satellite-footer__meta { font-size: .64rem !important; margin-top: 17px !important; }

.policy-page { background: #f7f3ff; color: #18151e; }
.policy-masthead { align-items: center; border-bottom: 2px solid #18151e; display: flex; justify-content: space-between; min-height: 80px; padding: 0 clamp(20px, 5vw, 72px); }
.policy-masthead__brand { font-family: "Syne", sans-serif; font-weight: 800; }
.policy-masthead span { color: #5f2eea; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.policy-shell { padding: 0 clamp(20px, 5vw, 72px) 120px; }
.policy-hero { display: grid; gap: 30px 64px; grid-template-columns: .25fr 1fr .55fr; padding: clamp(76px, 10vw, 140px) 0 72px; }
.policy-hero > p { color: #5f2eea; font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.policy-hero h1 { font-family: "Syne", sans-serif; font-size: clamp(4rem, 7.4vw, 7.7rem); letter-spacing: -.065em; line-height: .8; margin: 0; max-width: 9ch; }
.policy-hero div { align-self: end; background: #d9ff57; border: 2px solid #18151e; border-radius: 24px; padding: 24px; transform: rotate(-1deg); }
.policy-hero div p { font-size: .92rem; line-height: 1.62; }
.policy-hero time { display: block; font-size: .64rem; font-weight: 700; margin-top: 16px; }
.policy-layout { border-top: 2px solid #18151e; display: grid; gap: 58px; grid-template-columns: minmax(220px, .32fr) minmax(0, 1fr); padding-top: 54px; }
.policy-toc { align-self: start; background: #fff; border: 2px solid #18151e; border-radius: 18px; box-shadow: 7px 7px 0 #18151e; padding: 20px; position: sticky; top: 22px; }
.policy-toc > p { color: #5f2eea; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.policy-toc ol { list-style: none; margin: 16px 0 0; padding: 0; }
.policy-toc li + li { border-top: 1px solid #c9bedf; }
.policy-toc a { color: #18151e; display: block; font-size: .75rem; font-weight: 700; padding: 12px 0; text-decoration: none; }
.policy-section { border-top: 2px solid #18151e; padding: 32px 0 62px; }
.policy-section > span { color: #5f2eea; font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.policy-section h2 { font-family: "Syne", sans-serif; font-size: clamp(2.3rem, 5vw, 5rem); letter-spacing: -.055em; line-height: .9; margin: 22px 0 28px; max-width: 14ch; }
.policy-section p, .policy-section li { color: #675f70; font-size: .94rem; line-height: 1.72; max-width: 72ch; }
.policy-section ul { display: grid; gap: 9px; margin: 24px 0 0; padding-left: 1.2rem; }
.policy-section--disclosure { background: #efe8ff; border: 2px solid #18151e; border-radius: 24px; padding: 30px; }
@media (max-width: 820px) { .satellite-footer, .policy-hero, .policy-layout { grid-template-columns: 1fr; } .policy-toc { position: static; } }
@media (max-width: 560px) { .policy-masthead span { display: none; } }
