:root {
  --color-ink: #27211c;
  --color-soft-ink: #645448;
  --color-paper: #fbf2df;
  --color-paper-deep: #ead8b6;
  --color-wood: #6a3f27;
  --color-wood-dark: #3b2417;
  --color-charcoal: #263028;
  --color-olive: #6f8056;
  --color-plum: #b55273;
  --color-red: #a83524;
  --color-cta: #b94d2b;
  --color-cta-hover: #96371f;
  --color-gold: #c8a96a;
  --color-border: rgba(80, 52, 30, 0.18);
  --color-focus: rgba(155, 47, 36, 0.42);
  --font-jp: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  --font-sans: "Hiragino Sans", "Yu Gothic", "YuGothic", -apple-system, BlinkMacSystemFont, sans-serif;
  --fs-h1: 46px;
  --fs-h2: 34px;
  --fs-h3: 24px;
  --fs-body: 16px;
  --fs-small: 13px;
  --lh-body: 1.9;
  --lh-heading: 1.45;
  --container-max: 1120px;
  --side-padding-pc: 42px;
  --side-padding-sp: 20px;
  --opening-screen-bg:
    radial-gradient(circle at 42% 25%, rgba(214, 175, 133, 0.16) 0 17%, rgba(214, 175, 133, 0) 17.3%),
    radial-gradient(circle at 61% 70%, rgba(214, 175, 133, 0.13) 0 18%, rgba(214, 175, 133, 0) 18.3%),
    linear-gradient(148deg, #3a2015 0%, #764d35 48%, #20271f 100%);
  --opening-screen-color: #fff7e7;
  --opening-screen-fade-in: 500ms;
  --opening-screen-hold: 2000ms;
  --opening-screen-fade-out: 2000ms;
  --opening-screen-z: 9999;
}

@media (max-width: 767px) {
  :root {
    --fs-h1: 36px;
    --fs-h2: 27px;
    --fs-h3: 21px;
    --fs-body: 15px;
    --side-padding-sp: 18px;
  }
}

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

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--opening-screen-bg);
  color: var(--color-ink);
  font-family: var(--font-jp);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: 0;
  overflow-x: hidden;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(251, 242, 223, 0.88), rgba(251, 242, 223, 0.9)),
    url("../images/paper-texture.jpg") center / 360px auto repeat;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

figure, h1, h2, h3, p, dl, dd {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, li, dd {
  text-wrap: pretty;
}

button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

main, header, footer, section {
  max-width: 100%;
}

main {
  overflow-x: clip;
}

:where(.container, [class*="__inner"], [class*="__body"], [class*="grid"], [class*="card"]) {
  min-width: 0;
}

:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 4px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  top: -52px;
  left: 0;
  z-index: 10000;
  background: var(--color-charcoal);
  color: #fff;
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-size: 14px;
}

.skip-link:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100%, var(--container-max));
  margin-inline: auto;
  padding-inline: var(--side-padding-pc);
}

.section {
  position: relative;
  padding-block: 84px;
}

.section--paper {
  background:
    linear-gradient(rgba(251, 242, 223, 0.91), rgba(251, 242, 223, 0.95)),
    url("../images/paper-texture.jpg") center / 360px auto repeat;
}

.section--paper::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 28px;
  background: linear-gradient(180deg, rgba(39, 33, 28, 0.16), rgba(39, 33, 28, 0));
  opacity: 0.35;
  pointer-events: none;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-olive);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
}

.section-kicker::before {
  content: "";
  width: 17px;
  height: 17px;
  background:
    radial-gradient(circle at 50% 14%, currentColor 0 23%, transparent 24%),
    radial-gradient(circle at 85% 48%, currentColor 0 23%, transparent 24%),
    radial-gradient(circle at 50% 86%, currentColor 0 23%, transparent 24%),
    radial-gradient(circle at 15% 48%, currentColor 0 23%, transparent 24%);
  opacity: 0.72;
}

.section__title {
  color: var(--color-ink);
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading .section__title {
  margin-top: 8px;
}

.section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.copy-fit,
.sp-copy-fit {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: pretty;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.opening-screen {
  position: fixed;
  inset: 0;
  z-index: var(--opening-screen-z);
  display: grid;
  place-items: center;
  padding: 32px;
  background: var(--opening-screen-bg);
  color: var(--opening-screen-color);
  opacity: 1;
  animation: opening-screen-life 4500ms linear forwards;
}

.opening-screen::before,
.opening-screen::after {
  content: "";
  position: absolute;
  width: min(58vw, 430px);
  height: min(58vw, 430px);
  border: 2px solid rgba(246, 232, 199, 0.17);
  border-radius: 999px;
}

.opening-screen::before {
  top: 9%;
  left: 13%;
}

.opening-screen::after {
  right: 12%;
  bottom: 9%;
}

.opening-screen__inner {
  position: relative;
  text-align: center;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.34);
  animation: opening-copy-life 4500ms linear forwards;
}

.opening-screen__name {
  font-size: 44px;
  line-height: 1.55;
  font-weight: 600;
}

.opening-screen__tagline {
  margin-top: 18px;
  font-size: 22px;
  color: rgba(255, 247, 231, 0.86);
}

.opening-screen.is-complete,
.is-automated-preview .opening-screen {
  display: none;
}

body.is-opening-active {
  overflow: hidden;
}

@keyframes opening-screen-life {
  0% { opacity: 1; }
  55.555% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes opening-copy-life {
  0% { opacity: 0; transform: translateY(8px); }
  11.111% { opacity: 1; transform: translateY(0); }
  55.555% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-4px); }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 10px 28px;
  border-bottom: 1px solid rgba(80, 52, 30, 0.12);
  background: rgba(251, 242, 223, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(80, 52, 30, 0.08);
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-header__brand-mark {
  display: block;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 248, 235, 0.92);
  border-radius: 50%;
  background: #fff8eb url("../images/logo-soba-round.png") center / cover no-repeat;
  box-shadow: 0 0 0 1px rgba(80, 52, 30, 0.16);
  filter: drop-shadow(0 5px 12px rgba(80, 52, 30, 0.12));
}

.site-header__actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--color-wood-dark);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
}

.site-header__nav a {
  padding-block: 8px;
}

.menu-button {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(80, 52, 30, 0.12);
  border-radius: 0;
  background: #edf2ef;
  box-shadow: 0 7px 18px rgba(80, 52, 30, 0.1);
}

.menu-button__line {
  display: block;
  width: 26px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: #172b55;
}

.site-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 28px;
  display: grid;
  gap: 4px;
  width: 190px;
  padding: 14px;
  border: 1px solid rgba(80, 52, 30, 0.14);
  border-radius: 8px;
  background: rgba(251, 242, 223, 0.96);
  color: var(--color-wood-dark);
  font-family: var(--font-sans);
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-menu a {
  padding: 10px 8px;
  border-radius: 6px;
}

.site-menu a:hover {
  background: rgba(185, 77, 43, 0.1);
}

.hero {
  position: relative;
  display: grid;
  align-items: stretch;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 13%, rgba(255, 241, 202, 0.28), transparent 24%),
    linear-gradient(180deg, #fbf2df 0%, #e6c38b 48%, #6f3d24 82%, var(--color-paper) 100%);
}

.hero__media {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(251, 242, 223, 0.04), rgba(74, 37, 20, 0.28)),
    url("../images/fv-desktop.png") center / cover no-repeat;
  filter: blur(14px) saturate(1.08);
  opacity: 0.24;
  transform: scale(1.04);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 24%;
  background: linear-gradient(180deg, rgba(251, 242, 223, 0), rgba(111, 61, 36, 0.62) 54%, var(--color-paper) 100%);
}

.hero__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(1.03) drop-shadow(0 22px 42px rgba(53, 27, 14, 0.24));
}

.hero__media picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.hero__shade {
  position: absolute;
  inset: auto 0 0;
  height: 165px;
  z-index: 4;
  background: linear-gradient(180deg, rgba(251, 242, 223, 0), rgba(251, 242, 223, 0.76) 54%, var(--color-paper) 100%);
}

.hero__inner {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: 100svh;
  align-items: end;
  padding-block: 110px 82px;
}

.hero__copy {
  width: min(100%, 530px);
  color: #fff8eb;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.44);
}

.hero__eyebrow {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: #f0d49b;
}

.hero__title {
  margin-top: 10px;
  color: #fffaf0;
  font-size: var(--fs-h1);
  text-wrap: balance;
}

.hero__title span {
  display: block;
}

.hero__lead {
  max-width: 500px;
  margin-top: 18px;
  color: rgba(255, 248, 235, 0.93);
  line-height: 1.82;
  text-wrap: pretty;
}

.hero__lead span {
  display: block;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cta__mark {
  flex: 0 0 auto;
}

.cta:hover {
  transform: translateY(-1px);
}

.cta--primary {
  background: linear-gradient(135deg, #cf6233 0%, var(--color-cta) 100%);
  color: #fff8eb;
  box-shadow: 0 14px 28px rgba(146, 54, 26, 0.28);
}

.cta--primary:hover {
  background: var(--color-cta-hover);
}

.cta--ghost {
  border: 1px solid rgba(255, 248, 235, 0.54);
  color: #fff8eb;
  background: rgba(255, 255, 255, 0.08);
}

.cta--line {
  border: 1px solid rgba(215, 246, 208, 0.46);
  background: linear-gradient(135deg, #1ead4d 0%, #16823b 100%);
  color: #fff;
  box-shadow: 0 14px 26px rgba(22, 130, 59, 0.24);
}

.cta--line:hover {
  background: #126e32;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 6;
  color: rgba(255, 248, 235, 0.74);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.about__inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: center;
}

.about__copy {
  max-width: 440px;
}

.about__copy .section__title {
  margin-top: 8px;
  margin-bottom: 18px;
}

.about__copy p + p {
  margin-top: 12px;
}

.brush-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(89, 57, 28, 0.14);
}

.brush-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: inherit;
  pointer-events: none;
}

.brush-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 250, 239, 0.92), rgba(255, 250, 239, 0.92)),
    url("../images/paper-texture.jpg") center / 300px auto repeat;
  box-shadow: 0 12px 26px rgba(80, 52, 30, 0.12);
}

.feature-card figure {
  padding: 14px 14px 0;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}

.feature-card__body {
  padding: 18px 18px 22px;
}

.feature-card h3 {
  min-height: 68px;
  color: var(--color-ink);
  font-size: var(--fs-h3);
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}

.feature-card p {
  margin-top: 14px;
}

.feature-card__note {
  color: var(--color-red);
  font-weight: 700;
}

.menu-list {
  width: min(100%, 860px);
  margin: 34px auto 0;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 250, 239, 0.9), rgba(255, 250, 239, 0.94)),
    url("../images/paper-texture.jpg") center / 320px auto repeat;
  box-shadow: 0 14px 30px rgba(80, 52, 30, 0.1);
}

.menu-list__heading {
  margin-bottom: 16px;
  text-align: center;
}

.menu-list__heading h3 {
  margin-top: 6px;
  color: var(--color-ink);
  font-size: 25px;
  line-height: 1.45;
  font-weight: 600;
  text-wrap: balance;
}

.menu-list__heading p:not(.section-kicker) {
  margin-top: 6px;
  color: var(--color-soft-ink);
  font-size: 14px;
}

.menu-accordion {
  display: grid;
  gap: 10px;
}

.menu-accordion details {
  overflow: hidden;
  border: 1px solid rgba(80, 52, 30, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.menu-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 14px 18px;
  color: var(--color-wood);
  font-family: var(--font-sans);
  font-weight: 800;
  cursor: pointer;
  user-select: none;
}

.menu-accordion summary::-webkit-details-marker {
  width: 0;
  height: 0;
  opacity: 0;
}

.menu-accordion summary::marker {
  content: "";
}

.menu-accordion summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(77, 47, 31, 0.1);
  color: var(--color-wood);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1;
}

.menu-accordion details[open] summary {
  border-bottom: 1px solid rgba(80, 52, 30, 0.13);
  background: rgba(231, 214, 185, 0.28);
}

.menu-accordion details[open] summary::after {
  content: "−";
}

.menu-items {
  display: grid;
  gap: 0;
  padding: 8px 18px 14px;
}

.menu-items li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  padding-block: 9px;
  border-bottom: 1px dashed rgba(80, 52, 30, 0.18);
}

.menu-items li:last-child {
  border-bottom: 0;
}

.menu-items li span:first-child {
  min-width: 0;
}

.menu-items li span:last-child {
  color: var(--color-wood);
  font-family: var(--font-sans);
  font-weight: 800;
  white-space: nowrap;
}

.menu-list__note {
  margin-top: 14px;
  color: var(--color-soft-ink);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.space__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.space__copy .section__title {
  margin-top: 8px;
  margin-bottom: 14px;
}

.space__gallery {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 12px;
}

.space__thumb,
.space__wide {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(80, 52, 30, 0.13);
}

.space__thumb img,
.space__wide img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}

.space__wide {
  grid-row: span 2;
}

.access {
  background: rgba(247, 239, 224, 0.9);
}

.access-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.78fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.access-photo,
.parking-map,
.access-info {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff8ea;
  box-shadow: 0 12px 26px rgba(80, 52, 30, 0.11);
}

.access-photo,
.parking-map {
  overflow: hidden;
}

.access-photo img,
.parking-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parking-map img {
  object-fit: contain;
  padding: 12px;
  background: #f7f1e6;
}

.access-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
}

.access-info dl {
  display: grid;
  gap: 14px;
}

.access-info div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 12px;
}

.access-info dt {
  color: var(--color-olive);
  font-family: var(--font-sans);
  font-weight: 800;
}

.access-info dd {
  color: var(--color-soft-ink);
}

.access-info__cta {
  width: 100%;
}

.route-cta {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding-block: 54px;
}

.route-cta__photo {
  position: absolute;
  inset: 0 auto 0 0;
  width: 48%;
  opacity: 0.9;
  mask-image: linear-gradient(90deg, #000 68%, transparent 100%);
}

.route-cta__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-left: max(42%, var(--side-padding-pc));
}

.route-cta .section__title {
  margin-top: 6px;
}

.route-cta p:not(.section-kicker) {
  margin-top: 8px;
}

.site-footer {
  background: var(--color-charcoal);
  color: rgba(255, 248, 235, 0.82);
  padding-block: 34px;
  font-family: var(--font-sans);
  font-size: 14px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer__brand {
  color: #fff8eb;
  font-family: var(--font-jp);
  font-size: 18px;
  font-weight: 600;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.fade-in,
.section-heading,
.about__copy,
.space__copy {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.is-visible,
.section-heading.is-visible,
.about__copy.is-visible,
.space__copy.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero__media {
    padding: 0;
  }

  .hero__photo {
    height: 100%;
  }

  .feature-grid,
  .access-grid {
    grid-template-columns: 1fr;
  }

  .access-photo img {
    max-height: 320px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-inline: var(--side-padding-sp);
  }

  .section {
    padding-block: 58px;
  }

  .site-header {
    top: 0;
    left: 0;
    right: 0;
    min-height: 66px;
    gap: 10px;
    padding: 8px 14px;
  }

  .site-header__brand-mark {
    width: 50px;
    height: 50px;
  }

  .site-header__actions {
    gap: 12px;
  }

  .site-header__nav {
    gap: 12px;
    font-size: 13px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    gap: 7px;
  }

  .menu-button__line {
    width: 24px;
  }

  .site-menu {
    top: calc(100% + 8px);
    right: 14px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero__inner {
    min-height: 100svh;
    align-items: start;
    padding-block: calc(94px + 74.295vw) 76px;
  }

  .hero__media {
    inset: 66px 0 auto;
    display: block;
    width: 100%;
    aspect-ratio: 1914 / 1422;
    padding: 0;
  }

  .hero__media::before {
    display: none;
  }

  .hero__media::after {
    height: 15%;
    background: linear-gradient(180deg, rgba(230, 195, 139, 0), rgba(230, 195, 139, 0.86) 68%, #dfb276 100%);
  }

  .hero__photo {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    filter: saturate(1.08) contrast(1.03);
  }

  .hero__copy {
    width: 100%;
  }

  .hero__lead {
    margin-top: 12px;
    line-height: 1.72;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .cta {
    width: 100%;
    padding-inline: 16px;
    font-size: 14px;
  }

  .about__inner,
  .space__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about__copy {
    max-width: none;
  }

  .feature-grid {
    gap: 14px;
  }

  .feature-card h3 {
    min-height: auto;
    text-align: left;
  }

  .menu-list {
    margin-top: 24px;
    padding: 20px 16px;
  }

  .menu-list__heading {
    text-align: left;
  }

  .menu-list__heading h3 {
    font-size: 22px;
  }

  .menu-accordion summary {
    min-height: 52px;
    padding: 13px 14px;
  }

  .menu-items {
    padding-inline: 14px;
  }

  .menu-items li {
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 10px;
  }

  .space__gallery {
    grid-template-columns: 1fr 1fr;
  }

  .space__wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .access-grid {
    gap: 14px;
  }

  .access-info {
    padding: 18px;
  }

  .access-info div {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .route-cta {
    padding-block: 190px 46px;
  }

  .route-cta__photo {
    inset: 0 0 auto;
    width: 100%;
    height: 190px;
    mask-image: linear-gradient(180deg, #000 58%, transparent 100%);
  }

  .route-cta__inner {
    grid-template-columns: 1fr;
    padding-left: var(--side-padding-sp);
  }

  .site-footer__inner {
    display: grid;
  }

  .opening-screen__name {
    font-size: 34px;
  }

  .opening-screen__tagline {
    font-size: 19px;
  }

  .opening-screen::before,
  .opening-screen::after {
    width: 56vw;
    height: 56vw;
  }
}

@media (max-width: 390px) {
  .hero__title {
    font-size: 33px;
  }

  .hero__lead {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}
