:root {
  --ivory: #FAF6EE;
  --blush: #F2E4E1;
  --rose: #C59A9F;
  --burgundy: #65172A;
  --green: #43513C;
  --stone: #E7DED4;
  --paper: #FFFDF8;
  --champagne: #D3B58F;
  --sage: #7B856D;
  --mauve: #A37D90;
  --ink: #382C2D;
  --muted: #756866;
  --line: rgba(101,23,42,.16);
  --display: "Prata", "Times New Roman", serif;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--serif); font-size: 1.02rem; line-height: 1.72; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font-family: var(--sans); font-size: inherit; }
button { cursor: pointer; }
::selection { background: rgba(197,154,159,.35); }

.skip-link { position: fixed; left: 16px; top: 10px; transform: translateY(-150%); z-index: 999; padding: 10px 14px; background: var(--burgundy); color: white; border-radius: 2px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px max(24px, calc((100vw - var(--max))/2)); background: rgba(250,246,238,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(96,71,55,.13); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 39px; height: 39px; border: 1px solid rgba(101,23,42,.38); border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-size: 1.02rem; color: var(--burgundy); line-height: 1; }
.brand-mark span { font-size: .62em; margin: 0 1px; color: var(--mauve); }
.brand-name { font-family: var(--display); font-size: 1.02rem; letter-spacing: .01em; }
nav { display: flex; align-items: center; gap: 23px; }
nav a { font-family: var(--sans); text-decoration: none; font-size: .67rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; color: #54494a; }
nav a:hover, nav a:focus-visible { color: var(--burgundy); }
.nav-rsvp { padding: 9px 16px; border: 1px solid var(--burgundy); }
.nav-toggle { display: none; font-family: var(--sans); background: transparent; border: 0; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }

.section-pad { max-width: var(--max); margin: 0 auto; padding: 116px 34px; }
.eyebrow { margin: 0 0 14px; font-family: var(--sans); color: var(--burgundy); text-transform: uppercase; letter-spacing: .22em; font-size: .69rem; font-weight: 600; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-deck { max-width: 620px; margin-inline: auto; color: var(--muted); font-size: .97rem; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.018em; }
h2 { margin-bottom: 20px; font-size: clamp(2.9rem, 5vw, 4.9rem); line-height: 1.02; letter-spacing: -.025em; }
h3 { margin-bottom: 12px; font-size: 1.86rem; line-height: 1.12; }

.hero { position: relative; min-height: calc(100vh - 72px); display: grid; align-items: center; overflow: hidden; background: #d9c4a6; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,247,239,.97) 0%, rgba(251,247,239,.88) 31%, rgba(251,247,239,.30) 60%, rgba(251,247,239,.05) 100%), linear-gradient(180deg, rgba(255,255,255,.08), rgba(87,54,39,.06)); }
.hero-panel { position: relative; z-index: 2; width: min(650px, calc(100% - 48px)); margin-left: max(32px, calc((100vw - var(--max))/2)); padding: 64px 58px 55px; background: rgba(255,253,248,.80); border: 1px solid rgba(101,23,42,.12); box-shadow: 0 28px 80px rgba(78,52,43,.13); backdrop-filter: blur(3px); }
.hero h1 { margin: 0; font-size: clamp(4rem, 5.4vw, 5.9rem); line-height: .95; letter-spacing: -.028em; color: var(--burgundy); white-space: nowrap; }
.hero h1 span { display: inline-block; padding-inline: .08em; color: var(--mauve); font-family: var(--serif); font-size: .58em; font-weight: 400; font-style: italic; transform: translateY(-.08em); }
.hero-rule { display: flex; align-items: center; gap: 14px; margin: 28px 0 21px; }
.hero-rule::before, .hero-rule::after { content: ""; height: 1px; flex: 1; background: rgba(101,23,42,.25); }
.hero-rule span { width: 6px; height: 6px; transform: rotate(45deg); border: 1px solid var(--burgundy); }
.hero-sub { margin-bottom: 15px; font-family: var(--serif); font-size: 1.32rem; color: var(--green); letter-spacing: .01em; }
.hero-intro { max-width: 530px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin: 31px 0 37px; }
.button { font-family: var(--sans); display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 21px; border: 1px solid transparent; border-radius: 0; text-decoration: none; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--burgundy); color: white; border-color: var(--burgundy); }
.button-quiet { background: rgba(255,253,248,.7); color: var(--green); border-color: rgba(67,81,60,.35); }
.button-outline { background: transparent; color: var(--burgundy); border-color: var(--burgundy); }
.text-link { font-family: var(--sans); font-size: .78rem; letter-spacing: .04em; color: var(--burgundy); text-decoration: none; border-bottom: 1px solid rgba(101,23,42,.38); padding-bottom: 2px; }
.countdown { display: flex; align-items: center; gap: 22px; }
.countdown div { min-width: 62px; text-align: center; }
.countdown strong { display: block; font-family: var(--display); font-size: 1.9rem; color: var(--green); line-height: 1; }
.countdown span { display: block; font-family: var(--sans); margin-top: 6px; text-transform: uppercase; letter-spacing: .16em; font-size: .6rem; color: var(--muted); }
.countdown i { width: 1px; height: 30px; background: rgba(101,23,42,.17); }
.hero-scroll { font-family: var(--sans); position: absolute; z-index: 3; right: max(28px, calc((100vw - var(--max))/2)); bottom: 25px; color: #4a443f; text-decoration: none; text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; }
.hero-scroll span { margin-left: 8px; }

.announcement { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 22px 24px; background: var(--burgundy); color: #fff9f2; }
.announcement p { margin: 0; font-family: var(--serif); font-size: 1.12rem; font-style: italic; letter-spacing: .02em; }
.ornament { opacity: .7; color: var(--champagne); font-size: .7rem; }

.story { display: grid; grid-template-columns: .82fr 1.18fr; gap: 88px; align-items: center; }
.story-art { position: relative; max-width: 430px; }
.image-mat { position: relative; background: var(--paper); padding: 13px; box-shadow: 0 24px 64px rgba(85,61,46,.10); }
.image-mat::before { content:""; position: absolute; inset: -10px 10px 10px -10px; border: 1px solid rgba(101,23,42,.18); z-index: -1; }
.image-mat img { width: 100%; aspect-ratio: .78; object-fit: cover; }
.art-note { display: block; margin-top: 15px; text-align: center; font-family: var(--serif); font-size: 1rem; font-style: italic; color: var(--mauve); }
.story-content { max-width: 680px; }
.story-copy { font-family: var(--serif); font-size: 1.18rem; line-height: 1.72; color: #4d4141; }
.story-copy p { margin-bottom: 20px; }
.theme-words { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; margin-top: 38px; padding-top: 23px; border-top: 1px solid var(--line); font-family: var(--serif); color: var(--burgundy); font-size: 1.03rem; font-style: italic; }
.theme-words b { color: var(--champagne); font-weight: 400; }

.details { background: linear-gradient(180deg, #f0e8df 0%, #eee4da 100%); border-top: 1px solid rgba(101,23,42,.08); border-bottom: 1px solid rgba(101,23,42,.08); }
.details-inner { max-width: var(--max); }
.schedule-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px,1fr)); border-top: 1px solid rgba(101,23,42,.20); border-bottom: 1px solid rgba(101,23,42,.20); margin-bottom: 48px; }
.schedule-card { position: relative; padding: 42px 12px 40px 0; background: transparent; }
.schedule-card .date { margin-bottom: 8px; font-family: var(--sans); color: var(--green); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; }
.schedule-card h3 { font-size: 2.05rem; color: var(--ink); }
.schedule-card .time { margin: 8px 0 5px; font-family: var(--serif); color: var(--burgundy); font-size: 1.22rem; font-style: italic; }
.schedule-card p:last-child { max-width: 700px; color: var(--muted); font-size: .9rem; }
.venue-card { display: grid; grid-template-columns: 1fr auto 1fr; gap: 42px; align-items: center; padding: 42px 46px; background: rgba(255,253,248,.76); border: 1px solid rgba(101,23,42,.13); }
.venue-card .eyebrow { margin-bottom: 8px; }
.venue-card h3 { margin-bottom: 9px; font-size: 2.35rem; color: var(--burgundy); }
.venue-card p:last-child { margin: 0; color: var(--muted); }
.venue-divider { width: 1px; height: 92px; background: rgba(101,23,42,.17); }
.venue-actions { display: flex; justify-content: flex-end; gap: 17px; align-items: center; flex-wrap: wrap; }

.watercolor-break { position: relative; height: min(72vw, 720px); min-height: 460px; overflow: hidden; background: #d5c09e; }
.watercolor-break img { width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.watercolor-break::after { content:""; position: absolute; inset: 0; box-shadow: inset 0 30px 55px rgba(80,56,40,.06), inset 0 -30px 55px rgba(80,56,40,.07); pointer-events: none; }
.watercolor-caption { position: absolute; right: 28px; bottom: 23px; padding: 8px 13px; background: rgba(255,253,248,.84); font-family: var(--serif); font-size: 1rem; font-style: italic; color: var(--burgundy); }

.travel-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.travel-heading h2 { margin-bottom: 0; }
.travel-heading > p { margin-bottom: 6px; color: var(--muted); }
.travel-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-card { position: relative; min-height: 255px; padding: 33px 33px 36px 0; border-right: 1px solid var(--line); }
.info-card:not(:first-child) { padding-left: 33px; }
.info-card:last-child { border-right: 0; }
.card-number { display: block; margin-bottom: 31px; font-family: var(--serif); color: var(--mauve); font-size: 1.08rem; font-style: italic; }
.info-card h3 { font-size: 1.82rem; color: var(--green); }
.info-card p, .info-card a { color: var(--muted); font-size: .9rem; }
.info-card a { text-underline-offset: 4px; }
.travel-bottom { display: grid; grid-template-columns: 1.18fr .82fr; gap: 22px; margin-top: 38px; }
.map-wrap, .travel-art { min-height: 405px; margin: 0; overflow: hidden; border: 1px solid rgba(101,23,42,.12); background: var(--stone); }
.map-wrap { position: relative; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.65) sepia(.08) contrast(.95); }
.map-print-fallback { display: none; }
.travel-art img { width: 100%; height: 100%; object-fit: cover; }

.gallery { max-width: none; background: #f3e9e7; }
.gallery > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.gallery-empty { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 220px 220px 185px; gap: 17px; }
.gallery-empty figure { margin: 0; overflow: hidden; background: var(--stone); }
.gallery-empty img { width: 100%; height: 100%; object-fit: cover; }
.gallery-feature { grid-row: 1 / span 3; }
.gallery-message { display: flex; flex-direction: column; justify-content: center; padding: 36px 38px; background: var(--paper); border: 1px solid rgba(101,23,42,.10); }
.gallery-message .eyebrow { margin-bottom: 14px; }
.gallery-message p { margin: 0; font-family: var(--display); font-size: 1.55rem; line-height: 1.22; color: var(--burgundy); }
.gallery-filled { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 280px; gap: 17px; }
.gallery-filled figure { margin: 0; overflow: hidden; background: var(--stone); }
.gallery-filled figure:first-child { grid-row: span 2; }
.gallery-filled img, .gallery-filled iframe { width: 100%; height: 100%; object-fit: cover; border: 0; }

.registry { position: relative; overflow: hidden; min-height: 610px; display: grid; place-items: center; padding: 110px 32px; background: var(--green); color: white; }
.registry-art { position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%, rgba(210,181,143,.12), transparent 28%), radial-gradient(circle at 88% 68%, rgba(197,154,159,.14), transparent 30%), linear-gradient(rgba(67,81,60,.93), rgba(67,81,60,.96)); }
.registry-art::before, .registry-art::after { content:""; position: absolute; width: 250px; height: 520px; border: 1px solid rgba(255,255,255,.07); transform: rotate(31deg); }
.registry-art::before { left: -100px; top: 30px; }
.registry-art::after { right: -100px; bottom: 20px; }
.registry-inner { position: relative; z-index: 2; width: min(820px,100%); text-align: center; }
.registry-monogram, .footer-monogram { width: 82px; height: 82px; margin: 0 auto 28px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-size: 2rem; line-height: 1; }
.registry-monogram span, .footer-monogram span { font-size: .55em; color: var(--champagne); margin-inline: 2px; }
.registry .eyebrow { color: #f2dfe2; }
.registry h2 { max-width: 740px; margin-inline: auto; color: white; }
.registry-inner > p:not(.eyebrow) { max-width: 600px; margin-inline: auto; color: rgba(255,255,255,.78); }
.registry-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.registry .button-outline { color: white; border-color: rgba(255,255,255,.62); }
.registry .registry-links .eyebrow { color: rgba(255,255,255,.72)!important; }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; border: 0; background: transparent; display: flex; justify-content: space-between; gap: 20px; text-align: left; padding: 24px 0; font-family: var(--serif); font-size: 1.22rem; font-weight: 500; color: var(--ink); }
.faq-answer { max-width: 700px; padding: 0 40px 27px 0; color: var(--muted); font-size: .92rem; }
.faq-symbol { color: var(--burgundy); }

.rsvp { position: relative; overflow: hidden; padding: 118px 34px; color: white; background: var(--green); }
.rsvp-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rsvp-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,59,44,.94) 0%, rgba(47,59,44,.86) 46%, rgba(47,59,44,.58) 100%); }
.rsvp-shell { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .78fr 1.12fr; gap: 82px; align-items: center; }
.rsvp .eyebrow { color: #f1dadd; }
.rsvp h2 { color: white; }
.rsvp-intro > p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.rsvp-note { margin-top: 26px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.45); color: rgba(255,255,255,.68); font-size: .78rem; }
.rsvp-panel { background: rgba(255,253,248,.96); color: var(--ink); padding: 38px; border: 1px solid rgba(255,255,255,.54); box-shadow: 0 26px 70px rgba(18,31,18,.18); }
.lookup-form label, .field label { display: block; font-family: var(--sans); margin-bottom: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: .66rem; font-weight: 600; }
.lookup-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid rgba(101,23,42,.18); border-radius: 0; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--burgundy); box-shadow: 0 0 0 3px rgba(101,23,42,.08); }
.form-status { min-height: 24px; margin: 10px 0 0; color: var(--burgundy); font-size: .84rem; }
.rsvp-form { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(101,23,42,.13); }
.guest-block { padding: 20px 0; border-bottom: 1px solid rgba(101,23,42,.11); }
.guest-block h4 { margin: 0 0 13px; font-family: var(--display); font-size: 1.48rem; font-weight: 400; }
.event-block { padding: 16px; margin-top: 12px; background: white; border: 1px solid rgba(101,23,42,.1); }
.event-title { margin-bottom: 10px; font-family: var(--sans); font-weight: 600; }
.radio-row { display: flex; gap: 18px; margin: 12px 0; }
.radio-row label { display: flex; gap: 7px; align-items: center; font-size: .88rem; }
.radio-row input { width: auto; }
.field { margin-top: 13px; }
.rsvp-submit { margin-top: 22px; }

.site-footer { padding: 64px 24px; text-align: center; background: #302225; color: rgba(255,255,255,.76); }
.footer-monogram { width: 66px; height: 66px; margin-bottom: 19px; font-size: 1.55rem; }
.site-footer p { margin-bottom: 4px; font-family: var(--display); font-size: 1.32rem; color: white; }
.site-footer small { display: block; font-family: var(--sans); margin-bottom: 20px; font-size: .72rem; letter-spacing: .05em; }
.site-footer a { font-family: var(--sans); color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .64rem; }

.party-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.party-card { text-align: center; padding: 30px; background: rgba(255,255,255,.5); border: 1px solid rgba(101,23,42,.09); }
.party-card .party-photo { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; margin: 0 auto 20px; background: var(--stone); }
.party-card h3 { font-size: 1.78rem; margin-bottom: 6px; }
.party-card p { margin-bottom: 0; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .site-header { padding-inline: 20px; }
  .nav-toggle { display: block; }
  nav { display: none; position: absolute; top: 71px; left: 14px; right: 14px; padding: 24px; flex-direction: column; align-items: stretch; background: var(--ivory); box-shadow: 0 18px 50px rgba(52,31,34,.14); border: 1px solid rgba(101,23,42,.10); }
  nav.open { display: flex; }
  nav a { padding: 8px 0; }
  .nav-rsvp { text-align: center; }
  .hero-panel { margin-left: 28px; }
  .story { grid-template-columns: .9fr 1.1fr; gap: 52px; }
  .travel-heading { gap: 40px; }
  .travel-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .info-card, .info-card:not(:first-child) { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .card-number { margin-bottom: 14px; }
  .travel-bottom { grid-template-columns: 1fr; }
  .travel-art { min-height: 360px; }
  .faq-layout { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 760px) {
  .section-pad { padding: 86px 22px; }
  .brand-name { display: none; }
  .hero { min-height: 800px; align-items: end; }
  .hero-image { object-position: 61% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(250,246,238,.10) 0%, rgba(250,246,238,.30) 32%, rgba(250,246,238,.93) 67%, rgba(250,246,238,.98) 100%); }
  .hero-panel { width: auto; margin: 0 18px 48px; padding: 35px 27px 31px; text-align: center; }
  .hero h1 { font-size: clamp(3.6rem, 14.5vw, 5rem); white-space: normal; }
  .hero-actions { justify-content: center; flex-wrap: wrap; }
  .countdown { justify-content: center; gap: 14px; }
  .countdown div { min-width: 55px; }
  .hero-scroll { display: none; }
  .announcement { gap: 12px; }
  .announcement p { font-size: 1.05rem; text-align: center; }
  .story { grid-template-columns: 1fr; gap: 58px; }
  .story-art { max-width: 390px; margin-inline: auto; }
  .story-content { text-align: left; }
  .story-copy { font-size: 1.12rem; }
  .venue-card { grid-template-columns: 1fr; gap: 25px; }
  .venue-divider { width: 100%; height: 1px; }
  .venue-actions { justify-content: flex-start; }
  .watercolor-break { height: 66vh; min-height: 500px; }
  .watercolor-break img { object-position: 50% center; }
  .travel-heading { grid-template-columns: 1fr; gap: 14px; }
  .gallery-empty, .gallery-filled { grid-template-columns: 1fr; grid-template-rows: auto; grid-auto-rows: 300px; }
  .gallery-feature, .gallery-filled figure:first-child { grid-row: auto; min-height: 430px; }
  .gallery-message { min-height: 250px; }
  .registry { padding: 86px 22px; min-height: 560px; }
  .rsvp { padding: 86px 22px; }
  .rsvp-overlay { background: rgba(47,59,44,.86); }
  .rsvp-shell { grid-template-columns: 1fr; gap: 38px; }
  .lookup-row { grid-template-columns: 1fr; }
  .party-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  h2 { font-size: 3.15rem; }
  .hero-panel { padding-inline: 20px; }
  .button { width: 100%; }
  .hero-actions { flex-direction: column; }
  .countdown { gap: 8px; }
  .countdown i { height: 24px; }
  .theme-words { gap: 8px; font-size: 1.02rem; }
  .map-wrap, .travel-art { min-height: 320px; }
  .rsvp-panel { padding: 28px 21px; }
  .party-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-scroll { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .map-wrap iframe { display: none; }
  .map-print-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; background: #e9e2d7; color: var(--burgundy); text-align: center; }
  .map-print-fallback span { text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; }
  .map-print-fallback strong { font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
}
