:root {
  --pink: #d52656;
  --pink-deep: #a8173f;
  --pink-soft: #fbe8ee;
  --ink: #292629;
  --muted: #827a7e;
  --line: #ece7e9;
  --surface: #fff;
  --page: 1160px;
  --notice-height: 40px;
  --header-height: 74px;
  --shadow: 0 9px 24px rgba(48, 30, 36, .08);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { background: #fff; color: var(--ink); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; margin: 0; min-width: 320px; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.page-width { margin-inline: auto; max-width: var(--page); width: 92%; }

.notice-bar { align-items: center; background: #f9dfe8; display: flex; height: var(--notice-height); justify-content: center; position: relative; z-index: 80; }
.notice-bar p { align-items: center; display: flex; font-size: 13px; gap: 9px; margin: 0; }
.notice-bar strong { color: #237d37; }
.notice-bar span { font-weight: 700; }
.notice-bar button { background: transparent; border: 0; cursor: pointer; font-size: 20px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
body.notice-closed { --notice-height: 0px; }
body.notice-closed .notice-bar { display: none; }

.site-header { background: rgba(18, 17, 18, .5); border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; height: var(--header-height); left: 0; position: absolute; right: 0; top: var(--notice-height); transition: background 180ms ease, box-shadow 180ms ease; z-index: 70; }
.site-header.is-scrolled { backdrop-filter: blur(14px); background: rgba(30,28,29,.96); box-shadow: 0 8px 22px rgba(0,0,0,.14); position: fixed; top: 0; }
.header-inner { align-items: center; display: grid; grid-template-columns: 230px minmax(0,1fr) 160px; height: 100%; }
.brand { align-items: center; display: inline-flex; gap: 12px; justify-self: start; }
.brand img { height: 40px; object-fit: contain; width: 40px; }
.brand span { font-size: 20px; font-weight: 900; letter-spacing: -.055em; }
.header-inner nav { display: flex; gap: clamp(20px,2.6vw,36px); justify-self: center; }
.header-inner nav a { font-size: 14px; font-weight: 800; position: relative; }
.header-inner nav a::after { background: var(--pink); bottom: -10px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transition: transform 180ms ease; width: 100%; }
.header-inner nav a:hover::after, .header-inner nav a:focus-visible::after { transform: scaleX(1); }
.header-status { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: 12px; font-weight: 800; justify-self: end; padding: 8px 13px; }

.hero { align-items: center; background-color: #30252a; background-image: linear-gradient(90deg,rgba(17,15,16,.82),rgba(17,14,16,.45) 54%,rgba(15,13,14,.78)),var(--hero-image),radial-gradient(circle at 27% 50%,#ba778a,transparent 34%),linear-gradient(135deg,#7f555f,#211b1e 72%); background-position: center; background-size: cover; color: #fff; display: flex; min-height: 570px; overflow: hidden; padding: calc(var(--header-height) + 36px) 0 54px; position: relative; }
.hero::before { background: linear-gradient(0deg,rgba(18,15,16,.72),transparent 52%); content: ""; inset: 0; position: absolute; }
.hero-inner { align-items: center; display: grid; gap: 0 40px; grid-template-columns: minmax(0,1fr) minmax(260px,340px); position: relative; z-index: 2; }
.breadcrumbs { align-items: center; color: rgba(255,255,255,.68); display: flex; font-size: 11px; gap: 8px; grid-column: 1 / -1; margin-bottom: 26px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs strong { color: #fff; }
.hero-kicker { color: #ffb5c8; font-size: 12px; font-weight: 900; grid-column: 1; letter-spacing: .17em; margin: 0 0 9px; }
.hero h1 { font-size: clamp(38px,4.5vw,60px); grid-column: 1; letter-spacing: -.07em; line-height: 1.08; margin: 0; overflow-wrap: normal; word-break: keep-all; }
.hero-thumbnail { aspect-ratio: 1 / 1; border: 1px solid rgba(255,255,255,.48); border-radius: 0; box-shadow: 0 22px 56px rgba(0,0,0,.34); grid-column: 2; grid-row: 2 / span 5; height: auto; object-fit: cover; width: 100%; }
.hero h2 { font-size: clamp(21px,2.35vw,31px); grid-column: 1; letter-spacing: -.05em; line-height: 1.2; margin: 14px 0 0; word-break: keep-all; }
.hero-summary { color: rgba(255,255,255,.78); font-size: 15px; grid-column: 1; margin: 14px 0 0; max-width: 640px; word-break: keep-all; }
.hero-actions { display: flex; gap: 9px; grid-column: 1; margin-top: 22px; }
.hero-actions a { align-items: center; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 900; justify-content: center; min-height: 44px; padding: 0 19px; }
.hero-actions a:first-child { background: var(--pink); border-color: var(--pink); }

.region-search-band { background: #211d1f; padding: 18px 0 20px; }
.region-search-dock { align-items: stretch; background: #fff; border-radius: 10px; box-shadow: 0 14px 30px rgba(20,13,16,.2); display: grid; grid-template-columns: 230px minmax(0,1fr); min-height: 66px; overflow: hidden; position: relative; }
.region-search-dock:focus-within { box-shadow: 0 0 0 3px rgba(255,181,200,.28),0 16px 38px rgba(20,13,16,.22); }
.region-search-label { align-items: center; background: var(--pink); border-radius: 7px 0 0 7px; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.region-search-label strong { font-size: 16px; }
.region-search-label span { font-size: 12px; opacity: .82; }
.region-search-control { display: flex; min-width: 0; }
.region-search-control input { border: 0; flex: 1; font-size: 15px; min-width: 0; outline: 0; padding: 0 21px; }
.region-search-control button { background: var(--pink); border: 0; border-radius: 0 10px 10px 0; color: #fff; cursor: pointer; flex: 0 0 74px; font-size: 25px; }

.location-strip { align-items: center; background: #fafafa; display: flex; flex-direction: column; height: 82px; justify-content: center; }
.location-strip > span { color: #aaa3a6; font-size: 13px; margin-bottom: 3px; }
.location-strip strong { font-size: 17px; }
.location-strip i { color: var(--pink); font-style: normal; margin-right: 7px; }
.content-wrap { padding-bottom: 60px; }
.section-space { padding-top: 56px; }
.section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 18px; }
.section-head > div { min-width: 0; }
.section-kicker { color: var(--pink); display: block; font-size: 10px; font-weight: 900; letter-spacing: .14em; margin-bottom: 5px; }
.section-head h2 { font-size: clamp(23px,2.5vw,31px); letter-spacing: -.05em; line-height: 1.22; margin: 0; word-break: keep-all; }
.section-head > span { color: var(--muted); font-size: 13px; }
.section-head > a { background: var(--pink); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 850; padding: 7px 15px; }

.service-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); display: grid; grid-template-columns: 42% minmax(0,1fr); min-height: 270px; overflow: hidden; }
.service-card--wide { grid-column: 1 / -1; grid-template-columns: 48% minmax(0,1fr); min-height: 350px; }
.service-visual { min-height: 100%; overflow: hidden; position: relative; }
.service-visual::after { background: linear-gradient(0deg,rgba(24,18,20,.45),transparent 48%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.service-visual img { height: 100%; object-fit: cover; width: 100%; }
.service-visual span { color: #fff; font-size: 12px; font-weight: 900; left: 16px; position: absolute; top: 15px; z-index: 2; }
.service-copy { align-self: center; padding: 24px; }
.service-copy small { color: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: .09em; }
.service-copy h3 { font-size: clamp(20px,2vw,27px); letter-spacing: -.045em; line-height: 1.22; margin: 7px 0 6px; word-break: keep-all; }
.service-copy strong { color: var(--pink-deep); display: block; font-size: 13px; line-height: 1.45; margin-bottom: 13px; word-break: keep-all; }
.service-copy p { color: var(--muted); font-size: 14px; margin: 7px 0; word-break: keep-all; }
.inline-cta { align-items: center; background: var(--pink-soft); border: 1px solid #f0b8c7; border-radius: 999px; color: var(--pink-deep); display: inline-flex; font-size: 12px; font-weight: 900; justify-content: center; margin-top: 13px; min-height: 36px; padding: 7px 14px; }
.inline-cta:hover, .inline-cta:focus-visible { background: var(--pink); border-color: var(--pink); color: #fff; }

.section-lead { color: var(--muted); font-size: 15px; margin: -4px 0 20px; max-width: 840px; word-break: keep-all; }
.photo-split { align-items: stretch; display: grid; gap: 0; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.photo-split__image { min-height: 380px; overflow: hidden; }
.photo-split__image img { height: 100%; object-fit: cover; width: 100%; }
.photo-split__copy { align-items: flex-start; background: #f7f1f3; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px,4vw,52px); }
.photo-split__copy h2 { font-size: clamp(25px,2.8vw,36px); letter-spacing: -.055em; line-height: 1.2; margin: 0 0 17px; word-break: keep-all; }
.photo-split__copy p { color: #675e62; margin: 0; word-break: keep-all; }
.photo-split__copy p + p { margin-top: 15px; }
.photo-split--reverse .photo-split__image { order: 2; }
.photo-split--reverse .photo-split__copy { background: #2c2528; color: #fff; order: 1; }
.photo-split--reverse .photo-split__copy p { color: rgba(255,255,255,.72); }

.price-grid { display: grid; gap: 12px; grid-template-columns: repeat(5,minmax(0,1fr)); }
.price-card { border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 7px 18px rgba(48,30,36,.06); overflow: hidden; }
.price-card > div { background: #30292c; color: #fff; min-height: 132px; padding: 19px 18px; }
.price-card > div > span { color: #ffb5c8; font-size: 11px; font-weight: 900; }
.price-card h3 { font-size: 19px; letter-spacing: -.04em; margin: 9px 0 4px; word-break: keep-all; }
.price-card small { color: rgba(255,255,255,.62); display: block; line-height: 1.45; }
.price-card dl { margin: 0; }
.price-card dl > div { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 48px; padding: 0 15px; }
.price-card dt { color: var(--muted); font-size: 13px; }
.price-card dd { font-size: 14px; font-weight: 900; margin: 0; }
.price-card--accent { border-color: #eaa9bb; }
.price-card--accent > div { background: var(--pink-deep); }
.price-note { background: var(--pink-soft); border-left: 3px solid var(--pink); color: #6f555d; margin: 16px 0 0; padding: 14px 17px; word-break: keep-all; }

.method-grid, .reason-grid, .booking-grid { display: grid; gap: 12px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.method-grid article, .reason-grid article, .booking-grid article { border: 1px solid var(--line); border-radius: 13px; min-height: 190px; padding: 20px; }
.method-grid article { background: #2d282a; color: #fff; }
.method-grid span, .reason-grid span, .booking-grid span { color: var(--pink); font-size: 11px; font-weight: 950; letter-spacing: .08em; }
.method-grid h3, .reason-grid h3, .booking-grid h3 { font-size: 18px; letter-spacing: -.04em; line-height: 1.3; margin: 24px 0 10px; word-break: keep-all; }
.method-grid p { color: rgba(255,255,255,.66); }
.method-grid p, .reason-grid p, .booking-grid p { font-size: 14px; margin: 0; word-break: keep-all; }
.reason-grid article { background: linear-gradient(145deg,#fff,#f9f4f6); }
.reason-grid p, .booking-grid p { color: var(--muted); }
.booking-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
.booking-grid article { min-height: 185px; }
.booking-grid h3 { margin-top: 22px; }

.check-list { display: grid; gap: 9px; list-style: none; margin: 22px 0 0; padding: 0; width: 100%; }
.check-list li { border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.82); font-size: 14px; padding: 11px 0 0 26px; position: relative; }
.check-list li::before { color: #ffb5c8; content: "✓"; font-weight: 900; left: 2px; position: absolute; }

.editorial-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.editorial-grid article { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.editorial-grid img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.editorial-grid article > div { padding: 20px; }
.editorial-grid span { color: var(--pink); font-size: 11px; font-weight: 900; }
.editorial-grid h3 { font-size: 20px; letter-spacing: -.045em; line-height: 1.28; margin: 7px 0 10px; word-break: keep-all; }
.editorial-grid p { color: var(--muted); margin: 0; word-break: keep-all; }

.situation-grid { display: grid; gap: 1px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.situation-grid article { background: #f6f1f3; min-height: 170px; padding: 22px 20px; }
.situation-grid article:nth-child(even) { background: #efe6e9; }
.situation-grid h3 { font-size: 18px; letter-spacing: -.04em; line-height: 1.3; margin: 0 0 14px; word-break: keep-all; }
.situation-grid p { color: var(--muted); font-size: 14px; margin: 0; word-break: keep-all; }

.media-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.media-grid article { background: #292527; border-radius: 14px; color: #fff; min-width: 0; overflow: hidden; padding: 18px; }
.media-grid article:nth-child(2) { background: var(--pink-deep); }
.media-grid span { color: #ffb5c8; display: block; font-size: 10px; font-weight: 900; letter-spacing: .15em; margin-bottom: 6px; }
.media-grid h3 { font-size: clamp(17px,1.8vw,20px); margin: 0 0 13px; word-break: keep-all; }
.responsive-frame { aspect-ratio: 16 / 9; background: #111; border: 1px solid rgba(255,255,255,.18); overflow: hidden; width: 100%; }
.responsive-frame iframe { border: 0; display: block; height: 100%; width: 100%; }
.media-grid article > a { align-items: center; color: #fff; display: flex; font-size: 14px; font-weight: 800; justify-content: space-between; margin-top: 14px; min-height: 44px; text-decoration: underline; text-decoration-color: rgba(255,255,255,.38); text-underline-offset: 5px; }
.media-grid b { font-size: 20px; }

.scenario-list { border-top: 1px solid var(--ink); }
.scenario-list article { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 44px minmax(0,1fr); padding: 20px 4px; }
.scenario-list article > span { color: var(--pink); font-size: 12px; font-weight: 950; padding-top: 4px; }
.scenario-list h3 { font-size: 18px; letter-spacing: -.04em; margin: 0 0 7px; word-break: keep-all; }
.scenario-list p { color: var(--muted); margin: 0; word-break: keep-all; }
.scenario-outro { background: #f7f1f3; border-left: 3px solid var(--pink); color: #665b60; margin: 17px 0 0; padding: 16px 19px; word-break: keep-all; }
.scenario-outro--plain { background: transparent; border-left-color: #d7c9ce; margin-top: 10px; }

.planning { align-items: center; background: #2d282a; border-radius: 16px; color: #fff; display: grid; gap: 30px; grid-template-columns: 140px minmax(0,1fr); margin-top: 56px; padding: 40px 44px; }
.planning-number { color: var(--pink); font-size: clamp(62px,7vw,88px); font-weight: 950; letter-spacing: -.08em; line-height: 1; }
.planning h2 { font-size: clamp(24px,2.8vw,34px); letter-spacing: -.05em; line-height: 1.2; margin: 0 0 14px; word-break: keep-all; }
.planning p { color: rgba(255,255,255,.7); margin: 8px 0; word-break: keep-all; }

.local-focus { align-items: start; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 38px; grid-template-columns: minmax(220px,.78fr) minmax(0,1.5fr); margin-top: 56px; padding: 40px 0; }
.local-focus h2 { font-size: clamp(23px,2.6vw,32px); letter-spacing: -.05em; line-height: 1.24; margin: 0; word-break: keep-all; }
.local-focus p { color: var(--muted); margin: 0; word-break: keep-all; }
.local-focus p + p { margin-top: 18px; }

.region-group + .region-group { margin-top: 20px; }
.region-group h3 { font-size: 16px; margin: 0 0 9px; }
.region-links { display: grid; gap: 8px; grid-template-columns: repeat(5,minmax(0,1fr)); }
.region-links a { border: 1px solid var(--line); border-radius: 12px; display: grid; min-height: 96px; padding: 14px; position: relative; transition: border-color 160ms ease, transform 160ms ease; }
.region-links a:hover, .region-links a:focus-visible { border-color: var(--pink); transform: translateY(-2px); }
.region-links span { color: var(--pink); font-size: 10px; font-weight: 900; }
.region-links strong { align-self: end; font-size: 16px; letter-spacing: -.035em; word-break: keep-all; }
.region-links b { font-size: 13px; position: absolute; right: 12px; top: 10px; }

.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 16px; font-weight: 850; justify-content: space-between; list-style: none; padding: 17px 5px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--pink); font-size: 24px; }
.faq-list p { color: var(--muted); margin: 0; padding: 0 5px 18px; word-break: keep-all; }

.closing { background-color: #33272c; background-image: linear-gradient(90deg,rgba(31,22,26,.94),rgba(31,22,26,.48)),var(--closing-image); background-position: center; background-size: cover; color: #fff; min-height: 310px; padding: 56px max(4vw,calc((100vw - var(--page))/2)); }
.closing > div { max-width: 760px; }
.closing > div > span:first-child { color: #ffb5c8; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.closing h2 { font-size: clamp(28px,3.4vw,42px); letter-spacing: -.06em; line-height: 1.18; margin: 10px 0 14px; word-break: keep-all; }
.closing p { color: rgba(255,255,255,.74); }
.closing-actions { display: flex; gap: 10px; }
.inline-cta--light { background: #fff; border-color: #fff; color: var(--pink-deep); }
.inline-cta--ghost { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }

.site-footer { background: #1c191a; color: #fff; padding: 36px 0; }
.footer-brand { align-items: center; display: inline-flex; gap: 12px; }
.footer-brand img { height: 42px; object-fit: contain; width: 42px; }
.footer-brand strong { font-size: 22px; }
.site-footer p { color: rgba(255,255,255,.62); font-size: 14px; margin: 14px 0 8px; }
.site-footer small { color: rgba(255,255,255,.4); }

@media (max-width: 1000px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-inner nav { display: none; }
  .hero-inner { gap: 0 28px; grid-template-columns: minmax(0,1fr) minmax(230px,31vw); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card--wide { grid-column: auto; }
  .price-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .method-grid, .reason-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .region-links { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  :root { --header-height: 64px; }
  .notice-bar { height: auto; min-height: 42px; padding: 8px 46px 8px 14px; }
  .notice-bar p { align-items: flex-start; flex-direction: column; font-size: 12px; gap: 0; }
  .notice-bar button { right: 12px; }
  .brand { gap: 8px; }
  .brand img { height: 34px; width: 34px; }
  .brand span { font-size: 18px; }
  .header-status { font-size: 11px; padding: 7px 10px; }
  .hero { min-height: 0; padding: calc(var(--header-height) + 28px) 0 38px; }
  .hero-inner { display: flex; flex-direction: column; width: calc(100% - 32px); }
  .breadcrumbs { align-self: stretch; margin-bottom: 22px; order: 0; }
  .hero-kicker { align-self: stretch; order: 1; }
  .hero h1 { align-self: stretch; font-size: clamp(31px,9.5vw,42px); order: 2; text-align: left; }
  .hero-thumbnail { margin-top: 18px; order: 3; width: min(100%,320px); }
  .hero h2 { align-self: stretch; font-size: 22px; margin-top: 20px; order: 4; }
  .hero-summary { align-self: stretch; font-size: 14px; order: 5; }
  .hero-actions { align-self: stretch; order: 6; }
  .hero-actions a { flex: 1; font-size: 13px; padding: 0 13px; }
  .region-search-band { padding: 14px 0 17px; }
  .region-search-dock { grid-template-columns: 1fr; min-height: 0; }
  .region-search-label { border-radius: 10px 10px 0 0; min-height: 56px; }
  .region-search-control { min-height: 56px; }
  .region-search-control button { border-radius: 0 0 10px 0; flex-basis: 72px; }
  .location-strip { height: 76px; }
  .location-strip strong { font-size: 16px; }
  .section-space { padding-top: 46px; }
  .section-head { align-items: flex-start; gap: 12px; }
  .section-head > span { display: none; }
  .service-card, .service-card--wide { display: block; min-height: 0; }
  .service-visual { aspect-ratio: 4 / 3; min-height: 0; }
  .service-copy { padding: 20px; }
  .photo-split, .photo-split--reverse { display: flex; flex-direction: column; }
  .photo-split__image, .photo-split--reverse .photo-split__image { min-height: 0; order: 1; }
  .photo-split__image img { aspect-ratio: 4 / 3; }
  .photo-split__copy, .photo-split--reverse .photo-split__copy { order: 2; padding: 26px 20px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card > div { min-height: 0; }
  .method-grid, .reason-grid, .booking-grid, .editorial-grid, .situation-grid, .media-grid { grid-template-columns: 1fr; }
  .method-grid article, .reason-grid article, .booking-grid article, .situation-grid article { min-height: 0; }
  .planning { gap: 15px; grid-template-columns: 1fr; margin-top: 46px; padding: 28px 20px; }
  .planning-number { font-size: 58px; }
  .local-focus { gap: 17px; grid-template-columns: 1fr; margin-top: 46px; padding: 32px 0; }
  .region-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .region-links a { min-height: 80px; padding: 13px; }
  .region-links strong { font-size: 16px; }
  .closing { min-height: 290px; padding: 48px 20px; }
  .closing-actions { align-items: stretch; flex-direction: column; }
}

@media (max-width: 390px) {
  .page-width { width: calc(100% - 28px); }
  .hero-actions { flex-direction: column; }
  .region-search-control input { font-size: 14px; padding: 0 14px; }
  .region-search-control button { flex-basis: 62px; }
  .region-links { grid-template-columns: 1fr; }
  .region-links a { min-height: 76px; }
}

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