@font-face {
  font-family: "Jost";
  src: url("../fonts/jost.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/jost-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Alex Brush";
  src: url("../fonts/alex-brush-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #43382b;
  /* Body copy sits a shade lighter than headings so paragraphs read softer. */
  --body: #4f4436;
  --muted: #706252;
  --paper: #fbf8f3;
  --cream: #f3ece2;
  /* Deeper of the two band tints, for short accent blocks such as quotes. */
  --sand: #ece0d1;
  --clay: #855b3b;
  --line: rgba(67, 56, 43, .16);
  /* Headings and display type */
  --display: "Playfair Display", "Palatino Linotype", Palatino, Georgia, serif;
  /* Every paragraph, list and card on the site */
  --text: "Jost", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* Small uppercase labels: navigation, buttons, breadcrumbs. Same family
     as the body text, set smaller and letterspaced. */
  --ui: var(--text);
  --script: "Alex Brush", cursive;
  --measure: 680px;
  --wide: 1200px;
  --section: clamp(4.5rem, 9vw, 8rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--body);
  background: var(--paper);
  font-family: var(--text);
  /* Jost at 400 reads heavy in long paragraphs; 300 keeps the stroke fine. */
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { color: var(--ink); font-family: var(--display); font-weight: 400; line-height: 1.15; text-wrap: balance; }
h1 { margin: .5rem 0 1rem; font-size: clamp(2.3rem, 4vw, 3.6rem); letter-spacing: .01em; }
h2 { font-size: clamp(1.6rem, 2.4vw, 2.15rem); letter-spacing: .02em; }
h3 { font-size: 1.3rem; letter-spacing: .02em; }
h4 { font-size: 1.1rem; letter-spacing: .04em; }

.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; padding: .7rem 1rem; color: var(--paper); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

/* Header */
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { width: min(var(--wide), 92%); min-height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { text-decoration: none; }
.wordmark span, .wordmark small { display: block; }
.wordmark span { font-family: var(--script); font-size: 2rem; line-height: .9; }
.wordmark small { margin-top: .15rem; color: var(--muted); font-family: var(--ui); font-size: .55rem; text-align: center; letter-spacing: .42em; text-transform: uppercase; }
.site-header nav > ul { display: flex; align-items: center; gap: clamp(.8rem, 1.6vw, 1.9rem); margin: 0; padding: 0; list-style: none; }
.site-header nav a { font-family: var(--ui); font-weight: 500; font-size: .7rem; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; }
.site-header nav a:not(.button):hover { color: var(--clay); }
.site-header nav > ul > li { position: relative; display: flex; align-items: center; min-height: 92px; }
.sub-menu { position: absolute; z-index: 20; top: 100%; left: 50%; display: none; flex-direction: column; min-width: 200px; margin: 0; padding: .7rem 0; list-style: none; background: var(--paper); border: 1px solid var(--line); border-top: 0; transform: translateX(-50%); }
.has-sub:hover > .sub-menu, .has-sub:focus-within > .sub-menu { display: flex; }
.sub-menu a { display: block; padding: .55rem 1.5rem; white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: transparent; font: inherit; font-family: var(--ui); font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; color: var(--ink); }

/* Shared elements */
.button { display: inline-block; padding: .85rem 1.6rem; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-family: var(--ui); font-weight: 500; font-size: .7rem; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; transition: color .2s ease, background .2s ease; }
.button:hover { color: var(--paper); background: var(--ink); }
.button-small { padding: .6rem 1.1rem; }
.text-link { font-family: var(--ui); font-size: .8rem; letter-spacing: .04em; color: var(--clay); }
.text-link:hover { text-decoration: underline; text-underline-offset: .3em; }
.eyebrow { margin: 0 0 .6rem; color: var(--clay); font-family: var(--ui); font-weight: 500; font-size: .68rem; text-transform: uppercase; letter-spacing: .28em; }
.script-note { margin: 0; color: var(--clay); font-family: var(--script); font-size: clamp(1.7rem, 2.4vw, 2.2rem); line-height: 1.1; }
.lead { max-width: var(--measure); color: var(--muted); font-size: 1.2rem; }
.stars { display: inline-block; color: var(--clay); font-size: 1rem; letter-spacing: .28em; }
.cta { margin: 2.2rem 0; text-align: center; }
.page-content > .cta { width: min(var(--measure), 90%); margin-inline: auto; }

/* Homepage hero */
.home-hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; border-bottom: 1px solid var(--line); }
.home-hero > img { width: 100%; height: min(82vh, 900px); object-fit: cover; }
.hero-copy { justify-self: center; max-width: 560px; padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 4vw, 4rem); }
.hero-copy h1 { font-size: clamp(2.4rem, 3.6vw, 3.6rem); }
.hero-copy > p:not(.eyebrow) { max-width: 46ch; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 1.75rem; margin-top: 2.25rem; }
.home-story { padding: var(--section) 4%; }

/* Article pages */
.article-shell { padding-bottom: var(--section); }
.breadcrumbs { width: min(var(--wide), 90%); margin: 1.1rem auto 0; color: var(--muted); font-family: var(--ui); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem .55rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .55rem; color: var(--line); }
.breadcrumbs a:hover { color: var(--clay); }
.page-intro { max-width: 900px; margin: auto; padding: clamp(3.5rem, 7vw, 6.5rem) 5% clamp(2.5rem, 4vw, 3.5rem); text-align: center; }
.page-intro .lead { margin: auto; }
.page-hero { width: min(1500px, 94%); margin: 0 auto var(--section); }
.page-hero img { width: 100%; max-height: min(74vh, 820px); object-fit: cover; }

/* Content typography */
.page-content { font-size: 1.1rem; }
.page-content > p, .page-content > ul, .page-content > ol,
.page-content > h2, .page-content > h3, .page-content > h4 {
  width: min(var(--measure), 90%); margin-right: auto; margin-left: auto;
}
.page-content > h2 { margin-top: var(--section); margin-bottom: 1.6rem; text-align: center; }
.page-content > h2::after { content: ""; display: block; width: 48px; height: 1px; margin: 1.2rem auto 0; background: var(--clay); }
.page-content > h3 { margin-top: 2.6rem; margin-bottom: .8rem; }
.page-content > h4 { margin-top: 2.2rem; margin-bottom: .6rem; color: var(--muted); font-family: var(--display); font-size: .95rem; text-align: center; text-transform: uppercase; letter-spacing: .16em; }
.page-content > h4 + h2 { margin-top: .4rem; }
.page-content > p { margin-block: 1.25rem; }
.page-content a, .content-column a, .pull-quote a { color: var(--clay); }
.page-content a:hover, .content-column a:hover, .pull-quote a:hover { text-decoration: underline; text-underline-offset: .28em; }
.page-content .stars { display: block; text-align: center; }

/* Standalone images keep honest proportions */
.page-content > p:has(> img:only-child) { width: min(1240px, 92%); margin-block: clamp(2.8rem, 5vw, 4.5rem); }
.page-content > p:has(> img:only-child) img { width: auto; max-width: 100%; max-height: 760px; margin-inline: auto; }

/* Pull quotes: centered, no bar */
.page-content > blockquote, .prose blockquote {
  width: min(620px, 88%);
  margin: clamp(3.5rem, 6vw, 5.5rem) auto;
  padding: 0;
  border: 0;
  color: var(--ink);
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.5;
  text-align: center;
}
.page-content > blockquote::before, .prose blockquote::before {
  content: ""; display: block; width: 48px; height: 1px; margin: 0 auto 1.4rem; background: var(--clay);
}
.page-content > blockquote p, .prose blockquote p { margin: 0; }

/* Columns */
.content-columns { width: min(1240px, 92vw); margin: clamp(2.8rem, 5vw, 4.5rem) 50%; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(2rem, 4vw, 3.5rem) clamp(1.6rem, 3vw, 3rem); transform: translateX(-50%); }
.content-column { min-width: 0; }
.content-column:empty { display: none; }
.content-column:not(:has(img, h1, h2, h3, h4, p, ul, ol, blockquote)) { display: none; }
.content-columns:not(:has(img, h1, h2, h3, h4, p, ul, ol, blockquote)) { display: none; }
.content-column .content-columns { width: 100%; margin: 0; transform: none; }
.content-column > :first-child { margin-top: 0; }
.content-column > :last-child { margin-bottom: 0; }
.content-column h2 { margin: 1.4rem 0 .4rem; font-family: var(--display); font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; }
.content-column h2 a { text-decoration: none; }
.content-column h2 a:hover { color: var(--clay); }
.content-column h2 + p { margin-top: .2rem; color: var(--muted); font-style: italic; }
.content-column h3 { margin: 1.4rem 0 .6rem; font-size: 1.2rem; }
.content-column img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.content-column > p:only-child img, .content-column > :only-child > img:only-child { aspect-ratio: auto; }
.content-column blockquote { width: auto; margin: 1.5rem 0; text-align: left; font-size: 1.15rem; }
.content-column blockquote::before { margin-left: 0; }
.content-column ul { padding-left: 1.15rem; }
.content-columns:has(> .content-column:only-child) { grid-template-columns: minmax(0, 720px); justify-content: center; text-align: center; }
.content-columns:has(> .content-column:only-child) ul { display: inline-block; text-align: left; }

/* Inline galleries */
.content-gallery { width: min(1500px, 94vw); margin: clamp(3.5rem, 6vw, 5.5rem) 50%; columns: 4 280px; column-gap: 1rem; transform: translateX(-50%); }
.content-gallery p { display: contents; }
.content-gallery img { width: 100%; margin: 0 0 1rem; break-inside: avoid; }
.content-gallery.cols-3 { width: min(1240px, 92vw); columns: 3 280px; }
.content-gallery.cols-2 { width: min(1000px, 90vw); columns: 2 280px; }
.content-gallery.cols-1 { width: min(720px, 88vw); columns: 1; }

/* Homepage prose */
.prose { max-width: 840px; margin: auto; padding: 0 4%; font-size: 1.1rem; }
.prose > h2 { margin: var(--section) 0 1.6rem; text-align: center; }
.prose > h2::after { content: ""; display: block; width: 48px; height: 1px; margin: 1.2rem auto 0; background: var(--clay); }
.prose > h3 { margin: 2.6rem 0 .8rem; }
.prose p { margin-block: 1.25rem; }
.prose img { width: auto; max-height: 720px; margin: 2.5rem auto; }
.prose a { color: var(--clay); }
.prose a:hover { text-decoration: underline; text-underline-offset: .28em; }
.prose ul { padding-left: 1.2rem; }
.prose .stars { display: block; text-align: center; }

/* Portfolio */
.gallery-shell { padding-bottom: var(--section); }
.gallery-copy { margin-bottom: 3rem; text-align: center; }
.portfolio-grid { width: min(1500px, 94%); margin: auto; columns: 3 300px; column-gap: 1rem; }
.portfolio-grid figure { margin: 0 0 1rem; break-inside: avoid; }
.portfolio-grid img { width: 100%; }

/* Listings */
.listing-shell { width: min(var(--wide), 92%); margin: auto; padding-bottom: var(--section); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.5rem 2rem; }
.story-card a { display: block; text-decoration: none; }
.story-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.story-card a:hover img { opacity: .92; }
.story-card div { padding: 1.4rem 0 0; }
.story-card .eyebrow { margin-bottom: .3rem; }
.story-card h2 { margin: 0 0 .6rem; font-size: 1.35rem; }
.story-card h2 + p, .story-card p:last-child { margin: 0; color: var(--muted); font-size: .98rem; }
.story-card a:hover h2 { color: var(--clay); }

/* Section builder */
.sec-heading { width: min(820px, 90%); margin: var(--section) auto 1.6rem; text-align: center; }
.sec-heading h2::after { content: ""; display: block; width: 48px; height: 1px; margin: 1.2rem auto 0; background: var(--clay); }
.sec-heading .eyebrow { margin-bottom: .2rem; }
.sec-tagline { margin: .8rem 0 0; color: var(--muted); font-style: italic; }
.sec-note { width: min(820px, 90%); margin: clamp(2.2rem, 4vw, 3.2rem) auto; text-align: center; color: var(--clay); font-family: var(--script); font-size: clamp(1.9rem, 2.8vw, 2.7rem); line-height: 1.15; }
.planning-section {
  margin: var(--section) 0 0;
  padding: clamp(2.6rem, 5vw, 4.2rem) 0;
  background: var(--cream);
  box-shadow: 0 0 0 100vmax var(--cream);
  clip-path: inset(0 -100vmax);
}
.planning-section > .sec-heading { margin-top: 0; }
.planning-section > .content-columns { margin-bottom: 0; }
.planning-copy { text-align: center; }
.planning-copy .cta { margin: 1.8rem 0 1.1rem; }
.planning-alt { margin: 0; color: var(--muted); font-family: var(--ui); font-size: .85rem; }
.sec-heading + .content-columns, .sec-heading + .content-gallery, .sec-heading + .page-image { margin-top: 2.2rem; }
.pull-quote {
  width: min(620px, 88%);
  margin: clamp(3.5rem, 6vw, 5.5rem) auto;
  padding: 0;
  border: 0;
  color: var(--ink);
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.5;
  text-align: center;
}
.pull-quote::before { content: ""; display: block; width: 48px; height: 1px; margin: 0 auto 1.4rem; background: var(--clay); }
.pull-quote p { margin: 0; }
.page-image { width: min(1240px, 92%); margin: clamp(2.8rem, 5vw, 4.5rem) auto; }
.page-image img { width: auto; max-width: 100%; max-height: 760px; margin-inline: auto; }
.card-image-link { display: block; }
.card-image-link:hover img { opacity: .92; }
/* Small label above a card title, e.g. "Most popular" on the Classic tier. */
.card-badge { margin: 1.4rem 0 -.2rem; color: var(--clay); font-family: var(--ui); font-weight: 500; font-size: .62rem; text-transform: uppercase; letter-spacing: .22em; }
.card-badge + .card-title { margin-top: .5rem; }
/* Keep titles level when one card in a row carries a badge. */
.content-columns:has(.card-badge) .content-column:has(img) .card-title:not(.card-badge + .card-title) { margin-top: 2.8rem; }
.content-columns:has(.card-badge) .content-column:not(:has(img)) > .card-title:first-child { margin-top: 1.4rem; }
.card-title { margin: 1.4rem 0 .4rem; font-family: var(--display); font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; }
.card-title a { color: inherit; text-decoration: none; }
.card-title a:hover { color: var(--clay); }
/* Cards without an image (FAQ questions, editorial notes): not small-caps */
.content-column > .card-title:first-child { font-family: var(--display); font-size: 1.3rem; letter-spacing: 0; text-transform: none; }
.content-column .card-title + p em, .content-column .card-title + p { font-size: 1rem; }
.content-column > img:only-child { aspect-ratio: auto; }
.content-columns.split { align-items: center; }
.content-columns.split.image-right > .content-column:first-child { order: 2; }
.reviews-band { width: min(720px, 90%); margin: var(--section) auto; text-align: center; }
.reviews-band h2 a { text-decoration: none; }
.reviews-band h2 a:hover { color: var(--clay); }
.reviews-band .stars { font-size: 1.2rem; margin: .6rem 0 1rem; display: block; }
.testimonial-name { color: var(--muted); font-style: italic; }

/* Tinted bands
   A band paints edge to edge without being any wider than its container: the
   box-shadow spreads the colour sideways and the clip-path stops it running on
   for ever. That avoids the horizontal scrollbar a 100vw block would cause. */
.band {
  --band-bg: var(--cream);
  margin: var(--section) 0;
  padding: clamp(2.6rem, 5vw, 4.2rem) 0;
  background: var(--band-bg);
  box-shadow: 0 0 0 100vmax var(--band-bg);
  clip-path: inset(0 -100vmax);
}
.band-cream { --band-bg: var(--cream); }
.band-sand { --band-bg: var(--sand); }
.band > :first-child { margin-top: 0; }
.band > :last-child { margin-bottom: 0; }
/* Headings after the first in a band need spacing, but not a full section gap. */
.band > .sec-heading { margin-top: clamp(2.6rem, 5vw, 4rem); }
.band > .sec-heading:first-child { margin-top: 0; }
.band > .pull-quote { margin-block: clamp(1rem, 2vw, 1.6rem); }
.band > .pull-quote:only-child { margin-block: 0; }

/* Contact band */
.contact-band { margin-top: var(--section); padding: var(--section) 5%; background: var(--cream); text-align: center; }
.contact-band > div { max-width: 640px; margin-inline: auto; }
.contact-band .eyebrow { color: var(--clay); font-family: var(--script); font-size: clamp(1.7rem, 2.4vw, 2.1rem); text-transform: none; letter-spacing: 0; }
.contact-band h2 { margin: .4rem 0 .8rem; }
.contact-band p { color: var(--muted); }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; margin-top: 2rem; }

/* Footer */
.site-footer { padding: 3.5rem 5% 3rem; display: flex; flex-direction: column; align-items: center; gap: 1.2rem; border-top: 1px solid var(--line); text-align: center; }
.site-footer > div p { margin: .2rem 0; }
.site-footer > div p:last-child { color: var(--muted); font-style: italic; font-size: .95rem; }
.footer-mark { margin: 0; font-family: var(--script); font-size: 1.7rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.6rem; }
.site-footer a { font-family: var(--ui); font-weight: 500; font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.site-footer a:hover { color: var(--clay); }
.copyright { margin: 0; color: var(--muted); font-family: var(--ui); font-size: .72rem; }
.not-found { min-height: 60vh; padding: 10vh 4%; text-align: center; }

/* Automatically generated page and slug inventory */
.page-list-shell { width: min(1180px, 92%); margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) 0; }
.page-list-intro { max-width: 760px; margin-top: clamp(2.5rem, 5vw, 4rem); margin-bottom: clamp(3rem, 6vw, 5rem); }
.page-list-intro h1 { margin: .4rem 0 1rem; }
.page-list-intro > p:last-of-type { color: var(--muted); font-size: 1.08rem; }
.page-list-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0 0; }
.page-list-summary div { padding: 1.2rem; background: var(--cream); border: 1px solid var(--line); }
.page-list-summary dt { color: var(--muted); font-family: var(--ui); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.page-list-summary dd { margin: .25rem 0 0; font-family: var(--display); font-size: 1.6rem; }
.page-list-section + .page-list-section { margin-top: clamp(3.5rem, 7vw, 6rem); }
.page-list-section > p { max-width: 760px; color: var(--muted); }
.page-list-table-wrap { margin-top: 1.5rem; overflow-x: auto; border: 1px solid var(--line); }
.page-list-table { width: 100%; border-collapse: collapse; background: var(--paper); text-align: left; }
.page-list-table th,
.page-list-table td { padding: .9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.page-list-table th { background: var(--cream); font-family: var(--ui); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.page-list-table td { font-size: .9rem; }
.page-list-table tbody tr:last-child td { border-bottom: 0; }
.page-list-table .page-list-group th { padding: 1.1rem 1rem .7rem; color: var(--clay); background: var(--sand); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.15rem; text-transform: none; letter-spacing: 0; }
.page-list-table tbody:first-of-type .page-list-group th { border-top: 0; }
.page-list-table td:nth-child(2) a { overflow-wrap: anywhere; }
.page-list-status { white-space: nowrap; color: #37613d; }
.page-list-status-hidden { color: var(--clay); }

@media (max-width: 980px) {
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-header nav > ul { position: absolute; top: 72px; right: 0; left: 0; padding: 1.6rem 5%; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .menu-toggle[aria-expanded="true"] + ul { display: flex; }
  .site-header nav a { display: block; padding: .5rem; text-align: center; }
  .site-header nav > ul > li { min-height: 0; display: block; }
  .sub-menu { position: static; display: flex; min-width: 0; padding: 0 0 .4rem; border: 0; background: transparent; transform: none; }
  .sub-menu a { padding: .35rem; color: var(--muted); }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero > img { height: 58vh; }
  .hero-copy { max-width: 640px; padding: 3rem 6%; text-align: center; }
  .hero-copy .lead, .hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .content-gallery { columns: 3 220px; }
}

@media (max-width: 620px) {
  h1 { font-size: 2.1rem; }
  .wordmark span { font-size: 1.6rem; }
  .home-hero > img { height: 48vh; }
  .hero-copy h1 { font-size: 2.2rem; }
  .hero-actions { flex-direction: column; gap: 1.1rem; }
  .card-grid { grid-template-columns: 1fr; }
  .page-hero { width: 100%; }
  .page-hero img { max-height: 56vh; }
  .content-columns { grid-template-columns: 1fr; gap: 2.5rem; }
  .content-gallery { width: 94vw; columns: 2 140px; column-gap: .5rem; }
  .content-gallery img { margin-bottom: .5rem; }
  .page-list-summary { grid-template-columns: 1fr; }
  .page-list-table th,
  .page-list-table td { padding: .75rem; }
}

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