:root {
  --guide-ink: #160000;
  --guide-burgundy: #4a0c11;
  --guide-red: #b34b3e;
  --guide-coral: #dc7764;
  --guide-cream: #f6eee1;
  --guide-paper: #fffaf2;
  --guide-sand: #e9dcc9;
  --guide-line: rgb(22 0 0 / 16%);
  --guide-muted: #705d59;
  --guide-shadow: 0 1.5rem 4rem rgb(35 4 3 / 12%);
  --guide-display: Georgia, "Times New Roman", serif;
  --guide-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { background: var(--guide-paper); color: var(--guide-ink); scroll-behavior: smooth; }
body { background: var(--guide-paper); color: var(--guide-ink); font-family: var(--guide-sans); line-height: 1.6; overflow-wrap: anywhere; }
main { background: var(--guide-paper); }
.shell { width: min(1180px, calc(100% - 8vw)); margin-inline: auto; }
.site-header { position: relative; z-index: 10; min-height: 84px; background: var(--guide-ink); color: #fffaf2; box-shadow: 0 5px 18px rgb(22 0 0 / 12%); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; flex: 0 0 auto; }
.brand img { display: block; width: 145px; height: 40px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.35rem); margin-inline-start: auto; }
.primary-nav a { color: inherit; font-size: .74rem; font-weight: 700; letter-spacing: .095em; text-decoration: none; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--guide-coral); }
.primary-nav a:focus-visible, .text-link:focus-visible, .brand:focus-visible, .button:focus-visible, .menu-toggle:focus-visible, .theme-toggle:focus-visible, .footer-consent:focus-visible { outline: 3px solid #f2c879; outline-offset: 4px; }
.age-label { border-inline-start: 1px solid rgb(255 250 242 / 28%); color: #e9d8c8; font-size: .7rem; font-weight: 700; letter-spacing: .1em; padding-inline-start: 1.5rem; text-transform: uppercase; }
.menu-toggle { display: none; }

.guides-hero { position: relative; isolation: isolate; min-height: 680px; overflow: hidden; background: var(--guide-ink); color: var(--guide-paper); }
.guides-hero__wash { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(22 0 0 / 97%) 0%, rgb(22 0 0 / 83%) 43%, rgb(22 0 0 / 30%) 78%, rgb(22 0 0 / 62%) 100%), url('../assets/images/hero-casino-landscape.webp') center / cover; opacity: .96; }
.guides-hero__inner { min-height: 680px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); padding-block: 6.5rem 5.4rem; }
.guides-hero__copy { max-width: 650px; }
.eyebrow { color: var(--guide-coral); font-size: .72rem; font-weight: 800; letter-spacing: .2em; margin: 0 0 1.3rem; text-transform: uppercase; }
.guides-hero h1, .guide-panel h2, .comparison-section h2, .boundaries-section h2, .contact-close h2, .theme-section h2 { font-family: var(--guide-display); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
.guides-hero h1 { font-size: clamp(3.5rem, 7vw, 6.7rem); margin: 0; max-width: 8.5ch; }
.guides-hero__lead { color: #f3e7d7; font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.65; margin: 2rem 0 0; max-width: 39rem; }
.guides-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.4rem; }
.button { align-items: center; border: 1px solid transparent; cursor: pointer; display: inline-flex; font: 700 .72rem/1.1 var(--guide-sans); justify-content: center; letter-spacing: .13em; min-height: 3.5rem; padding: .9rem 1.5rem; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--guide-coral); color: var(--guide-ink); }
.button-primary:hover { background: #ef9a83; }
.button-outline { background: transparent; border-color: var(--guide-ink); color: var(--guide-ink); }
.button-outline:hover { background: var(--guide-ink); color: var(--guide-paper); }
.button-outline--light { border-color: #f6eee1; color: #f6eee1; }
.button-outline--light:hover { background: #f6eee1; color: var(--guide-burgundy); }
.text-link { color: var(--guide-paper); display: inline-flex; gap: .6rem; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--guide-coral); font-size: 1.3rem; line-height: .6; }
.text-link--dark { color: var(--guide-ink); }
.guides-hero__note { border-inline-start: 2px solid var(--guide-coral); color: #dcc9b9; font-size: .8rem; line-height: 1.55; margin: 3.2rem 0 0; max-width: 32rem; padding-inline-start: 1rem; }
.guides-hero__visual { margin: 0; position: relative; transform: rotate(3deg); }
.guides-hero__visual::after { border: 1px solid rgb(246 238 225 / 45%); content: ""; inset: 1rem -1rem -1rem 1rem; position: absolute; z-index: -1; }
.guides-hero__visual img { aspect-ratio: 1.14; display: block; height: auto; object-fit: cover; width: 100%; }
.guides-hero__visual figcaption { background: var(--guide-paper); bottom: -1.15rem; color: var(--guide-ink); font-family: var(--guide-display); font-size: 1.15rem; left: -2rem; line-height: 1.2; max-width: 16rem; padding: 1rem 1.2rem; position: absolute; transform: rotate(-3deg); }

.guide-panel { padding-block: clamp(5rem, 9vw, 9rem); }
.guide-panel--cream { background: var(--guide-cream); }
.guide-panel--sand { background: var(--guide-sand); }
.guide-panel--ink { background: var(--guide-ink); color: var(--guide-paper); }
.guide-panel--burgundy { background: var(--guide-burgundy); color: var(--guide-paper); }
.guide-panel__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); align-items: center; column-gap: clamp(3rem, 11vw, 10rem); row-gap: 2.5rem; }
.guide-panel__grid--reverse { grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr); }
.guide-panel__grid--reverse > .guide-panel__copy { grid-column: 2; grid-row: 1; }
.guide-panel__grid--reverse > .guide-panel__aside, .guide-panel__grid--reverse > .menu-card, .guide-panel__grid--reverse > .notice-card { grid-column: 1; grid-row: 1; }
.guide-panel__copy { max-width: 580px; }
.guide-panel__index { color: var(--guide-red); font-size: .7rem; font-weight: 800; letter-spacing: .17em; margin: 0 0 1.35rem; }
.guide-panel--ink .guide-panel__index, .guide-panel--burgundy .guide-panel__index { color: var(--guide-coral); }
.guide-panel h2, .comparison-section h2, .boundaries-section h2, .contact-close h2, .theme-section h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); margin: 0; max-width: 11ch; }
.guide-panel__text { color: var(--guide-muted); font-size: 1.02rem; line-height: 1.75; margin: 1.7rem 0 0; max-width: 34rem; }
.guide-panel--ink .guide-panel__text, .guide-panel--burgundy .guide-panel__text { color: #d9c9bd; }
.guide-panel__list { color: var(--guide-muted); display: grid; gap: .8rem; list-style: none; margin: 2rem 0 0; padding: 0; }
.guide-panel__list li { border-block-start: 1px solid var(--guide-line); padding-block-start: .8rem; }
.guide-panel--ink .guide-panel__list, .guide-panel--burgundy .guide-panel__list { color: #e8dbd1; }
.guide-panel--ink .guide-panel__list li { border-color: rgb(246 238 225 / 18%); }
.guide-panel__aside { max-width: 470px; }
.guide-panel__label { color: var(--guide-red); font-size: .7rem; font-weight: 800; letter-spacing: .17em; margin: 0 0 1.7rem; text-transform: uppercase; }
.guide-panel--ink .guide-panel__label, .guide-panel--burgundy .guide-panel__label { color: var(--guide-coral); }
.guide-points { border-block-start: 1px solid var(--guide-line); }
.guide-point { align-items: flex-start; border-block-end: 1px solid var(--guide-line); display: grid; gap: 1.2rem; grid-template-columns: 3.2rem 1fr; padding: 1.25rem 0; }
.guide-point__number { color: var(--guide-red); font-family: var(--guide-display); font-size: 1.6rem; }
.guide-point__title { font-family: var(--guide-display); font-size: 1.55rem; font-weight: 400; margin: 0; }
.guide-point__text { color: var(--guide-muted); font-size: .9rem; margin: .25rem 0 0; }
.guide-panel--ink .guide-point { border-color: rgb(246 238 225 / 18%); }
.guide-panel--ink .guide-point__number { color: var(--guide-coral); }
.guide-panel--ink .guide-point__text { color: #cbbab0; }
.tag-list, .event-stack { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.tag-list span, .event-stack span { border: 1px solid var(--guide-line); font-size: .72rem; letter-spacing: .08em; padding: .55rem .7rem; text-transform: uppercase; }
.guide-panel--ink .tag-list span, .guide-panel--burgundy .event-stack span { border-color: rgb(246 238 225 / 25%); color: #f6eee1; }
.guide-panel__aside--map { background: rgb(246 238 225 / 7%); border: 1px solid rgb(246 238 225 / 18%); padding: clamp(1.7rem, 4vw, 3.2rem); }
.route-line { display: flex; align-items: center; gap: .7rem; margin-bottom: 3.5rem; }
.route-line span { background: var(--guide-coral); border-radius: 50%; display: block; height: .75rem; width: .75rem; }
.route-line span:nth-child(2) { flex: 1; height: 1px; border-radius: 0; opacity: .6; }
.stay-card, .menu-card, .calendar-card, .notice-card { box-shadow: var(--guide-shadow); }
.stay-card { background: var(--guide-paper); margin-inline-start: auto; max-width: 390px; padding: clamp(2rem, 5vw, 4.2rem); }
.stay-card__mark { color: var(--guide-red); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.stay-card h3, .menu-card h3, .calendar-card h3, .notice-card h3 { font-family: var(--guide-display); font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 400; line-height: 1.1; margin: 1.6rem 0 1rem; }
.stay-card p, .menu-card p, .calendar-card p, .notice-card p { color: var(--guide-muted); font-size: .92rem; line-height: 1.65; margin: 0; }
.stay-card__rule { border-block-start: 1px solid var(--guide-line); margin: 2.3rem 0 1.3rem; }
.stay-card__small { font-size: .75rem !important; }
.menu-card { background: var(--guide-paper); color: var(--guide-ink); margin-inline-start: auto; max-width: 510px; padding: clamp(1.5rem, 4vw, 3rem); transform: rotate(-2deg); width: 100%; }
.menu-card__line { border-block-end: 1px solid var(--guide-line); color: var(--guide-red); display: flex; font-size: .66rem; font-weight: 800; justify-content: space-between; letter-spacing: .16em; padding-bottom: .85rem; }
.menu-card__feature { align-items: center; display: flex; gap: 1rem; padding: 4.4rem 1rem; }
.menu-card__feature h3 { margin: 0 0 .6rem; }
.menu-card__dot { background: var(--guide-coral); border-radius: 50%; display: block; height: 4.3rem; flex: 0 0 4.3rem; }
.menu-card__line--bottom { border-block-end: 0; border-block-start: 1px solid var(--guide-line); padding-bottom: 0; padding-top: .9rem; }
.menu-card__line--bottom span:last-child { color: var(--guide-ink); font-size: 1rem; }
.calendar-card { background: var(--guide-coral); color: var(--guide-ink); margin-inline-start: auto; max-width: 430px; padding: clamp(2rem, 5vw, 3.5rem); }
.calendar-card__month, .notice-card__eyebrow { color: var(--guide-burgundy) !important; font-size: .68rem !important; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.calendar-card__date { align-items: center; border-block: 1px solid rgb(22 0 0 / 25%); display: flex; gap: 1rem; margin: 2rem 0 1.3rem; padding: 1.2rem 0; }
.calendar-card__date strong { font-family: var(--guide-display); font-size: 5rem; font-weight: 400; line-height: .8; }
.calendar-card__date span { font-size: .7rem; font-weight: 800; letter-spacing: .13em; line-height: 1.35; }
.calendar-card > p:last-child { color: var(--guide-ink); }
.info-checklist { display: grid; gap: .75rem; grid-template-columns: repeat(3, 1fr); margin-top: 2.3rem; }
.info-checklist div { border-top: 1px solid rgb(246 238 225 / 20%); padding-top: .8rem; }
.info-checklist span { color: var(--guide-coral); font-weight: 800; }
.info-checklist p { color: #eaded5; font-size: .76rem; margin: .6rem 0 0; }
.notice-card { background: var(--guide-burgundy); border: 1px solid rgb(246 238 225 / 20%); margin-inline-start: auto; max-width: 460px; padding: clamp(2rem, 5vw, 3.8rem); }
.notice-card h3 { color: var(--guide-paper); }
.notice-card p { color: #decfc5; margin-bottom: 2rem; }

.comparison-section { background: var(--guide-paper); padding-block: clamp(5rem, 10vw, 10rem); }
.comparison-intro { align-items: end; display: grid; gap: 3rem; grid-template-columns: 1fr .8fr; margin-bottom: 4rem; }
.comparison-intro > p { color: var(--guide-muted); font-size: 1rem; line-height: 1.75; margin: 0 0 .3rem; max-width: 31rem; }
.comparison-table-wrap { overflow-x: auto; }
.comparison-table { border-collapse: collapse; min-width: 720px; width: 100%; }
@media (max-width: 820px) { .comparison-table { min-width: 0; table-layout: fixed; } .comparison-table th, .comparison-table td { overflow-wrap: anywhere; } }
.comparison-table th, .comparison-table td { border-bottom: 1px solid var(--guide-line); padding: 1.25rem 1.1rem; text-align: start; vertical-align: top; }
.comparison-table thead th { color: var(--guide-red); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.comparison-table tbody th { font-family: var(--guide-display); font-size: 1.4rem; font-weight: 400; width: 22%; }
.comparison-table tbody td { color: var(--guide-muted); font-size: .9rem; }
.comparison-note { border-inline-start: 2px solid var(--guide-coral); color: var(--guide-muted); font-size: .78rem; margin: 2.2rem 0 0; padding-inline-start: 1rem; }

@media (max-width: 820px) {
  .comparison-table { min-width: 0; table-layout: fixed; }
  .comparison-table th, .comparison-table td { overflow-wrap: anywhere; }
}

.boundaries-section { background: var(--guide-sand); padding-block: clamp(5rem, 9vw, 9rem); }
.boundaries-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr); gap: clamp(3rem, 9vw, 9rem); }
.boundaries-heading > p:not(.eyebrow) { color: var(--guide-muted); line-height: 1.75; margin: 1.7rem 0 1.5rem; max-width: 31rem; }
.boundaries-cards { display: grid; gap: 1rem; }
.boundary-card { background: var(--guide-paper); display: grid; grid-template-columns: 3.3rem 1fr; padding: 1.4rem 1.5rem; }
.boundary-card__icon { color: var(--guide-red); font-family: var(--guide-display); font-size: 1.4rem; grid-row: span 2; }
.boundary-card__title { font-family: var(--guide-display); font-size: 1.45rem; font-weight: 400; margin: 0; }
.boundary-card__text { color: var(--guide-muted); font-size: .82rem; grid-column: 2; line-height: 1.5; margin: .35rem 0 0; }

.contact-close { background: var(--guide-burgundy); color: var(--guide-paper); padding-block: clamp(5rem, 9vw, 9rem); }
.contact-card { display: grid; grid-template-columns: minmax(0, .8fr) minmax(340px, 1fr); gap: clamp(3rem, 9vw, 9rem); }
.contact-close h2 { max-width: 10ch; }
.contact-card__copy > p:not(.eyebrow) { color: #decec4; line-height: 1.7; margin: 1.5rem 0 0; max-width: 30rem; }
.contact-card__fineprint { border-inline-start: 1px solid var(--guide-coral); font-size: .77rem !important; padding-inline-start: .9rem; }
.guide-form { background: var(--guide-paper); color: var(--guide-ink); padding: clamp(1.5rem, 4vw, 3rem); position: relative; }
.form-row { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.form-field { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.05rem; }
.form-field label, .check-label { font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-field input, .form-field textarea { background: #fffdf8; border: 1px solid rgb(22 0 0 / 28%); border-radius: 0; color: var(--guide-ink); font: inherit; padding: .75rem .8rem; width: 100%; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--guide-red); outline: 2px solid rgb(179 75 62 / 20%); outline-offset: 2px; }
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #ad2e2e; }
.field-error { color: #9a2525; display: block; font-size: .74rem; min-height: 1.1em; }
.check-label { align-items: center; display: flex; gap: .6rem; letter-spacing: 0; margin: .25rem 0 .2rem; text-transform: none; }
.check-label input { accent-color: var(--guide-red); height: 1rem; width: 1rem; }
.guide-form .button { margin-top: .9rem; }
.form-status { color: var(--guide-muted); font-size: .8rem; margin: .8rem 0 0; min-height: 1.2em; }
.theme-section { background: var(--guide-cream); border-top: 1px solid var(--guide-line); padding-block: 3.5rem; }
.theme-section__inner { align-items: center; display: flex; justify-content: space-between; gap: 2rem; }
.theme-section h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); max-width: 12ch; }
.theme-control { align-items: center; display: flex; gap: 1rem; }
.theme-control__label { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.theme-toggle { background: transparent; border: 0; cursor: pointer; padding: .2rem; }
.theme-toggle__track { background: var(--guide-ink); border-radius: 2rem; display: block; height: 2rem; padding: .25rem; width: 4rem; }
.theme-toggle__thumb { background: var(--guide-coral); border-radius: 50%; display: block; height: 1.5rem; transform: translateX(0); transition: transform .2s ease; width: 1.5rem; }

.site-footer { background: var(--guide-ink); color: var(--guide-paper); padding-block: 4rem 1.5rem; }
.footer-inner { align-items: start; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 3rem; }
.site-footer .brand img { width: 145px; }
.site-footer p { color: #cdbcb0; font-size: .82rem; line-height: 1.6; margin: 1rem 0 0; max-width: 17rem; }
.site-footer nav { display: grid; gap: .65rem; grid-template-columns: repeat(2, minmax(90px, 1fr)); }
.site-footer nav a { color: #f6eee1; font-size: .74rem; text-decoration: none; }
.site-footer nav a:hover { color: var(--guide-coral); }
.footer-consent { background: transparent; border: 1px solid rgb(246 238 225 / 40%); color: var(--guide-paper); cursor: pointer; font: 700 .7rem var(--guide-sans); letter-spacing: .08em; padding: .75rem 1rem; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid rgb(246 238 225 / 17%); display: flex; justify-content: space-between; margin-top: 3.5rem; padding-top: 1.2rem; }
.footer-bottom p { margin: 0; max-width: none; }
.consent-dialog { background: var(--guide-paper); border: 1px solid var(--guide-line); color: var(--guide-ink); max-width: min(32rem, calc(100% - 2rem)); padding: 2rem; }
.consent-dialog::backdrop { background: rgb(22 0 0 / 60%); }
.consent-dialog h2 { font-family: var(--guide-display); font-size: 2rem; font-weight: 400; margin: 0 0 .7rem; }
.consent-dialog p { color: var(--guide-muted); }
.consent-dialog button { margin: .5rem .5rem 0 0; }

html[data-theme="dark"], html[data-theme="dark"] main, html[data-theme="dark"] .comparison-section { --guide-paper: #1c1514; --guide-cream: #29201d; --guide-sand: #352823; --guide-ink: #f6eee1; --guide-muted: #d1c1b7; --guide-line: rgb(246 238 225 / 20%); background: #1c1514; color: #f6eee1; }
html[data-theme="dark"] .site-header, html[data-theme="dark"] .site-footer { background: #100b0b; }
html[data-theme="dark"] .guide-panel--ink { background: #100b0b; }
html[data-theme="dark"] .guide-panel--burgundy, html[data-theme="dark"] .contact-close { background: #321117; }
html[data-theme="dark"] .stay-card, html[data-theme="dark"] .menu-card, html[data-theme="dark"] .boundary-card, html[data-theme="dark"] .guide-form, html[data-theme="dark"] .guides-hero__visual figcaption { background: #29201d; color: #f6eee1; }
html[data-theme="dark"] .form-field input, html[data-theme="dark"] .form-field textarea { background: #1c1514; color: #f6eee1; border-color: rgb(246 238 225 / 32%); }
html[data-theme="dark"] .theme-toggle__thumb { transform: translateX(2rem); }

@media (max-width: 820px) {
  .shell { width: min(100% - 2.5rem, 680px); }
  .header-inner { gap: 1rem; }
  .menu-toggle { background: transparent; border: 0; color: inherit; display: grid; gap: .28rem; margin-inline-start: auto; padding: .55rem; }
  .menu-toggle > span:not(.sr-only) { background: currentColor; display: block; height: 2px; width: 1.4rem; }
  .primary-nav { align-items: stretch; background: var(--guide-ink); display: none; flex-direction: column; gap: 0; left: 0; padding: .6rem 1.25rem 1.3rem; position: absolute; right: 0; top: 84px; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .8rem 0; }
  .age-label { margin-inline-start: .5rem; padding-inline-start: .9rem; }
  .guides-hero, .guides-hero__inner { min-height: 0; }
  .guides-hero__inner { grid-template-columns: 1fr; padding-block: 5.5rem 6rem; }
  .guides-hero__visual { margin: 1rem 1rem 0 auto; max-width: 460px; width: 86%; }
  .guide-panel__grid, .guide-panel__grid--reverse, .comparison-intro, .boundaries-grid, .contact-card { grid-template-columns: 1fr; }
  .guide-panel__grid--reverse > .guide-panel__copy, .guide-panel__grid--reverse > .guide-panel__aside, .guide-panel__grid--reverse > .menu-card, .guide-panel__grid--reverse > .notice-card { grid-column: auto; grid-row: auto; }
  .guide-panel__aside, .stay-card, .menu-card, .calendar-card, .notice-card { margin-inline: 0; max-width: 100%; }
  .comparison-intro { gap: 1.5rem; margin-bottom: 2.5rem; }
  .boundaries-grid, .contact-card { gap: 3rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-consent { justify-self: start; }
}

@media (max-width: 480px) {
  .comparison-table-wrap { margin-inline: 0; }
  .comparison-table { min-width: 0; table-layout: fixed; }
  .comparison-table th, .comparison-table td { padding: .75rem .45rem; overflow-wrap: anywhere; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 2rem, 430px); }
  .site-header, .header-inner { min-height: 72px; }
  .brand img, .site-footer .brand img { height: 34px; width: 126px; }
  .primary-nav { top: 72px; }
  .age-label { font-size: .6rem; }
  .guides-hero__inner { padding-block: 4.5rem 5rem; }
  .guides-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .guides-hero__actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .guides-hero__visual { width: 92%; }
  .guides-hero__visual figcaption { font-size: .95rem; left: -1rem; max-width: 13rem; }
  .guide-panel { padding-block: 4.5rem; }
  .guide-panel h2, .comparison-section h2, .boundaries-section h2, .contact-close h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .info-checklist { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .theme-section__inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .consent-banner { flex-direction: column; }
  .consent-actions { display: flex; flex-wrap: wrap; }
}
