:root {
  --paper: #f7f4eb;
  --ink: #20211e;
  --muted: #60615b;
  --line: #c7c5bb;
  --accent: #c33d1b;
  --sage: #dce5cf;
  --clay: #eed3bc;
  --butter: #f1e6b0;
  --white: #fffdf7;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
input,
select {
  font: inherit;
}
a,
button,
input,
select,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #a34629;
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
.wordmark {
  font-family: Impact, 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(44px, 5.8vw, 78px);
  line-height: 1.04;
  margin: 20px 0;
}
h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.13;
  margin: 12px 0;
}
h3 {
  font-size: 27px;
  line-height: 1.15;
  margin: 12px 0;
}
p {
  line-height: 1.65;
}
em {
  font-weight: 400;
}
small,
.small {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.6;
  margin: 0 0 12px;
}
.preview-strip {
  padding: 10px max(24px, calc((100vw - 1200px) / 2));
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  letter-spacing: 0.13em;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.preview-strip span {
  letter-spacing: 0.03em;
}
.site-header,
main,
footer {
  max-width: 1200px;
  margin: auto;
}
.site-header {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.wordmark {
  font-size: 31px;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark-dot {
  color: #b96642;
}
nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
nav a {
  font-size: 13px;
  text-decoration: none;
  padding: 12px 0;
}
nav a:last-child {
  border: 1px solid var(--ink);
  padding: 12px 18px;
  border-radius: 30px;
}
nav a[aria-current] {
  text-decoration: underline;
}
main {
  padding-bottom: 60px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 70px;
  padding: 64px 0 60px;
}
.hero h1 {
  font-size: clamp(60px, 7vw, 100px);
  line-height: 0.98;
  margin: 28px 0;
}
.hero.home-lead h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.06;
}
.hero p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.7;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b86743;
  margin-right: 8px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  font-size: 13px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 46px;
  padding: 14px 24px;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
  border-radius: 0;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3;
}
.button:hover {
  background: #ae3418;
  text-decoration: none;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
}
.button.secondary:hover {
  border-color: var(--accent);
  color: #ae3418;
}
.hero-art {
  height: 370px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 180px 180px 4px 4px;
  background: #e7dfc7;
  border: 1px solid #d5cfba;
}
.sun {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 60px;
  top: 65px;
  border-radius: 50%;
  background: #c86f44;
}
.hill {
  position: absolute;
  left: -25%;
  bottom: -30%;
  width: 130%;
  height: 90%;
  background: #9eb199;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.tent {
  position: absolute;
  bottom: 60px;
  left: 40px;
  width: 190px;
  height: 180px;
  background: #f8ecce;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  filter: drop-shadow(0 4px 0 #75866e);
}
.tent:after {
  content: "";
  position: absolute;
  background: var(--ink);
  inset: 35px 55px 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.vase {
  position: absolute;
  bottom: 58px;
  right: 38px;
  width: 115px;
  height: 120px;
  border-radius: 20% 20% 40% 40%;
  background: #ab613e;
  transform: rotate(10deg);
}
.vase:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -15px;
  width: 75px;
  height: 25px;
  border-radius: 50%;
  background: #75462f;
  border: 7px solid #c98962;
}
.art-stamp {
  position: absolute;
  right: 35px;
  top: 52px;
  transform: rotate(10deg);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1.1;
}
.art-label {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.section {
  margin-top: 46px;
  padding-top: 20px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.section-heading > a {
  font-size: 13px;
  white-space: nowrap;
}
.section-note {
  max-width: 760px;
  font-size: 14px;
  color: var(--muted);
  margin: -4px 0 26px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.category {
  padding: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  min-height: 238px;
  border-radius: 4px;
}
.sage {
  background: var(--sage);
}
.clay {
  background: var(--clay);
}
.butter {
  background: var(--butter);
}
.category-symbol {
  font-family: Georgia, serif;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 24px;
}
.category h3 {
  font-size: 28px;
  margin: 8px 0;
}
.category p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 260px;
}
.category .eyebrow {
  font-size: 9px;
  margin: 0;
}
.arrow {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
}
.category:hover {
  outline: 1px solid var(--ink);
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.offer-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card-art {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.art-number {
  position: absolute;
  left: 18px;
  top: 14px;
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 34px;
}
.art-symbol {
  display: none;
}
.art-caption {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-body .eyebrow {
  font-size: 10px;
}
.card-body h3 {
  font-size: 26px;
  margin: 0 0 12px;
}
.card-body h3 a {
  text-decoration: none;
}
.card-body h3 a span {
  font-family: Arial, sans-serif;
  font-size: 18px;
}
.card-description {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 18px;
  min-height: 42px;
}
.price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.card-body > .small {
  margin: 5px 0 22px;
}
.card-bottom {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.compare-check {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  min-height: 44px;
  cursor: pointer;
}
.filters .compare-check {
  flex: 1 1 100%;
  flex-direction: row;
  align-items: flex-start;
  font-weight: 400;
  max-width: 520px;
}
.filters .compare-check input {
  flex: 0 0 17px;
  width: 17px;
  min-height: 17px;
  padding: 0;
}
.compare-check input {
  width: 17px;
  height: 17px;
  accent-color: var(--ink);
}
.compare-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 20px;
}
.compare-bar p {
  font-size: 13px;
  color: var(--muted);
}
.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.guide-link {
  border-top: 1px solid var(--ink);
  padding: 24px 0;
  text-decoration: none;
}
.guide-link h3 {
  font-size: 35px;
  max-width: 320px;
}
.guide-link p {
  font-size: 14px;
  color: var(--muted);
  max-width: 350px;
}
.guide-link > span:last-child {
  display: inline-block;
  font-size: 13px;
  margin-top: 12px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.method-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: var(--sage);
  padding: 40px;
  margin-top: 35px;
}
.method-band p {
  font-size: 14px;
}
.method-band a {
  font-size: 13px;
}
.page-intro {
  padding: 50px 0 25px;
  max-width: 860px;
}
.page-intro .eyebrow {
  color: #ae3418;
}
.page-intro h1 {
  line-height: 1;
  text-wrap: balance;
}
.page-intro:after {
  content: '';
  display: block;
  width: 64px;
  height: 5px;
  background: var(--accent);
  margin-top: 28px;
}
.page-intro p:last-child {
  font-size: 16px;
  max-width: 650px;
  color: var(--muted);
}
.filters {
  background: #e9ebd9;
  border: 0;
  border-top: 2px solid var(--ink);
  padding: 22px;
  display: flex;
  align-items: end;
  gap: 14px;
  flex-wrap: wrap;
  border-radius: 0;
}
.filters label {
  display: flex;
  flex: 1;
  min-width: 145px;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
}
.filters input,
.filters select {
  min-height: 44px;
  padding: 10px;
  border: 1px solid #a5b2a1;
  background: var(--white);
  color: var(--ink);
  border-radius: 2px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
}
.filters .reset {
  font-size: 12px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.planner-form {
  padding: 30px;
  gap: 20px;
}
.planner-form label {
  min-width: 200px;
}
.result-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 24px 0;
  font-size: 13px;
}
.result-heading > span {
  font-size: 11px;
  color: var(--muted);
}
.empty {
  border: 1px dashed #a5b2a1;
  padding: 50px 30px;
  text-align: center;
  background: #f0eee2;
}
.empty > span {
  font-size: 40px;
}
.empty p {
  max-width: 510px;
  margin: 20px auto 25px;
}
.notice {
  padding: 18px 22px;
  background: #ede8d6;
  border-left: 3px solid #aa7947;
  font-size: 13px;
  color: #4f4f3a;
  line-height: 1.7;
}
.profile-section {
  margin-top: 45px;
  scroll-margin-top: 20px;
  border-top: 2px solid var(--ink);
  padding-top: 24px;
}
.fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.fact {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.fact dt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 12px;
}
.fact dd {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.state {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 2px 8px;
  margin-left: 5px;
  vertical-align: middle;
  color: var(--muted);
}
.state.stale,
.state.disputed {
  border-color: #af7444;
  background: #f5e4c5;
  color: #744426;
}
.state.unavailable {
  background: #ead6d0;
  color: #722f24;
}
.evidence {
  margin-top: 12px;
  font-size: 12px;
}
.evidence summary {
  cursor: pointer;
  min-height: 32px;
  color: var(--muted);
}
.evidence p {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.evidence small {
  font-size: 11px;
}
fieldset {
  border: 1px solid var(--line);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
legend {
  padding: 0 10px;
  font-size: 13px;
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  margin: 30px 0;
  background: var(--white);
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 630px;
}
caption {
  text-align: left;
  padding: 18px;
  font-size: 12px;
  color: var(--muted);
}
th,
td {
  text-align: left;
  vertical-align: top;
  padding: 20px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.65;
}
thead th {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  background: var(--sage);
}
tbody th {
  width: 150px;
  font-size: 12px;
}
td {
  min-width: 190px;
  max-width: 320px;
}
td .state {
  margin: 0;
}
.editorial {
  max-width: 760px;
}
.editorial .lede {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.6;
}
.editorial p {
  font-size: 16px;
}
.editorial nav {
  display: block;
}
.editorial nav a,
.editorial nav a:last-child {
  display: inline-block;
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  text-decoration: underline;
}
.checklist {
  background: var(--sage);
  padding: 28px;
  margin: 30px 0;
}
.checklist h2 {
  font-size: 30px;
}
.checklist ol {
  padding-left: 22px;
}
.checklist li {
  padding: 12px 0 12px 8px;
  font-size: 15px;
  line-height: 1.7;
}
footer {
  border-top: 1px solid var(--line);
  padding: 38px 0 45px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
footer p {
  font-size: 12px;
  color: var(--muted);
}
footer a:not(.wordmark) {
  font-size: 13px;
}
.skip-link {
  position: fixed;
  top: -70px;
  left: 20px;
  background: var(--ink);
  color: white;
  padding: 15px;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
.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;
}
@media (max-width: 1280px) {
  .site-header,
  main,
  footer {
    margin-left: 40px;
    margin-right: 40px;
  }
  .hero {
    gap: 45px;
  }
  .hero-art {
    height: 340px;
  }
}
@media (max-width: 900px) {
  .site-header,
  main,
  footer {
    margin-left: 24px;
    margin-right: 24px;
  }
  .hero {
    gap: 25px;
    padding: 40px 0;
  }
  .hero-art {
    height: 300px;
  }
  .tent {
    width: 150px;
    left: 15px;
  }
  .vase {
    width: 85px;
    right: 20px;
    height: 100px;
  }
  .vase:before {
    width: 60px;
    left: 12px;
  }
  .art-stamp {
    font-size: 21px;
    right: 20px;
  }
  .sun {
    left: 35px;
    top: 55px;
  }
  .hero-actions {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .category {
    padding: 20px;
  }
  .category h3 {
    font-size: 25px;
  }
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-heading {
    align-items: start;
  }
  .section-heading > a {
    white-space: normal;
  }
  .method-band {
    padding: 30px;
    gap: 30px;
  }
  .planner-form label {
    min-width: 170px;
  }
}
@media (max-width: 620px) {
  .preview-strip {
    padding: 10px 18px;
    font-size: 9px;
  }
  .preview-strip span {
    font-size: 9px;
    letter-spacing: 0;
  }
  .site-header,
  main,
  footer {
    margin-left: 20px;
    margin-right: 20px;
  }
  .site-header {
    flex-direction: column;
    align-items: start;
    padding: 20px 0 15px;
    gap: 16px;
  }
  .wordmark {
    font-size: 30px;
  }
  nav {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
  }
  nav a {
    font-size: 12px;
  }
  nav a:last-child {
    padding: 12px 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 36px 0 10px;
    gap: 35px;
  }
  .hero h1 {
    font-size: 74px;
    margin: 22px 0;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .hero-actions > a:last-child {
    font-size: 12px;
  }
  .hero-art {
    height: 240px;
    border-radius: 120px 120px 4px 4px;
  }
  .sun {
    width: 75px;
    height: 75px;
    top: 40px;
    left: 50px;
  }
  .tent {
    height: 155px;
    bottom: 35px;
    left: 75px;
  }
  .vase {
    right: 65px;
    bottom: 35px;
    height: 85px;
  }
  .art-stamp {
    right: 30px;
    top: 36px;
  }
  .hero .button {
    font-size: 12px;
    padding: 14px 18px;
    gap: 12px;
  }
  .section {
    margin-top: 30px;
  }
  .section-heading {
    flex-direction: column;
    gap: 4px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .section-heading .small {
    font-size: 11px;
  }
  .category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .category {
    min-height: 0;
    flex-direction: row;
    gap: 22px;
    padding: 24px 22px;
  }
  .category-symbol {
    font-size: 38px;
    margin: 15px 0;
    width: 38px;
    flex-shrink: 0;
  }
  .category h3 {
    font-size: 26px;
    padding-right: 15px;
  }
  .category p:not(.eyebrow) {
    font-size: 12px;
  }
  .category .arrow {
    right: 16px;
    top: 16px;
    font-size: 18px;
  }
  .offer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .card-art {
    min-height: 130px;
  }
  .card-body {
    padding: 23px;
  }
  .card-body h3 {
    font-size: 29px;
  }
  .card-description {
    min-height: 0;
  }
  .card-bottom {
    font-size: 13px;
  }
  .compare-bar {
    align-items: start;
    flex-direction: column;
    gap: 0;
  }
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .guide-link h3 {
    font-size: 34px;
  }
  .method-band {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 28px;
  }
  .method-band h2 {
    font-size: 34px;
  }
  .page-intro {
    padding: 36px 0 20px;
  }
  .page-intro h1 {
    font-size: 42px;
    overflow-wrap: anywhere;
  }
  .filters {
    padding: 18px;
    gap: 18px;
  }
  .filters label {
    flex-basis: 100%;
  }
  .filters .button {
    flex: 1;
  }
  .planner-form label {
    min-width: 0;
  }
  .result-heading {
    align-items: start;
    font-size: 12px;
  }
  .result-heading span {
    max-width: 130px;
    text-align: right;
  }
  .notice {
    padding: 16px;
    font-size: 12px;
  }
  .fact-grid {
    grid-template-columns: 1fr;
  }
  .state {
    font-size: 10px;
  }
  .profile-section h2 {
    font-size: 30px;
  }
  .editorial .lede {
    font-size: 23px;
  }
  .checklist {
    padding: 22px;
  }
  footer {
    flex-direction: column;
    padding-top: 30px;
    gap: 15px;
  }
  .empty {
    padding: 30px 20px;
  }
  .empty h2 {
    font-size: 32px;
  }
  fieldset {
    padding: 16px;
    gap: 10px;
  }
  fieldset .button {
    margin-top: 10px;
  }
}

/* Approved city-magazine identity, shared across every page. */
.site-header {
  align-items: end;
  padding: 28px 0 24px;
  border-bottom: 2px solid var(--ink);
}
.site-header .wordmark {
  font-family: Impact, 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 6.7vw, 88px);
  line-height: .9;
  letter-spacing: -.075em;
}
.wordmark-dot { color: #c33d1b; }
.site-header nav { gap: 24px; }
.site-header nav a:last-child { border-radius: 0; }
.city-home h1,
.city-home h2,
.city-home h3 {
  font-family: Impact, 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
}
.edition-line {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em;
  gap: 20px;
}
.city-cover {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
  padding: 22px 0 32px;
  align-items: stretch;
}
.cover-copy { align-self: center; }
.cover-copy .eyebrow { color: #ae3418; }
.cover-copy h1 {
  font-size: clamp(56px, 6.5vw, 88px);
  line-height: .95;
  margin: 20px 0;
}
.cover-copy h1 em { font-style: normal; font-weight: 900; color: #c33d1b; }
.cover-copy > p:not(.eyebrow) { max-width: 350px; font-size: 15px; }
.cover-cta {
  display: inline-flex;
  gap: 32px;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  padding: 15px 20px;
  margin-top: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.cover-cta:hover { background: #ae3418; }
.cover-image { margin: 0; position: relative; min-width: 0; }
.cover-image img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; display: block; }
.cover-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--paper);
  padding: 12px 18px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
}
.occasion-section { border-top: 1px solid var(--ink); padding: 20px 0 32px; }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.occasion-grid a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px 6px;
  padding: 20px;
  background: #e9ebd9;
  text-decoration: none;
}
.occasion-grid a:nth-child(2) { background: #f3dfa4; }
.occasion-grid a:nth-child(3) { background: #d9e5e8; }
.occasion-grid a:nth-child(4) { background: #eed6c6; }
.occasion-number { grid-column: 1 / -1; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.occasion-grid strong { font-size: 21px; letter-spacing: -.04em; }
.occasion-grid a:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.city-stories { padding: 30px 0 20px; border-top: 2px solid var(--ink); }
.city-stories .section-heading { align-items: end; margin-bottom: 24px; }
.city-stories h2 { font-size: 48px; line-height: .98; }
.city-stories .section-heading > a { font-size: 13px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.city-story { text-decoration: none; min-width: 0; }
.city-story + .city-story { border-left: 1px solid var(--line); padding-left: 24px; }
.city-story img { width: 100%; height: auto; aspect-ratio: 1.45; object-fit: cover; display: block; margin-bottom: 20px; }
.city-story .eyebrow { font-size: 10px; }
.city-story h3 { font-size: 34px; line-height: 1.04; }
.city-story > p:not(.eyebrow) { font-size: 14px; }
.city-story > span { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: bold; }
.city-story:hover h3 { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.art-credit { font-size: 11px; color: var(--muted); margin: 28px 0 0; }
.city-directory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  background: #e9ebd9;
  padding: 36px;
  margin-top: 28px;
}
.city-directory h2 { font-size: 40px; }
.city-directory p, .city-directory a { font-size: 14px; }
.directory-links a { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #b6baa4; padding: 17px 0; text-decoration: none; }
.directory-links a:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .site-header { align-items: start; flex-direction: column; gap: 20px; }
  .site-header nav { width: 100%; justify-content: space-between; }
  .city-cover { gap: 24px; }
  .cover-copy h1 { font-size: 62px; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { gap: 16px; }
  .city-story + .city-story { padding-left: 16px; }
  .city-story h3 { font-size: 27px; }
}
@media (max-width: 620px) {
  .site-header { padding: 22px 0 14px; }
  .site-header .wordmark { font-size: clamp(34px, 10.2vw, 62px); }
  .site-header nav { gap: 12px; }
  .edition-line { font-size: 9px; }
  .edition-line span:last-child { display: none; }
  .city-cover { grid-template-columns: 1fr; gap: 24px; padding: 20px 0 24px; }
  .cover-copy h1 { font-size: 64px; }
  .cover-copy > p:not(.eyebrow) { max-width: none; }
  .cover-image img { min-height: 0; height: auto; aspect-ratio: 1.3; }
  .cover-image figcaption { font-size: 14px; padding: 10px 12px; }
  .occasion-grid a { padding: 16px 12px; gap: 16px 4px; }
  .occasion-grid strong { font-size: 18px; }
  .occasion-number { font-size: 9px; letter-spacing: 0; }
  .city-stories h2 { font-size: 40px; }
  .city-stories .section-heading { gap: 20px; align-items: start; }
  .story-grid { grid-template-columns: 1fr; gap: 28px; }
  .city-story + .city-story { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 24px; }
  .city-story h3 { font-size: 36px; }
  .city-directory { grid-template-columns: 1fr; padding: 24px; gap: 20px; }
  .city-directory h2 { font-size: 34px; }
}

/* Interior pages use the same editorial hierarchy without a second cover. */
.illustrated-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 40px 0 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.illustrated-intro .page-intro { padding: 0; }
.illustrated-intro h1 { font-size: clamp(40px, 4.4vw, 60px); }
.illustrated-intro figure { margin: 0; min-width: 0; }
.illustrated-intro img { width: 100%; height: auto; aspect-ratio: 1.25; object-fit: cover; display: block; }
.illustrated-intro figcaption { font-size: 10px; line-height: 1.5; color: var(--muted); margin-top: 10px; }
.guide-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.guide-link { border-top: 2px solid var(--ink); }
.guide-link img { display: block; width: 100%; height: auto; aspect-ratio: 1.4; object-fit: cover; margin-bottom: 24px; }
.guide-link h3 { font-size: 31px; }
.guide-link:hover h3 { text-decoration: underline; text-decoration-thickness: 2px; }
.editorial .lede { font-family: Arial, sans-serif; font-size: 22px; line-height: 1.55; letter-spacing: -.02em; }
.checklist { border-top: 2px solid var(--ink); background: #e9ebd9; }
.checklist li::marker { color: #ae3418; font-weight: bold; }
.fact dt { letter-spacing: .025em; }
.fact:has(.state.stale), .fact:has(.state.disputed), .fact:has(.state.unavailable) { border-top-color: #ae3418; }
.evidence summary { text-decoration: underline; text-underline-offset: 4px; }
.evidence[open] { border-left: 2px solid var(--accent); padding-left: 14px; }
.result-heading { border-bottom: 1px solid var(--ink); padding-bottom: 10px; }
.result-heading > p { font-weight: bold; }
.card-body h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.empty { border: 1px solid var(--ink); border-top: 4px solid var(--accent); background: var(--white); }
.table-scroll { border-top: 2px solid var(--ink); }
.table-scroll caption { color: var(--ink); font-weight: bold; }
@media (max-width: 900px) {
  .illustrated-intro { gap: 28px; }
  .illustrated-intro h1 { font-size: 42px; }
  .guide-grid { gap: 20px; }
  .guide-link h3 { font-size: 27px; }
}
@media (max-width: 620px) {
  .illustrated-intro { grid-template-columns: 1fr; margin-top: 32px; gap: 24px; }
  .illustrated-intro h1 { font-size: 40px; }
  .illustrated-intro img { aspect-ratio: 1.6; }
  .guide-grid { grid-template-columns: 1fr; gap: 12px; }
  .guide-link h3 { font-size: 32px; }
  .card-art { min-height: 76px; }
  .profile-section .section-heading { flex-direction: column; align-items: start; gap: 8px; }
  .page-intro h1 { overflow-wrap: normal; }
}
