:root {
  --navy: #102a43;
  --navy-deep: #071b2e;
  --sky: #2f80c0;
  --sky-dark: #1f6b9f;
  --gold: #d99a2b;
  --gold-light: #f2c46d;
  --cloud: #f5f8fa;
  --mist: #e9f0f5;
  --slate: #52606d;
  --text: #1f2933;
  --white: #fff;
  --red: #a3272f;
  --green: #1d6b4f;
  --border: #cbd5df;
  --shadow: 0 18px 50px rgba(16,42,67,.11);
  --radius: 12px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: var(--sky-dark); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 44px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); background: var(--white); color: var(--navy); padding: 10px 16px; font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.site-alert { background: var(--gold-light); color: var(--navy-deep); padding: 10px 0; font-weight: 700; text-align: center; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--mist); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { display: block; width: 230px; }
.primary-nav { display: flex; align-items: center; gap: 5px; }
.primary-nav > a { color: var(--navy); padding: 10px 9px; font-size: .92rem; font-weight: 700; text-decoration: none; border-radius: 5px; white-space: nowrap; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { background: var(--cloud); color: var(--sky-dark); }
.primary-nav .button { color: var(--navy-deep); margin-left: 8px; padding: 10px 15px; background: var(--gold); }
.primary-nav .button:hover { background: var(--gold-light); color: var(--navy-deep); }
.menu-button { display: none; background: transparent; color: var(--navy); border: 0; font-weight: 800; align-items: center; gap: 8px; padding: 8px; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 22px; height: 2px; background: currentColor; position: relative; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -7px; }
.menu-icon::after { top: 7px; }
.announcement { padding: 9px 0; background: var(--navy); color: var(--white); text-align: center; letter-spacing: .17em; font-size: .75rem; font-weight: 800; }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7fafc 0%, #edf4f8 45%, #d8e8f2 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 25%, rgba(217,154,43,.2), transparent 27%); pointer-events: none; }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; position: relative; }
.hero-copy { padding: 74px 0 82px; }
.hero-copy h1, .page-hero h1, .not-found h1 { margin: 0 0 24px; color: var(--navy-deep); font-size: clamp(2.55rem, 5.2vw, 4.55rem); line-height: 1.04; letter-spacing: -.045em; max-width: 800px; }
.hero-copy > p:not(.eyebrow):not(.fine-print) { max-width: 660px; font-size: 1.07rem; }
.hero-art { align-self: end; display: flex; align-items: end; filter: drop-shadow(0 25px 35px rgba(7,27,46,.12)); }
.hero-art img { width: 100%; }
.eyebrow { margin: 0 0 14px; color: var(--sky-dark); font-size: .76rem; line-height: 1.3; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.lead, .section-lead { color: #34495b; font-size: clamp(1.1rem, 2vw, 1.28rem); line-height: 1.62; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 28px 0 16px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 48px; padding: 11px 21px; border: 2px solid var(--gold); border-radius: 5px; background: var(--gold); color: var(--navy-deep); font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 6px 15px rgba(217,154,43,.15); }
.button:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--navy-deep); }
.button-secondary { background: transparent; border-color: var(--navy); color: var(--navy); box-shadow: none; }
.button-secondary:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }
.button-small { min-height: 40px; padding: 7px 13px; font-size: .9rem; }
.button-full { width: 100%; }
.fine-print { color: var(--slate); font-size: .875rem; line-height: 1.55; }
.section { padding: 96px 0; }
.section-cloud { background: var(--cloud); }
.intro { text-align: center; }
.intro h2, .section h2, .section-heading h2 { color: var(--navy); margin: 0 0 20px; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.12; letter-spacing: -.035em; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading p:last-child { margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; padding: 34px; background: var(--white); border: 1px solid #dce5ec; border-radius: var(--radius); box-shadow: 0 8px 25px rgba(16,42,67,.05); overflow: hidden; }
.card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg, var(--sky), var(--gold)); opacity: .75; }
.card h3 { color: var(--navy); margin: 14px 0 12px; font-size: 1.3rem; line-height: 1.25; }
.card p:last-child { margin-bottom: 0; }
.card-number { color: var(--gold); font-weight: 900; letter-spacing: .1em; }
.horizon { position: relative; color: var(--white); background: linear-gradient(110deg, rgba(7,27,46,.98), rgba(16,42,67,.94)), url("/assets/brand/ozarks-runway.svg") center 47%/cover; }
.horizon .eyebrow, .values-section .eyebrow { color: var(--gold-light); }
.horizon h2, .values-section h2 { color: var(--white); }
.horizon .text-link { color: var(--gold-light); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--sky-dark); font-weight: 800; text-decoration-thickness: 2px; }
.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); counter-reset: step; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 0 30px; border-left: 1px solid var(--border); }
.steps li:first-child { padding-left: 0; border: 0; }
.steps li:last-child { padding-right: 0; }
.steps span, .mini-steps span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 900; }
.steps h3 { margin: 5px 0 8px; color: var(--navy); font-size: 1.2rem; line-height: 1.25; }
.steps p { margin: 0; }
.status-section { padding-top: 30px; }
.status-panel { display: grid; grid-template-columns: 120px 1fr; gap: 38px; align-items: center; padding: 52px; background: #e6f1f7; border-left: 5px solid var(--sky); border-radius: var(--radius); }
.status-panel h2 { margin-bottom: 12px; }
.status-icon { width: 106px; aspect-ratio: 1; border: 2px solid var(--sky); border-radius: 50%; position: relative; }
.status-icon::before, .status-icon::after, .status-icon span { content: ""; position: absolute; left: 50%; transform: translateX(-50%); }
.status-icon::before { width: 2px; height: 62px; top: 20px; background: var(--sky); }
.status-icon::after { width: 44px; height: 2px; bottom: 25px; background: var(--gold); transform: translateX(-50%) rotate(-8deg); }
.interest-band { background: linear-gradient(135deg, #dbeaf3, #f8fafc); }
.form-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.form-card { padding: 34px; }
.page-hero { padding: 82px 0 74px; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: var(--white); text-align: center; }
.page-hero h1 { color: var(--white); font-size: clamp(2.5rem, 5vw, 4rem); }
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero .lead { color: #d9e7f0; margin-inline: auto; max-width: 760px; }
.breadcrumbs { padding-top: 18px; padding-bottom: 18px; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; font-size: .86rem; color: var(--slate); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #9aa8b5; }
.breadcrumbs a { color: var(--slate); }
.caution { padding: 42px; border: 2px solid #e2b45e; border-radius: var(--radius); background: #fff9eb; }
.caution h2 { font-size: 2rem; }
.caution .button { margin-top: 8px; }
.check-list { list-style: none; padding: 0; margin: 26px 0; }
.check-list li { position: relative; padding: 10px 0 10px 36px; border-bottom: 1px solid var(--border); }
.check-list li::before { content: "✓"; position: absolute; left: 4px; color: var(--green); font-weight: 900; }
blockquote { margin: 30px 0 0; padding: 26px 30px; color: var(--navy); background: var(--cloud); border-left: 5px solid var(--gold); font-size: 1.35rem; font-weight: 700; }
.development-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin: 30px 0; background: var(--border); border: 1px solid var(--border); }
.development-grid div { padding: 22px 26px 22px 48px; background: var(--white); position: relative; }
.development-grid div::before { content: "—"; position: absolute; left: 22px; color: var(--gold); font-weight: 900; }
.centered-strong { max-width: 800px; margin: 32px auto 0; text-align: center; font-weight: 800; color: var(--navy); }
.values-section { background: var(--navy); color: #dbe7ef; }
.values-section .card { color: var(--text); }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { list-style: none; cursor: pointer; min-height: 68px; padding: 22px 8px; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: var(--navy); font-size: 1.13rem; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { width: 22px; height: 22px; flex: 0 0 auto; position: relative; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; top: 10px; width: 22px; height: 2px; background: var(--sky); }
.faq-plus::after { transform: rotate(90deg); transition: transform .2s; }
.faq-item[open] .faq-plus::after { transform: rotate(0); }
.faq-answer { padding: 0 55px 24px 8px; }
.cta-panel { margin-top: 60px; padding: 40px; background: var(--cloud); border-radius: var(--radius); }
.form-page-grid { display: grid; grid-template-columns: 310px minmax(0,1fr); gap: 70px; align-items: start; }
.form-context { position: sticky; top: 24px; padding: 28px; background: var(--cloud); border-radius: var(--radius); }
.form-context h2 { font-size: 1.35rem; }
.form-context hr { border: 0; border-top: 1px solid var(--border); margin: 30px 0; }
.mini-steps { list-style: none; padding: 0; margin: 24px 0; }
.mini-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; margin: 17px 0; }
.mini-steps span { width: 36px; height: 36px; font-size: .86rem; }
.mini-steps p { margin: 0; }
.context-note { border-top: 3px solid var(--gold); padding-top: 20px; margin-top: 28px; }
.full-form { min-width: 0; }
.full-form fieldset { margin: 0 0 36px; padding: 0; border: 0; }
.full-form legend { width: 100%; margin-bottom: 22px; padding-bottom: 10px; border-bottom: 2px solid var(--navy); color: var(--navy); font-size: 1.35rem; font-weight: 850; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.form-row.three { grid-template-columns: 1.1fr .8fr .8fr; }
.field { margin-bottom: 21px; min-width: 0; }
.field label, .full-form > label { display: block; margin-bottom: 7px; color: var(--navy-deep); font-size: .92rem; font-weight: 750; }
input, select, textarea { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--text); background: var(--white); border: 1px solid #9aabba; border-radius: 5px; }
textarea { min-height: 125px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: var(--sky); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border: 2px solid var(--red); }
.optional { color: var(--slate); font-weight: 500; font-size: .82rem; }
.form-help { display: block; margin-top: 5px; color: var(--slate); font-size: .82rem; }
.checkbox { display: grid; grid-template-columns: 24px 1fr; column-gap: 12px; align-items: start; }
.checkbox input { width: 22px; min-height: 22px; height: 22px; margin: 3px 0 0; accent-color: var(--navy); }
.checkbox label { margin: 0; font-weight: 500; line-height: 1.55; }
.checkbox .field-error { grid-column: 2; }
.field-error { display: block; color: var(--red); font-size: .86rem; font-weight: 750; margin-top: 5px; }
.error-summary { margin: 0 0 28px; padding: 20px 24px; background: #fff1f1; border: 2px solid var(--red); border-radius: 6px; }
.error-summary h2 { margin: 0 0 8px; color: var(--red); font-size: 1.35rem; }
.error-summary p, .error-summary ul { margin-bottom: 8px; }
.form-success { margin: 0 0 24px; padding: 16px 20px; color: #134f3a; background: #e8f7f0; border-left: 4px solid var(--green); font-weight: 700; }
.form-warning { padding: 16px 18px; color: #5f4612; background: #fff8e6; border-left: 4px solid var(--gold); font-size: .88rem; }
.form-submit { padding-top: 10px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.policy h1 { color: var(--navy); font-size: clamp(2.4rem,5vw,3.7rem); line-height: 1.1; }
.policy h2 { margin-top: 52px; font-size: 1.75rem; }
.policy p, .policy li { max-width: 74ch; }
.success-panel, .notice-panel { padding: 55px; text-align: center; background: var(--cloud); border-radius: var(--radius); box-shadow: var(--shadow); }
.success-panel h1, .notice-panel h1 { margin: 12px 0 18px; color: var(--navy); font-size: clamp(2rem,4vw,3rem); line-height: 1.15; }
.success-check { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 20px; color: var(--white); background: var(--green); border-radius: 50%; font-size: 2rem; font-weight: 900; }
.mail-icon { display: block; width: 72px; height: 50px; margin: 0 auto 26px; border: 3px solid var(--sky); border-radius: 5px; position: relative; }
.mail-icon::before, .mail-icon::after { content: ""; position: absolute; width: 42px; height: 3px; top: 20px; background: var(--sky); }
.mail-icon::before { left: 0; transform: rotate(34deg); }
.mail-icon::after { right: 0; transform: rotate(-34deg); }
.danger-button { background: var(--red); border-color: var(--red); color: var(--white); }
.danger-button:hover { background: #7e1d24; border-color: #7e1d24; color: var(--white); }
.danger-link { color: var(--red); }
.not-found { min-height: 560px; padding: 100px 0; background: var(--cloud); }
.course-mark { min-height: 320px; display: grid; place-items: center; border: 2px dashed var(--sky); border-radius: 50%; position: relative; }
.course-mark::after { content: ""; position: absolute; width: 70%; border-top: 5px solid var(--gold); transform: rotate(-25deg); }
.course-mark span { color: #d6e4ed; font-size: clamp(6rem,18vw,12rem); line-height: 1; font-weight: 900; }
.article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.article-card { display: flex; flex-direction: column; padding: 34px; background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--sky); border-radius: var(--radius); box-shadow: var(--shadow); }
.article-card h2 { margin: 8px 0 14px; color: var(--navy); font-size: clamp(1.35rem,2.5vw,1.7rem); line-height: 1.2; }
.article-card h2 a { color: inherit; text-decoration: none; }
.article-card h2 a:hover { color: var(--sky-dark); text-decoration: underline; }
.article-card p:not(.article-meta) { flex: 1; }
.article-meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: var(--slate); font-size: .86rem; font-weight: 700; }
.article-empty { max-width: 800px; margin: 0 auto; padding: 46px; text-align: center; background: var(--cloud); border: 1px solid var(--border); border-radius: var(--radius); }
.article-empty h2 { color: var(--navy); }
.article-empty .button-row { justify-content: center; }
.article-shell { padding: 68px 0 0; }
.article-header { padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.article-header h1 { margin: 8px 0 22px; color: var(--navy-deep); font-size: clamp(2.35rem,6vw,4.25rem); line-height: 1.05; letter-spacing: -.035em; }
.article-header .lead { color: #435568; font-size: clamp(1.15rem,2.2vw,1.35rem); }
.article-body { padding-top: 38px; padding-bottom: 88px; color: #263746; font-size: 1.075rem; line-height: 1.8; }
.article-body h2 { margin: 56px 0 18px; color: var(--navy); font-size: clamp(1.7rem,4vw,2.25rem); line-height: 1.15; }
.article-body h3 { margin: 38px 0 14px; color: var(--navy); font-size: 1.35rem; }
.article-body li { margin: 8px 0; }
.article-body hr { margin: 52px 0; border: 0; border-top: 1px solid var(--border); }
.article-body blockquote { font-size: 1.15rem; }
.article-disclaimer { margin-top: 58px; padding: 30px; color: var(--text); background: #fff9eb; border: 1px solid #e2b45e; border-left: 5px solid var(--gold); border-radius: var(--radius); font-size: .95rem; line-height: 1.65; }
.article-disclaimer h2 { margin: 0 0 12px; font-size: 1.35rem; }
.article-card { padding: 0; overflow: hidden; }
.article-card-image { display: block; background: var(--navy); }
.article-card-image img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.article-card-content { display: flex; flex: 1; flex-direction: column; padding: 30px 34px 34px; }
.article-card-content p:not(.article-meta) { flex: 1; }
.article-visual { margin: 34px 0 42px; }
.article-visual img { display: block; width: 100%; height: auto; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.article-hero-visual { margin-top: 0; }
.article-table-wrap { max-width: 100%; margin: 30px 0 40px; overflow-x: auto; border: 1px solid var(--border); border-radius: 12px; }
.article-table-wrap:focus { outline: 3px solid var(--gold); outline-offset: 3px; }
.article-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--white); font-size: .96rem; line-height: 1.55; }
.article-table-wrap th, .article-table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); text-align: left; vertical-align: top; }
.article-table-wrap th { color: var(--navy); background: #eaf3f8; }
.article-table-wrap tr:last-child td { border-bottom: 0; }
.article-table-wrap th:last-child, .article-table-wrap td:last-child { border-right: 0; }
.public-review-banner { position: relative; z-index: 1; }
.closing-cta { text-align: center; }
.preview-banner { padding: 14px 20px; color: #5f4612; background: #fff1c9; border-bottom: 1px solid #e2b45e; text-align: center; }
@media (max-width: 780px) {
  .article-grid { grid-template-columns: 1fr; }
  .article-empty { padding: 34px 22px; }
  .article-shell { padding-top: 48px; }
  .article-body { font-size: 1rem; }
}
.site-footer { padding: 70px 0 30px; color: #cddbe5; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; padding-bottom: 45px; }
.footer-mark { width: 240px; }
.tagline { color: var(--gold-light); font-weight: 700; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #d9e7ef; }
.site-footer a:hover { color: var(--gold-light); }
.footer-disclosure { padding-top: 28px; border-top: 1px solid #31506a; font-size: .78rem; line-height: 1.55; }
.footer-disclosure p { max-width: 1000px; }
.offline-notice { position: fixed; z-index: 100; bottom: 18px; left: 50%; transform: translateX(-50%); padding: 12px 18px; color: var(--white); background: var(--navy-deep); border-radius: 5px; box-shadow: var(--shadow); font-weight: 700; }
@media (max-width: 1020px) {
  .menu-button { display: inline-flex; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px 20px 24px; background: var(--white); border-top: 1px solid var(--mist); box-shadow: 0 20px 30px rgba(16,42,67,.12); flex-direction: column; align-items: stretch; }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 12px; }
  .primary-nav .button { margin: 8px 0 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-bottom: 15px; }
  .hero-art { max-width: 600px; margin: auto; }
  .form-page-grid { grid-template-columns: 260px minmax(0,1fr); gap: 35px; }
}
@media (max-width: 780px) {
  .container, .narrow { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 70px; }
  .brand img { width: 200px; }
  .section { padding: 70px 0; }
  .hero-copy { padding-top: 60px; }
  .hero-copy h1 { font-size: clamp(2.45rem,11vw,3.7rem); }
  .card-grid, .card-grid.two, .steps, .split, .form-split, .form-page-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps { gap: 28px; }
  .steps li, .steps li:first-child, .steps li:last-child { padding: 0; border: 0; }
  .status-panel { grid-template-columns: 1fr; padding: 36px 28px; }
  .status-icon { display: none; }
  .form-context { position: static; }
  .footer-grid { gap: 32px; }
  .form-row, .form-row.three { grid-template-columns: 1fr; gap: 0; }
  .page-hero { padding: 65px 0; }
  .success-panel, .notice-panel { padding: 36px 22px; }
  .development-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .brand img { width: 168px; }
  .menu-button { font-size: .88rem; }
  .button-row .button { width: 100%; }
  .card, .form-card, .caution, .cta-panel { padding: 26px 22px; }
  .announcement { font-size: .68rem; letter-spacing: .11em; }
}
