:root {
  --paper: #f4efe5;
  --paper-light: #fbf8f1;
  --ink: #17333e;
  --ink-deep: #102a34;
  --muted: #627177;
  --line: rgba(23, 51, 62, 0.16);
  --coral: #e86f4a;
  --blue: #2f718c;
  --gold: #d7a74e;
  --sage: #728d79;
  --charcoal: #3e4648;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(20, 48, 58, 0.14);
  --radius: 18px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px;
  background: var(--ink); color: white; transform: translateY(-150%); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  height: 78px; padding: 0 clamp(20px, 4.5vw, 72px); display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid var(--line); position: sticky; top: 0;
  z-index: 1000; background: rgba(244, 239, 229, 0.9); backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; letter-spacing: -0.02em; }
.brand em { font-family: var(--serif); font-weight: 400; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--paper);
  display: grid; place-items: center; font: 600 12px var(--sans); letter-spacing: 0.08em;
}
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a, .text-button { text-decoration: none; border: 0; background: transparent; padding: 8px 0; cursor: pointer; }
.desktop-nav a:hover, .text-button:hover { color: var(--coral); }
.text-button span {
  display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 4px;
  color: white; background: var(--coral); border-radius: 99px; font-size: 11px;
}
.install-button {
  border: 1px solid var(--ink); border-radius: 99px; padding: 10px 16px; background: transparent;
  font-size: 13px; font-weight: 700; cursor: pointer;
}
.install-button:hover { background: var(--ink); color: white; }

.hero {
  min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.08fr 0.92fr;
  border-bottom: 1px solid var(--line); overflow: hidden;
}
.hero-copy { padding: clamp(74px, 9vw, 138px) clamp(32px, 7vw, 118px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow {
  margin: 0 0 22px; text-transform: uppercase; letter-spacing: 0.18em; font-size: 11px; font-weight: 700;
  color: var(--coral);
}
.hero h1, .section-heading h2, .map-copy h2 {
  margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -0.045em;
  line-height: 0.91; text-wrap: balance;
}
.hero h1 { font-size: clamp(58px, 7.3vw, 116px); }
.hero h1 i, .section-heading h2 i, .map-copy h2 i { font-weight: 400; color: var(--coral); }
.hero-intro {
  margin: 34px 0 0; max-width: 620px; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px);
  line-height: 1.42; color: #445a62;
}
.hero-actions { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.button {
  min-height: 48px; padding: 0 22px; border-radius: 99px; display: inline-flex; align-items: center;
  justify-content: center; gap: 18px; text-decoration: none; font-size: 14px; font-weight: 700; border: 1px solid var(--ink);
  cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--coral); border-color: var(--coral); }
.button-ghost { background: transparent; }
.button-ghost:hover { background: rgba(255, 255, 255, 0.4); }
.hero-facts { display: flex; gap: 30px; margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.hero-facts b { display: block; margin-bottom: 3px; font-family: var(--serif); font-size: 23px; font-weight: 500; letter-spacing: 0; text-transform: none; }

.hero-art { position: relative; min-height: 620px; background: var(--blue); overflow: hidden; color: white; }
.sun {
  position: absolute; width: min(25vw, 350px); height: min(25vw, 350px); border-radius: 50%;
  background: var(--gold); right: -5%; top: 8%; opacity: .94;
}
.horizon { position: absolute; height: 44%; left: 0; right: 0; bottom: 0; background: #235a73; border-top: 1px solid rgba(255,255,255,.35); }
.horizon::before, .horizon::after {
  content: ""; position: absolute; left: -12%; right: -12%; height: 80px; border: 2px solid rgba(255,255,255,.18);
  border-radius: 50%;
}
.horizon::before { top: 22%; }
.horizon::after { top: 47%; left: -22%; right: -3%; }
.sail { position: absolute; z-index: 2; border-style: solid; width: 0; height: 0; filter: drop-shadow(0 16px 12px rgba(16,42,52,.16)); }
.sail-one { border-width: 0 0 310px 180px; border-color: transparent transparent #f4efe5 transparent; left: 28%; bottom: 28%; transform: skewX(-3deg); }
.sail-two { border-width: 180px 0 0 104px; border-color: transparent transparent transparent #e86f4a; left: calc(28% + 184px); bottom: 28%; }
.hero-art::after { content: ""; position: absolute; z-index: 3; left: 22%; bottom: 26%; width: 42%; height: 9px; background: var(--ink-deep); border-radius: 50%; transform: skewX(-18deg); }
.hero-label { position: absolute; top: 9%; left: 9%; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.6); font-size: 11px; line-height: 1.5; letter-spacing: .14em; }
.hero-art p { position: absolute; z-index: 4; right: 8%; bottom: 7%; margin: 0; text-align: right; font: italic 23px/1.2 var(--serif); }

.story-strip {
  min-height: 125px; padding: 28px clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: center;
  gap: clamp(22px, 5vw, 84px); background: var(--ink); color: white;
}
.story-strip p { max-width: 430px; margin: 0; font: 19px/1.42 var(--serif); }
.story-strip span { color: var(--gold); font-size: 20px; }

.places-section { padding: clamp(80px, 10vw, 150px) clamp(20px, 5vw, 80px); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; max-width: 1280px; margin: 0 auto; }
.section-heading h2, .map-copy h2 { font-size: clamp(53px, 6vw, 88px); }
.section-heading > p { max-width: 500px; margin: 0 0 6px; font: 23px/1.45 var(--serif); color: #52636a; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1280px; margin: 58px auto 28px; }
.search-wrap { position: relative; min-width: 280px; flex: 1; max-width: 440px; }
.search-wrap svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-wrap input {
  width: 100%; height: 48px; padding: 0 18px 0 47px; color: var(--ink); border: 1px solid var(--line);
  background: rgba(255,255,255,.36); border-radius: 99px; outline: none;
}
.search-wrap input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,113,140,.12); }
.filters { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter-chip { white-space: nowrap; padding: 9px 15px; border: 1px solid var(--line); background: transparent; border-radius: 99px; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter-chip:hover, .filter-chip.active { background: var(--ink); border-color: var(--ink); color: white; }
.results-status { max-width: 1280px; min-height: 18px; margin: 0 auto 12px; font-size: 12px; color: var(--muted); }
.places-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.place-card {
  position: relative; min-height: 330px; padding: 34px; border-bottom: 1px solid var(--line); display: grid;
  grid-template-columns: 126px 1fr; gap: 30px; cursor: pointer; transition: background .25s ease;
}
.place-card:nth-child(odd) { border-right: 1px solid var(--line); }
.place-card:hover { background: rgba(255,255,255,.46); }
.place-card:hover .card-art::before { transform: rotate(10deg) scale(1.08); }
.place-card:focus-visible { outline: 3px solid var(--coral); outline-offset: -3px; }
.card-art { position: relative; width: 126px; height: 164px; overflow: hidden; background: var(--accent); border-radius: 90px 90px 16px 16px; align-self: start; }
.card-art::before { content: ""; position: absolute; width: 110px; height: 110px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; left: -25px; top: 20px; transition: transform .35s ease; }
.card-art::after { content: ""; position: absolute; width: 100px; height: 68px; background: rgba(255,255,255,.18); transform: rotate(-18deg); right: -35px; bottom: 5px; }
.card-number { position: absolute; z-index: 2; top: 16px; left: 17px; color: white; font: 500 13px var(--serif); }
.card-symbol { position: absolute; z-index: 2; left: 50%; top: 55%; transform: translate(-50%,-50%); color: white; font: 500 42px var(--serif); }
.place-card[data-color="terracotta"] { --accent: var(--coral); }
.place-card[data-color="blue"] { --accent: var(--blue); }
.place-card[data-color="gold"] { --accent: var(--gold); }
.place-card[data-color="sage"] { --accent: var(--sage); }
.place-card[data-color="charcoal"] { --accent: var(--charcoal); }
.card-copy { min-width: 0; display: flex; flex-direction: column; }
.card-kicker { margin: 0 0 14px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.card-copy h3 { margin: 0; font: 500 clamp(29px, 3vw, 42px)/.98 var(--serif); letter-spacing: -.025em; }
.card-subtitle { margin: 14px 0 0; font: italic 18px/1.25 var(--serif); color: var(--coral); }
.card-meta { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; font-size: 11px; color: var(--muted); }
.card-open { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; }
.save-card {
  position: absolute; right: 26px; top: 26px; z-index: 2; width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; background: rgba(244,239,229,.8); cursor: pointer; font-size: 20px;
}
.save-card:hover, .save-card.saved { background: var(--coral); border-color: var(--coral); color: white; }
.empty-state { text-align: center; padding: 70px 20px; }
.empty-state span { color: var(--blue); font-size: 70px; }
.empty-state h3 { margin: 10px 0 8px; font: 500 32px var(--serif); }
.empty-state p { color: var(--muted); }

.map-section { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 720px; background: var(--ink); color: white; }
.map-copy { padding: clamp(70px, 8vw, 120px) clamp(30px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.map-copy h2 { color: var(--paper); }
.map-copy > p:not(.eyebrow) { max-width: 430px; margin: 30px 0; font: 21px/1.45 var(--serif); color: #c8d0d2; }
.map-legend { display: grid; gap: 11px; font-size: 12px; margin-bottom: 34px; color: #dbe1e2; }
.map-legend span { display: flex; align-items: center; gap: 10px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.dot-coast { background: var(--gold); }
.button-dark { align-self: flex-start; border-color: rgba(255,255,255,.45); color: white; background: transparent; }
.button-dark:hover { background: white; color: var(--ink); }
.button-dark svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.map-shell { position: relative; min-height: 680px; background: #d9e0da; }
#map { position: absolute; inset: 0; z-index: 1; background: #dce1db; }
.map-fallback { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; padding: 50px; text-align: center; background: #d9e0da; color: var(--ink); }
.leaflet-control-attribution {
  display: block;
  padding: 4px 7px !important;
  border-radius: 5px 0 0 0;
  background: rgba(255,255,255,.88) !important;
  color: #334b53;
  font: 9px/1.3 var(--sans) !important;
}
.leaflet-control-attribution a { color: #173b4c; text-underline-offset: 2px; }
.leaflet-bar { border: 0 !important; box-shadow: var(--shadow) !important; }
.leaflet-bar a { color: var(--ink) !important; border: 0 !important; }
.custom-marker { background: transparent; border: 0; }
.marker-pin {
  width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); border: 3px solid var(--paper-light);
  border-radius: 50% 50% 50% 8px; color: white; font-size: 11px; font-weight: 700; transform: rotate(-45deg);
  box-shadow: 0 8px 16px rgba(16,42,52,.28); transition: transform .2s ease, background .2s ease;
}
.marker-pin span { transform: rotate(45deg); }
.marker-pin:hover { background: var(--coral); transform: rotate(-45deg) scale(1.1); }
.leaflet-popup-content-wrapper { border-radius: 13px; box-shadow: var(--shadow); }
.leaflet-popup-content { margin: 14px 17px; font-family: var(--sans); }
.map-popup b { display: block; font: 600 20px var(--serif); margin: 2px 0 8px; }
.map-popup button { border: 0; padding: 0; background: transparent; color: var(--coral); font-size: 12px; font-weight: 700; cursor: pointer; }

.editorial-note { min-height: 490px; padding: 100px 20px; display: grid; place-items: center; text-align: center; border-bottom: 1px solid var(--line); }
.quote-mark { height: 44px; color: var(--coral); font: 90px/.8 var(--serif); }
.editorial-note blockquote { max-width: 850px; margin: 28px auto; font: 400 clamp(31px, 4vw, 54px)/1.14 var(--serif); letter-spacing: -.02em; }
.editorial-note p { color: var(--muted); font-size: 12px; }
footer { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 40px clamp(24px, 5vw, 80px); }
.footer-brand { font-weight: 700; }
.footer-brand i { font: 400 18px var(--serif); }
footer p { color: var(--muted); font: italic 17px var(--serif); }
footer a { font-size: 12px; font-weight: 700; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 1999; background: rgba(9, 30, 38, .48); backdrop-filter: blur(5px); opacity: 0; transition: opacity .25s ease; }
.drawer-backdrop.visible { opacity: 1; }
.detail-drawer {
  position: fixed; z-index: 2000; right: 0; top: 0; bottom: 0; width: min(700px, 100%); overflow-y: auto;
  background: var(--paper-light); box-shadow: -20px 0 70px rgba(8,24,30,.22); transform: translateX(102%); transition: transform .34s cubic-bezier(.22,.77,.28,1);
}
.detail-drawer.open { transform: translateX(0); }
.drawer-close { position: fixed; z-index: 5; top: 18px; right: 20px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(244,239,229,.9); font-size: 29px; cursor: pointer; box-shadow: 0 5px 22px rgba(15,40,50,.14); }
.drawer-hero { min-height: 300px; padding: 54px 54px 40px; background: var(--drawer-accent); color: white; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.drawer-hero::before { content: ""; position: absolute; width: 340px; height: 340px; right: -90px; top: -130px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.drawer-hero::after { content: attr(data-number); position: absolute; right: 40px; bottom: -32px; color: rgba(255,255,255,.14); font: 500 190px/.8 var(--serif); }
.drawer-hero .eyebrow { color: rgba(255,255,255,.78); margin-bottom: 12px; }
.drawer-hero h2 { position: relative; z-index: 1; max-width: 520px; margin: 0; font: 500 clamp(44px, 7vw, 67px)/.94 var(--serif); letter-spacing: -.035em; }
.drawer-body { padding: 42px clamp(24px, 7vw, 58px) 80px; }
.drawer-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.drawer-meta span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; }
.drawer-lead { margin: 0 0 34px; padding-bottom: 32px; border-bottom: 1px solid var(--line); font: italic 27px/1.3 var(--serif); color: var(--coral); }
.drawer-story p { margin: 0 0 22px; font: 19px/1.62 var(--serif); color: #344c55; }
.drawer-highlight { margin: 36px 0; padding: 25px; border-left: 3px solid var(--coral); background: var(--paper); }
.drawer-highlight b { display: block; margin-bottom: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.drawer-highlight p { margin: 0; font: 18px/1.4 var(--serif); }
.drawer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }
.drawer-actions .button { text-align: center; }
.drawer-source { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.drawer-source p { margin: 0 0 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); }
.drawer-source a { font-size: 13px; line-height: 1.4; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.saved-empty { padding: 100px 10px; text-align: center; }
.saved-empty span { font-size: 60px; color: var(--coral); }
.saved-empty h2 { font: 500 40px var(--serif); margin: 15px 0 8px; }
.saved-empty p { color: var(--muted); }
.saved-list { display: grid; gap: 12px; }
.saved-item { display: flex; align-items: center; gap: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.saved-item:hover { background: var(--paper); }
.saved-index { width: 44px; height: 44px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 50%; font: 18px var(--serif); flex: 0 0 auto; }
.saved-item b { display: block; margin-bottom: 4px; font: 500 20px var(--serif); }
.saved-item small { color: var(--muted); }
.toast { position: fixed; z-index: 3000; left: 50%; bottom: 30px; transform: translate(-50%, 30px); padding: 12px 18px; border-radius: 99px; background: var(--ink); color: white; font-size: 13px; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.mobile-nav { display: none; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 630px; }
  .hero-art { min-height: 560px; }
  .sun { width: 310px; height: 310px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .toolbar { align-items: stretch; flex-direction: column; }
  .search-wrap { min-width: 0; max-width: none; }
  .places-grid { grid-template-columns: 1fr; }
  .place-card:nth-child(odd) { border-right: 0; }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { min-height: 580px; }
  .map-shell { min-height: 600px; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .topbar { height: 66px; padding: 0 16px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 34px; height: 34px; }
  .install-button { font-size: 11px; padding: 8px 12px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 610px; padding: 72px 22px 58px; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-intro { font-size: 20px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 46px; padding: 0 15px; font-size: 12px; }
  .hero-facts { gap: 18px; justify-content: space-between; margin-top: 44px; }
  .hero-facts b { font-size: 20px; }
  .hero-art { min-height: 450px; }
  .sun { width: 230px; height: 230px; }
  .sail-one { left: 19%; border-width: 0 0 240px 140px; }
  .sail-two { left: calc(19% + 144px); border-width: 142px 0 0 80px; }
  .hero-art::after { left: 14%; width: 58%; }
  .hero-art p { font-size: 19px; }
  .story-strip { min-height: 190px; align-items: flex-start; flex-direction: column; gap: 16px; padding: 34px 24px; }
  .story-strip span { display: none; }
  .story-strip p { font-size: 17px; }
  .places-section { padding: 82px 16px; }
  .section-heading h2, .map-copy h2 { font-size: 51px; }
  .section-heading > p { font-size: 19px; }
  .toolbar { margin-top: 42px; }
  .filters { margin-right: -16px; padding-right: 16px; }
  .places-grid { margin-left: -16px; margin-right: -16px; }
  .place-card { min-height: 280px; padding: 28px 20px; grid-template-columns: 83px 1fr; gap: 17px; }
  .card-art { width: 83px; height: 118px; }
  .card-art::before { width: 76px; height: 76px; }
  .card-symbol { font-size: 31px; }
  .card-copy h3 { padding-right: 24px; font-size: 31px; }
  .card-subtitle { font-size: 16px; }
  .card-meta { flex-direction: column; gap: 8px; }
  .save-card { right: 16px; top: 20px; width: 34px; height: 34px; }
  .map-copy { min-height: 540px; padding: 72px 24px; }
  .map-copy > p:not(.eyebrow) { font-size: 19px; }
  .map-shell { min-height: 560px; }
  .editorial-note { min-height: 500px; padding: 80px 24px; }
  .editorial-note blockquote { font-size: 32px; }
  footer { min-height: 210px; flex-direction: column; justify-content: center; text-align: center; }
  .mobile-nav {
    position: fixed; z-index: 1500; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); height: 62px;
    padding: 6px 20px; display: flex; align-items: center; justify-content: space-around; background: rgba(16,42,52,.95);
    border: 1px solid rgba(255,255,255,.15); color: white; border-radius: 18px; backdrop-filter: blur(16px); box-shadow: 0 12px 36px rgba(5,23,30,.3);
  }
  .mobile-nav a, .mobile-nav button { min-width: 62px; display: flex; flex-direction: column; align-items: center; gap: 3px; color: #cdd6d8; text-decoration: none; background: transparent; border: 0; font-size: 9px; cursor: pointer; }
  .mobile-nav span { font-size: 19px; line-height: 1; }
  .mobile-nav .active { color: white; }
  .detail-drawer { top: 5vh; border-radius: 22px 22px 0 0; }
  .drawer-close { top: calc(5vh + 12px); }
  .drawer-hero { min-height: 280px; padding: 64px 24px 32px; }
  .drawer-hero h2 { font-size: 47px; }
  .drawer-body { padding: 32px 22px 95px; }
  .drawer-lead { font-size: 23px; }
  .drawer-story p { font-size: 18px; }
  .drawer-actions { grid-template-columns: 1fr; }
  .toast { bottom: 88px; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
