:root {
  --ink: #343434;
  --ink-soft: #555;
  --navy: #317c91;
  --navy-dark: #286a7d;
  --blue: #1b61ac;
  --red: #c84942;
  --paper: #f4f6f3;
  --paper-blue: #f2f5f4;
  --white: #fff;
  --line: #d8dfdd;
  --muted: #747b79;
  --sans: "Helvetica Neue", "Hiragino Sans", "Yu Gothic", YuGothic, sans-serif;
  --serif: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  --max: 1160px;
  --pad: clamp(22px, 4vw, 54px);
  color: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.marusho-lp {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
}

body.marusho-lp.is-modal-open { overflow: hidden; }
body.marusho-lp img { display: block; max-width: 100%; }
body.marusho-lp a { color: inherit; text-decoration: none; }
body.marusho-lp button,
body.marusho-lp input,
body.marusho-lp select,
body.marusho-lp textarea { font: inherit; }
body.marusho-lp button { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  background: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.section { padding: clamp(84px, 9vw, 132px) 0; }
.section-inner { width: min(calc(100% - (var(--pad) * 2)), var(--max)); margin-inline: auto; }
.sp-only { display: none; }

.eyebrow {
  display: block;
  margin: 0 0 20px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.4;
}

.eyebrow::before { display: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  height: 70px;
  padding: 0 var(--pad);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf0ef;
  background: rgba(255,255,255,.98);
  transition: box-shadow .25s ease;
}

.site-header::after { display: none; }
.site-header.is-scrolled { box-shadow: 0 6px 20px rgba(31,41,51,.07); }
.brand { width: 82px; }
.brand img { width: 100%; height: auto; filter: invert(1); }

.header-reserve {
  display: grid;
  min-width: 150px;
  min-height: 48px;
  padding: 0 22px;
  place-items: center;
  border: 1px solid var(--navy);
  background: var(--white);
  color: var(--navy) !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  transition: background-color .2s ease;
}

.header-reserve:hover,
.header-reserve:focus-visible { background: var(--navy); color: var(--white) !important; }

.hero {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  color: var(--ink);
}

.hero-media {
  position: static;
  order: 3;
  width: calc(100% - (var(--pad) * 2));
  height: clamp(380px, 41vw, 570px);
  min-height: 0;
  margin: 0 auto;
  object-fit: cover;
  object-position: center 51%;
}

.hero-shade { display: none; }

.hero-content {
  position: static;
  z-index: 1;
  order: 1;
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(66px, 8vw, 105px) 20px 22px;
  text-align: center;
}

.hero-kicker {
  display: block;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.12;
}

.hero-kicker::before { display: none; }
.hero-kicker span { display: block; margin: 13px 0 0; color: var(--ink); font-family: var(--sans); font-size: 15px; font-weight: 500; letter-spacing: .18em; opacity: 1; }

.hero h1 {
  margin: 31px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.75;
  text-shadow: none;
}

.hero h1 em { display: block; color: inherit; font-style: normal; }

.hero-spec {
  display: block;
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
}

.hero-spec span { margin: 0 9px; color: #aab1b7; }

.hero-event {
  position: static;
  z-index: 1;
  order: 2;
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 20px clamp(44px, 5vw, 66px);
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: center;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.event-label { margin: 0 0 7px; padding: 0; border: 0; color: var(--muted); font-size: 10px; letter-spacing: .14em; opacity: 1; }
.event-dates { display: grid; grid-template-columns: auto 22px auto; gap: 12px; align-items: center; justify-content: center; margin-top: 1px; }
.event-dates p { margin: 0; line-height: 1; }
.event-dates strong { display: inline-block; font-family: var(--serif); font-size: clamp(38px, 3.6vw, 50px); font-weight: 400; letter-spacing: -.03em; }
.event-dates p span { display: inline-block; margin: 0 0 0 7px; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.event-dates p:first-child span { color: var(--blue); }
.event-dates p:last-child span { color: var(--red); }
.event-separator { color: #9ba2a6; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1; }
.event-meta { display: flex; gap: 15px; justify-content: center; margin-top: 9px; color: var(--ink-soft); font-size: 12px; letter-spacing: .03em; }
.event-meta span + span { position: relative; padding-left: 16px; }
.event-meta span + span::before { position: absolute; left: 0; margin: 0; color: #aeb5ba; content: "/"; }
.event-reservation { display: inline-block; margin: 11px 0 0; padding: 2px 9px; background: var(--navy); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .08em; }

.button { display: inline-flex; gap: 24px; min-height: 56px; padding: 0 22px; align-items: center; justify-content: space-between; border: 1px solid transparent; border-radius: 0; background: transparent; cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: .06em; line-height: 1.4; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.hero-event .button-light {
  position: fixed;
  z-index: 105;
  right: clamp(20px, 2.5vw, 40px);
  bottom: clamp(24px, 3vw, 42px);
  width: auto;
  min-width: 180px;
  min-height: 58px;
  margin: 0;
  padding: 0 22px;
  border-color: var(--navy);
  background: var(--navy);
  box-shadow: 0 12px 30px rgba(25, 63, 75, .2);
  color: var(--white);
  text-align: left;
  white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease;
}
.hero-event .button-light span:first-child { width: auto; white-space: nowrap; }
.hero-event .button-light span:last-child { display: inline; }
.hero-event .button-light.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
.hero-event .button-light:hover,
.hero-event .button-light:focus-visible,
.button-dark:hover,
.button-dark:focus-visible { border-color: var(--navy-dark); background: var(--navy-dark); color: var(--white); }
.button-dark { border-color: var(--navy); background: var(--navy); color: var(--white) !important; }
.button-full { width: 100%; }
.hero-scroll { display: none; }

.concept { padding: clamp(64px, 7vw, 96px) 0; background: var(--white); }
.concept-grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 6vw, 78px);
  align-items: center;
}

.concept-copy { max-width: 440px; margin: 0; text-align: left; }
.concept-image { margin: 0; }
.concept-copy h2,
.section-heading h2,
.information-copy h2,
.reservation-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(31px, 3.5vw, 46px);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.5;
}

.concept-copy h2 { white-space: normal; }
.lead { max-width: 720px; margin: 28px 0 0; color: var(--ink-soft); font-family: var(--sans); font-size: 14px; letter-spacing: .02em; line-height: 2.15; }
.concept-image::before { display: none; }
.concept-image img { width: 100%; height: clamp(280px, 28vw, 380px); object-fit: cover; }
.concept-image figcaption { position: static; margin-top: 8px; padding: 0; background: transparent; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-align: right; }

.points { background: var(--white); color: var(--ink); }
.points .eyebrow { color: var(--navy); }
.section-heading { display: block; margin-bottom: clamp(52px, 6vw, 78px); text-align: center; }
.section-heading .eyebrow { margin-top: 0; }
.section-heading h2 { margin: 0; text-align: center; }

.point-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(32px, 5vw, 64px); row-gap: clamp(58px, 7vw, 86px); }
.point-card,
.point-card-wide { display: block; min-height: 0; overflow: visible; border: 0; background: transparent; }
.point-card-wide { grid-column: auto; }
.point-card:nth-child(3) { grid-column: 1 / -1; width: calc(50% - clamp(16px, 2.5vw, 32px)); justify-self: center; }
.point-card figure,
.point-card-wide figure,
.point-card:nth-child(2) figure,
.point-card:nth-child(3) figure { min-height: 0; margin: 0; overflow: hidden; aspect-ratio: 16 / 9; }
.point-card figure img { width: 100%; height: 100%; object-fit: cover; }
.point-card:nth-child(2) figure img,
.point-card:nth-child(3) figure img { object-position: center 56%; }
.point-copy { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 14px; padding: 23px 0 0; }
.point-copy > span { grid-column: 1; margin: 0; padding-top: .55em; color: var(--navy); font-family: var(--serif); font-size: 12px; font-weight: 400; letter-spacing: .12em; line-height: 1; }
.point-copy h3 { grid-column: 2; margin: 0 0 12px; color: var(--navy); font-family: var(--serif); font-size: clamp(21px, 2.2vw, 27px); font-weight: 400; letter-spacing: .05em; line-height: 1.65; }
.point-copy p { grid-column: 1 / -1; max-width: 39em; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.95; }

.gallery { background: var(--paper); }
.gallery .section-heading { margin-bottom: clamp(36px, 4vw, 52px); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(2, min(23vw, 320px)); gap: 8px; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #e5e7e8; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { grid-row: 1 / 3; }
.gallery-grid figure:nth-child(2) { grid-column: 2 / 4; }
.gallery-grid figure:nth-child(3) img { object-position: center 58%; }

.information { background: var(--paper); }
.information-grid { display: block; }
.information-copy { max-width: 720px; margin: 0 auto; text-align: center; }
.information-copy h2 { line-height: 1.4; }
.event-list { max-width: 570px; margin: 39px auto 25px; border-top: 1px solid var(--line); text-align: left; }
.event-list div { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.event-list dt { color: var(--muted); font-size: 13px; }
.event-list dd { margin: 0; font-size: 15px; }
.event-list strong { display: inline-block; padding: 1px 9px; background: var(--navy); color: var(--white); font-size: 11px; letter-spacing: .08em; }
.map-link { display: inline-flex; gap: 9px; align-items: center; border-bottom: 1px solid currentColor; color: var(--navy) !important; font-size: 13px; font-weight: 600; }
.map-wrap { position: relative; min-height: 500px; margin-top: clamp(48px, 6vw, 72px); background: #dfe3e5; }
.map-wrap::before { display: none; }
.map-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: none; }

.reservation { background: var(--white); }
.reservation-inner { max-width: 980px; }
.reservation-heading { display: block; max-width: 720px; margin: 0 auto 48px; text-align: center; }
.reservation-heading .eyebrow { margin-bottom: 20px; }
.reservation-heading p:last-child { margin: 22px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 2; }
.reservation-form { position: relative; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); background: var(--paper); }
.reservation-form .wpcf7-form { margin: 0; }
.reservation-form .wpcf7-form-control-wrap { display: block; }
.reservation-form .wpcf7-not-valid-tip { margin-top: 7px; color: #9a302b; font-size: 12px; }
.reservation-form .wpcf7-response-output { margin: 26px 0 0 !important; padding: 16px 18px !important; border: 1px solid var(--navy) !important; color: var(--ink); font-size: 13px; line-height: 1.8; text-align: center; }
.reservation-form .wpcf7-spinner { display: block; margin: 13px auto 0; }
.form-unavailable { margin: 0; padding: 30px 15px; color: var(--ink-soft); text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.form-section[hidden],
.form-success[hidden] { display: none; }
.form-block + .form-block { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--line); }
.form-block-title { display: flex; gap: 13px; margin: 0 0 30px; align-items: center; color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: .05em; }
.form-block-title span { font-size: 11px; letter-spacing: .12em; }
.schedule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-section .schedule-grid fieldset { margin: 0; }
.schedule-grid .field { margin-bottom: 0; }
.form-section fieldset { margin: 0 0 26px; padding: 0; border: 0; }
.form-section legend,
.source-fieldset legend { margin-bottom: 14px; font-size: 14px; font-weight: 600; }
.form-section em,
.privacy-check em { display: inline-block; margin-left: 6px; padding: 1px 6px; background: var(--navy); color: var(--white); font-size: 9px; font-style: normal; letter-spacing: .05em; vertical-align: 2px; }
.form-section small { color: var(--muted); font-size: 11px; font-weight: 400; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: block; margin-bottom: 24px; }
.field > span:not(.wpcf7-form-control-wrap) { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 12px 15px;
  border: 1px solid #cdd3d7;
  border-radius: 0;
  outline: none;
  background: #fbfbfa;
  color: var(--ink);
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field select { appearance: auto; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(41,73,102,.1); }
.field [aria-invalid="true"] { border-color: #a83d37; }
.source-fieldset { margin-top: 2px !important; }
.checkbox-grid,
.checkbox-grid .wpcf7-checkbox { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.checkbox-grid > .wpcf7-form-control-wrap { grid-column: 1 / -1; min-width: 0; }
.checkbox-grid .wpcf7-list-item { margin: 0; }
.checkbox-grid label { position: relative; display: block; cursor: pointer; }
.checkbox-grid input { position: absolute; opacity: 0; }
.checkbox-grid > label > span,
.checkbox-grid .wpcf7-list-item-label { display: grid; min-height: 47px; padding: 7px 9px; place-items: center; border: 1px solid #cdd3d7; background: #fbfbfa; font-size: 12px; text-align: center; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.checkbox-grid input:checked + .wpcf7-list-item-label { border-color: var(--navy); background: var(--navy); color: var(--white); }
.checkbox-grid input:focus-visible + .wpcf7-list-item-label { outline: 3px solid rgba(41,73,102,.22); outline-offset: 2px; }
.privacy-check { display: flex; gap: 11px; align-items: flex-start; margin: 3px 0 27px; cursor: pointer; font-size: 13px; }
.privacy-check .wpcf7-list-item { margin: 0; }
.privacy-check label { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; }
.privacy-check .wpcf7-list-item-label { line-height: 1.8; }
.privacy-check input { width: 19px; height: 19px; margin: 4px 0 0; accent-color: var(--navy); }
.privacy-check button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; }
.form-error { min-height: 23px; margin: -7px 0 13px; color: #9a302b; font-size: 13px; }
.form-error:empty { min-height: 0; margin: 0; }
.form-actions { display: grid; grid-template-columns: .6fr 1.4fr; gap: 11px; }
.form-actions-single { grid-template-columns: 1fr; }
.form-actions-single .button { width: 100%; }
.button-back { justify-content: center; border-color: #c8ced2; background: transparent; color: var(--ink); }
.button-back:hover,
.button-back:focus-visible { border-color: var(--navy); color: var(--navy); }
.form-success { padding: 50px 20px; text-align: center; }
.form-success > span { display: grid; width: 52px; height: 52px; margin: 0 auto 20px; place-items: center; border: 1px solid var(--navy); border-radius: 50%; color: var(--navy); font-size: 19px; }
.form-success h3 { margin: 0 0 13px; font-size: 26px; font-weight: 500; }
.form-success p { max-width: 550px; margin: auto; color: var(--ink-soft); font-size: 13px; }
.reservation-form.is-loading { pointer-events: none; }
.reservation-form.is-loading::after { position: absolute; z-index: 5; inset: 0; display: grid; place-items: center; background: rgba(255,255,255,.8); content: "送信中…"; font-size: 13px; }

.contact-options { margin-top: 30px; }
.contact-options > p { margin: 0 0 11px; color: var(--muted); font-size: 12px; text-align: center; }
.contact-options > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.contact-card { display: grid; min-height: 132px; padding: 22px 27px; place-content: center; border: 1px solid var(--line); background: var(--white); text-align: center; transition: background-color .2s ease, color .2s ease; }
.contact-card:hover,
.contact-card:focus-visible { background: var(--navy); color: var(--white); }
.contact-card > span { margin-bottom: 4px; color: var(--navy); font-size: 9px; font-weight: 600; letter-spacing: .16em; }
.contact-card:hover > span,
.contact-card:focus-visible > span { color: var(--white); }
.contact-card strong { font-size: clamp(18px, 2.1vw, 25px); font-weight: 500; letter-spacing: .03em; }
.contact-card small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.contact-card:hover small,
.contact-card:focus-visible small { color: rgba(255,255,255,.75); }
.contact-line[data-disabled="true"] { opacity: .5; }

.property-note { padding: 32px 0; border-top: 1px solid var(--line); background: var(--white); }
.property-note .section-inner { display: flex; gap: 26px; align-items: center; justify-content: center; }
.property-note p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.property-note a { border-bottom: 1px solid currentColor; color: var(--navy) !important; font-size: 13px; font-weight: 600; }

.site-footer { display: grid; min-height: 260px; padding: 54px var(--pad) 34px; place-items: center; align-content: center; background: var(--navy); color: rgba(255,255,255,.76); text-align: center; }
.site-footer img { width: 112px; height: auto; margin-bottom: 16px; filter: none; }
.site-footer p { margin: 0 0 24px; font-size: 12px; letter-spacing: .05em; }
.site-footer small { font-size: 9px; letter-spacing: .07em; opacity: .62; }

.mobile-actions { display: none; }

.privacy-dialog { width: min(740px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; background: transparent; color: var(--ink); }
.privacy-dialog::backdrop { background: rgba(20,32,43,.66); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.dialog-panel { position: relative; max-height: calc(100dvh - 32px); padding: clamp(28px, 5vw, 56px); overflow-y: auto; background: var(--white); }
.dialog-panel > h2 { margin: 0 0 27px; font-size: clamp(27px, 3.5vw, 38px); font-weight: 500; }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.dialog-close span { position: absolute; top: 20px; left: 9px; width: 25px; height: 1px; background: currentColor; transform: rotate(45deg); }
.dialog-close span + span { transform: rotate(-45deg); }
.privacy-body { margin-bottom: 30px; color: var(--ink-soft); font-size: 12px; line-height: 2; }
.privacy-body h3 { margin: 22px 0 4px; color: var(--ink); font-size: 13px; }
.privacy-body p { margin: 0; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .checkbox-grid,
  .checkbox-grid .wpcf7-checkbox { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  body.marusho-lp { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .section { padding: 70px 0; }
  .sp-only { display: initial; }

  .site-header { height: 64px; padding-inline: 20px; }
  .brand { width: 74px; }
  .header-reserve { display: none; }

  .hero { display: flex; min-height: 0; flex-direction: column; background: var(--white); }
  .hero-content { order: 1; width: 100%; padding: 45px 22px 20px; text-align: center; }
  .hero-kicker { margin: 0; font-size: clamp(31px, 8.7vw, 38px); letter-spacing: .06em; line-height: 1.12; white-space: nowrap; }
  .hero-kicker span { margin-top: 10px; font-size: 11px; }
  .hero h1 { margin-top: 25px; font-size: clamp(20px, 5.5vw, 24px); line-height: 1.7; }
  .hero-spec { margin-top: 11px; font-size: 11px; }

  .hero-event { order: 2; width: 100%; padding: 0 22px 34px; text-align: center; }
  .event-label { width: min(330px, 100%); margin: 0 auto; padding-top: 15px; text-align: center; }
  .event-dates { width: min(330px, 100%); margin-inline: auto; grid-template-columns: auto 18px auto; justify-content: center; }
  .event-dates strong { font-size: 31px; }
  .event-meta { justify-content: center; margin-top: 7px; font-size: 12px; }
  .event-reservation { margin-top: 9px; }
  .hero-event .button-light { display: none; }

  .hero-media {
    order: 3;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 11 / 5;
    object-fit: cover;
    object-position: center bottom;
  }

  .concept { padding: 48px 0; }
  .concept-grid { display: block; }
  .concept-copy { width: 100%; text-align: center; }
  .concept .eyebrow { margin-bottom: 14px; }
  .concept-image { width: 100%; margin-top: 24px; }
  .concept-copy h2,
  .section-heading h2,
  .information-copy h2,
  .reservation-heading h2 { font-size: 27px; line-height: 1.55; }
  .lead { margin: 18px auto 0; font-size: 14px; line-height: 1.95; }
  .concept-image img { height: clamp(160px, 43vw, 200px); aspect-ratio: auto; }

  .section-heading { margin-bottom: 40px; }
  .point-grid { grid-template-columns: 1fr; gap: 48px; }
  .point-card,
  .point-card-wide,
  .point-card:nth-child(3) { grid-column: auto; width: 100%; }
  .point-card-wide figure,
  .point-card:nth-child(2) figure,
  .point-card:nth-child(3) figure { min-height: 0; aspect-ratio: 4 / 3; }
  .point-copy { column-gap: 8px; padding: 19px 0 0; }
  .point-copy > span { padding-top: .5em; font-size: 10px; }
  .point-copy h3 { margin-bottom: 10px; font-size: clamp(13px, calc(5.71vw - 3.4px), 19px); letter-spacing: .01em; white-space: nowrap; }
  .point-copy p { font-size: 14px; line-height: 1.9; }

  .gallery-grid { grid-template-columns: 1.1fr .9fr; grid-template-rows: 250px 170px 170px; gap: 6px; }
  .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .gallery-grid figure:nth-child(2) { grid-column: auto; }
  .gallery-grid figure:nth-child(3) { grid-row: 2 / 4; grid-column: 2; }
  .gallery-grid figure:nth-child(4) { grid-column: 1; }

  .event-list { margin-top: 27px; }
  .map-wrap { min-height: 340px; margin-top: 38px; }

  .reservation-heading { display: block; margin-bottom: 31px; }
  .reservation-heading .eyebrow { margin-bottom: 20px; }
  .reservation-heading p:last-child { margin-top: 16px; }
  .reservation-form { margin-inline: -7px; padding: 22px 16px; }
  .form-block + .form-block { margin-top: 22px; padding-top: 22px; }
  .form-block-title { gap: 9px; margin-bottom: 18px; font-size: 20px; }
  .schedule-grid { grid-template-columns: 1fr; gap: 14px; }
  .schedule-grid legend { margin-bottom: 8px; font-size: 14px; white-space: nowrap; }
  .schedule-grid .field select { min-height: 50px; padding: 10px 12px; font-size: 16px; }
  .field { margin-bottom: 17px; }
  .field > span:not(.wpcf7-form-control-wrap) { margin-bottom: 6px; font-size: 14px; }
  .field input,
  .field select { min-height: 49px; padding: 10px 12px; font-size: 16px; }
  .field textarea { min-height: 90px; padding: 10px 12px; font-size: 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .checkbox-grid,
  .checkbox-grid .wpcf7-checkbox { grid-template-columns: repeat(2, 1fr); }
  .checkbox-grid > label > span,
  .checkbox-grid .wpcf7-list-item-label { font-size: 13px; }
  .form-actions { grid-template-columns: 1fr; }
  .button-back { order: 2; }
  .contact-options > div { grid-template-columns: 1fr; }
  .contact-card { min-height: 116px; }

  .property-note .section-inner { display: block; text-align: center; }
  .property-note p { margin-bottom: 7px; }
  .site-footer { min-height: 235px; }

  .mobile-actions {
    position: fixed;
    z-index: 110;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 62px 62px 1fr;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    background: var(--white);
    box-shadow: 0 -5px 22px rgba(31,41,51,.12);
  }
  .mobile-actions a { display: grid; min-width: 0; place-items: center; border-right: 1px solid var(--line); font-size: 10px; font-weight: 600; }
  .mobile-actions a:last-child { border: 0; background: var(--navy); color: var(--white); font-size: 13px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 20px; }
  .event-dates strong { font-size: 29px; }
  .event-meta { font-size: 12px; }
  .checkbox-grid,
  .checkbox-grid .wpcf7-checkbox { grid-template-columns: 1fr; }
}

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