/* =====================================================
   ACA-FRAUD.com — shared stylesheet

   Structure and typographic scale follow the RSK house
   style (Libre Franklin, weight-500 headings, 48px accent
   rule, uppercase letterspaced eyebrows, generous section
   padding, square corners). Palette is the campaign's own
   black and yellow; red is held back for the banner and
   for genuinely negative data.
   ===================================================== */

:root {
    /* Campaign palette */
    --ink: #0D0D08;        /* near-black — the dominant dark */
    --ink-2: #16160F;
    --ink-3: #2C2C22;
    --yellow: #F2D302;     /* accent: rules, eyebrows on dark, key numerals */
    --yellow-dk: #6B5C00;  /* readable yellow-family text on light */
    --yellow-soft: #FFFBE0;
    --red: #C8102E;        /* banner + negative data only */
    --red-dk: #9C0C24;
    --red-soft: #FBEFF1;

    /* Neutrals */
    --white: #FFFFFF;
    --warm: #F7F5F1;
    --stone: #F1F2EE;
    --border: #DEDFD8;
    --border-lt: #EDEEE8;
    --body: #33352C;
    --muted: #5C5F52;
    --faint: #74776A;
    --on-dark: #B6B8AB;    /* muted equivalent on dark surfaces */

    --ok: #1C6B36;
    --ok-soft: #EDF6EF;

    --font: 'Libre Franklin', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;

    --wrap: 1200px;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- base ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: var(--font);
    font-size: 17px;
    line-height: 1.7;
    color: var(--body);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--yellow-dk); }
a:hover { color: var(--red); text-decoration-color: var(--red); }
a:focus-visible { outline: 2px solid var(--yellow-dk); outline-offset: 3px; }

h1, h2, h3, h4 { font-family: var(--font); color: var(--ink); margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); font-weight: 500; line-height: 1.1; letter-spacing: -.015em; max-width: 20em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 500; line-height: 1.16; letter-spacing: -.012em; max-width: 22em; }
h3 { font-size: 1.18rem; font-weight: 600; line-height: 1.35; letter-spacing: -.005em; }
h4 { font-size: 1rem; font-weight: 600; line-height: 1.4; }

p { margin: 0 0 1.2em; max-width: 44em; }
ul, ol { margin: 0 0 1.35em; padding-left: 1.3em; max-width: 44em; }
li { margin-bottom: .55em; }
li::marker { color: var(--faint); }

strong, b { font-weight: 600; color: var(--ink); }
em { font-style: italic; }
hr { border: 0; border-top: 1px solid var(--border); margin: 3rem 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 50rem; margin: 0 auto; padding: 0 24px; }

.skip { position: absolute; left: -9999px; top: 0; background: var(--yellow); color: var(--ink); padding: 10px 16px; font-weight: 600; z-index: 999; }
.skip:focus { left: 0; }

/* ---------- campaign banner ---------- */
.banner {
    background: var(--red); color: #fff; text-align: center; font-weight: 600;
    letter-spacing: .14em; padding: 9px 16px; font-size: .66rem;
    text-transform: uppercase; line-height: 1.5;
}
.banner strong { color: #fff; font-weight: 700; }

/* ---------- masthead ---------- */
.masthead { background: var(--white); border-bottom: 1px solid var(--border); }
.masthead-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 24px; max-width: var(--wrap); margin: 0 auto; flex-wrap: wrap; }
.logo { font-size: 1.4rem; font-weight: 600; letter-spacing: -.02em; color: var(--ink); text-decoration: none; white-space: nowrap; }
.logo:hover { color: var(--ink); }
.logo .dot { color: var(--red); }
.logo-sub { display: block; font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }

.nav { display: flex; flex-wrap: wrap; gap: 2px; }
.nav a { color: var(--body); text-decoration: none; font-weight: 500; font-size: .84rem; padding: 8px 12px; white-space: nowrap; border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease; }
.nav a:hover { color: var(--ink); border-bottom-color: var(--border); }
.nav a.current { color: var(--ink); font-weight: 600; border-bottom-color: var(--yellow); }

/* ---------- hero ---------- */
.hero { background: var(--ink); color: var(--on-dark); padding: 104px 0 108px; }
.hero .kicker { display: block; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; color: var(--yellow); margin-bottom: 22px; }
.hero h1 { color: #fff; max-width: 17em; margin-bottom: 26px; }
.hero p { font-size: 1.14rem; line-height: 1.68; color: rgba(250, 249, 242, .76); max-width: 40em; }
.hero .hero-actions { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- interior page head ---------- */
.pagehead { background: var(--warm); border-bottom: 1px solid var(--border); padding: 72px 0 76px; }
.pagehead .kicker { display: block; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); margin-bottom: 20px; }
.pagehead h1 { margin-bottom: 20px; }
.pagehead p { color: var(--muted); font-size: 1.1rem; line-height: 1.65; margin-bottom: 0; }

/* ---------- buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 15px 30px; font-family: var(--font); font-size: .93rem; font-weight: 600;
    letter-spacing: .01em; text-decoration: none; border-radius: 0;
    border: 1px solid transparent; cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn-yellow { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.btn-yellow:hover { background: #DFC302; border-color: #DFC302; color: var(--ink); }
.btn-red { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-red:hover { background: var(--ink-3); border-color: var(--ink-3); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }

/* ---------- sections ---------- */
.section { padding: 96px 0; }
.section-tight { padding: 52px 0; }
.section-paper { background: var(--white); }
.section-alt { background: var(--warm); }
.section-stone { background: var(--stone); }

.section-ink { background: var(--ink); color: var(--on-dark); }
.section-ink h2, .section-ink h3, .section-ink h4 { color: #fff; }
.section-ink strong, .section-ink b { color: #fff; }
.section-ink a { color: #fff; text-decoration-color: var(--yellow); }
.section-ink a:hover { color: var(--yellow); text-decoration-color: var(--yellow); }
.section-ink .lede { color: rgba(250, 249, 242, .78); }
.section-ink li::marker { color: var(--faint); }

.section-red { background: var(--red); color: #FBE5E8; }
.section-red h2, .section-red h3 { color: #fff; }
.section-red strong, .section-red b { color: #fff; }
.section-red a { color: #fff; text-decoration-color: rgba(255,255,255,.6); }
.section-red .lede { color: #FBE5E8; }

/* eyebrow + rule, RSK-style */
.eyebrow { display: block; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); margin-bottom: 22px; }
.eyebrow:before { content: ""; display: block; width: 48px; height: 3px; background: var(--yellow); margin-bottom: 24px; }
.section-ink .eyebrow { color: var(--yellow); }
.section-red .eyebrow { color: #fff; }
.section-red .eyebrow:before { background: #fff; }

.lede { font-size: 1.1rem; line-height: 1.68; color: var(--muted); max-width: 44em; }
.section h2 + .lede, .section .eyebrow + h2 + .lede { margin-top: 18px; }

/* ---------- key figures ---------- */
.numbers { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0; border-top: 1px solid var(--border); }
.numbers .num { padding: 32px 26px 30px 0; border-right: 1px solid var(--border); padding-right: 26px; }
.numbers .num:last-child { border-right: 0; }
.numbers .num .n { display: block; font-size: 2.5rem; font-weight: 500; color: var(--ink); line-height: 1; letter-spacing: -.025em; margin-bottom: 14px; }
.numbers .num .l { display: block; font-size: .8rem; line-height: 1.55; color: var(--muted); font-weight: 500; }
.section-ink .numbers { border-top-color: var(--ink-3); }
.section-ink .numbers .num { border-right-color: var(--ink-3); }
.section-ink .numbers .num .n { color: var(--yellow); }
.section-ink .numbers .num .l { color: var(--on-dark); }

/* ---------- cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1px; background: var(--border); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.card { background: var(--white); padding: 36px 30px; }
.card h3 { margin-bottom: .6em; }
.card p { font-size: .96rem; }
.card p:last-child { margin-bottom: 0; }
.card .card-n { display: block; font-size: .72rem; font-weight: 600; color: var(--muted); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.card .card-n:before { content: ""; display: block; width: 32px; height: 3px; background: var(--yellow); margin-bottom: 18px; }
.section-alt .cards .card { background: var(--white); }

/* ---------- callouts ---------- */
.callout { border-left: 3px solid var(--yellow); background: var(--warm); padding: 30px 34px; margin: 2.4rem 0; max-width: 46em; }
.callout h3 { margin-bottom: .55em; }
.callout p { font-size: .98rem; }
.callout p:last-child { margin-bottom: 0; }
.callout-yellow { background: var(--yellow-soft); border-left-color: var(--yellow); }
.section-alt .callout { background: var(--white); }
.section-ink .callout { background: var(--ink-2); border-left-color: var(--yellow); color: var(--on-dark); }
.section-ink .callout h3 { color: #fff; }
.section-red .callout { background: #fff; border-left-color: var(--ink); color: var(--body); }
.section-red .callout h3 { color: var(--ink); }
.section-red .callout strong { color: var(--ink); }

.pullquote { border-left: 3px solid var(--yellow); padding: 4px 0 4px 30px; margin: 2.6rem 0; font-size: 1.4rem; font-weight: 400; line-height: 1.48; color: var(--ink); max-width: 32em; }
.pullquote cite { display: block; margin-top: 18px; font-size: .74rem; font-style: normal; color: var(--muted); letter-spacing: .12em; font-weight: 600; text-transform: uppercase; line-height: 1.6; }
.section-ink .pullquote { color: #fff; }
.section-ink .pullquote cite { color: var(--on-dark); }
.section-red .pullquote { color: #fff; border-left-color: #fff; }
.section-red .pullquote cite { color: #F7D5D9; }

/* ---------- tables ---------- */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 2.2rem 0; }
table.data { width: 100%; border-collapse: collapse; background: var(--white); color: var(--body); font-size: .9rem; min-width: 600px; }
table.data caption { caption-side: top; text-align: left; font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; color: var(--muted); padding-bottom: 1.1rem; }
table.data th, table.data td { padding: 14px 16px 14px 0; border-bottom: 1px solid var(--border-lt); text-align: left; vertical-align: top; color: var(--body); }
table.data th:last-child, table.data td:last-child { padding-right: 0; }
table.data thead th { color: var(--ink); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; border-bottom: 2px solid var(--ink); vertical-align: bottom; line-height: 1.5; padding-top: 0; }
table.data tbody tr:last-child td { border-bottom: 1px solid var(--border); }
table.data td.num, table.data th.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
table.data tfoot td, table.data tfoot th { font-weight: 600; color: var(--ink); border-top: 2px solid var(--ink); border-bottom: 0; }
table.data td strong { color: var(--ink); }
.section-ink table.data, .section-red table.data { background: transparent; }
.section-ink table.data th, .section-ink table.data td { color: var(--on-dark); border-bottom-color: var(--ink-3); }
.section-ink table.data thead th { color: #fff; border-bottom-color: var(--yellow); }
.section-ink table.data tfoot td, .section-ink table.data tfoot th { color: #fff; border-top-color: var(--yellow); }
.section-ink table.data caption { color: var(--on-dark); }
.section-ink table.data td strong { color: #fff; }

/* score emphasis */
.s-win  { color: var(--ok); font-weight: 600; }
.s-lose { color: var(--red); font-weight: 600; }
.s-zero { color: #fff; background: var(--red); font-weight: 600; text-align: right; }
.s-tie  { color: var(--faint); }
table.data td.s-win { color: var(--ok); }
table.data td.s-lose { color: var(--red); }
table.data td.s-zero { color: #fff; }
.section-ink table.data td.s-win { color: #8FD8A6; }
.section-ink table.data td.s-lose { color: #FF9AA5; }

.tag { display: inline-block; font-size: .66rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; padding: 4px 8px; white-space: nowrap; border: 1px solid transparent; }
.tag-none  { background: var(--red-soft); color: var(--red-dk); border-color: #F0D2D7; }
.tag-part  { background: var(--yellow-soft); color: var(--yellow-dk); border-color: #E8DFA8; }
.tag-yes   { background: var(--ok-soft); color: var(--ok); border-color: #C5E0CD; }
.tag-ghost { background: var(--stone); color: var(--muted); border-color: var(--border); }

/* ---------- timeline ---------- */
.timeline { list-style: none; padding: 0; margin: 2.4rem 0 0; position: relative; max-width: 46em; }
.timeline:before { content: ""; position: absolute; left: 4px; top: 12px; bottom: 12px; width: 1px; background: var(--border); }
.timeline li { position: relative; padding: 0 0 36px 34px; margin: 0; }
.timeline li:before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; background: var(--border); }
.timeline li.hit:before { background: var(--ink); }
.timeline li.key:before { background: var(--yellow); box-shadow: 0 0 0 3px var(--yellow-soft); }
.timeline .date { display: block; font-weight: 600; font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); margin-bottom: 10px; }
.timeline .what { font-weight: 600; font-size: 1.08rem; color: var(--ink); display: block; margin-bottom: .55rem; line-height: 1.4; letter-spacing: -.005em; }
.timeline p { margin: 0 0 .8em; font-size: .96rem; }
.timeline p:last-child { margin-bottom: 0; }

/* ---------- billboard reproductions ---------- */
.bb-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.billboard { background: var(--ink); overflow: hidden; display: flex; flex-direction: column; }
.billboard .bb-bar { background: var(--red); color: #fff; font-weight: 600; text-transform: uppercase; font-size: .53rem; letter-spacing: .1em; padding: 7px 10px; text-align: center; line-height: 1.5; }
.billboard .bb-body { padding: 30px 24px; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: space-between; min-height: 158px; }
.billboard .bb-line { color: var(--yellow); font-weight: 700; text-transform: uppercase; font-size: 1.28rem; line-height: 1.28; letter-spacing: -.01em; margin: 0; max-width: none; }
.billboard .bb-url { color: #fff; font-size: .82rem; margin-top: 22px; text-align: right; font-weight: 300; max-width: none; }
/* the global `strong, b` colour would otherwise paint these dark-on-dark */
.billboard b, .billboard strong { color: inherit; font-weight: 500; }
.billboard .bb-url b { font-size: 1rem; }
.billboard u { text-underline-offset: 3px; }

/* ---------- documents ---------- */
.doclist { list-style: none; padding: 0; margin: 2rem 0 0; max-width: 46em; }
.doclist li { border-top: 1px solid var(--border); padding: 30px 0; margin: 0; }
.doclist li:last-child { border-bottom: 1px solid var(--border); }
.doclist .doc-t { font-weight: 600; font-size: 1.15rem; color: var(--ink); display: block; margin-bottom: .4rem; line-height: 1.35; letter-spacing: -.005em; }
.doclist .doc-m { font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); font-weight: 600; }
.doclist p { margin: 1rem 0 0; font-size: .96rem; }

/* ---------- forms ---------- */
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.field { display: flex; flex-direction: column; margin-bottom: 22px; }
.field label { font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: var(--ink); margin-bottom: 10px; }
.field input[type=text], .field input[type=email], .field textarea, .field select { font-family: var(--font); font-size: 1rem; padding: 13px 14px; border: 1px solid var(--border); background: var(--white); color: var(--ink); border-radius: 0; width: 100%; }
.field textarea { min-height: 170px; resize: vertical; line-height: 1.6; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--yellow-dk); outline-offset: 0; border-color: var(--ink); }
.field .hint { font-size: .8rem; color: var(--muted); margin-top: 8px; }
.field-err { color: var(--red-dk); font-weight: 600; font-size: .84rem; margin-top: 8px; display: block; }

.form-note { background: var(--warm); border-left: 3px solid var(--yellow); padding: 20px 24px; font-size: .9rem; margin-bottom: 28px; color: var(--muted); }
.form-note strong { color: var(--ink); }
.form-ok { background: var(--ok-soft); border-left: 3px solid var(--ok); padding: 26px 30px; margin-bottom: 24px; }
.form-ok h3 { color: var(--ok); margin-bottom: .5em; }
.form-bad { background: var(--red-soft); border-left: 3px solid var(--red); padding: 26px 30px; margin-bottom: 24px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- contact ---------- */
.contact-card { background: var(--warm); padding: 34px 30px; }
.contact-card h3 { margin-bottom: .5em; }
.contact-card dl { margin: 0; }
.contact-card dt { font-size: .66rem; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); font-weight: 600; margin-top: 20px; }
.contact-card dt:first-child { margin-top: 0; }
.contact-card dd { margin: 6px 0 0; font-size: 1rem; color: var(--ink); }

/* ---------- layout helpers ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.split-3-2 { display: grid; grid-template-columns: 3fr 2fr; gap: 56px; }

.vs { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 2.4rem 0; }
.vs .vs-side { padding: 34px 30px 34px 0; }
.vs .vs-side h3 { margin-bottom: .25em; }
.vs .vs-side .addr { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-weight: 600; margin-bottom: 26px; }
.vs .vs-side p { max-width: none; }
.vs .vs-mid { color: var(--faint); display: flex; align-items: center; justify-content: center; padding: 0 26px; font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; border-left: 1px solid var(--border); border-right: 1px solid var(--border); }
.vs .big { font-size: 2.6rem; font-weight: 500; letter-spacing: -.025em; line-height: 1; margin: 0 0 .4rem; color: var(--ink); }
.vs .vs-side.winner .big { color: var(--ok); }
.vs .vs-side.loser .big { color: var(--red); }

/* ---------- sourcing ---------- */
.src { font-size: .84rem; color: var(--muted); border-top: 1px solid var(--border); padding-top: 1.3rem; margin-top: 2rem; line-height: 1.65; max-width: 46em; }
.src strong { color: var(--ink); }

.disclaim { background: var(--warm); border-top: 1px solid var(--border); font-size: .85rem; color: var(--muted); padding: 34px 0; line-height: 1.7; }
.disclaim strong { color: var(--ink); }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: var(--on-dark); padding: 72px 0 34px; font-size: .9rem; }
.footer h4 { color: #fff; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; margin-bottom: 20px; }
.footer p { max-width: 30em; }
.footer a { color: #E4E5DA; text-decoration: none; }
.footer a:hover { color: var(--yellow); text-decoration: underline; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 40px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: .6em; }
.footer-base { border-top: 1px solid var(--ink-3); margin-top: 50px; padding-top: 26px; font-size: .8rem; color: #8D9083; line-height: 1.7; }
.footer-base strong { color: var(--on-dark); }
.footer .muted { color: #8D9083; }

/* ---------- utility ---------- */
.mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; }
.mt2 { margin-top: 2.4rem; } .mb2 { margin-bottom: 2.4rem; }
.tc { text-align: center; }
.nowrap { white-space: nowrap; }
.mono { font-family: var(--mono); font-size: .92em; }
.small { font-size: .86rem; }
.muted { color: var(--muted); }
.section-ink .muted, .hero .muted { color: var(--on-dark); }
.section-red .muted { color: #F7D5D9; }
.billboard .muted { color: #B9BAAE; }
.hl { background: var(--yellow); color: var(--ink); padding: .06em .28em; font-weight: 500; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
    .split, .split-3-2 { grid-template-columns: 1fr; gap: 36px; }
    .vs { grid-template-columns: 1fr; }
    .vs .vs-side { padding: 28px 0; border-bottom: 1px solid var(--border-lt); }
    .vs .vs-mid { padding: 14px 0; border-left: 0; border-right: 0; justify-content: flex-start; }
    .numbers .num { border-right: 0; border-bottom: 1px solid var(--border); padding: 26px 0; }
    .section-ink .numbers .num { border-bottom-color: var(--ink-3); }
    .section { padding: 68px 0; }
    .hero { padding: 72px 0 76px; }
    .pagehead { padding: 52px 0 56px; }
}

@media (max-width: 640px) {
    body { font-size: 16px; }
    .masthead-inner { flex-direction: column; align-items: flex-start; gap: 16px; padding: 18px 20px; }
    .nav { gap: 0; margin-left: -12px; }
    .section { padding: 52px 0; }
    .banner { font-size: .58rem; letter-spacing: .1em; }
    .numbers .num .n { font-size: 2.1rem; }
    .pullquote { font-size: 1.18rem; padding-left: 22px; }
    .callout { padding: 24px 22px; }
}

@media print {
    .masthead, .nav, .footer, .banner, .hero-actions { display: none !important; }
    body { background: #fff; color: #000; font-size: 11pt; }
    .hero, .pagehead, .section-ink, .section-red { background: #fff !important; color: #000 !important; }
    .hero h1, .section-ink h2, .section-ink h3, .section-red h2 { color: #000 !important; }
    .section-ink strong, .section-red strong, .section-ink table.data th, .section-ink table.data td { color: #000 !important; }
    a { color: #000; }
    .table-scroll { overflow: visible; }
}
