/* AdsMaxMedia Public Content V2
 * Boron palette + controlled Neubrutalism geometry.
 * Scoped to .am-public-page so the homepage/admin design system remains untouched.
 */
.am-public-page {
    --pc-ink: #252c35;
    --pc-ink-2: #313a46;
    --pc-green: #669776;
    --pc-green-dark: #4e765b;
    --pc-green-soft: #e8f1eb;
    --pc-green-pale: #f2f7f3;
    --pc-cream: #fffbf4;
    --pc-paper: #fff;
    --pc-line: #cbd3d7;
    --pc-muted: #66727f;
    color: var(--pc-ink-2);
    background: var(--pc-cream);
}

.am-public-page .am-shell {
    width: min(1320px, calc(100% - 48px));
    margin-inline: auto;
}

.am-public-main { min-height: calc(100vh - 210px); }
.am-public-main a { text-underline-offset: 3px; }

/* Shared public hero --------------------------------------------------- */
.am-public-hero {
    position: relative;
    padding: 58px 0 44px;
    border-bottom: 1.5px solid var(--pc-line);
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 17%, rgba(102,151,118,.10), transparent 23%),
        linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,251,244,.82));
}
.am-public-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(49,58,70,.022) 1px, transparent 1px), linear-gradient(rgba(49,58,70,.018) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 92%);
}
.am-public-hero > .am-shell { position: relative; z-index: 1; }
.am-public-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 31px;
    margin-bottom: 18px;
    padding: 5px 10px 5px 6px;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: var(--pc-green-soft);
    box-shadow: 3px 3px 0 var(--pc-ink);
    color: var(--pc-green-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.am-public-eyebrow > span {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    border: 1.5px solid var(--pc-ink);
    border-radius: 3px;
    background: #fff;
    color: var(--pc-green-dark);
    font-weight: 900;
}
.am-public-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #0e1724;
    font-size: clamp(44px, 5vw, 74px);
    line-height: .96;
    letter-spacing: -.055em;
    text-transform: uppercase;
    font-weight: 900;
}
.am-public-hero h1::first-letter { letter-spacing: -.06em; }
.am-public-hero__grid,
.am-legal-hero__grid,
.am-contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
    align-items: center;
    gap: clamp(50px, 7vw, 110px);
}
.am-public-hero p {
    max-width: 760px;
    margin: 20px 0 0;
    color: #536171;
    font-size: 16px;
    line-height: 1.65;
}
.am-public-sidecard__label,
.am-contact-info-card__kicker,
.am-legal-summary__label {
    display: inline-flex;
    width: fit-content;
    padding: 5px 8px;
    border: 1.5px solid var(--pc-green);
    background: var(--pc-green-soft);
    color: var(--pc-green-dark);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Footer: preserve homepage V3.3.2 layout exactly ---------------------- */
.am-public-page .am-footer { margin-top: 0; }
.am-public-page .am-footer__top { min-height: 106px; grid-template-columns: 360px 1fr auto; gap: 26px; }
.am-public-page .am-footer__brand p { font-size: 11px; line-height: 1.45; }
.am-public-page .am-footer__links { gap: clamp(16px, 1.6vw, 28px); }
.am-public-page .am-footer__links a { font-size: 10.5px; font-weight: 650; }
.am-public-page .am-socials { gap: 9px; }
.am-public-page .am-socials a {
    width: 34px;
    height: 34px;
    border: 1.5px solid var(--pc-ink);
    border-radius: 3px;
    box-shadow: 2px 2px 0 var(--pc-ink);
}
.am-public-page .am-socials a:hover { transform: translate(1px,1px); box-shadow: 1px 1px 0 var(--pc-ink); }
.am-public-page .am-footer__bottom { min-height: 40px; border-top: 1.5px solid #cbd2d8; font-size: 10.5px; }

/* Contact -------------------------------------------------------------- */
.am-contact-hero { padding-bottom: 48px; }
.am-contact-hero__copy > p { max-width: 710px; }
.am-contact-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.am-contact-meta span {
    min-width: 190px;
    padding: 10px 12px;
    border: 1.5px solid var(--pc-ink);
    border-radius: 4px;
    background: #fff;
    box-shadow: 2px 2px 0 var(--pc-green);
    color: #536171;
    font-size: 11px;
    line-height: 1.35;
}
.am-contact-meta b {
    display: block;
    margin-bottom: 3px;
    color: var(--pc-ink);
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.am-contact-route-card {
    padding: 22px;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: #fff;
    box-shadow: 7px 7px 0 var(--pc-ink);
}
.am-contact-route-card__head strong {
    display: block;
    margin-top: 12px;
    color: var(--pc-ink);
    font-size: 22px;
    line-height: 1.15;
}
.am-contact-route-card__head p { margin: 8px 0 16px; font-size: 12px; line-height: 1.55; }
.am-contact-route-card__links { display: grid; gap: 8px; }
.am-contact-route-card__links a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 10px;
    border: 1.5px solid var(--pc-line);
    border-radius: 4px;
    background: #fbfcfb;
    color: var(--pc-ink);
    text-decoration: none;
    transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.am-contact-route-card__links a:hover { transform: translate(1px,1px); border-color: var(--pc-ink); box-shadow: 2px 2px 0 var(--pc-green); }
.am-contact-route-card__links a span { display: flex; align-items: center; gap: 9px; }
.am-contact-route-card__links b {
    width: 28px; height: 28px; display: grid; place-items: center;
    border: 1.5px solid var(--pc-ink); border-radius: 3px; background: var(--pc-green-soft); font-size: 9px;
}
.am-contact-route-card__links strong { font-size: 12px; }
.am-contact-route-card__links i { color: var(--pc-green-dark); font-style: normal; font-weight: 900; }

.am-contact-workspace { padding: 34px 0 42px; }
.am-contact-workspace .am-section-label { margin-bottom: 16px; }
.am-contact-workspace__grid {
    display: grid;
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
    gap: 20px;
    align-items: stretch;
}
.am-contact-info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 25px;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: var(--pc-ink);
    box-shadow: 7px 7px 0 var(--pc-green);
    color: #fff;
    overflow: hidden;
}
.am-contact-info-card::after {
    content: "";
    position: absolute;
    width: 190px; height: 190px; right: -70px; bottom: -70px;
    border: 24px solid rgba(102,151,118,.22); border-radius: 50%;
}
.am-contact-info-card__top,
.am-contact-info-list,
.am-contact-info-card__bottom,
.am-contact-socials { position: relative; z-index: 1; }
.am-contact-info-card__top h2 { margin: 16px 0 8px; color: #fff; font-size: 28px; line-height: 1.08; letter-spacing: -.025em; }
.am-contact-info-card__top p { margin: 0; color: #c7d0d8; font-size: 12.5px; line-height: 1.55; }
.am-contact-info-list { display: grid; gap: 9px; margin-top: 22px; }
.am-contact-info-list a {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border: 1.5px solid #68727c;
    border-radius: 4px;
    background: #303944;
    color: #fff;
    text-decoration: none;
}
.am-contact-info-list a:hover { border-color: var(--pc-green); background: #35423c; }
.am-contact-info-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1.5px solid #fff; border-radius: 3px; color: #fff; font-weight: 900; }
.am-contact-info-list small,
.am-contact-info-card__bottom small { display: block; color: #9fb0bd; font-size: 8.5px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.am-contact-info-list strong { display: block; margin-top: 2px; font-size: 11.5px; overflow-wrap: anywhere; }
.am-contact-info-list i { color: #94c2a2; font-style: normal; }
.am-contact-info-card__bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; padding-top: 17px; border-top: 1px solid #515c67; }
.am-contact-info-card__bottom strong { display: block; margin-top: 5px; color: #fff; font-size: 11px; line-height: 1.45; }
.am-contact-socials { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; }
.am-contact-socials > span { margin-right: 4px; color: #9fb0bd; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.am-contact-socials a {
    width: 33px; height: 33px; display: grid; place-items: center;
    border: 1.5px solid #fff; border-radius: 3px; background: transparent; color: #fff; text-decoration: none; font-size: 11px; font-weight: 900;
}
.am-contact-socials a:hover { background: var(--pc-green); color: #fff; }

.am-contact-channel-stack { display: grid; gap: 13px; }
.am-contact-channel-card {
    position: relative;
    min-height: 158px;
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 20px 21px;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 5px 0 var(--pc-ink);
}
.am-contact-channel-card:hover { transform: translate(1px,1px); box-shadow: 4px 4px 0 var(--pc-ink); }
.am-contact-channel-card__num { position: absolute; top: 10px; right: 11px; min-width: 28px; height: 23px; display: grid; place-items: center; border: 1.5px solid var(--pc-ink); border-radius: 3px; background: var(--pc-green-soft); font-size: 8px; font-weight: 900; }
.am-contact-channel-card__icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1.5px solid var(--pc-ink); border-radius: 4px; background: var(--pc-green-soft); box-shadow: 2px 2px 0 var(--pc-green); color: var(--pc-ink); font-size: 22px; font-weight: 900; }
.am-contact-channel-card__eyebrow { display: block; margin-bottom: 3px; color: var(--pc-green-dark); font-size: 8.5px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.am-contact-channel-card h2 { margin: 0 0 5px; color: var(--pc-ink); font-size: 18px; line-height: 1.15; }
.am-contact-channel-card p { max-width: 560px; margin: 0; color: #627080; font-size: 11.5px; line-height: 1.5; }
.am-contact-channel-card > a { align-self: end; min-width: 150px; padding: 10px 11px; border: 1.5px solid var(--pc-ink); border-radius: 3px; background: var(--pc-ink); color: #fff; box-shadow: 2px 2px 0 var(--pc-green); text-align: center; text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.am-contact-channel-card > a:hover { transform: translate(1px,1px); box-shadow: 1px 1px 0 var(--pc-green); }
.am-contact-channel-card > a i { margin-left: 7px; color: #a9d1b4; font-style: normal; }

.am-contact-policy-strip {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 28px;
    align-items: center;
    margin-top: 20px;
    padding: 18px 20px;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: var(--pc-green-soft);
    box-shadow: 5px 5px 0 var(--pc-ink);
}
.am-contact-policy-strip > div > span { color: var(--pc-green-dark); font-size: 8.5px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.am-contact-policy-strip > div > strong { display: block; margin-top: 3px; color: var(--pc-ink); font-size: 18px; }
.am-contact-policy-strip > div > p { margin: 4px 0 0; color: #65717d; font-size: 10.5px; }
.am-contact-policy-strip nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.am-contact-policy-strip nav a { display: flex; align-items: center; justify-content: space-between; gap: 7px; min-height: 44px; padding: 8px 10px; border: 1.5px solid var(--pc-ink); border-radius: 3px; background: #fff; color: var(--pc-ink); text-decoration: none; font-size: 10px; font-weight: 800; }
.am-contact-policy-strip nav b { color: var(--pc-green-dark); font-size: 8px; }
.am-contact-policy-strip nav i { font-style: normal; color: var(--pc-green-dark); }

/* Legal pages ---------------------------------------------------------- */
.am-legal-hero { padding-top: 48px; padding-bottom: 38px; }
.am-legal-hero h1 { font-size: clamp(42px, 4.5vw, 64px); }
.am-legal-hero__copy > p { max-width: 770px; }
.am-legal-hero__meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.am-legal-hero__meta span { min-width: 160px; padding: 9px 11px; border: 1.5px solid var(--pc-ink); border-radius: 3px; background: #fff; box-shadow: 2px 2px 0 var(--pc-green); color: #66727f; font-size: 9.5px; }
.am-legal-hero__meta b { display: block; margin-bottom: 2px; color: var(--pc-ink); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.am-policy-switcher {
    padding: 18px;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: #fff;
    box-shadow: 6px 6px 0 var(--pc-ink);
}
.am-policy-switcher > .am-public-sidecard__label { margin-bottom: 10px; }
.am-policy-switcher > a {
    min-height: 44px;
    display: grid;
    grid-template-columns: 31px 1fr auto;
    align-items: center;
    gap: 9px;
    padding: 7px 6px;
    border-bottom: 1px solid var(--pc-line);
    color: var(--pc-ink);
    text-decoration: none;
    font-size: 10.5px;
    font-weight: 750;
}
.am-policy-switcher > a:last-child { border-bottom: 0; }
.am-policy-switcher > a b { width: 27px; height: 25px; display: grid; place-items: center; border: 1.5px solid var(--pc-ink); border-radius: 3px; background: #fff; font-size: 8px; }
.am-policy-switcher > a i { color: var(--pc-green-dark); font-style: normal; }
.am-policy-switcher > a:hover,
.am-policy-switcher > a.is-active { background: var(--pc-green-soft); }
.am-policy-switcher > a.is-active b { background: var(--pc-green); color: #fff; }

.am-legal-workspace { padding: 32px 0 38px; }
.am-legal-workspace__grid { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 22px; align-items: start; }
.am-legal-summary {
    position: sticky;
    top: 88px;
    padding: 18px;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: var(--pc-green-soft);
    box-shadow: 5px 5px 0 var(--pc-ink);
}
.am-legal-summary h2 { margin: 12px 0 7px; color: var(--pc-ink); font-size: 18px; line-height: 1.15; }
.am-legal-summary > p { margin: 0; color: #63707c; font-size: 10.5px; line-height: 1.5; }
.am-legal-summary__stats { display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: 14px; }
.am-legal-summary__stats div { padding: 9px 10px; border: 1.5px solid var(--pc-ink); border-radius: 3px; background: #fff; }
.am-legal-summary__stats span { display: block; color: #78838c; font-size: 7.5px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.am-legal-summary__stats strong { display: block; margin-top: 2px; color: var(--pc-ink); font-size: 11px; }
.am-legal-summary__note { margin-top: 12px; padding-top: 12px; border-top: 1.5px solid #b9c9bd; }
.am-legal-summary__note strong { font-size: 10.5px; }
.am-legal-summary__note p { margin: 4px 0 8px; color: #64716d; font-size: 9.5px; line-height: 1.45; }
.am-legal-summary__note a { color: var(--pc-ink); font-size: 9px; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.am-legal-summary__note i { color: var(--pc-green-dark); font-style: normal; }

.am-legal-board {
    columns: 2;
    column-gap: 16px;
}
.am-policy-card {
    display: inline-block;
    width: 100%;
    margin: 0 0 16px;
    break-inside: avoid;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 5px 0 var(--pc-ink);
    overflow: hidden;
    vertical-align: top;
}
.am-policy-card--wide { columns: 1; }
.am-policy-card > header {
    min-height: 47px;
    display: grid;
    grid-template-columns: 31px 1fr;
    align-items: center;
    gap: 10px;
    padding: 8px 11px;
    border-bottom: 1.5px solid var(--pc-ink);
    background: var(--pc-green-soft);
}
.am-policy-card > header > span { width: 29px; height: 27px; display: grid; place-items: center; border: 1.5px solid var(--pc-ink); border-radius: 3px; background: #fff; box-shadow: 1.5px 1.5px 0 var(--pc-green); color: var(--pc-ink); font-size: 8px; font-weight: 900; }
.am-policy-card > header h2 { margin: 0; color: var(--pc-ink); font-size: 12px; line-height: 1.25; letter-spacing: -.01em; }
.am-policy-card__body { padding: 14px 15px 15px; }
.am-legal-copy { color: #4e5d6c; font-size: 10.5px; line-height: 1.58; }
.am-legal-copy p { margin: 0 0 10px; }
.am-legal-copy p:last-child { margin-bottom: 0; }
.am-legal-copy h2,
.am-legal-copy h3 { margin: 14px 0 7px; color: var(--pc-ink); line-height: 1.25; }
.am-legal-copy h2 { font-size: 13px; }
.am-legal-copy h3 { font-size: 11.5px; }
.am-legal-copy ul,
.am-legal-copy ol { margin: 8px 0 10px; padding-left: 19px; }
.am-legal-copy li { margin: 0 0 5px; padding-left: 2px; }
.am-legal-copy strong { color: var(--pc-ink); }
.am-legal-copy hr { margin: 14px 0; border: 0; border-top: 1px solid var(--pc-line); }

.am-legal-contact-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding: 18px 20px;
    border: 2px solid var(--pc-ink);
    border-radius: 5px;
    background: var(--pc-green-soft);
    box-shadow: 5px 5px 0 var(--pc-ink);
}
.am-legal-contact-band > div > span { display: block; color: var(--pc-green-dark); font-size: 8.5px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.am-legal-contact-band > div > strong { display: block; margin-top: 4px; color: var(--pc-ink); font-size: 14px; }
.am-legal-contact-band .am-btn { min-width: 205px; }

/* Responsive ----------------------------------------------------------- */
@media (max-width: 1100px) {
    .am-public-page .am-shell { width: min(100% - 36px, 1120px); }
    .am-public-hero__grid,
    .am-legal-hero__grid,
    .am-contact-hero__grid { grid-template-columns: minmax(0,1fr) 330px; gap: 34px; }
    .am-contact-workspace__grid { grid-template-columns: 340px minmax(0,1fr); }
    .am-contact-channel-card { grid-template-columns: 48px 1fr; padding-right: 18px; }
    .am-contact-channel-card > a { grid-column: 2; justify-self: start; min-width: 145px; }
    .am-legal-board { columns: 1; }
    .am-public-page .am-footer__top { grid-template-columns: 1fr; gap: 18px; padding-block: 22px; }
}

@media (max-width: 820px) {
    .am-public-page .am-shell { width: min(100% - 28px, 760px); }
    .am-public-hero { padding: 34px 0 30px; }
    .am-public-hero__grid,
    .am-legal-hero__grid,
    .am-contact-hero__grid { grid-template-columns: 1fr; gap: 24px; }
    .am-public-hero h1 { font-size: clamp(40px, 12vw, 58px); }
    .am-public-hero p { font-size: 14px; }
    .am-contact-route-card,
    .am-policy-switcher { box-shadow: 5px 5px 0 var(--pc-ink); }
    .am-contact-workspace__grid,
    .am-legal-workspace__grid { grid-template-columns: 1fr; }
    .am-contact-info-card { min-height: 0; }
    .am-legal-summary { position: static; }
    .am-legal-summary__stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .am-legal-board { columns: 1; }
    .am-contact-policy-strip { grid-template-columns: 1fr; gap: 15px; }
    .am-contact-policy-strip nav { grid-template-columns: repeat(3,1fr); }
    .am-legal-contact-band { align-items: stretch; flex-direction: column; }
    .am-legal-contact-band .am-btn { width: 100%; }
}

@media (max-width: 580px) {
    .am-public-page .am-shell { width: calc(100% - 24px); }
    .am-public-hero { padding-top: 26px; }
    .am-public-eyebrow { margin-bottom: 14px; }
    .am-public-hero h1 { font-size: clamp(38px, 13vw, 52px); }
    .am-contact-meta { display: grid; grid-template-columns: 1fr; }
    .am-contact-meta span { min-width: 0; }
    .am-contact-route-card { padding: 16px; }
    .am-contact-workspace { padding: 25px 0 31px; }
    .am-contact-info-card { padding: 18px; box-shadow: 5px 5px 0 var(--pc-green); }
    .am-contact-info-card__top h2 { font-size: 23px; }
    .am-contact-info-card__bottom { grid-template-columns: 1fr; }
    .am-contact-channel-card { grid-template-columns: 44px 1fr; gap: 13px; padding: 18px 14px; box-shadow: 4px 4px 0 var(--pc-ink); }
    .am-contact-channel-card__icon { width: 43px; height: 43px; font-size: 18px; }
    .am-contact-channel-card h2 { font-size: 17px; }
    .am-contact-channel-card p { font-size: 11px; }
    .am-contact-channel-card > a { grid-column: 1 / -1; width: 100%; justify-self: stretch; }
    .am-contact-policy-strip { padding: 15px; box-shadow: 4px 4px 0 var(--pc-ink); }
    .am-contact-policy-strip nav { grid-template-columns: 1fr; }
    .am-policy-switcher { padding: 14px; }
    .am-legal-workspace { padding-top: 24px; }
    .am-policy-card { box-shadow: 4px 4px 0 var(--pc-ink); margin-bottom: 13px; }
    .am-policy-card__body { padding: 13px; }
    .am-legal-copy { font-size: 10.8px; }
    .am-legal-contact-band { padding: 15px; box-shadow: 4px 4px 0 var(--pc-ink); }
    .am-public-page .am-footer__links { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 20px; }
}

/* ======================================================================
   ADSMAX PUBLIC PAGES V3.0.2 — HERO TYPOGRAPHY SCALE HOTFIX
   Scope: legal-page hero titles only. No layout/component behavior changes.
   ====================================================================== */
.am-legal-hero h1 {
    max-width: none;
    font-size: clamp(38px, 3.35vw, 50px);
    line-height: .98;
    letter-spacing: -.045em;
}

/* Keep policy names visually compact on wide screens. This is especially
   important for “Acceptable Use Policy”, which should remain one line when
   the desktop grid has enough room. */
@media (min-width: 1101px) {
    .am-legal-hero h1 {
        white-space: nowrap;
    }
}

@media (max-width: 820px) {
    .am-legal-hero h1 {
        font-size: clamp(36px, 8.6vw, 46px);
        line-height: 1;
        white-space: normal;
    }
}

@media (max-width: 580px) {
    .am-legal-hero h1 {
        font-size: clamp(32px, 10.5vw, 42px);
        line-height: 1.02;
    }
}
