/* ExhibitSet site styles. Shared by every page. */
:root {
    color-scheme: light;
    --paper: #ffffff;
    --soft: #f5f6f8;
    --navy: #0b2545;
    --navy-deep: #071a33;
    --ink: #16212e;
    --text: #24303f;
    --muted: #5b6673;
    --line: #e3e6ea;
    --line-strong: #c9ced6;
    --gold: #b8922e;
    --gold-soft: #f7f1e1;
    --green: #1f7a4d;
    --green-soft: #e8f3ec;
    --red: #a12a2a;
    --max: 1120px;
    --radius: 10px;
    --shadow: 0 1px 2px rgba(11, 37, 69, 0.06), 0 8px 24px rgba(11, 37, 69, 0.06);
    --font: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--text);
    font-family: var(--font);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
p a, li a, .footer-inner a { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3, .tab, .eyebrow, .brand, .button, .amount { font-family: var(--font); font-weight: 700; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; letter-spacing: -0.025em; margin: 0 0 22px; color: var(--navy); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 14px; color: var(--navy); }
h3 { font-size: 1.12rem; margin: 0 0 8px; color: var(--ink); }
p { margin: 0 0 16px; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 720px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.eyebrow { display: inline-block; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.section { padding: 84px 0; }
.section.alt { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: var(--radius); border: 1px solid transparent; font-size: 1rem; line-height: 1; white-space: nowrap; }
.button.primary { background: var(--navy); color: #fff; }
.button.primary:hover { background: var(--navy-deep); }
.button.ghost { border-color: var(--line-strong); color: var(--navy); background: #fff; }
.button.ghost:hover { border-color: var(--navy); }
.button.gold { background: var(--gold); color: #1a1200; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 255, 255, 0.92); border-bottom: 1px solid var(--line); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.15rem; color: var(--navy); letter-spacing: -0.01em; }
.brand-mark { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 6px 6px 3px 3px; background: var(--navy); color: #fff; font-size: 0.95rem; border-bottom: 3px solid var(--gold); }
.nav-links { display: flex; gap: 26px; font-size: 0.95rem; color: var(--text); }
.nav-links a:hover { color: var(--navy); }
@media (max-width: 860px) { .nav-links { display: none; } }

.hero { padding: 84px 0 64px; background: linear-gradient(180deg, #ffffff 0%, var(--soft) 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 18px; }
.hero-note { color: var(--muted); font-size: 0.95rem; }
.pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line-strong); background: #fff; border-radius: 999px; padding: 6px 14px; font-size: 0.9rem; color: var(--navy); margin-bottom: 18px; }
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

/* Exhibit-tab motif: a stack of divider pages with legal-style tabs */
.binder { position: relative; padding: 24px 0 0 0; }
.sheet { background: #fff; border: 1px solid var(--line-strong); border-radius: 4px; box-shadow: var(--shadow); padding: 22px 24px 26px; position: relative; }
.sheet + .sheet { margin-top: -160px; margin-left: 18px; }
.sheet .stamp { position: absolute; right: 18px; bottom: 14px; font-family: var(--font); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.06em; color: var(--ink); }
.sheet .line { height: 9px; background: var(--line); border-radius: 3px; margin: 10px 0; }
.sheet .line.short { width: 60%; }
.sheet .line.redact { background: #000; width: 34%; display: inline-block; margin: 0 6px 0 0; height: 12px; vertical-align: middle; }
.tabs { display: flex; gap: 6px; margin-bottom: -1px; padding-left: 8px; }
.tab { background: var(--navy); color: #fff; font-size: 0.78rem; letter-spacing: 0.08em; padding: 7px 14px; border-radius: 6px 6px 0 0; text-transform: uppercase; }
.tab.gold { background: var(--gold); color: #1a1200; }
.tab.ghost { background: var(--line-strong); color: var(--ink); }
.tab-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tab-row .tab { border-radius: 6px; font-size: 0.8rem; }

.glance { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .glance { grid-template-columns: repeat(2, 1fr); } }
.glance div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.glance strong { display: block; font-size: 1.45rem; color: var(--navy); letter-spacing: -0.02em; }
.glance span { color: var(--muted); font-size: 0.95rem; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px 22px; position: relative; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -14px; left: 18px; background: var(--navy); color: #fff; font-weight: 700; width: 30px; height: 26px; border-radius: 6px 6px 3px 3px; display: grid; place-items: center; font-size: 0.85rem; border-bottom: 3px solid var(--gold); }
.step p { color: var(--muted); font-size: 0.97rem; margin: 0; }

.check-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
.check { display: grid; grid-template-columns: 34px 1fr 1fr; gap: 18px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
@media (max-width: 760px) { .check { grid-template-columns: 34px 1fr; } .check .digital { grid-column: 2; } }
.check .mark { width: 28px; height: 28px; border-radius: 6px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-weight: 700; font-size: 1rem; margin-top: 2px; }
.check h3 { margin-bottom: 4px; }
.check .physical { color: var(--muted); font-size: 0.97rem; margin: 0; }
.check .digital { font-size: 0.97rem; margin: 0; }
.check .digital strong { color: var(--navy); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cards { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; }
.card .num { color: var(--gold); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.97rem; margin: 0; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; margin-top: 28px; }
table { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 820px; }
th, td { text-align: left; padding: 14px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--muted); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; background: var(--soft); }
th:nth-child(2), td:nth-child(2) { background: #fbfaf5; }
td.yes { color: var(--green); font-weight: 700; }
td.no { color: var(--red); }
td.part { color: #8a6d1d; }
.note { color: var(--muted); font-size: 0.92rem; }

.proof { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 28px; }
@media (max-width: 760px) { .proof { grid-template-columns: 1fr; } }
.proof div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.proof strong { display: block; color: var(--navy); margin-bottom: 4px; }
.proof span { color: var(--muted); font-size: 0.95rem; }
.proof code { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 0.9rem; background: var(--soft); padding: 1px 6px; border-radius: 4px; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
@media (max-width: 900px) { .plans { grid-template-columns: 1fr; } }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; }
.plan.featured { border-color: var(--navy); box-shadow: var(--shadow); }
.plan .amount { font-size: 2.6rem; color: var(--navy); letter-spacing: -0.03em; margin: 6px 0 0; }
.plan .per { color: var(--muted); font-size: 0.92rem; margin-bottom: 18px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.plan li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 0.97rem; }
.plan li::before { content: "\2713"; color: var(--green); font-weight: 700; margin-right: 10px; }

.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-weight: 700; }
.faq details[open] summary::after { content: "\2212"; }
.faq p { color: var(--muted); margin: 12px 0 0; }

.cta-panel { background: var(--navy); color: #fff; border-radius: 14px; padding: 48px 40px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: center; }
@media (max-width: 800px) { .cta-panel { grid-template-columns: 1fr; padding: 34px 26px; } }
.cta-panel h2 { color: #fff; margin-bottom: 8px; }
.cta-panel p { color: rgba(255, 255, 255, 0.78); margin: 0; }
.cta-panel .actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 800px) { .cta-panel .actions { justify-content: flex-start; } }

.site-footer { border-top: 1px solid var(--line); padding: 48px 0 28px; background: var(--soft); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-brand p { color: var(--muted); font-size: 0.95rem; max-width: 380px; margin-top: 12px; }
.footer-col { display: flex; flex-direction: column; gap: 8px; font-size: 0.95rem; }
.footer-col strong { color: var(--navy); margin-bottom: 4px; }
.footer-col a:hover { color: var(--navy); text-decoration: underline; }
.footer-inner { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 20px; color: var(--muted); font-size: 0.85rem; }

/* Article pages */
.article { max-width: 780px; }
.article h1 { font-size: clamp(2rem, 4.4vw, 3rem); }
.article h2 { font-size: 1.6rem; margin-top: 48px; }
.article h3 { font-size: 1.15rem; margin-top: 28px; }
.article p, .article li { font-size: 1.05rem; }
.article ul, .article ol { padding-left: 24px; }
.article li { margin: 6px 0; }
.article .updated { color: var(--muted); font-size: 0.92rem; margin-bottom: 26px; }
.toc { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 22px; margin: 28px 0; }
.toc strong { display: block; color: var(--navy); margin-bottom: 8px; }
.toc ol { margin: 0; padding-left: 20px; }
.toc li { margin: 4px 0; font-size: 0.97rem; }
.toc a { text-decoration: underline; text-underline-offset: 3px; }
.callout { border-left: 3px solid var(--gold); background: var(--gold-soft); padding: 14px 18px; border-radius: 0 10px 10px 0; margin: 22px 0; }
.callout.plain { border-left-color: var(--navy); background: var(--soft); }
.checklist { list-style: none; padding: 0; margin: 18px 0; }
.checklist li { padding: 10px 0 10px 34px; position: relative; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "\2713"; position: absolute; left: 4px; top: 10px; color: var(--green); font-weight: 700; }
.article table { min-width: 0; }
.article blockquote { margin: 18px 0; padding: 14px 20px; border-left: 3px solid var(--navy); background: var(--soft); border-radius: 0 10px 10px 0; }
.article blockquote p { margin: 0; font-style: italic; }
.article .cite { color: var(--muted); font-weight: 400; font-size: 0.9rem; }
.article q { font-style: italic; }
.cards a.card { display: block; color: inherit; text-decoration: none; }
.cards a.card h3 { margin: 0 0 8px; font-size: 1.1rem; }
.cards a.card:hover { border-color: var(--navy); }
.page-hero { padding: 64px 0 40px; background: linear-gradient(180deg, #ffffff 0%, var(--soft) 100%); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-bottom: 12px; }
.page-hero .lead { margin-bottom: 0; }
.breadcrumb { font-size: 0.88rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.cta-inline { margin: 40px 0 0; }
dl.defs dt { font-weight: 700; color: var(--navy); margin-top: 14px; }
dl.defs dd { margin: 4px 0 0; color: var(--text); }

/* US-only notice for visitors outside the United States (injected by the head script). */
.geo-notice { position: fixed; inset: 0; z-index: 100; background: rgba(11, 37, 69, 0.55); display: grid; place-items: center; padding: 20px; }
.geo-notice-box { background: #fff; border-radius: 14px; max-width: 520px; width: 100%; padding: 30px 28px; box-shadow: 0 24px 60px rgba(11, 37, 69, 0.3); border-top: 5px solid var(--gold); }
.geo-notice-box h2 { font-size: 1.35rem; margin: 0 0 10px; }
.geo-notice-box p { color: var(--muted); margin: 0 0 20px; }
.geo-notice-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.geo-notice-actions .button { cursor: pointer; }
.geo-notice-form label { display: block; font-weight: 700; color: var(--navy); font-size: 0.92rem; margin-bottom: 12px; }
.geo-notice-form input { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: 8px; font: inherit; font-weight: 400; color: var(--text); }
.geo-notice-form input:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--navy); }
.geo-notice-error { color: var(--red); font-size: 0.9rem; margin: 0 0 10px; min-height: 1.2em; }
.geo-notice-fineprint { color: var(--muted); font-size: 0.85rem; margin: 14px 0 0; }
.geo-notice-fineprint a { text-decoration: underline; text-underline-offset: 3px; }

/* Pricing calculator (/pricing): billing period, a seat slider with the three tiers under it, and a live summary. */
.cycle { display: inline-flex; border: 1px solid var(--line-strong); border-radius: 999px; padding: 4px; background: #fff; margin-top: 26px; }
.cycle label { position: relative; cursor: pointer; }
.cycle input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.cycle span { display: inline-block; padding: 8px 18px; border-radius: 999px; font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.cycle em { font-style: normal; font-weight: 400; color: var(--green); margin-left: 6px; font-size: 0.85rem; }
.cycle input:checked + span { background: var(--navy); color: #fff; }
.cycle input:checked + span em { color: rgba(255, 255, 255, 0.8); }
.cycle input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.calc-card { display: grid; grid-template-columns: 1fr 300px; gap: 28px; margin-top: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; }
@media (max-width: 900px) { .calc-card { grid-template-columns: 1fr; } }
.calc-main h3 { margin-bottom: 4px; }
.slider { position: relative; padding: 14px 0; margin-top: 18px; --ratio: 0; }
.slider::before, .slider::after { content: ""; position: absolute; top: 50%; height: 8px; margin-top: -4px; border-radius: 4px; pointer-events: none; }
.slider::before { left: 0; right: 0; background: linear-gradient(90deg, var(--navy) calc(16px + (100% - 32px) * var(--ratio)), var(--line) 0); }
.slider::after { left: 14px; right: 14px; background: radial-gradient(circle, var(--gold) 1.5px, transparent 2.2px) 2px 50% / calc((100% - 4px) / 49) 8px repeat-x; }
.slider input { -webkit-appearance: none; appearance: none; display: block; position: relative; z-index: 1; width: 100%; height: 32px; margin: 0; background: transparent; }
.slider input::-webkit-slider-runnable-track { height: 32px; background: transparent; }
.slider input::-webkit-slider-thumb { -webkit-appearance: none; width: 32px; height: 32px; border-radius: 50%; border: 3px solid #fff; background: var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 7l-4 5 4 5M15 7l4 5-4 5'/%3E%3C/svg%3E") center / 18px no-repeat; box-shadow: 0 1px 6px rgba(11, 37, 69, 0.35); cursor: grab; }
.slider input::-moz-range-track { background: transparent; }
.slider input::-moz-range-thumb { width: 32px; height: 32px; border-radius: 50%; border: 3px solid #fff; background: var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 7l-4 5 4 5M15 7l4 5-4 5'/%3E%3C/svg%3E") center / 18px no-repeat; box-shadow: 0 1px 6px rgba(11, 37, 69, 0.35); cursor: grab; }
.slider input:active::-webkit-slider-thumb { cursor: grabbing; }
.slider input:focus-visible { outline: none; }
.slider input:focus-visible::-webkit-slider-thumb { outline: 3px solid var(--gold); outline-offset: 2px; }
.tiers { display: grid; grid-template-columns: 13fr 15fr 22fr; gap: 6px; margin-top: 4px; }
.tier { border: 1px solid var(--line-strong); border-bottom: 0; border-radius: 8px 8px 0 0; padding: 10px 6px 0; font-size: 0.85rem; color: var(--muted); line-height: 1.35; }
.tier strong { display: block; color: var(--ink); }
.tier b { font-weight: 400; }
.tier:nth-child(2) { text-align: center; }
.tier:nth-child(3) { text-align: right; }
.tier.active { border-color: var(--navy); color: var(--text); }
.tier.active strong, .tier.active b { color: var(--navy); font-weight: 700; }
.calc-summary { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; text-align: center; background: var(--soft); border-radius: var(--radius); padding: 24px 20px; }
.calc-label { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.calc-count { font-size: 2.6rem; font-weight: 700; color: var(--navy); letter-spacing: -0.03em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.calc-tier { font-size: 0.9rem; color: var(--muted); }
.calc-rate { margin-top: 8px; color: var(--muted); font-size: 0.95rem; }
.calc-rate b { font-size: 1.7rem; color: var(--navy); letter-spacing: -0.02em; }
.calc-total { font-size: 0.9rem; color: var(--muted); margin-bottom: 14px; }
