:root {
  --ink: #171412;
  --black: #11100f;
  --paper: #efe9e1;
  --paper-light: #f8f4ee;
  --red: #8d2634;
  --rose: #e4b6b0;
  --gold: #b9976c;
  --muted: #645d57;
  --line: #bdb3aa;
  --white: #fffaf4;
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: Inter, Pretendard, "Noto Sans KR", system-ui, sans-serif;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.7 var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, blockquote { margin: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.052em; }
h2 { font-size: clamp(42px, 10vw, 82px); line-height: .98; }
h2 i, h1 i { color: var(--red); font-weight: 400; }
h3 { margin: 0; font-family: var(--serif); font-weight: 500; }
.shell { width: min(calc(100% - 40px), var(--shell)); max-width: 1240px; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 1000; padding: 12px 16px; background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #1685db; outline-offset: 4px; }
.sample-notice { position: relative; z-index: 40; padding: 9px 20px; background: var(--red); color: var(--white); text-align: center; font-size: 12px; line-height: 1.45; }
.sample-notice strong { margin-right: 8px; color: #ffe1c5; letter-spacing: .1em; }
.site-header { position: sticky; top: 0; z-index: 30; min-height: 72px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 0 20px; border-bottom: 1px solid rgba(23,20,18,.13); background: rgba(239,233,225,.96); backdrop-filter: blur(12px); }
.brand { display: inline-flex; flex-direction: column; width: max-content; color: inherit; text-decoration: none; }
.brand span { font: 600 15px/1 var(--serif); letter-spacing: .14em; }
.brand i { margin-top: 4px; font: 400 10px/1 var(--serif); letter-spacing: .13em; }
.menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle>span:not(.sr-only) { width: 24px; height: 1px; display: block; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"]>span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]>span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
.site-nav { position: fixed; inset: 72px 0 auto; z-index: 20; display: grid; padding: 20px; border-bottom: 1px solid var(--line); background: var(--paper-light); box-shadow: 0 20px 30px rgba(23,20,18,.12); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: .2s ease; }
.site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
.site-nav a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: "↗"; font-weight: 400; }
.site-nav a[aria-current="page"] { color: var(--red); }
.site-nav a[aria-current="page"]::before { content: "CURRENT"; margin-right: auto; color: var(--red); font-size: 8px; letter-spacing: .12em; }
.header-book { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 800; text-decoration: none; }
.eyebrow { margin: 0 0 16px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.section-mark { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.section-mark span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.section-mark p { margin: 0; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.light { border-color: var(--white); background: var(--white); color: var(--ink); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; text-decoration: none; }
.light-link { color: var(--white); }
.fine-print { color: var(--muted); font-size: 12px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Home */
.home-hero { position: relative; min-height: max(650px, calc(100svh - 106px)); display: flex; align-items: end; overflow: hidden; background: var(--black); color: var(--white); }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,9,.03), rgba(11,10,9,.22) 45%, rgba(11,10,9,.9)), linear-gradient(90deg, rgba(11,10,9,.55), transparent 80%); }
.home-hero-media { position: absolute; inset: 0; }
.home-hero-media img { object-position: 58% center; transform: scale(1.02); animation: hero-breathe 12s ease-out both; }
.home-hero-copy { position: relative; z-index: 2; width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; padding: 100px 0 86px; }
.home-hero h1 { max-width: 920px; font-size: clamp(58px, 17vw, 132px); line-height: .79; }
.home-hero h1 i { margin-left: .18em; color: #f0bbb8; }
.hero-lead { max-width: 560px; margin: 32px 0; color: #e8dfd8; font-size: 16px; }
.hero-edition { position: absolute; right: 20px; bottom: 24px; z-index: 2; margin: 0; color: #d7cec7; font-size: 8px; letter-spacing: .12em; text-align: right; }
.home-manifesto { display: grid; gap: 34px; padding-block: 100px; }
.manifesto-copy p:last-child { max-width: 570px; margin: 26px 0 0; color: var(--muted); }
.manifesto-figure { min-height: 480px; position: relative; }
.manifesto-figure img { aspect-ratio: 3 / 4; }
figcaption { margin-top: 8px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.explore { padding: 90px 0; background: var(--paper-light); }
.section-head { display: grid; gap: 25px; margin-bottom: 46px; }
.section-head>p { max-width: 490px; margin: 0; color: var(--muted); }
.route-grid { display: grid; gap: 20px; }
.route-card { min-width: 0; display: grid; background: var(--paper); color: var(--ink); text-decoration: none; }
.route-card figure { min-height: 300px; overflow: hidden; }
.route-card img { transition: transform .55s ease; }
.route-card:hover img { transform: scale(1.025); }
.route-card>div { position: relative; min-height: 250px; padding: 28px; }
.route-card span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.route-card h3 { margin: 34px 0 14px; font-size: 34px; line-height: 1.02; }
.route-card p { margin: 0; color: var(--muted); font-size: 13px; }
.route-card b { position: absolute; right: 28px; bottom: 24px; font-size: 22px; }
.route-reviews, .route-faq { background: var(--ink); color: var(--white); }
.route-reviews p, .route-faq p { color: #cfc6be; }
.home-service { display: grid; gap: 50px; padding-block: 100px; }
.service-title .section-mark { margin-bottom: 50px; }
.service-list article { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 24px 0; border-top: 1px solid var(--line); }
.service-list article>span { color: var(--red); font-size: 10px; font-weight: 800; }
.service-list h3 { font-size: 25px; }
.service-list article p { margin: 8px 0; color: var(--muted); }
.service-list strong { grid-column: 2; font-size: 11px; }
.editorial-cta { padding: 100px 0; background: var(--red); color: var(--white); }
.editorial-cta h2 { font-size: clamp(60px, 15vw, 120px); }
.editorial-cta h2 i { color: #f1bbb5; }
.editorial-cta .shell>p:not(.eyebrow) { max-width: 490px; margin: 28px 0; color: #f6ddd9; }

/* Shared interior */
.page-hero { min-height: calc(100svh - 106px); display: grid; background: var(--ink); color: var(--white); }
.page-hero-copy { align-self: end; padding: 80px 20px 62px; }
.page-hero h1 { font-size: clamp(60px, 16vw, 130px); line-height: .8; }
.page-hero h1 i { color: var(--rose); }
.page-hero-copy>p:not(.eyebrow) { max-width: 560px; margin: 30px 0; color: #ddd3ca; }
.page-hero>figure { min-height: 430px; overflow: hidden; }
.page-hero>figure figcaption { margin: -30px 18px 0; position: relative; color: var(--white); }
.narrow-head { max-width: 780px; }
.page-next { padding: 95px 0; background: var(--red); color: var(--white); }
.page-next p { margin: 0 0 20px; color: #f2cfc8; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.page-next h2 { margin-bottom: 32px; }

/* Collection */
.collection-hero>figure img { object-position: center; }
.lookbook { padding-block: 100px; }
.look-story { display: grid; gap: 30px; padding: 55px 0; border-top: 1px solid var(--line); }
.look-story figure { min-height: 440px; max-height: 760px; overflow: hidden; }
.look-story>div { align-self: center; }
.look-story>div>span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.look-story h3 { margin: 20px 0; font-size: clamp(47px, 12vw, 88px); line-height: .9; }
.look-story>div>p { max-width: 470px; color: var(--muted); }
.look-story dl { margin-top: 35px; }
.look-story dl div { display: grid; grid-template-columns: 90px 1fr; padding: 10px 0; border-top: 1px solid var(--line); }
.look-story dt { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.look-story dd { margin: 0; font: 18px var(--serif); }
.gallery-section { padding: 100px 0; background: var(--ink); color: var(--white); }
.gallery-section h2 { margin-bottom: 50px; }
.gallery-grid { display: grid; gap: 25px; }
.gallery-grid figure { min-height: 390px; }
.gallery-grid figcaption { color: #cfc6be; }
.choice-guide { display: grid; gap: 30px; padding-block: 100px; }
.choice-guide ol { margin: 0; padding: 0; list-style: none; }
.choice-guide li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 22px 0; border-top: 1px solid var(--line); }
.choice-guide li>b { color: var(--red); font-size: 10px; }
.choice-guide h3 { font-size: 28px; }
.choice-guide li p { margin: 6px 0 0; color: var(--muted); }

/* Reviews */
.review-feature { display: grid; gap: 35px; padding-block: 100px; }
.review-number { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.review-number span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.review-feature blockquote p { margin: 0; font: 500 clamp(31px, 8vw, 62px)/1.15 var(--serif); letter-spacing: -.03em; }
.review-feature cite, .note-card cite { display: block; margin-top: 24px; color: var(--muted); font-size: 10px; font-style: normal; letter-spacing: .1em; }
.review-feature figure img { aspect-ratio: 16 / 9; }
.notes-section { padding: 100px 0; background: var(--paper-light); }
.notes-grid { display: grid; gap: 18px; }
.note-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.note-card>span, .image-note div>span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.note-card>p { margin: 50px 0 0; font: 25px/1.3 var(--serif); }
.note-card.dark { background: var(--ink); color: var(--white); }
.note-card.red { background: var(--red); color: var(--white); }
.note-card.dark cite, .note-card.red cite { color: #ddd3ca; }
.image-note { padding: 0; overflow: hidden; }
.image-note img { min-height: 310px; }
.image-note div { padding: 28px; }
.image-note div p { font: 25px/1.28 var(--serif); }
.ritual { padding-block: 100px; }
.ritual header .section-mark { margin-bottom: 50px; }
.ritual ol { margin: 50px 0 0; padding: 0; list-style: none; }
.ritual li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 25px 0; border-top: 1px solid var(--line); }
.ritual li>b { color: var(--red); font-size: 10px; }
.ritual h3 { font-size: 26px; }
.ritual li p { margin: 6px 0 0; color: var(--muted); }

/* Booking / visit */
.booking-info { display: grid; gap: 45px; padding-block: 100px; }
.booking-info header .section-mark { margin-bottom: 50px; }
.booking-info header>p:last-child { max-width: 560px; color: var(--muted); }
.booking-card { align-self: start; padding: 30px; background: var(--ink); color: var(--white); }
.sample-badge { display: inline-flex; padding: 7px 10px; border: 1px solid var(--rose); color: var(--rose); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.booking-card dl div { display: grid; grid-template-columns: 70px 1fr; padding: 17px 0; border-bottom: 1px solid #514a45; }
.booking-card dt { color: #cfc6be; font-size: 11px; }
.booking-card dd { margin: 0; font: 21px var(--serif); }
.booking-card>p { color: #d9d0c8; font-size: 12px; }
.map-section { padding: 100px 0; background: #d8d0c6; }
.map-layout { display: grid; gap: 45px; }
.map-copy .section-mark { margin-bottom: 50px; }
.map-copy dl { margin-top: 40px; }
.map-copy dl div { display: grid; grid-template-columns: 100px 1fr; padding: 16px 0; border-top: 1px solid #a89d92; }
.map-copy dt { color: #564f4a; font-size: 11px; font-weight: 800; }
.map-copy dd { margin: 0; }
.map-copy dd strong { color: #781e2c; }
.map-safe-note { color: #564f4a; font-size: 12px; }
.sample-map { position: relative; min-height: 500px; overflow: hidden; border: 1px solid #8f857b; background: #c8bfb4; }
.sample-map::before { content: ""; position: absolute; inset: 12% -10% auto; height: 70px; background: #a9bcc0; transform: rotate(-6deg); }
.road { position: absolute; display: block; background: #e9e4dd; box-shadow: 0 0 0 1px #afa59b; }
.road-one { width: 120%; height: 34px; top: 55%; left: -10%; transform: rotate(18deg); }
.road-two { width: 34px; height: 120%; top: -10%; left: 27%; transform: rotate(10deg); }
.road-three { width: 25px; height: 100%; top: 10%; right: 18%; transform: rotate(-19deg); }
.block { position: absolute; display: block; border: 1px solid #9d9388; background: #b7ada2; }
.block-one { width: 110px; height: 90px; left: 9%; top: 27%; }
.block-two { width: 120px; height: 70px; right: 12%; top: 29%; }
.block-three { width: 100px; height: 110px; right: 25%; bottom: 12%; }
.map-label, .station, .sample-map small { position: absolute; z-index: 2; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.map-label { top: 11%; left: 35%; color: #425d63; transform: rotate(-6deg); }
.station { left: 10%; bottom: 12%; }
.map-pin { position: absolute; left: 53%; top: 43%; z-index: 3; display: flex; align-items: center; gap: 12px; }
.map-pin i { width: 24px; height: 24px; display: block; border: 7px solid var(--red); border-radius: 50% 50% 50% 0; background: var(--white); transform: rotate(-45deg); }
.map-pin b { padding: 8px 10px; background: var(--ink); color: var(--white); font-size: 9px; line-height: 1.35; letter-spacing: .08em; }
.sample-map small { right: 15px; bottom: 12px; }
.visit-notes { padding-block: 100px; }
.visit-notes header .section-mark { margin-bottom: 50px; }
.visit-note-grid { display: grid; margin-top: 45px; }
.visit-note-grid article { padding: 28px 0; border-top: 1px solid var(--line); }
.visit-note-grid span { color: var(--red); font-size: 10px; }
.visit-note-grid h3 { margin-top: 20px; font-size: 29px; }
.visit-note-grid p { color: var(--muted); }
.consult-panel { padding: 90px 0; background: var(--red); color: var(--white); }
.consult-panel .shell { display: grid; gap: 35px; }
.consult-panel h2 { font-size: clamp(48px, 11vw, 80px); }
.consult-panel p:not(.eyebrow) { max-width: 520px; color: #f5dcd7; }
.consult-panel small { display: block; margin-top: 12px; color: #f5dcd7; }

/* FAQ */
.faq-hero { display: grid; gap: 35px; padding-block: 100px; }
.faq-hero h1 { font-size: clamp(62px, 16vw, 125px); line-height: .82; }
.faq-hero>p { max-width: 510px; color: var(--muted); font-size: 17px; }
.faq-groups { padding-bottom: 100px; }
.faq-group { display: grid; gap: 24px; padding: 55px 0; border-top: 1px solid var(--line); }
.faq-group>header { display: flex; gap: 18px; }
.faq-group>header>span { color: var(--red); font-size: 10px; font-weight: 800; }
.faq-group>header p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.faq-group h2 { margin-top: 8px; font-size: 37px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: 0; padding: 0 42px 28px 0; color: var(--muted); }
.faq-contact { padding: 100px 0; background: var(--ink); color: var(--white); }
.faq-contact .shell { display: grid; gap: 40px; }
.faq-contact figure { min-height: 480px; }
.faq-contact h2 { color: var(--white); }
.faq-contact div>p:not(.eyebrow) { color: #d9d0c8; }

.site-footer { min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; padding: 38px 20px; background: var(--ink); color: var(--white); }
.site-footer p { margin: 0; color: #bfb5ad; font-size: 11px; }
.site-footer>a:last-child { min-height: 44px; display: inline-flex; align-items: center; font-size: 11px; font-weight: 800; text-decoration: none; }

@keyframes hero-breathe { from { transform: scale(1.08); } to { transform: scale(1.02); } }

@media (min-width: 768px) {
  .site-header { min-height: 78px; padding-inline: 30px; }
  .site-nav { inset: 78px 0 auto; }
  .home-manifesto { grid-template-columns: 120px minmax(0, 1fr) minmax(260px, .65fr); align-items: start; padding-block: 130px; }
  .route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-card:nth-child(even) { transform: translateY(40px); }
  .home-service { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); padding-block: 130px; }
  .page-hero { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }
  .page-hero-copy { padding: 90px 7vw; }
  .page-hero>figure { min-height: 100%; }
  .section-head { grid-template-columns: 120px minmax(0, 1fr); }
  .section-head>p { grid-column: 2; }
  .look-story { grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); gap: 7vw; align-items: center; }
  .look-story:nth-of-type(even) figure { order: 2; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid .gallery-wide { grid-row: span 2; }
  .choice-guide { grid-template-columns: 120px minmax(0, .8fr) minmax(300px, 1fr); }
  .review-feature { grid-template-columns: 120px minmax(0, 1fr); }
  .review-feature figure { grid-column: 2; }
  .notes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .notes-grid .wide { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); }
  .ritual { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 8vw; }
  .booking-info { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); padding-block: 130px; }
  .map-layout { grid-template-columns: minmax(0, .8fr) minmax(400px, 1.2fr); align-items: center; }
  .visit-note-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .visit-note-grid article { padding: 28px; border-left: 1px solid var(--line); }
  .consult-panel .shell { grid-template-columns: minmax(0, 1.3fr) minmax(270px, .7fr); align-items: end; }
  .faq-hero { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; padding-block: 140px; }
  .faq-group { grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: 7vw; }
  .faq-contact .shell { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; }
  .site-footer { min-height: 140px; flex-direction: row; align-items: center; justify-content: space-between; padding-inline: 35px; }
}

@media (min-width: 1024px) {
  .site-header { grid-template-columns: 1fr auto auto; padding-inline: max(32px, calc((100vw - var(--shell)) / 2)); }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; gap: 24px; padding: 0; border: 0; background: transparent; box-shadow: none; visibility: visible; opacity: 1; transform: none; }
  .site-nav a { position: relative; min-height: 48px; border: 0; font-size: 11px; }
  .site-nav a::after, .site-nav a[aria-current="page"]::before { content: none; }
  .site-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--red); }
  .header-book { padding-inline: 18px; }
  .home-hero-copy { padding-bottom: 95px; }
  .hero-edition { right: max(32px, calc((100vw - var(--shell)) / 2)); bottom: 34px; }
  .route-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
  .route-card { grid-column: span 6; }
  .route-card:nth-child(2), .route-card:nth-child(3) { grid-column: span 5; }
  .route-card:nth-child(3) { grid-column: 2 / span 5; }
  .route-card:nth-child(even) { transform: translateY(55px); }
  .page-hero-copy { padding-left: max(40px, calc((100vw - var(--shell)) / 2)); padding-right: 5vw; }
  .gallery-grid { grid-template-columns: 1.1fr .9fr 1fr; }
  .gallery-grid .gallery-wide { grid-row: span 2; }
  .notes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .notes-grid .wide { grid-column: span 2; }
  .sample-map { min-height: 620px; }
}

@media (min-width: 1440px) {
  .page-hero-copy { padding-left: calc((100vw - var(--shell)) / 2); }
}

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