:root { --pine:#2A3833; --fog:#E8EBE9; --paper:#F5F1E9; --tea:#A68C74; --ink:#26312D; --light:#F7F4EE; --line:rgba(42,56,51,.18); --content:min(1680px,calc(100vw - 192px)); --section-space:clamp(80px,8vw,150px); color-scheme: light; font-family: "Noto Sans TC", system-ui, sans-serif; color: var(--ink); background: var(--fog); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Noto Serif TC", Georgia, serif; font-weight: 600; line-height: 1.25; }
h1 { font-size: 56px; }
h2 { font-size: 34px; }
h3 { font-size: 22px; }
.site-header { display: flex; gap: 20px; align-items: center; min-height: 78px; width: min(1680px, 90%); margin: 0 auto; }
.site-logo { font-family: "Noto Serif TC", Georgia, serif; font-size: 18px; font-weight: 700; letter-spacing: 0; text-decoration: none; white-space: nowrap; }
.site-nav { display: flex; flex: 1; justify-content: center; gap: 18px; }
.site-nav__link { font-size: 16px; text-decoration: none; }
.site-nav__link[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 19px; border: 1px solid #2A3833; background: #2A3833; color: #F7F8F5; font: inherit; text-decoration: none; }
.button:hover, .button:focus-visible { background: #3D5149; }
.button--quiet { background: transparent; color: #26312D; }
.button--light { border-color: #F7F8F5; background: #F7F8F5; color: #26312D; }
.text-link { display: inline-block; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.site-footer { padding: 26px 5%; background: #DCE5DF; color: #26312D; font-size: 16px; }
.site-footer p { width: min(1680px, 100%); margin: 0 auto; }
.page-hero, .shell-introduction, .faq-preview { width: min(1680px, 90%); margin: 0 auto; padding: 56px 0; }
.page-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.page-hero__image { width: 100%; height: auto; }
.home-hero { display: grid; grid-template-columns: minmax(0, .83fr) minmax(420px, 1.17fr); gap: 6%; width: min(1680px, 90%); min-height: 590px; margin: 0 auto; padding: 70px 0 52px; align-items: center; }
.home-hero__copy { max-width: 560px; padding: 32px 0; }
.home-hero__copy h1 { max-width: 520px; margin-bottom: 22px; }
.home-hero__media { min-height: 510px; overflow: hidden; }
.home-hero__image { width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: right center; }
.eyebrow { margin-bottom: 10px; color: #677B6F; font-size: 16px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-lead { max-width: 510px; color: #42564E; font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.availability-bar { display: flex; justify-content: space-between; gap: 28px; width: min(1680px, 90%); margin: 0 auto 72px; padding: 18px 22px; border-top: 1px solid #9DAFA3; border-bottom: 1px solid #9DAFA3; }
.availability-bar p { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin: 0; }
.availability-bar strong { font-family: "Noto Serif TC", Georgia, serif; }
.content-section { width: min(1680px, 90%); margin: 0 auto; padding: 96px 0; }
.section--muted { width: 100%; padding-right: 5%; padding-left: 5%; background: #E7EEE9; }
.section-heading { max-width: 680px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading--split { display: flex; justify-content: space-between; gap: 32px; max-width: none; align-items: end; }
.story-section__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(380px, 1.2fr); gap: 8%; align-items: center; }
.story-section__grid p { max-width: 480px; font-family: "Noto Serif TC", Georgia, serif; font-size: 24px; line-height: 1.65; }
.story-image { width: 100%; min-height: 370px; object-fit: cover; }
.card-grid { display: grid; gap: 24px; }
.card-grid--three, .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.room-card, .experience-card, .review-card { min-width: 0; background: #FFFFFF; }
.card-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.card-copy { padding: 22px; }
.card-copy h3 { margin-bottom: 10px; }
.card-copy strong { display: block; margin: 18px 0 16px; color: #385749; }
.breakfast-section { display: grid; grid-template-columns: minmax(420px, 1.1fr) minmax(0, .9fr); gap: 8%; align-items: center; }
.breakfast-image { width: 100%; min-height: 450px; object-fit: cover; }
.breakfast-section__copy { max-width: 500px; }
.detail-line { padding: 14px 0; border-top: 1px solid #B4C2B8; border-bottom: 1px solid #B4C2B8; font-weight: 700; }
.route-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-bottom: 28px; background: #BBC9C0; }
.route-stop { padding: 18px; background: #F7F8F5; }
.route-image { width: 100%; aspect-ratio: 16 / 10; margin-bottom: 20px; object-fit: cover; }
.route-stop h3 { margin-bottom: 9px; }
.review-grid { gap: 18px; }
.review-card { padding: 20px; }
.review-image { width: 100%; aspect-ratio: 16 / 9; margin-bottom: 19px; object-fit: cover; }
.review-quote { font-family: "Noto Serif TC", Georgia, serif; font-size: 18px; line-height: 1.65; }
.review-byline { margin-bottom: 0; color: #61766A; font-size: 16px; }
.booking-cta { display: flex; justify-content: space-between; gap: 32px; align-items: center; width: min(1680px, 90%); margin: 0 auto 96px; padding: 52px 6%; background: #26312D; color: #F7F8F5; }
.booking-cta h2 { margin-bottom: 10px; }
.booking-cta p { margin-bottom: 0; }
.booking-cta .eyebrow { color: #B8D2C0; }
.location-section { display: grid; grid-template-columns: minmax(380px, 1fr) minmax(0, 1fr); gap: 8%; align-items: center; }
.location-image { width: 100%; min-height: 340px; object-fit: cover; }
.inner-section { width: min(1680px, 90%); margin: 0 auto; padding: 88px 0; }
.page-hero { min-height: 470px; }
.page-hero__media { min-height: 390px; overflow: hidden; }
.page-hero__image { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.page-hero__content { max-width: 540px; }
.page-hero__content h1 { font-size: 46px; }
.page-hero__content > p:last-child { color: #42564E; font-size: 18px; }
.room-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: 8%; align-items: end; }
.room-jump-links { display: grid; gap: 1px; background: #BBC9C0; }
.room-jump-links a { padding: 14px 16px; background: #FFFFFF; font-weight: 700; text-decoration: none; }
.room-detail { padding: 68px 0; border-top: 1px solid #B4C2B8; }
.room-detail__heading { max-width: 640px; margin-bottom: 30px; }
.room-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(180px, 1fr)); gap: 14px; }
.room-gallery__main { grid-row: span 2; width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.room-gallery__detail { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.room-detail__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8%; max-width: 900px; margin-top: 28px; }
.detail-list { margin: 0; padding-left: 20px; }
.detail-list li + li { margin-top: 6px; }
.view-comparison { padding-right: 5%; padding-left: 5%; }
.comparison-grid, .add-on-grid, .package-grid, .transport-grid, .values-grid { display: grid; gap: 1px; background: #BBC9C0; }
.comparison-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.add-on-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.package-grid, .transport-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.comparison-grid article, .add-on-grid article, .package-grid article, .transport-grid article, .values-grid article { padding: 24px; background: #FFFFFF; }
.comparison-grid h3, .add-on-grid h3, .package-grid h3, .transport-grid h3, .values-grid h3 { margin-bottom: 10px; }
.comparison-grid p, .add-on-grid p, .package-grid p, .transport-grid p, .values-grid p { margin-bottom: 0; }
.sticky-booking { position: sticky; bottom: 0; z-index: 2; display: flex; justify-content: space-between; gap: 24px; align-items: center; width: min(1160px, 94%); margin: 0 auto 18px; padding: 14px 18px; border: 1px solid #546A5F; background: #F7F8F5; box-shadow: 0 10px 28px rgba(38, 49, 45, .16); }
.sticky-booking p { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 0; }
.sticky-booking span { color: #61766A; font-size: 16px; }
.experience-feature, .local-places, .grower-story, .dining-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); gap: 8%; align-items: center; }
.experience-feature--reverse > :first-child { order: 2; }
.feature-image { width: 100%; min-height: 390px; object-fit: cover; }
.split-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.split-media .feature-image { min-height: 320px; }
.weather-note, .packing-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr); gap: 8%; align-items: center; padding-bottom: 96px; }
.weather-note__image, .packing-grid__image { width: 100%; min-height: 300px; object-fit: cover; }
.day-route { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; background: #BBC9C0; }
.day-route article { padding: 26px; background: #F7F8F5; }
.day-route p:last-child { margin-bottom: 0; }
.meal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.meal-grid article { background: #FFFFFF; }
.meal-grid article > div { padding: 22px; }
.meal-grid p:last-child { margin-bottom: 0; }
.meal-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.rules-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #BBC9C0; }
.rules-grid p { margin: 0; padding: 20px; background: #FFFFFF; }
.rules-grid strong { display: block; margin-bottom: 4px; }
.button--outline-light { border-color: #F7F8F5; color: #F7F8F5; }
.about-intro { max-width: 920px; padding-top: 20px; }
.about-intro p { font-family: "Noto Serif TC", Georgia, serif; font-size: 28px; line-height: 1.65; }
.story-chapter { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 9%; align-items: center; padding: 54px 0; border-top: 1px solid #B4C2B8; }
.story-chapter--reverse > :first-child { order: 2; }
.story-chapter__image { width: 100%; min-height: 330px; object-fit: cover; }
.values-section { padding-right: 5%; padding-left: 5%; }
.values-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
img.image-focus--left { object-position: left center; }
img.image-focus--center { object-position: center center; }
img.image-focus--right { object-position: right center; }
@media (max-width: 980px) {
  h1 { font-size: 46px; } h2 { font-size: 31px; }
  .site-header { flex-wrap: wrap; padding: 16px 0; } .site-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; }
  .home-hero { grid-template-columns: 1fr; padding-top: 40px; } .home-hero__media, .home-hero__image { min-height: 430px; }
  .story-section__grid, .breakfast-section, .location-section, .experience-feature, .local-places, .grower-story, .dining-intro, .weather-note, .packing-grid, .story-chapter { grid-template-columns: 1fr; gap: 32px; }
  .card-grid--three, .review-grid, .comparison-grid, .package-grid, .transport-grid, .meal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .route-list, .add-on-grid, .day-route, .values-grid { grid-template-columns: 1fr; }
  .experience-feature--reverse > :first-child, .story-chapter--reverse > :first-child { order: initial; }
}
.booking-flow { width: min(1200px, 90%); margin: 0 auto 110px; }
.booking-flow__heading { max-width: 720px; padding: 76px 0 38px; }
.booking-flow__heading h2 { margin-bottom: 12px; }
.booking-form { display: grid; gap: 18px; }
.booking-step { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 22px; padding: 32px; border: 1px solid rgba(42, 56, 51, .2); background: #fff; }
.booking-step__number { display: grid; place-items: center; width: 48px; height: 48px; font-family: "Noto Serif TC", Georgia, serif; color: #F7F4EE; background: #2A3833; }
.booking-step__content h3 { margin-bottom: 8px; }
.booking-step__content > p { max-width: 680px; color: #59645F; }
.booking-fields { display: grid; gap: 18px; margin: 24px 0; }
.booking-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.booking-fields--three { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 660px; }
.booking-fields label { display: block; margin-bottom: 7px; font-weight: 700; }
.booking-fields input, .booking-fields select, .booking-fields textarea { width: 100%; border: 1px solid rgba(42, 56, 51, .34); border-radius: 0; padding: 11px 12px; font: inherit; color: #26312D; background: #fff; }
.booking-fields textarea { min-height: 98px; resize: vertical; }
.booking-note { min-height: 28px; margin-bottom: 0; color: #536C61; font-weight: 700; }
.room-choice-grid, .addon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.room-choice { display: block; min-height: 158px; padding: 18px; border: 1px solid rgba(42, 56, 51, .26); cursor: pointer; }
.room-choice:has(input:checked) { border-color: #2A3833; box-shadow: inset 0 0 0 1px #2A3833; background: #F1F4F0; }
.room-choice input { margin-right: 8px; }
.room-choice span { display: grid; gap: 7px; margin-top: 12px; }
.room-choice small { color: #59645F; }
.room-choice b { color: #536C61; }
.addon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.addon-grid label { display: flex; justify-content: space-between; gap: 10px; padding: 14px 0; border-bottom: 1px solid rgba(42, 56, 51, .2); cursor: pointer; }
.addon-grid span { color: #536C61; white-space: nowrap; }
.booking-summary { min-height: 142px; margin: 26px 0 18px; padding: 20px; border-left: 4px solid #A68C74; background: #F1F4F0; }
.booking-summary dl { display: grid; grid-template-columns: max-content 1fr; gap: 8px 18px; margin: 0; }
.booking-summary dt { color: #59645F; }
.booking-summary dd { margin: 0; font-weight: 700; }
.booking-summary .booking-summary__total { color: #2A3833; font-size: 20px; }
.booking-errors { min-height: 0; margin-bottom: 18px; color: #9A3B32; font-weight: 700; }
.booking-errors:not(:empty) { padding: 14px 16px; border-left: 4px solid #9A3B32; background: #FBEDEA; }
.booking-errors ul { margin: 0; padding-left: 22px; }
.booking-completion { min-height: 28px; margin: 14px 0 0; color: #2C6B4F; font-weight: 700; }
@media (max-width: 900px) { .room-choice-grid { grid-template-columns: 1fr; } .booking-step { grid-template-columns: 56px minmax(0, 1fr); } }
@media (max-width: 640px) {
  h1 { font-size: 38px; } h2 { font-size: 28px; } h3 { font-size: 21px; }
  .site-header { gap: 12px; min-height: 68px; } .site-nav { gap: 14px; } .site-nav__link { font-size: 16px; }
  .site-header .button--booking { margin-left: auto; padding: 9px 12px; font-size: 16px; }
  .home-hero, .content-section, .page-hero, .shell-introduction, .faq-preview, .inner-section { width: 90%; }
  .home-hero { min-height: 0; padding: 34px 0 32px; } .home-hero__copy { padding: 0; } .home-hero__media, .home-hero__image { min-height: 330px; }
  .availability-bar, .section-heading--split, .booking-cta { flex-direction: column; align-items: flex-start; }
  .availability-bar { margin-bottom: 42px; padding: 16px 0; } .content-section { padding: 64px 0; }
  .section--muted { width: 100%; padding-right: 5%; padding-left: 5%; }
  .card-grid--three, .review-grid, .comparison-grid, .package-grid, .transport-grid, .meal-grid, .rules-grid { grid-template-columns: 1fr; } .story-section__grid p { font-size: 21px; }
  .breakfast-image, .story-image, .location-image { min-height: 290px; } .booking-cta { margin-bottom: 64px; padding: 38px 8%; }
  .page-hero { grid-template-columns: 1fr; min-height: 0; padding: 36px 0 52px; } .page-hero__media { min-height: 290px; order: 2; } .page-hero__image { min-height: 290px; } .page-hero__content h1 { font-size: 38px; }
  .inner-section { padding: 64px 0; } .room-intro, .room-detail__facts { grid-template-columns: 1fr; gap: 24px; } .room-gallery { grid-template-columns: 1fr 1fr; } .room-gallery__main { min-height: 280px; } .room-gallery__detail { min-height: 150px; }
  .split-media { grid-template-columns: 1fr; } .feature-image, .story-chapter__image { min-height: 280px; } .about-intro p { font-size: 23px; } .sticky-booking { flex-direction: column; align-items: stretch; } .sticky-booking .button { width: 100%; }
  .booking-flow { width: calc(100% - 40px); margin-bottom: 72px; } .booking-flow__heading { padding: 54px 0 26px; } .booking-step { grid-template-columns: 1fr; gap: 16px; padding: 24px 20px; } .booking-step__number { width: 42px; height: 42px; } .booking-fields--two, .booking-fields--three, .addon-grid { grid-template-columns: 1fr; } .room-choice-grid { grid-template-columns: 1fr; } .booking-summary { min-height: 168px; }
}
/* Task 7 interaction and responsive layer. */
h1, h2, h3 { letter-spacing: 0; }
h1 { font-size: clamp(30px, 2.9vw, 56px); }
.page-hero__content h1 { font-size: clamp(30px, 2.4vw, 46px); }
p, li, label, input, select, textarea, button { font-size: clamp(16px, 1vw, 18px); }
.site-header, .home-hero, .availability-bar, .content-section, .page-hero, .shell-introduction, .faq-preview, .inner-section, .booking-flow, .booking-cta { width: var(--content); }
.content-section, .inner-section { padding-block: var(--section-space); }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 78px; transition: min-height 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled { min-height: 64px; background: rgba(232, 235, 233, .96); box-shadow: 0 6px 18px rgba(38, 49, 45, .1); }
.site-header .button--booking { flex: 0 0 auto; }
.faq-preview { padding-block: var(--section-space); }
.faq-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.faq-tab { min-height: 46px; padding: 10px 16px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--ink); cursor: pointer; }
.faq-tab[aria-selected="true"] { border-bottom-color: var(--tea); color: var(--pine); font-weight: 700; }
.faq-tab:focus-visible, .faq-question:focus-visible, .menu-toggle:focus-visible { outline: 3px solid var(--tea); outline-offset: 3px; }
.faq-group { max-width: 980px; }
.faq-group > h2 { margin-bottom: 22px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; justify-content: space-between; width: 100%; min-height: 58px; padding: 16px 0; border: 0; background: transparent; color: var(--ink); font-family: "Noto Serif TC", Georgia, serif; font-weight: 600; line-height: 1.4; text-align: left; cursor: pointer; }
.faq-question::after { flex: 0 0 auto; margin-left: 16px; content: "+"; color: var(--tea); font-family: "Noto Sans TC", system-ui, sans-serif; }
.faq-question[aria-expanded="true"]::after { content: "-"; }
.faq-answer { max-width: 760px; padding: 0 0 20px; color: #42564E; }
.faq-answer p { margin-bottom: 0; }
.faq-help { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; align-items: end; margin-top: 52px; padding: 30px; background: var(--pine); color: var(--light); }
.faq-help h2 { margin-bottom: 8px; }
.faq-help p { max-width: 620px; margin-bottom: 0; }
.faq-help .button { border-color: var(--light); background: var(--light); color: var(--ink); }
.motion-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(22px); }
.reveal { transition: opacity 420ms ease, transform 420ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.home-hero__media, .page-hero__media { isolation: isolate; }
@media (max-width: 1023px) {
  :root { --content:min(calc(100vw - 64px), 1180px); }
  .site-header { flex-wrap: wrap; }
  .site-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; }
  .faq-help { align-items: flex-start; }
}
@media (max-width: 768px) {
  :root { --content:calc(100vw - 40px); }
  .site-header { flex-wrap: nowrap; gap: 8px; min-height: 64px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; min-width: 46px; min-height: 46px; border: 1px solid var(--pine); background: var(--fog); color: var(--ink); font: inherit; }
  .site-header > .button--booking { min-height: 42px; padding: 8px 10px; font-size: 16px; }
  .site-nav { position: fixed; inset: 64px 0 auto; display: grid; gap: 0; width: 100%; max-height: calc(100vh - 64px); padding: 12px 20px 28px; overflow-y: auto; background: var(--fog); box-shadow: 0 18px 30px rgba(38, 49, 45, .18); }
  .site-nav[hidden] { display: none; }
  .site-nav__link, .site-nav .button--booking { min-height: 48px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav .button--booking { justify-content: flex-start; border: 0; background: transparent; color: var(--ink); }
  .home-hero, .page-hero, .story-section__grid, .breakfast-section, .location-section, .experience-feature, .local-places, .grower-story, .dining-intro, .weather-note, .packing-grid, .story-chapter, .room-intro, .room-detail__facts, .booking-step { grid-template-columns: 1fr; }
  .card-grid--three, .review-grid, .comparison-grid, .package-grid, .transport-grid, .meal-grid, .rules-grid, .room-choice-grid, .addon-grid, .booking-fields--two, .booking-fields--three { grid-template-columns: 1fr; }
  .faq-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .faq-tab { white-space: nowrap; }
  .faq-help { padding: 26px 20px; }
}
@media (max-width: 360px) {
  .faq-help { padding-inline: 20px; }
  .site-logo { font-size: 16px; }
  .site-header > .button--booking { padding-inline: 8px; font-size: 16px; }
  .room-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .room-gallery__main { grid-row: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal, .reveal.is-visible { opacity: 1; transform: none; }
  .home-hero__image, .page-hero__image { transform: none !important; }
}
