:root {
  --ink: #10110f;
  --pine: #17221d;
  --ivory: #f5f1e9;
  --paper: #fbfaf6;
  --bronze: #b18a52;
  --bronze-light: #d1b27f;
  --muted: #686b65;
  --line: rgba(16, 17, 15, 0.15);
  --content-max: 1280px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 300 16px/1.75 var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-nav { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 86px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: white; transition: background .4s, height .4s; }
.site-nav.scrolled, .site-nav.nav-solid { height: 72px; color: var(--ink); background: rgba(251,250,246,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { font: 500 clamp(1.15rem, 2vw, 1.45rem)/1 var(--serif); letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.4rem); }
.desktop-nav a, .menu-panel a { position: relative; font-size: .68rem; font-weight: 500; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--bronze); transition: right .35s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.nav-inquire { border: 1px solid currentColor; padding: .75rem 1.05rem; }
.menu-toggle { display: none; border: 0; color: inherit; background: transparent; padding: .6rem; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .3s, opacity .3s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
.menu-panel { position: fixed; inset: 0; z-index: 90; display: flex; visibility: hidden; flex-direction: column; justify-content: center; gap: 1.4rem; padding: 6rem 2rem 3rem; color: white; background: var(--pine); opacity: 0; transform: translateY(-1rem); transition: opacity .3s, transform .3s, visibility .3s; }
.menu-panel.open { visibility: visible; opacity: 1; transform: none; }
.menu-panel a { font: 400 clamp(2rem, 10vw, 3.2rem)/1.1 var(--serif); text-transform: none; }

main { overflow: hidden; }
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; color: white; background: #29342f; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: hero-drift 18s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,9,8,.28), rgba(6,9,8,.12) 35%, rgba(6,9,8,.78)); }
.hero-content { position: relative; z-index: 1; width: min(var(--content-max), calc(100% - 2.5rem)); margin: 0 auto; padding: 10rem 0 clamp(3.5rem, 8vw, 7rem); }
.eyebrow { margin: 0 0 1rem; color: var(--bronze-light); font-size: .67rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; }
h1 { max-width: 900px; margin: 0; font-size: clamp(3.4rem, 8.4vw, 7.7rem); letter-spacing: -.035em; }
.hero-lead { max-width: 650px; margin: 1.4rem 0 2rem; color: rgba(255,255,255,.87); font-size: clamp(1rem, 2vw, 1.2rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.45rem; border: 1px solid var(--bronze); color: var(--ink); background: var(--bronze-light); font-size: .68rem; font-weight: 600; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; transition: transform .3s, background .3s; }
.button:hover { transform: translateY(-2px); background: #ddc291; }
.button.ghost { color: white; background: transparent; border-color: rgba(255,255,255,.65); }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem); }
.shell { width: min(var(--content-max), 100%); margin: auto; }
.intro { background: var(--ivory); }
.split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.section h2 { max-width: 780px; margin: 0 0 1.4rem; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.025em; }
.section h3 { margin: 0 0 .7rem; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.lede { max-width: 670px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.15rem); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3.5rem; border-top: 1px solid var(--line); }
.fact { padding: 1.6rem 1rem 0 0; }
.fact strong { display: block; font: 400 clamp(2.7rem, 5vw, 4.5rem)/1 var(--serif); }
.fact span { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.editorial-image { position: relative; }
.editorial-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.editorial-image figcaption { max-width: 34rem; padding-top: .8rem; color: var(--muted); font-size: .78rem; }
.dark { color: white; background: var(--pine); }
.dark .lede, .dark .card p { color: rgba(255,255,255,.68); }
.use-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3.5rem; background: rgba(177,138,82,.35); }
.card { padding: clamp(1.5rem, 3vw, 2.7rem); background: var(--paper); }
.dark .card { background: var(--pine); }
.card-number { color: var(--bronze-light); font-size: .65rem; letter-spacing: .16em; }
.card p { color: var(--muted); }
.card a { font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; text-underline-offset: .35rem; }
.image-band { display: grid; grid-template-columns: 1.25fr .75fr; max-width: 1600px; margin: auto; background: var(--ink); }
.image-band figure { margin: 0; overflow: hidden; }
.image-band img { width: 100%; height: min(65vw, 700px); object-fit: cover; }
.image-band figure:last-child img { object-position: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: .65rem; }
.gallery-grid figure { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: #ddd; }
.gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(6) { grid-column: span 8; }
.gallery-grid img { width: 100%; height: 100%; min-height: 360px; max-height: 720px; object-fit: cover; transition: transform .8s; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 3rem 1.2rem 1rem; color: white; background: linear-gradient(transparent, rgba(0,0,0,.68)); font-size: .76rem; }
.note { padding: 1rem 1.2rem; border-left: 2px solid var(--bronze); color: var(--muted); background: var(--ivory); }
.closing { text-align: center; background: var(--ivory); }
.closing h2, .closing .lede { margin-left: auto; margin-right: auto; }
.closing .actions { justify-content: center; margin-top: 2rem; }
.closing .button.ghost { color: var(--ink); border-color: var(--ink); }

.page-hero { position: relative; min-height: 67svh; display: grid; align-items: end; padding: 9rem clamp(1.25rem, 5vw, 5rem) 4rem; color: white; background: var(--pine); }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(7,12,10,.8)); }
.page-hero > div { position: relative; z-index: 1; width: min(var(--content-max), 100%); margin: auto; }
.page-hero h1 { max-width: 850px; font-size: clamp(3.5rem, 7vw, 6.5rem); }
.prose { max-width: 800px; }
.prose h2 { margin-top: 3.5rem; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: var(--muted); }
.prose li { margin-bottom: .6rem; }
.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem 2rem; padding: 0; list-style: none; }
.detail-list li { padding-bottom: .7rem; border-bottom: 1px solid var(--line); }

/* Desktop editorial balance for shorter information pages */
.about-grid, .faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.about-panel, .faq-item { background: var(--paper); }
.about-panel { padding: clamp(2.5rem, 4vw, 4.25rem); }
.about-panel h2 { font-size: clamp(2.8rem, 4vw, 4.5rem); }
.about-panel p { max-width: 34rem; color: var(--muted); }
.about-panel .button { margin-top: 1rem; }
.faq-item { min-height: 240px; padding: clamp(2rem, 3.2vw, 3.5rem); }
.faq-item h2 { max-width: 30rem; margin-top: .65rem; font-size: clamp(2rem, 3vw, 3rem); }
.faq-item p { max-width: 34rem; margin-bottom: 0; color: var(--muted); }
.faq-number { color: var(--bronze); font-size: .65rem; font-weight: 600; letter-spacing: .16em; }
.faq-action { grid-column: 1/-1; padding: 2.25rem; text-align: center; background: var(--ivory); }
.feature-split { align-items: center; }
.feature-split .actions { margin-top: 1.8rem; }
.inquiry-section { padding-top: clamp(9rem, 10vw, 11rem); padding-bottom: clamp(6rem, 8vw, 8rem); }
.platform-booking-section { padding-top: clamp(4.5rem, 6vw, 6.5rem); padding-bottom: clamp(4.5rem, 6vw, 6.5rem); }

.journal-intro { background: var(--ivory); }
.journal-stories { padding-top: 2rem; background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.story-card { grid-column: span 4; overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .35s, box-shadow .35s; }
.story-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(12,20,16,.09); }
.story-card.story-featured { grid-column: span 7; }
.story-card.story-tall { grid-column: span 5; }
.story-card:nth-child(n+3) { grid-column: span 6; }
.story-image { display: block; overflow: hidden; background: var(--pine); }
.story-image img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .55s; }
.story-card:hover .story-image img { transform: scale(1.025); }
.story-featured .story-image img { aspect-ratio: 16/9; }
.story-tall .story-image img { aspect-ratio: 16/9; }
.story-body { padding: 1.5rem; }
.story-category { color: var(--bronze); font-size: .64rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.story-body h3 { margin: .6rem 0 .7rem; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.story-body p { margin: 0 0 1.2rem; color: var(--muted); font-size: .88rem; }
.story-link { color: var(--ink); font-size: .65rem; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; }

/* Long-form journal articles */
.article-hero { min-height: 72svh; }
.article-hero .article-deck { max-width: 720px; margin: 1.25rem 0 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.7vw, 1.2rem); }
.article-section { padding-top: clamp(4rem, 8vw, 7rem); }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 780px); justify-content: center; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.article-toc { position: sticky; top: 104px; padding: 1.4rem 0; border-top: 1px solid var(--bronze); border-bottom: 1px solid var(--line); }
.toc-title { margin: 0 0 .8rem; font-size: .65rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.article-toc ol { margin: 0; padding-left: 1.15rem; color: var(--muted); font-size: .75rem; }
.article-toc li { margin: .45rem 0; }
.article-toc a { text-decoration-color: transparent; text-underline-offset: .2rem; }
.article-toc a:hover { text-decoration-color: var(--bronze); }
.article-content { min-width: 0; }
.article-content section { scroll-margin-top: 95px; }
.article-intro { margin: 0 0 2rem; color: var(--ink); font: 400 clamp(1.45rem, 2.7vw, 2rem)/1.45 var(--serif); }
.article-content h2 { margin: clamp(3.8rem, 7vw, 6rem) 0 1.25rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: clamp(2.4rem, 4.7vw, 4rem); }
.article-content section:first-of-type h2 { margin-top: 3rem; }
.article-content h3 { margin: 2.2rem 0 .75rem; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.article-content p, .article-content li { color: var(--muted); }
.article-content p { margin: 0 0 1.25rem; }
.article-content li { margin-bottom: .6rem; }
.article-content a:not(.button) { text-decoration-color: var(--bronze); text-underline-offset: .25rem; }
.planning-note { margin: 2rem 0 3rem; padding: 1.3rem 1.5rem; border-left: 2px solid var(--bronze); color: var(--muted); background: var(--ivory); }
.planning-note strong { color: var(--ink); font-weight: 500; }
.venue-update { margin: clamp(3.5rem, 6vw, 5.5rem) 0; padding: clamp(1.8rem, 4vw, 3.2rem); border: 1px solid var(--line); background: var(--ivory); }
.article-content .venue-update h2 { margin: 0 0 1.25rem; padding: 0; border: 0; }
.venue-update .eyebrow { margin-bottom: .8rem; color: var(--bronze); }
.venue-source-links { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.6rem 0 1rem; }
.venue-source-links a { padding: .75rem 1rem; border: 1px solid var(--line); color: var(--ink) !important; background: var(--paper); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-decoration: none !important; text-transform: uppercase; }
.venue-source-links a:hover { border-color: var(--bronze); }
.venue-source-note { margin-bottom: 0 !important; font-size: .72rem; }
.article-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 2rem 0; background: var(--line); }
.article-card { padding: 1.4rem; background: var(--paper); }
.article-card h3 { margin-top: 0; }
.venue-list, .month-list { display: grid; gap: 1px; margin-top: 2rem; background: var(--line); }
.venue-list { grid-template-columns: 1fr 1fr; }
.month-list { grid-template-columns: repeat(2, 1fr); }
.venue-card, .month-card { position: relative; padding: clamp(1.4rem, 3vw, 2rem); background: var(--paper); }
.venue-card h3, .month-card h3 { margin: .35rem 0 .4rem; }
.venue-card p:last-child, .month-card p:last-child { margin-bottom: 0; }
.venue-number { color: var(--bronze); font-size: .65rem; font-weight: 600; letter-spacing: .15em; }
.venue-type { color: var(--ink) !important; font-size: .68rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.comparison-wrap { max-width: 100%; margin: 2rem 0; overflow-x: auto; border: 1px solid var(--line); }
.comparison-wrap:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
.comparison-wrap table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: left; }
.comparison-wrap th, .comparison-wrap td { padding: .9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison-wrap thead th { color: var(--ink); background: var(--ivory); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.comparison-wrap tbody th { width: 24%; color: var(--ink); font-weight: 500; }
.comparison-wrap tbody td { color: var(--muted); }
.article-cta { margin-top: 4rem; padding: clamp(2rem, 5vw, 4rem); color: white; background: var(--pine); }
.article-cta h2 { margin: 0 0 1rem; padding: 0; border: 0; }
.article-cta p { color: rgba(255,255,255,.74); }
.article-cta .button.ghost { color: white; }
.related-reading { margin-top: clamp(4rem, 8vw, 7rem); padding-top: 2rem; border-top: 1px solid var(--line); }
.related-reading h2 { margin: 0 0 1.2rem; padding: 0; border: 0; font-size: clamp(2rem, 4vw, 3rem); }
.related-reading > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.related-reading a { padding: 1rem; border: 1px solid var(--line); color: var(--ink); font-size: .75rem; font-weight: 500; text-decoration: none !important; }
.related-reading a:hover { border-color: var(--bronze); background: var(--ivory); }

.calendar { margin-top: 2.5rem; padding: clamp(1rem, 3vw, 2.5rem); color: var(--ink); background: var(--paper); }
.calendar.is-loading { min-height: 380px; }
.calendar.is-error { border: 1px solid #9d3c2f; }
.cal-status { margin: 0 0 1rem; color: var(--muted); font-size: .8rem; }
.cal-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.cal-nav button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.cal-nav-label { font: 500 1.35rem var(--serif); }
.cal-months-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.cal-month-title { font-size: 1.35rem; text-align: center; }
.cal-days-header, .cal-days-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.cal-days-header span { padding: .4rem 0; color: var(--muted); font-size: .6rem; text-align: center; text-transform: uppercase; }
.cal-cell { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid transparent; font-size: .72rem; }
.cal-cell.is-available { color: #234f3e; background: #e6efe7; }
.cal-cell.is-unavailable { color: #7f332a; background: #f2e4df; text-decoration: line-through; }
.cal-cell.is-past { color: #999; background: #efefec; }
.cal-legend { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; font-size: .72rem; }
.cal-legend i { display: inline-block; width: .7rem; height: .7rem; margin-right: .35rem; }
.cal-disclaimer { margin: 1.4rem 0 0; color: var(--muted); font-size: .78rem; }
.booking-options { margin-top: 1.5rem; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid var(--line); background: var(--ivory); }
.booking-options-label { margin: 0 0 1rem; font: 500 clamp(1.35rem, 3vw, 1.85rem) var(--serif); }
.booking-buttons { display: flex; flex-wrap: wrap; gap: .75rem; align-items: stretch; }
.ota-button { display: inline-flex; min-width: 180px; min-height: 50px; align-items: center; justify-content: center; padding: .7rem 1.25rem; border: 1px solid transparent; transition: transform .3s, box-shadow .3s; }
.ota-button:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(12,20,16,.12); }
.ota-button:focus-visible { outline: 3px solid var(--bronze); outline-offset: 3px; }
.ota-button img { display: block; width: auto; max-width: 145px; height: 28px; object-fit: contain; }
.ota-airbnb { background: #ff385c; border-color: #ff385c; }
.ota-booking { background: #003b95; }
.booking-options-note { max-width: 760px; margin: 1rem 0 0; color: var(--muted); font-size: .72rem; }
.booking-options-centered { width: min(720px, 100%); margin: 0 auto; text-align: center; }
.booking-options-centered .booking-buttons { justify-content: center; }
.booking-options-centered .booking-options-note { margin-right: auto; margin-left: auto; }

.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.field { display: grid; gap: .35rem; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 0; padding: .8rem; background: white; }
.field textarea { min-height: 150px; resize: vertical; }
.field .field-error { display: none; color: #9d3c2f; font-size: .72rem; margin-top: .2rem; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #9d3c2f; background: #fff6f4; }
.field.has-error .field-error { display: block; }

footer { padding: 4rem clamp(1.25rem, 5vw, 5rem); color: rgba(255,255,255,.62); background: #0b100d; }
.footer-inner { width: min(var(--content-max), 100%); margin: auto; display: grid; grid-template-columns: 1fr auto; gap: 2rem; }
.footer-brand { color: white; font: 400 1.8rem var(--serif); }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .72rem; }
.footer-note { grid-column: 1/-1; max-width: 700px; font-size: .7rem; }
.footer-booking { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-booking-label { color: rgba(255,255,255,.78); font: 400 1.2rem var(--serif); }
.footer-platform-links { display: flex; flex-wrap: wrap; gap: .6rem; }
.footer-ota { display: inline-flex; width: 150px; min-height: 42px; align-items: center; justify-content: center; padding: .45rem .8rem; transition: transform .25s, filter .25s; }
.footer-ota:hover { transform: translateY(-2px); filter: brightness(1.06); }
.footer-ota:focus-visible { outline: 3px solid var(--bronze-light); outline-offset: 3px; }
.footer-ota img { display: block; width: auto; max-width: 126px; height: 24px; object-fit: contain; }
.footer-airbnb { background: #ff385c; }
.footer-bookingcom { background: #003b95; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 200; width: 100%; height: 2px; background: var(--bronze); transform: scaleX(0); transform-origin: left; }
@keyframes hero-drift { to { transform: scale(1.035); } }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .split { grid-template-columns: 1fr; }
  .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .faq-item { min-height: 0; }
  .faq-action { grid-column: auto; }
  .use-grid, .card-grid { grid-template-columns: 1fr 1fr; }
  .story-card, .story-card.story-featured, .story-card.story-tall { grid-column: span 6; }
  .cal-months-grid { grid-template-columns: 1fr 1fr; }
  .cal-month:nth-child(3) { display: none; }
  .gallery-grid figure, .gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(6) { grid-column: span 6; }
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; }
}
@media (max-width: 580px) {
  .site-nav { height: 70px; }
  .hero-content { width: calc(100% - 2.5rem); }
  h1 { font-size: clamp(3.1rem, 16vw, 4.6rem); }
  .facts { grid-template-columns: 1fr 1fr 1fr; }
  .fact { padding-right: .4rem; }
  .fact strong { font-size: 2.4rem; }
  .fact span { font-size: .55rem; }
  .use-grid, .card-grid, .image-band, .detail-list { grid-template-columns: 1fr; }
  .story-card, .story-card.story-featured, .story-card.story-tall, .story-card:nth-child(n+3) { grid-column: 1/-1; }
  .story-image img, .story-featured .story-image img, .story-tall .story-image img { aspect-ratio: 4/3; }
  .image-band img { height: 110vw; max-height: 560px; }
  .gallery-grid { display: block; }
  .gallery-grid figure { margin-bottom: .6rem; }
  .gallery-grid img { min-height: 0; aspect-ratio: 4/3; }
  .cal-months-grid { grid-template-columns: 1fr; }
  .cal-month:nth-child(2), .cal-month:nth-child(3) { display: none; }
  .inquiry-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .footer-booking { align-items: flex-start; flex-direction: column; }
  .footer-platform-links { width: 100%; }
  .footer-ota { width: calc(50% - .3rem); min-width: 130px; }
  .article-card-grid, .venue-list, .month-list, .related-reading > div { grid-template-columns: 1fr; }
  .article-hero { min-height: 66svh; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
