:root {
  --blue: #1f4e79;
  --blue-dark: #153751;
  --gold: #d9a441;
  --red: #b84f31;
  --paper: #f7f3ea;
  --beige: #efe6d6;
  --ink: #2b2b2b;
  --muted: #666;
  --line: #d6c9b6;
  --white: #fff;
  --shadow: 0 4px 12px rgba(58, 43, 24, .12);
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--red); }
h1, h2, h3 { color: var(--blue-dark); font-family: Georgia, 'Times New Roman', serif; line-height: 1.15; margin: 0 0 .6em; }
h1 { font-size: clamp(2.25rem, 6vw, 4.5rem); letter-spacing: 0; }
h2 { font-size: clamp(1.75rem, 4vw, 2.7rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.wrap { width: min(1100px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -60px; padding: 10px 16px; background: var(--white); color: var(--blue); border: 2px solid var(--blue); }
.skip-link:focus { top: 12px; }
.top-strip { background: var(--blue-dark); color: var(--white); font-size: .83rem; }
.top-strip .wrap { display: flex; justify-content: space-between; padding-block: 6px; }
.top-strip a { color: var(--white); }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 2px 7px rgba(49, 34, 17, .08); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; line-height: 1; }
.brand strong { display: block; color: var(--blue); font: 700 1.7rem Georgia, serif; }
.brand small { display: block; margin-top: 4px; color: #86601d; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark { position: relative; width: 52px; height: 43px; display: block; border: 3px solid var(--blue); background: var(--beige); }
.brand-mark::after { content: ''; position: absolute; left: 4px; right: 4px; bottom: 6px; height: 3px; background: var(--gold); }
.brand-mark span { position: absolute; left: 9px; top: 9px; width: 28px; height: 19px; background: var(--blue); clip-path: polygon(0 100%, 48% 0, 67% 40%, 79% 20%, 100% 100%); }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 10px 12px; color: var(--ink); font-size: .92rem; font-weight: 700; text-decoration: none; border-bottom: 3px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--blue); border-color: var(--gold); }
.nav-toggle { display: none; background: var(--blue); color: white; border: 0; border-radius: 4px; padding: 10px 14px; font-weight: 700; }
.section { padding: clamp(58px, 9vw, 92px) 0; }
.section-tight { padding: 44px 0; }
.section-beige { background: var(--beige); border-block: 1px solid var(--line); }
.section-blue { background: var(--blue); color: white; }
.section-blue h2, .section-blue h3, .section-blue a:not(.button) { color: white; }
.eyebrow { display: block; margin-bottom: 10px; color: #8a5a05; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-blue .eyebrow { color: #f8d787; }
.lead { max-width: 760px; color: #4e4b46; font-size: 1.2rem; }
.section-blue .lead { color: #eef4f8; }
.hero { position: relative; overflow: hidden; padding: clamp(65px, 10vw, 110px) 0; background: linear-gradient(90deg, rgba(247,243,234,.99) 0%, rgba(247,243,234,.97) 53%, rgba(247,243,234,.62) 100%), url('../images/local-business-owner.png') center right / cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(31,78,121,.22); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; max-width: 735px; }
.hero h1 { max-width: 735px; font-size: clamp(2.05rem, 4.8vw, 3.85rem); }
.hero p { max-width: 620px; font-size: 1.24rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid var(--blue); border-radius: var(--radius); background: var(--blue); color: white; font-weight: 800; text-decoration: none; box-shadow: 0 3px 0 var(--blue-dark); cursor: pointer; }
.button:hover { transform: translateY(-1px); background: var(--blue-dark); color: white; }
.button-gold { border-color: #c18c28; background: var(--gold); color: var(--ink); box-shadow: 0 3px 0 #9c6e19; }
.button-gold:hover { background: #e2b457; color: var(--ink); }
.button-light { border-color: white; background: white; color: var(--blue); box-shadow: 0 3px 0 rgba(0,0,0,.2); }
.campaign-brief { position: relative; z-index: 2; margin-top: -18px; padding: clamp(36px, 6vw, 58px) 0; background: #fffdfa; border-block: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(58, 43, 24, .05); }
.campaign-brief-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 360px); align-items: center; gap: clamp(28px, 6vw, 70px); }
.campaign-brief-copy h2 { max-width: 720px; margin-bottom: 14px; font-size: clamp(1.65rem, 3.6vw, 2.55rem); }
.campaign-brief-lead { max-width: 690px; color: #4e4b46; font-size: clamp(1.05rem, 1.7vw, 1.18rem); }
.campaign-fact-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 720px; margin-top: 24px; }
.campaign-fact { min-height: 96px; padding: 16px 18px; border: 1px solid #dbcdb7; border-radius: var(--radius); background: #f8f1e5; }
.campaign-fact span { display: block; margin-bottom: 7px; color: #735520; font-size: .72rem; font-weight: 800; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.campaign-fact strong { display: block; color: var(--blue-dark); font: 700 clamp(1.15rem, 2vw, 1.45rem) Georgia, 'Times New Roman', serif; line-height: 1.2; }
.fact-highlight { display: inline-block; margin: 2px 3px; padding: 3px 9px; border-radius: 4px; font-weight: 900; line-height: 1.25; white-space: nowrap; }
.fact-highlight-date { border: 2px solid #c18c28; background: #fff2c9; color: #6f4300; box-shadow: inset 0 -2px 0 rgba(217,164,65,.35); }
.fact-highlight-zip { border: 2px solid var(--blue); background: #edf4f8; color: var(--blue-dark); box-shadow: inset 0 -2px 0 rgba(31,78,121,.16); }
.campaign-status-panel { padding: 22px; border: 1px solid #cdbda3; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.campaign-status-heading { display: grid; gap: 2px; }
.campaign-status-heading span { color: #8a5a05; font-size: .72rem; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.campaign-status-heading strong { color: var(--blue-dark); font: 700 clamp(1.65rem, 3vw, 2.2rem) Georgia, 'Times New Roman', serif; line-height: 1.08; }
.campaign-status-heading small { color: var(--muted); font-size: .88rem; font-weight: 700; }
.slot-visual { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 18px; }
.slot-visual span { aspect-ratio: 1 / .72; border: 1px solid #cfc3b2; border-radius: 4px; background: #f1ece3; }
.slot-visual .is-open { border-color: rgba(31,78,121,.34); background: #edf4f8; box-shadow: inset 0 0 0 3px rgba(31,78,121,.08); }
.slot-visual .is-reserved { background: linear-gradient(135deg, #e8e0d2 0 46%, #c7b79e 46% 54%, #e8e0d2 54% 100%); opacity: .82; }
.availability-meter { height: 8px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: #e5dcca; }
.availability-meter span { display: block; height: 100%; border-radius: inherit; background: var(--blue); }
.campaign-start-countdown { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); }
.campaign-start-countdown > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.countdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 auto 4px; }
.count-unit { min-width: 0; padding: 8px 7px; border: 1px solid #ddd1bf; border-radius: 4px; background: #f7f3ea; color: var(--blue-dark); text-align: center; }
.count-unit strong { display: block; font: 700 clamp(1.08rem, 1.8vw, 1.32rem) Georgia, serif; line-height: 1; }
.count-unit span { display: block; margin-top: 4px; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.sr-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.two-col { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(32px, 7vw, 74px); }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.four-col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { height: 100%; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 3px; box-shadow: var(--shadow); }
.card-number { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 16px; border: 2px solid var(--gold); border-radius: 50%; color: var(--blue); font: 700 1.25rem Georgia, serif; }
.campaign-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 32px; }
.campaign-card { display: flex; flex-direction: column; gap: 10px; }
.campaign-card h3 { margin-bottom: 0; }
.campaign-facts { display: grid; gap: 8px; margin: 8px 0 0; }
.campaign-facts div { display: grid; grid-template-columns: 150px 1fr; gap: 12px; padding-top: 8px; border-top: 1px solid var(--line); }
.campaign-facts dt { color: var(--blue-dark); font-weight: 800; }
.campaign-facts dd { margin: 0; }
.zip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 14px; }
.zip-list span { display: inline-flex; align-items: center; min-height: 34px; padding: 5px 11px; border: 1px solid #b8a27d; border-radius: 999px; background: #fff8e8; color: var(--blue-dark); font-weight: 800; }
.pricing-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(28px, 6vw, 62px); }
.pricing-copy .lead { margin-bottom: 10px; }
.pricing-copy .button-light { border-color: var(--line); color: var(--blue); box-shadow: 0 3px 0 #c8b99f; }
.pricing-copy .button-light:hover { background: #fff8e8; color: var(--blue-dark); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pricing-option { min-height: 240px; padding: clamp(22px, 4vw, 32px); border: 1px solid var(--line); border-top: 7px solid var(--blue); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.pricing-option-featured { border-top-color: var(--gold); background: #fffdfa; }
.pricing-option span { display: block; color: #735520; font-size: .76rem; font-weight: 900; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.pricing-option strong { display: block; margin: 12px 0 14px; color: var(--blue-dark); font: 700 clamp(2.2rem, 5vw, 3.5rem) Georgia, serif; line-height: 1; }
.pricing-option p { color: var(--muted); font-weight: 700; }
.image-frame { padding: 10px; background: white; border: 1px solid #c6b79f; box-shadow: var(--shadow); transform: rotate(-.35deg); }
.image-frame img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 7px 0 7px 30px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.cta-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: clamp(28px, 6vw, 48px); border: 3px double #8da9bf; background: var(--blue-dark); color: white; box-shadow: var(--shadow); }
.cta-box h2 { color: white; }
.notice { padding: 15px 18px; margin-bottom: 22px; border-left: 5px solid var(--blue); background: #edf4f8; }
.notice-error { border-color: var(--red); background: #fff0eb; }
.error-list { margin: 0; }
.page-hero { padding: 62px 0; background: var(--beige); border-bottom: 1px solid var(--line); text-align: center; }
.page-hero h1 { font-size: clamp(2.3rem, 6vw, 4rem); }
.page-hero p { max-width: 760px; margin-inline: auto; font-size: 1.18rem; }
.form-shell { padding: clamp(24px, 5vw, 44px); background: white; border: 1px solid var(--line); border-top: 7px solid var(--blue); box-shadow: var(--shadow); }
.form-stepper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 0; margin: 0 0 12px; list-style: none; }
.form-stepper li { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; min-height: 48px; padding: 7px 9px; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdfa; color: var(--muted); font-size: .88rem; font-weight: 800; }
.form-stepper span { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 50%; background: var(--beige); color: var(--blue-dark); font-weight: 900; }
.form-stepper li.is-active { border-color: var(--blue); color: var(--blue-dark); box-shadow: inset 0 0 0 2px rgba(31,78,121,.11); }
.form-stepper li.is-active span { background: var(--blue); color: white; }
.form-stepper li.is-complete { border-color: #93b58e; color: #315f3a; }
.form-stepper li.is-complete span { background: #e9f3e7; color: #315f3a; }
.form-step-status { margin-bottom: 24px; color: var(--blue-dark); font-weight: 800; }
.form-step[hidden] { display: none; }
.form-step-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 26px; }
.form-step-actions .button:last-child { margin-left: auto; }
.step-back { border-color: var(--line); background: white; color: var(--blue); box-shadow: 0 3px 0 #c8b99f; }
.step-back:hover { background: #fff8e8; color: var(--blue-dark); }
.form-section { padding: 0 0 28px; margin: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); }
.form-section:last-of-type { border-bottom: 0; }
.form-section legend { width: 100%; padding: 0 0 12px; color: var(--blue-dark); font: 700 1.45rem Georgia, serif; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 22px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 6px; font-weight: 700; }
.required { color: var(--red); }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #9b9387; border-radius: 3px; background: #fffdfa; color: var(--ink); font: inherit; }
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(217,164,65,.45); border-color: var(--blue); }
.checkbox { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 9px; margin: 12px 0; font-weight: 400; }
.checkbox input { width: 18px; height: 18px; margin-top: 4px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 12px 0 18px; }
.choice-option { display: grid; grid-template-columns: 22px 1fr; gap: 10px; height: 100%; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdfa; font-weight: 400; }
.choice-option input { width: 18px; height: 18px; margin-top: 4px; }
.choice-option strong { display: block; color: var(--blue-dark); }
.choice-option small { display: block; margin-top: 4px; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.choice-option:has(input:checked) { border-color: var(--blue); box-shadow: inset 0 0 0 2px rgba(31,78,121,.12); }
.postcard-picker { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 16px 0 10px; }
.postcard-face { padding: 14px; border: 1px solid #b8a27d; border-radius: var(--radius); background: #fffdfa; box-shadow: inset 0 0 0 5px #f1e6d2; }
.postcard-face-header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 0 2px 10px; border-bottom: 1px dashed #c6b79f; color: var(--blue-dark); }
.postcard-face-header strong { font: 700 1.18rem Georgia, serif; }
.postcard-face-header span { color: var(--muted); font-size: .78rem; font-weight: 700; text-align: right; text-transform: uppercase; }
.postcard-slot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; padding-top: 12px; }
.postcard-slot { position: relative; display: grid; min-height: 96px; align-content: center; gap: 4px; padding: 12px 8px; border: 2px solid #c9b99f; border-radius: 4px; background: white; color: var(--ink); text-align: center; font-weight: 800; cursor: pointer; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, background-color .15s ease; }
.postcard-slot input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.postcard-slot.is-available:hover { transform: translateY(-1px); border-color: var(--blue); box-shadow: 0 5px 12px rgba(31,78,121,.13); }
.postcard-slot:has(input:focus-visible) { outline: 3px solid rgba(217,164,65,.55); outline-offset: 2px; }
.postcard-slot:has(input:checked) { border-color: var(--blue); background: #edf4f8; box-shadow: inset 0 0 0 3px rgba(31,78,121,.14), 0 5px 12px rgba(31,78,121,.13); }
.postcard-slot.is-taken { border-color: #c8c0b4; background: repeating-linear-gradient(-45deg, #f0eee9, #f0eee9 8px, #e3ded5 8px, #e3ded5 16px); color: #6e665d; cursor: not-allowed; }
.slot-name { display: block; color: var(--blue-dark); font-size: 1.05rem; line-height: 1.1; }
.slot-status { display: inline-flex; align-items: center; justify-content: center; min-height: 24px; width: fit-content; margin-inline: auto; padding: 2px 8px; border-radius: 999px; background: #e9f3e7; color: #2f6b3f; font-size: .72rem; line-height: 1.2; text-transform: uppercase; }
.postcard-slot.is-taken .slot-status { background: #f2ddd7; color: #8f3c28; }
.price-quote { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; padding: 16px 18px; border: 2px solid var(--gold); border-radius: var(--radius); background: #fff8e8; color: var(--blue-dark); }
.price-quote span { font-weight: 800; }
.price-quote strong { font: 700 1.65rem Georgia, serif; }
.payment-summary { margin-bottom: 24px; }
.payment-summary .summary { margin-top: 12px; }
.artwork-upload-panel { margin-top: 16px; }
.artwork-design-note { margin-top: 14px; }
.form-hint { color: var(--muted); font-size: .9rem; }
.honeypot { position: absolute; left: -9999px; }
.summary { margin: 24px 0; border: 1px solid var(--line); }
.summary-row { display: grid; grid-template-columns: minmax(150px, .65fr) 1.35fr; border-bottom: 1px solid var(--line); }
.summary-row:last-child { border-bottom: 0; }
.summary-row dt, .summary-row dd { margin: 0; padding: 13px 16px; }
.summary-row dt { background: var(--beige); font-weight: 700; }
.quote { padding: 26px; border-left: 6px solid var(--gold); background: white; font: 1.25rem Georgia, serif; box-shadow: var(--shadow); }
.site-footer { padding-top: 54px; background: #22323e; color: #e8eef2; border-top: 8px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 50px; }
.brand-footer strong { color: white; }
.brand-footer small { color: #f2cd74; }
.site-footer nav { display: grid; align-content: start; gap: 8px; }
.site-footer a { color: white; }
.copyright { margin-top: 42px; padding: 16px 20px; background: #17242d; color: #cbd7de; text-align: center; font-size: .82rem; }

@media (max-width: 800px) {
  .top-strip .wrap { display: block; text-align: center; }
  .top-strip a { display: none; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; z-index: 20; top: 128px; left: 20px; right: 20px; display: none; padding: 12px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px; }
  .hero { background: linear-gradient(rgba(247,243,234,.92), rgba(247,243,234,.97)), url('../images/local-business-owner.png') 70% center / cover; }
  .campaign-brief { margin-top: 0; }
  .campaign-brief-grid { grid-template-columns: 1fr; align-items: start; }
  .campaign-status-panel { max-width: 460px; }
  .two-col, .three-col, .four-col, .campaign-grid, .pricing-layout, .footer-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .postcard-picker { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; text-align: center; }
  .count-unit { min-width: 0; flex: 1; padding-inline: 8px; }
  .footer-grid { gap: 28px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap, .narrow { width: min(100% - 28px, 1100px); }
  .header-inner { min-height: 76px; }
  .brand strong { font-size: 1.4rem; }
  .brand-mark { width: 44px; height: 38px; }
  .site-nav { top: 116px; left: 14px; right: 14px; }
  .hero { padding: 52px 0; }
  .hero h1 { font-size: 1.9rem; overflow-wrap: break-word; }
  .hero p { font-size: 1.05rem; overflow-wrap: break-word; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .campaign-brief { padding: 32px 0; }
  .campaign-fact-strip { grid-template-columns: 1fr; }
  .campaign-fact { min-height: 0; }
  .campaign-status-panel { max-width: none; padding: 18px; }
  .slot-visual { gap: 6px; }
  .countdown { gap: 5px; }
  .count-unit { min-width: 0; padding-inline: 6px; }
  .count-unit strong { font-size: 1.16rem; }
  .count-unit span { font-size: .56rem; }
  .choice-grid { grid-template-columns: 1fr; }
  .form-stepper { grid-template-columns: 1fr 1fr; }
  .form-stepper li { grid-template-columns: 30px 1fr; font-size: .82rem; }
  .form-step-actions { display: grid; }
  .form-step-actions .button:last-child { margin-left: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .postcard-face-header { display: block; }
	  .postcard-face-header span { display: block; margin-top: 2px; text-align: left; }
	  .postcard-slot-grid { gap: 6px; }
	  .postcard-slot { min-height: 82px; padding-inline: 5px; }
	  .slot-name { font-size: .95rem; }
  .slot-status { font-size: .65rem; }
  .price-quote { display: grid; gap: 4px; text-align: center; }
  .campaign-facts div { grid-template-columns: 1fr; gap: 2px; }
  .summary-row { grid-template-columns: 1fr; }
  .summary-row dd { padding-top: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
