:root {
  --chch-ink: #192638;
  --chch-primary: #192a43;
  --chch-green: #4c7659;
  --chch-river: #4f9fba;
  --chch-paper: #faf8f5;
  --chch-willow: #edf3ec;
  --chch-border: #e2dcd5;
  --chch-white: #ffffff;
  --chch-muted: rgba(25, 38, 56, .67);
  --chch-shadow: 0 18px 50px rgba(25, 38, 56, 0.1);
}

.christchurch-refresh { color: var(--chch-ink); background: var(--chch-paper); }
.christchurch-refresh .site-refresh-main { overflow: clip; }
.christchurch-refresh h1,
.christchurch-refresh h2,
.christchurch-refresh h3 { color: var(--chch-primary); font-family: Fraunces, Georgia, serif; font-weight: 500; letter-spacing: -0.025em; }
.christchurch-refresh a { text-underline-offset: 0.18em; }
.christchurch-refresh img { display: block; max-width: 100%; }
.section-space { padding: 5.5rem 0; }
.section-tint { background: var(--chch-willow); }
.section-heading { max-width: 46rem; margin-bottom: 2.25rem; }
.section-heading h2 { margin: .45rem 0 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; }
.section-heading p { margin: 1rem 0 0; color: rgba(25,38,56,.74); font-size: 1.05rem; line-height: 1.75; }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.eyebrow { color: var(--chch-green); font-size: .73rem; line-height: 1; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-light { color: #edf3ec; }
.text-link { color: var(--chch-primary); font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--chch-green); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .78rem 1.25rem; border-radius: .45rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--chch-primary); background: var(--chch-paper); }
.button-outline-light { color: var(--chch-white); border: 1px solid rgba(255,255,255,.65); background: rgba(25,42,67,.2); }

/* Shared header */
body.christchurch-refresh header.sticky { background: rgba(250,248,245,.94); box-shadow: 0 1px 0 rgba(25,38,56,.06); }
body.christchurch-refresh header.sticky .container-editorial { gap: 1rem; }
body.christchurch-refresh header.sticky a[aria-label="Tourism Christchurch home"] > * { display: none !important; }
body.christchurch-refresh header.sticky a[aria-label="Tourism Christchurch home"]::before { content: ""; display: block; width: 222px; height: 48px; background: url('../images/christchurch-logo.svg') no-repeat left center / contain; }
body.christchurch-refresh header.sticky nav ul { gap: .15rem; }
body.christchurch-refresh header.sticky nav a { white-space: nowrap; font-size: .84rem; padding: .55rem .62rem; border-radius: .35rem; }
body.christchurch-refresh header.sticky nav li:last-child a { color: var(--chch-white); background: var(--chch-primary); padding-inline: .9rem; }
body.christchurch-refresh header.sticky nav li:last-child a:hover { background: var(--chch-green); }

/* Home */
.home-hero { min-height: min(76vh, 720px); position: relative; display: grid; align-items: end; isolation: isolate; background: var(--chch-primary); }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.home-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(16,28,44,.88) 0%, rgba(16,28,44,.64) 50%, rgba(16,28,44,.12) 100%), linear-gradient(0deg, rgba(16,28,44,.45), transparent 55%); }
.home-hero-content { width: 100%; padding-top: 8rem; padding-bottom: 6.5rem; }
.home-hero-content h1 { max-width: 800px; margin: .65rem 0 0; color: var(--chch-white); font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .94; }
.home-hero-content > p { max-width: 660px; margin: 1.4rem 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.quick-strip { border-bottom: 1px solid var(--chch-border); background: var(--chch-paper); }
.quick-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-strip-grid > div { position: relative; padding: 2rem 2rem 2rem 3.2rem; border-right: 1px solid var(--chch-border); }
.quick-strip-grid > div:last-child { border-right: 0; }
.quick-strip-grid span { position: absolute; left: 0; top: 2.15rem; color: var(--chch-river); font: 600 .72rem/1 Georgia,serif; }
.quick-strip-grid strong { display: block; color: var(--chch-primary); font-family: Fraunces,Georgia,serif; font-size: 1.2rem; font-weight: 500; }
.quick-strip-grid p { margin: .45rem 0 0; color: var(--chch-muted); font-size: .9rem; line-height: 1.55; }

/* Cards */
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.guide-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.guide-card { min-width: 0; overflow: hidden; border: 1px solid var(--chch-border); border-radius: .75rem; background: var(--chch-white); box-shadow: 0 8px 26px rgba(25,38,56,.06); transition: transform .25s ease, box-shadow .25s ease; }
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--chch-shadow); }
.guide-card-media { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--chch-willow); }
.guide-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.guide-card:hover .guide-card-media img { transform: scale(1.035); }
.guide-card-body { padding: 1.35rem; }
.guide-card-meta { margin-bottom: .65rem; color: var(--chch-green); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.guide-card h2 { margin: 0; font-size: 1.45rem; line-height: 1.16; }
.guide-card h2 a { color: inherit; text-decoration: none; }
.guide-card p { margin: .8rem 0 1rem; color: var(--chch-muted); font-size: .93rem; line-height: 1.65; }
.guide-card .text-link { font-size: .86rem; }
.category-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 1rem; }
.category-card { min-height: 230px; display: flex; flex-direction: column; justify-content: end; padding: 1.4rem; border: 1px solid var(--chch-border); border-radius: .75rem; color: var(--chch-ink); background: var(--chch-paper); text-decoration: none; }
.category-card:hover { border-color: var(--chch-green); background: var(--chch-white); }
.category-card span { margin-bottom: auto; color: var(--chch-river); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.category-card h3 { margin: 1rem 0 0; font-size: 1.5rem; line-height: 1.1; }
.category-card p { margin: .75rem 0 0; color: var(--chch-muted); font-size: .86rem; line-height: 1.55; }
.image-story-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, 245px); gap: 1rem; }
.image-story { position: relative; overflow: hidden; border-radius: .85rem; background: var(--chch-primary); }
.image-story-large { grid-row: 1/3; }
.image-story img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .5s ease; }
.image-story:hover img { transform: scale(1.035); }
.image-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,28,44,.82), transparent 65%); }
.image-story > span { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.25rem; z-index: 1; color: var(--chch-white); font-family: Fraunces,Georgia,serif; font-size: 1.55rem; line-height: 1.15; }
.image-story small { display: block; margin-bottom: .35rem; color: #edf3ec; font: 700 .68rem/1.2 sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.tours-callout { color: var(--chch-white); background: var(--chch-primary); }
.tours-callout-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.tours-callout h2 { max-width: 720px; margin: .5rem 0 0; color: var(--chch-white); font-size: clamp(2rem,4vw,3.6rem); line-height: 1.03; }
.tours-callout p { max-width: 720px; margin: 1rem 0 0; color: rgba(255,255,255,.78); line-height: 1.7; }

/* Guide index and archives */
.page-hero { padding: 6.5rem 0 5rem; border-bottom: 1px solid var(--chch-border); background: var(--chch-willow); }
.page-hero .container-editorial { max-width: 900px; margin-inline: auto; text-align: center; }
.page-hero h1 { margin: .65rem 0 0; font-size: clamp(3rem,7vw,5.7rem); line-height: .98; }
.page-hero p { max-width: 680px; margin: 1.1rem auto 0; color: rgba(25,38,56,.74); font-size: 1.12rem; line-height: 1.65; }
.category-nav { border-bottom: 1px solid var(--chch-border); background: var(--chch-paper); }
.category-nav .container-editorial { display: flex; align-items: center; gap: .4rem; overflow-x: auto; padding-block: .8rem; }
.category-nav a { flex: 0 0 auto; padding: .55rem .78rem; border-radius: 999px; color: var(--chch-ink); font-size: .82rem; font-weight: 700; text-decoration: none; }
.category-nav a:hover, .category-nav a.is-active { color: var(--chch-white); background: var(--chch-primary); }
.content-sidebar-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 2rem; align-items: start; }
.travel-sidebar { position: sticky; top: 7rem; min-width: 0; padding: 1.3rem; border: 1px solid var(--chch-border); border-radius: .75rem; background: var(--chch-white); box-shadow: 0 10px 30px rgba(25,38,56,.06); overflow: hidden; }
.travel-sidebar h2 { margin: .5rem 0 0; font-size: 1.65rem; line-height: 1.1; }
.travel-sidebar > p { color: var(--chch-muted); font-size: .87rem; line-height: 1.55; }
.category-description { padding: 4.5rem 0; border-top: 1px solid var(--chch-border); background: var(--chch-willow); }
.category-description .prose-editorial { max-width: 820px; }
.navigation.pagination { margin-top: 2.5rem; }
.nav-links { display: flex; flex-wrap: wrap; gap: .45rem; }
.nav-links .page-numbers { min-width: 2.6rem; min-height: 2.6rem; display: inline-flex; align-items: center; justify-content: center; padding: .6rem .8rem; border: 1px solid var(--chch-border); border-radius: .4rem; color: var(--chch-primary); background: var(--chch-white); text-decoration: none; }
.nav-links .current { color: var(--chch-white); border-color: var(--chch-primary); background: var(--chch-primary); }

/* Single article */
.article-header { padding: 5.5rem 1.5rem 3.5rem; background: var(--chch-paper); }
.article-header-inner { max-width: 930px; margin: auto; text-align: center; }
.article-kicker { color: var(--chch-green); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-header h1 { margin: .8rem 0 0; font-size: clamp(2.75rem,6vw,5.6rem); line-height: 1; }
.article-deck { max-width: 760px; margin: 1.2rem auto 0; color: rgba(25,38,56,.76); font-size: 1.18rem; line-height: 1.65; }
.article-byline { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem 1.5rem; margin-top: 1.5rem; color: var(--chch-muted); font-size: .82rem; }
.article-hero-media { max-width: 1180px; margin: 0 auto 4rem; padding: 0 1.5rem; }
.article-hero-media img { width: 100%; max-height: 680px; object-fit: cover; border-radius: .8rem; box-shadow: var(--chch-shadow); }
.article-hero-media figcaption { margin-top: .7rem; color: var(--chch-muted); font-size: .8rem; text-align: center; }
.article-layout { display: grid; grid-template-columns: minmax(0,780px) 320px; justify-content: center; gap: 4rem; align-items: start; padding-bottom: 6rem; }
.prose-editorial { color: var(--chch-ink); font-size: 1.04rem; line-height: 1.82; }
.prose-editorial > *:first-child { margin-top: 0; }
.prose-editorial h2 { margin: 2.8rem 0 .8rem; font-size: clamp(1.75rem,3vw,2.4rem); line-height: 1.15; }
.prose-editorial h3 { margin: 2rem 0 .65rem; font-size: 1.45rem; line-height: 1.2; }
.prose-editorial p { margin: 1rem 0; }
.prose-editorial a { color: var(--chch-green); font-weight: 650; }
.prose-editorial ul, .prose-editorial ol { margin: 1.15rem 0 1.5rem; padding-left: 1.35rem; }
.prose-editorial li { margin: .45rem 0; padding-left: .25rem; }
.prose-editorial li::marker { color: var(--chch-river); }
.prose-editorial blockquote { margin: 2rem 0; padding: 1.25rem 1.5rem; border-left: 3px solid var(--chch-river); color: var(--chch-primary); background: var(--chch-willow); font-family: Fraunces,Georgia,serif; font-size: 1.25rem; }
.prose-editorial table { width: 100%; margin: 1.5rem 0; border-collapse: collapse; overflow: hidden; border: 1px solid var(--chch-border); border-radius: .5rem; font-size: .9rem; }
.prose-editorial th, .prose-editorial td { padding: .8rem .9rem; border-bottom: 1px solid var(--chch-border); text-align: left; vertical-align: top; }
.prose-editorial th { color: var(--chch-primary); background: var(--chch-willow); }
.prose-editorial figure { margin: 2rem 0; }
.prose-editorial figcaption, .wp-caption-text { margin-top: .6rem; color: var(--chch-muted); font-size: .8rem; text-align: center; }
.article-tour-break { margin: 2.5rem 0; padding: 1.4rem; border: 1px solid var(--chch-border); border-radius: .75rem; background: var(--chch-willow); overflow: hidden; }
.guide-grid-related { grid-template-columns: repeat(3,minmax(0,1fr)); }

/* TravelSpark */
.christchurch-refresh [class*="travelspark"] { max-width: 100%; }
.christchurch-refresh .tsva-card,
.christchurch-refresh [class*="tsva-card"] { border-color: var(--chch-border) !important; border-radius: .65rem !important; box-shadow: 0 8px 24px rgba(25,38,56,.08) !important; background: var(--chch-white) !important; }
.christchurch-refresh [class*="tsva"] h2,
.christchurch-refresh [class*="tsva"] h3 { color: var(--chch-primary) !important; font-family: Fraunces,Georgia,serif !important; }
.christchurch-refresh [class*="tsva"] button,
.christchurch-refresh [class*="tsva"] .button,
.christchurch-refresh [class*="travelspark"] button { border-radius: .4rem !important; background: var(--chch-primary) !important; color: var(--chch-white) !important; }
.christchurch-refresh [class*="tsva-price"],
.christchurch-refresh [class*="tsva-rating"] { color: var(--chch-green) !important; }
.travel-sidebar .tsva-description { display: block !important; }
.christchurch-utility-page .travelspark-tour-helper,
.christchurch-utility-page .travelspark-exit-cta,
.christchurch-utility-page .travelspark-mobile-sticky { display: none !important; }
.chch-inline-tour-search .travelspark-live-search,
.chch-sidebar-tour-search .travelspark-live-search { margin-top: 1rem; border: 0; background: transparent; box-shadow: none; }
.chch-sidebar-tour-search .travelspark-live-search__body { display: none; }
.chch-sidebar-tour-search .travelspark-live-search__panel,
.chch-inline-tour-search .travelspark-live-search__panel { padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.chch-sidebar-tour-search .travelspark-live-search__form { display: grid; grid-template-columns: 1fr; gap: .6rem; }
.chch-sidebar-tour-search .travelspark-live-search__form input,
.chch-inline-tour-search .travelspark-live-search__form input { min-width: 0; width: 100%; }
.chch-inline-tour-search .travelspark-live-search__body { margin-top: 1rem; }

/* Tours */
.tours-hero { min-height: 610px; position: relative; display: grid; align-items: end; isolation: isolate; background: var(--chch-primary); }
.tours-mosaic { position: absolute; inset: 0; z-index: -2; display: grid; grid-template-columns: 1.5fr .8fr; grid-template-rows: 1fr 1fr; gap: 4px; }
.tours-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.tours-mosaic img:first-child { grid-row: 1/3; }
.tours-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(16,28,44,.9),rgba(16,28,44,.35)),linear-gradient(0deg,rgba(16,28,44,.64),transparent); }
.tours-hero-copy { width: 100%; padding-bottom: 5rem; }
.tours-hero h1 { max-width: 920px; margin: .65rem 0 0; color: var(--chch-white); font-size: clamp(3.2rem,7vw,6rem); line-height: .95; }
.tours-hero p { max-width: 720px; margin: 1.2rem 0 0; color: rgba(255,255,255,.86); font-size: 1.17rem; line-height: 1.65; }
.tours-index-shell { background: var(--chch-paper); }
.planning-note-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.planning-note-grid > div { padding: 1.5rem; border: 1px solid var(--chch-border); border-radius: .7rem; background: var(--chch-paper); }
.planning-note-grid h3 { margin: 0; font-size: 1.45rem; }
.planning-note-grid p { margin: .7rem 0 0; color: var(--chch-muted); line-height: 1.65; }

/* Utility pages and forms */
.utility-layout { max-width: 1040px; display: grid; grid-template-columns: minmax(0,720px) 280px; gap: 4rem; align-items: start; }
.utility-content { min-width: 0; }
.utility-image { position: sticky; top: 7rem; margin: 0; }
.utility-image img { width: 100%; min-height: 390px; object-fit: cover; border-radius: 150px 150px .8rem .8rem; }
.utility-image figcaption { margin-top: .8rem; color: var(--chch-muted); font-size: .8rem; line-height: 1.5; }
.contact-form { margin-top: 2rem; display: grid; gap: 1.05rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .42rem; }
.contact-form label span { color: var(--chch-primary); font-size: .82rem; font-weight: 700; }
.contact-form input, .contact-form textarea, .chch-newsletter-form input { width: 100%; border: 1px solid var(--chch-border); border-radius: .42rem; color: var(--chch-ink); background: var(--chch-white); }
.contact-form input { min-height: 3rem; padding: .7rem .8rem; }
.contact-form textarea { padding: .85rem; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .chch-newsletter-form input:focus { outline: 2px solid rgba(79,159,186,.45); outline-offset: 2px; border-color: var(--chch-river); }
.form-actions { display: flex; align-items: center; gap: 1rem; }
.contact-form button, .chch-newsletter-form button { min-height: 3rem; padding: .75rem 1.15rem; border: 0; border-radius: .42rem; color: var(--chch-white); background: var(--chch-primary); font-weight: 700; cursor: pointer; }
.contact-form button:hover, .chch-newsletter-form button:hover { background: var(--chch-green); }
.contact-form button:disabled, .chch-newsletter-form button:disabled, .chch-newsletter-form input:disabled { cursor: not-allowed; opacity: .55; }
.form-status { margin: 0; color: var(--chch-muted); font-size: .82rem; line-height: 1.4; }
.chch-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.newsletter-panel { display: grid; grid-template-columns: 1fr minmax(330px,.72fr); gap: 3rem; align-items: center; padding: 3rem; border: 1px solid var(--chch-border); border-radius: .9rem; background: var(--chch-white); box-shadow: var(--chch-shadow); }
.newsletter-panel h2 { margin: .55rem 0 0; font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1.08; }
.newsletter-panel p { margin: .8rem 0 0; color: var(--chch-muted); line-height: 1.6; }
.chch-newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: .65rem; }
.chch-newsletter-form input { min-height: 3.1rem; padding: .75rem .9rem; }
.chch-newsletter-form .form-status { grid-column: 1/-1; }

/* Footer */
.chch-footer { color: rgba(255,255,255,.76); background: #142238; }
.chch-footer-main { display: grid; grid-template-columns: 1.3fr .7fr .9fr .7fr; gap: 3rem; padding-top: 4.5rem; padding-bottom: 3.5rem; }
.chch-footer-brand img { width: 250px; height: auto; }
.chch-footer-brand p { max-width: 380px; margin: 1.3rem 0 0; line-height: 1.75; }
.chch-footer h2 { margin: 0 0 1rem; color: var(--chch-white); font-size: .73rem; font-family: inherit; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.chch-footer ul { margin: 0; padding: 0; list-style: none; }
.chch-footer li + li { margin-top: .55rem; }
.chch-footer a { color: rgba(255,255,255,.76); text-decoration: none; }
.chch-footer a:hover { color: var(--chch-white); }
.chch-footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; padding-bottom: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; line-height: 1.5; }
.chch-footer .recaptcha-note, .chch-footer .recaptcha-note a { color: inherit !important; font: inherit !important; font-weight: 400 !important; text-decoration: none !important; }

@media (max-width: 1120px) {
  body.christchurch-refresh header.sticky a[aria-label="Tourism Christchurch home"]::before { width: 190px; }
  body.christchurch-refresh header.sticky nav a { font-size: .77rem; padding-inline: .45rem; }
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .article-layout { grid-template-columns: minmax(0,720px) 300px; gap: 2rem; }
}

@media (max-width: 900px) {
  .section-space { padding: 4rem 0; }
  .quick-strip-grid { grid-template-columns: 1fr; }
  .quick-strip-grid > div { border-right: 0; border-bottom: 1px solid var(--chch-border); }
  .guide-grid, .guide-grid-compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .content-sidebar-layout, .article-layout { grid-template-columns: 1fr; }
  .travel-sidebar { position: static; }
  .image-story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 230px; }
  .image-story-large { grid-column: 1/3; grid-row: auto; }
  .tours-callout-inner, .newsletter-panel { grid-template-columns: 1fr; display: grid; }
  .utility-layout { grid-template-columns: 1fr; }
  .utility-image { position: static; max-width: 420px; }
  .chch-footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .chch-footer-brand { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  .home-hero { min-height: 650px; }
  .home-hero-content { padding-top: 7rem; padding-bottom: 4.5rem; }
  .home-hero-content h1 { font-size: clamp(3rem,15vw,4.3rem); }
  .home-hero-shade { background: linear-gradient(0deg,rgba(16,28,44,.92),rgba(16,28,44,.28)); }
  .split-heading { display: block; }
  .split-heading .text-link { display: inline-block; margin-top: 1rem; }
  .guide-grid, .guide-grid-compact, .guide-grid-related, .category-grid, .planning-note-grid { grid-template-columns: 1fr; }
  .image-story-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3,270px); }
  .image-story-large { grid-column: auto; }
  .page-hero { padding: 5rem 0 3.5rem; }
  .article-header { padding: 4rem 1rem 2.5rem; }
  .article-hero-media { margin-bottom: 3rem; padding-inline: 0; }
  .article-hero-media img { border-radius: 0; }
  .tours-hero { min-height: 650px; }
  .tours-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr .8fr; }
  .tours-mosaic img:first-child { grid-column: 1/3; grid-row: auto; }
  .tours-hero-copy { padding-bottom: 4rem; }
  .form-grid { grid-template-columns: 1fr; }
  .newsletter-panel { padding: 1.5rem; }
  .chch-newsletter-form { grid-template-columns: 1fr; }
  .chch-footer-main { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .chch-footer-brand { grid-column: 1/-1; }
  .chch-footer-bottom { display: block; }
  .chch-footer-bottom p + p { margin-top: .8rem; }
}

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