/*
Theme Name: Marusho Open House 2606
Theme URI: https://design.marusho-shiga.co.jp/
Author: marusho home designing
Description: 守山市伊勢町 OPEN HOUSE LP専用テーマ。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: marusho-openhouse-2606
*/

:root {
  --ink: #26231f;
  --muted: #6d6861;
  --paper: #f3f0e9;
  --white: #ffffff;
  --warm: #ebe5d8;
  --stone: #d4c8b8;
  --clay: #967056;
  --cta: #8f3f2f;
  --sage: #5f7564;
  --charcoal: #171614;
  --line: rgba(38, 35, 31, 0.16);
  --soft-line: rgba(38, 35, 31, 0.08);
  --shadow: 0 28px 80px rgba(38, 35, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", system-ui, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

.img-focus-exterior {
  object-position: 53% center;
}

.img-focus-stairs {
  object-position: 45% center;
}

.img-focus-circulation {
  object-position: 56% center;
}

.parallax-frame {
  overflow: hidden;
}

.parallax-frame > img {
  will-change: transform;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08);
}

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

.sp-break {
  display: none;
}

.pc-break {
  display: block;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: var(--white);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(243, 240, 233, 0.9);
  box-shadow: 0 12px 40px rgba(38, 35, 31, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(150px, 40vw);
  min-height: 36px;
}

.brand img {
  width: auto;
  max-height: 76px;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.footer img {
  width: 100%;
  filter: none;
}

.site-header.is-scrolled .brand img,
.footer img {
  filter: none;
}

.header-nav {
  display: flex;
  gap: clamp(18px, 2.6vw, 34px);
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.hero-slider,
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slider {
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  object-position: 54% center;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.35s ease, transform 4.6s ease;
}

.hero-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(18, 17, 15, 0.68) 0%, rgba(18, 17, 15, 0.36) 44%, rgba(18, 17, 15, 0.03) 100%),
    linear-gradient(0deg, rgba(18, 17, 15, 0.38), rgba(18, 17, 15, 0.02) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.36fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: end;
  width: min(1120px, calc(100% - 40px));
  padding: 120px 0 clamp(42px, 7vh, 78px);
  margin: 0 auto;
}

.hero-main {
  max-width: 820px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--clay);
}

.hero-subtitle {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 0 20px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.1);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.35;
  backdrop-filter: blur(12px);
}

.hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: "Inter", "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(52px, 7.1vw, 94px);
  font-weight: 900;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-place {
  margin: 0 0 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(25px, 3.2vw, 43px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-event {
  display: grid;
  gap: 6px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  text-align: left;
}

.hero-event-label {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-event-date,
.hero-event-time {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.hero-event-date {
  font-size: clamp(24px, 3.2vw, 42px);
}

.hero-event-time {
  font-size: clamp(19px, 2vw, 27px);
}

.hero-event-note {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 24px 0 0;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.hero-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.hero-progress {
  position: absolute;
  right: 0;
  bottom: clamp(28px, 5vh, 52px);
  display: grid;
  grid-template-columns: auto minmax(58px, 8vw) auto;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.hero-progress i {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.52);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

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

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

.button-line {
  color: var(--white);
  background: #06c755;
}

.button-line:hover {
  color: #06c755;
  border-color: #06c755;
  background: var(--white);
}

.hero-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.section-pad {
  padding: clamp(78px, 10vw, 142px) clamp(20px, 5vw, 70px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
}

h3 {
  margin: 10px 0 8px;
  font-size: 21px;
  line-height: 1.45;
}

.intro-text p,
.feature-main p,
.outline-lead,
.visit-copy p,
.reserve-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.header-cta {
  margin-left: 4px;
  padding: 9px 15px;
  border: 1px solid var(--cta);
  border-radius: 4px;
  color: var(--white);
  background: var(--cta);
  line-height: 1;
}

.site-header.is-scrolled .header-cta {
  color: var(--white);
  border-color: var(--cta);
  background: var(--cta);
}

.hero-concept {
  margin: 16px 0 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(29px, 3.3vw, 46px);
  font-weight: 500;
  line-height: 1.2;
}

.hero-lead {
  max-width: 700px;
  margin: 14px 0 0;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  line-height: 1.65;
}

.hero-copy {
  max-width: 730px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.8;
}

.intro-text p + p {
  margin-top: 18px;
}

.intro-photo {
  grid-column: 1 / -1;
  width: min(880px, 78%);
  margin: clamp(42px, 7vw, 74px) 0 0 auto;
  overflow: hidden;
}

.intro-photo img {
  width: 100%;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
  object-position: center;
}

.value {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: end;
  background: var(--charcoal);
  color: var(--white);
}

.value-copy {
  max-width: 640px;
  justify-self: end;
}

.value-copy .section-kicker {
  color: var(--stone);
}

.value-copy p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.value-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.22);
}

.value-specs div {
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.value-specs dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.value-specs dd {
  margin: 12px 0 0;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.3;
}

.concept {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.concept-layout {
  width: min(980px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 1fr);
  gap: 30px;
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.point-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.point-item {
  display: grid;
  grid-template-columns: minmax(250px, 0.76fr) 58px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  min-height: 0;
  padding: clamp(34px, 5vw, 58px) 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.point-item span {
  color: var(--clay);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.point-item figure {
  grid-row: span 3;
  margin: 0;
  overflow: hidden;
}

.point-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.point-item img.img-tight {
  transform: scale(1.08);
}

.point-item h3 {
  grid-column: 3;
  margin-top: -3px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 500;
}

.point-item p {
  grid-column: 3;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.point-item:nth-child(2) {
  transition-delay: 0.08s;
}

.point-item:nth-child(3) {
  transition-delay: 0.16s;
}

.point-item:nth-child(4) {
  transition-delay: 0.24s;
}

.inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto;
  gap: 28px;
  align-items: center;
  color: var(--white);
  background: var(--sage);
}

.inline-cta .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
  color: rgba(255, 255, 255, 0.78);
}

.inline-cta h2 {
  max-width: 780px;
}

.inline-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.inline-cta .button-primary {
  background: var(--cta);
}

.mini-cta {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(24px, 3vw, 38px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.38);
}

.mini-cta h2 {
  max-width: 640px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.38;
}

.mini-cta p:not(.section-kicker) {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.mini-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mini-cta-actions .button {
  min-height: 50px;
  padding-inline: 22px;
}

.gallery {
  background: var(--warm);
}

.gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 1fr);
  gap: 30px;
  align-items: end;
  width: min(1180px, 100%);
  margin: 0 auto 42px;
}

.gallery-head .section-kicker {
  grid-column: 1;
}

.gallery-head h2,
.gallery-head p:not(.section-kicker) {
  grid-column: 2;
}

.gallery-head p:not(.section-kicker) {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.gallery-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  width: min(1180px, 100%);
  margin: 0 auto;
  background: transparent;
}

.gallery-layout figure {
  aspect-ratio: 3 / 4;
  min-height: 0;
}

.gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--charcoal);
  cursor: zoom-in;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.25s ease, transform 0.35s ease;
}

.gallery img.img-tight {
  transform: scale(1.08);
}

.gallery figure:hover img {
  filter: brightness(1.08);
}

.gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px 24px 22px;
  color: var(--white);
  background: linear-gradient(0deg, rgba(16, 22, 21, 0.72), rgba(16, 22, 21, 0));
  font-size: 14px;
  line-height: 1.6;
}

.gallery figcaption span {
  display: block;
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 30px);
}

.gallery-layout figure:nth-child(3n + 2) {
  transform: translateY(clamp(20px, 3vw, 42px));
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(15, 14, 13, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.modal-open {
  overflow: hidden;
}

.gallery-modal figure {
  width: min(1080px, 100%);
  max-height: 88svh;
  margin: 0;
}

.gallery-modal img {
  width: 100%;
  max-height: 80svh;
  object-fit: contain;
}

.gallery-modal figcaption {
  margin-top: 12px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.7;
}

.gallery-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 0;
  color: var(--white);
  background: rgba(15, 14, 13, 0.36);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.outline {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.82fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(243, 240, 233, 0.93), rgba(243, 240, 233, 0.84)),
    url("assets/photos/stair-detail.jpg") center / cover;
}

.outline-lead {
  margin-top: 22px;
  color: var(--muted);
}

.property-sub {
  margin: 24px 0 0;
  color: var(--clay);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(21px, 2.6vw, 32px);
  font-weight: 500;
  line-height: 1.45;
}

.property-statement {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--clay);
  color: var(--ink);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.7;
}

.property-actions,
.overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.property-actions-mobile {
  display: none;
}

.outline > div,
.outline .spec-list {
  width: min(100%, 600px);
}

.outline > div {
  justify-self: end;
}

.outline .section-kicker {
  color: var(--clay);
}

.spec-list {
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(10px);
}

.spec-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list div:first-child {
  padding-top: 0;
}

.spec-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.spec-list dt {
  color: var(--muted);
  font-weight: 700;
}

.spec-list dd {
  margin: 0;
  font-weight: 700;
}

.spec-list .price-spec {
  display: block;
  padding-bottom: 28px;
}

.spec-list .price-spec dt {
  display: inline-flex;
  gap: 8px;
  min-height: 28px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 13px;
  line-height: 1.2;
}

.spec-list .price-spec dt span {
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

.spec-list .price-spec dd {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px 10px;
  align-items: baseline;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.spec-list .price-spec dd span {
  font-size: clamp(48px, 5vw, 72px);
}

.spec-list .price-spec dd small {
  white-space: nowrap;
  font-size: clamp(16px, 1.6vw, 23px);
  font-weight: 500;
}

.location {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.location-head p:not(.section-kicker),
.overview-copy p,
.brand-story p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.location-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.location-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.location-list span,
.location-list strong {
  overflow-wrap: anywhere;
}

.location-list strong {
  flex: 0 0 auto;
  color: var(--clay);
}

.location-note {
  grid-column: 2;
  margin: -48px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.location-map {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.36);
}

.location-map iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 520px);
  border: 0;
  filter: saturate(0.82) contrast(0.96);
}

.overview {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
  background: var(--warm);
}

.overview-copy {
  justify-self: end;
  width: min(100%, 560px);
}

.overview-list {
  width: min(100%, 640px);
  margin: 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.36);
}

.overview-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.overview-list div:first-child {
  padding-top: 0;
}

.overview-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.overview-list dt {
  color: var(--muted);
  font-weight: 700;
}

.overview-list dd {
  margin: 0;
  font-weight: 700;
}

.brand-story {
  width: min(1000px, 100%);
  margin: 0 auto;
  padding-left: clamp(20px, 9vw, 140px);
  border-left: 1px solid var(--line);
}

.brand-story p {
  max-width: 760px;
}

.faq {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.faq-head {
  position: sticky;
  top: 108px;
  align-self: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq details {
  padding: 0 clamp(18px, 2.2vw, 28px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.38);
  transition: background 0.25s ease;
}

.faq details[open] {
  background: rgba(255, 255, 255, 0.54);
}

.faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 66px;
  padding: 18px 0;
  cursor: pointer;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
  overflow-wrap: anywhere;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--clay);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.24s ease;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq details p {
  margin: 0;
  padding: 0 42px 24px 0;
  color: var(--muted);
  animation: faqAnswer 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes faqAnswer {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--sage);
  color: var(--white);
}

.visit-copy {
  max-width: 620px;
  justify-self: end;
}

.visit-copy .section-kicker,
.visit-copy p {
  color: rgba(255, 255, 255, 0.8);
}

.visit-copy p {
  margin-top: 22px;
}

.visit img {
  width: 100%;
  height: min(580px, 62vw);
  min-height: 380px;
  object-fit: cover;
}

.reserve {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 88px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.reserve-head {
  position: sticky;
  top: 108px;
  align-self: start;
}

.reserve-head p {
  margin-top: 20px;
}

.reserve-line {
  margin-top: 28px;
}

.final-reserve {
  padding-bottom: clamp(88px, 12vw, 150px);
}

.tel-box {
  display: grid;
  gap: 2px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.tel-box span {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.tel-box small {
  color: var(--muted);
  font-size: 12px;
}

.form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
  border: 1px solid var(--soft-line);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row-wide,
.form-note,
.form-submit,
.form-message {
  grid-column: 1 / -1;
}

label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}

.required-badge {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 2px 7px;
  border: 1px solid rgba(143, 63, 47, 0.28);
  color: var(--cta);
  background: rgba(143, 63, 47, 0.08);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fbfaf6;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(104, 124, 103, 0.35);
  border-color: var(--sage);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--sage);
  font-weight: 700;
}

.form input[type="hidden"] {
  display: none;
}

.form-shortcode {
  display: block;
}

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

.form-shortcode p {
  margin: 0;
}

.form-shortcode .wpcf7-submit,
.form-shortcode input[type="submit"],
.form-shortcode button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  border: 0;
  color: var(--white);
  background: var(--cta);
  font-weight: 700;
  cursor: pointer;
}

.wpcf7-response-output {
  margin: 16px 0 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 32px clamp(20px, 5vw, 70px) 88px;
  color: var(--muted);
  background: var(--white);
  font-size: 13px;
}

.footer img {
  width: 210px;
}

.footer p {
  margin: 0;
}

.mobile-cta {
  position: fixed;
  inset: auto 12px 12px;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 0.64fr;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-cta a {
  display: grid;
  min-height: 50px;
  place-items: center;
  border-radius: 0;
  color: var(--white);
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(16, 22, 21, 0.2);
}

.mobile-cta a:first-child {
  background: var(--cta);
}

.mobile-cta a:last-child {
  background: #06c755;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.68s ease, transform 0.68s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .parallax-frame > img {
    transform: none;
  }
}

@media (max-width: 980px) {
  .header-nav {
    display: none;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .mobile-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
  }

  .site-header {
    color: var(--white);
  }

  .site-header.is-menu-open {
    color: var(--ink);
    background: rgba(243, 240, 233, 0.96);
    box-shadow: 0 12px 40px rgba(38, 35, 31, 0.08);
    backdrop-filter: blur(18px);
  }

  .site-header.is-menu-open .brand img {
    filter: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0;
    color: currentColor;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: border-color 0.22s ease, background 0.22s ease;
  }

  .site-header.is-scrolled .menu-toggle,
  .site-header.is-menu-open .menu-toggle {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.56);
  }

  .menu-toggle span {
    grid-area: 1 / 1;
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform 0.24s ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .site-header.is-menu-open .menu-toggle span:first-child {
    transform: rotate(38deg);
  }

  .site-header.is-menu-open .menu-toggle span:last-child {
    transform: rotate(-38deg);
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: grid;
    gap: 0;
    padding: 96px 20px 28px;
    color: var(--ink);
    background: rgba(243, 240, 233, 0.98);
    box-shadow: 0 28px 80px rgba(38, 35, 31, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

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

  .mobile-menu > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    border-bottom: 1px solid var(--soft-line);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
    font-size: 20px;
    line-height: 1.35;
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .mobile-menu-actions .button {
    min-height: 50px;
    padding-inline: 12px;
    font-size: 14px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-self: end;
    gap: 20px;
  }

  .hero-actions {
    margin-top: 0;
  }

  .hero-progress {
    display: none;
  }

  .intro,
  .value,
  .concept-layout,
  .section-heading,
  .inline-cta,
  .mini-cta,
  .gallery-head,
  .outline,
  .faq,
  .location,
  .overview,
  .reserve {
    grid-template-columns: 1fr;
  }

  .value-copy,
  .outline > div,
  .overview-copy {
    justify-self: start;
  }

  .value-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-layout figure:nth-child(3n + 2) {
    transform: none;
  }

  .gallery-head .section-kicker,
  .gallery-head h2,
  .gallery-head p:not(.section-kicker),
  .location-note {
    grid-column: auto;
  }

  .location-note {
    margin: -12px 0 0;
  }

  .location-map {
    grid-column: auto;
  }

  .reserve-head {
    position: static;
  }

  .faq-head {
    position: static;
  }

  .inline-cta-actions,
  .mini-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .sp-break {
    display: block;
  }

  .pc-break {
    display: none;
  }

  .site-header {
    min-height: 66px;
    padding: 14px 18px;
  }

  .brand {
    width: 128px;
  }

  .brand img {
    max-height: 58px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(18, 17, 15, 0.78) 0%, rgba(18, 17, 15, 0.54) 38%, rgba(18, 17, 15, 0.12) 76%, rgba(18, 17, 15, 0.04) 100%),
      linear-gradient(90deg, rgba(18, 17, 15, 0.16), rgba(18, 17, 15, 0.02));
  }

  .hero-content {
    align-self: end;
    width: calc(100% - 32px);
    padding: 0 0 36px;
    gap: 10px;
  }

  .hero-concept {
    margin-top: 8px;
    font-size: clamp(27px, 7.4vw, 35px);
  }

  .hero-lead {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-copy {
    display: none;
  }

  .hero-meta {
    display: flex;
    gap: 4px 14px;
    margin-top: 18px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-actions .button-line {
    display: none;
  }

  .mini-cta {
    display: grid;
    width: calc(100% - 32px);
    padding: 22px 18px;
  }

  .mini-cta h2 {
    font-size: 25px;
  }

  .mini-cta p:not(.section-kicker) {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .mini-cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }

  .mini-cta-actions .button {
    min-height: 48px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: clamp(37px, 11.8vw, 51px);
  }

  .hero-place {
    font-size: clamp(26px, 7.4vw, 35px);
  }

  .hero-event {
    gap: 4px;
    padding-top: 14px;
  }

  .hero-event-date {
    font-size: 22px;
  }

  .hero-event-time {
    font-size: 18px;
  }

  .hero-progress {
    display: none;
  }

  .hero-subtitle {
    margin-bottom: 16px;
    font-size: 15px;
  }

  h2 {
    font-size: clamp(28px, 8.2vw, 36px);
    line-height: 1.38;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .section-kicker {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .intro-text p,
  .outline-lead,
  .location-head p:not(.section-kicker),
  .overview-copy p,
  .brand-story p,
  .reserve-head p {
    font-size: 15px;
    line-height: 1.95;
  }

  .value-specs,
  .form,
  .form-shortcode form {
    grid-template-columns: 1fr;
  }

  .intro-photo {
    width: 100%;
    margin-top: 34px;
  }

  .intro-photo img {
    aspect-ratio: 4 / 3;
  }

  .inline-cta-actions,
  .mini-cta-actions,
  .property-actions,
  .overview-actions,
  .inline-cta-actions .button {
    width: 100%;
  }

  .property-actions .button,
  .overview-actions .button {
    width: 100%;
  }

  .value-specs div {
    min-height: auto;
  }

  .point-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 30px 0;
  }

  .point-item figure {
    grid-row: auto;
  }

  .point-item span {
    align-self: start;
    margin-top: 6px;
  }

  .point-item h3 {
    grid-column: 1;
    margin: 0;
    font-size: 22px;
  }

  .point-item p {
    grid-column: 1;
    font-size: 14px;
  }

  .point-item img {
    aspect-ratio: 4 / 3;
  }

  .gallery-layout {
    gap: 10px;
  }

  .gallery-layout figure {
    aspect-ratio: 1 / 1.18;
  }

  .gallery figcaption {
    padding: 38px 10px 10px;
    font-size: 0;
    line-height: 1.2;
  }

  .gallery figcaption span {
    margin: 0;
    font-size: 17px;
  }

  .gallery-head {
    margin-bottom: 28px;
  }

  .spec-list .price-spec {
    padding-bottom: 22px;
  }

  .spec-list .price-spec dt {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .spec-list .price-spec dt span {
    font-size: 11px;
  }

  .spec-list .price-spec dd {
    gap: 4px 8px;
  }

  .spec-list .price-spec dd span {
    font-size: clamp(44px, 14vw, 54px);
  }

  .spec-list .price-spec dd small {
    font-size: 15px;
  }

  .property-actions-desktop {
    display: none;
  }

  .property-actions-mobile {
    display: flex;
    margin-top: 22px;
  }

  .faq details {
    padding-inline: 16px;
  }

  .faq summary {
    gap: 12px;
    min-height: 60px;
    padding: 16px 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .faq summary::after {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }

  .faq details p {
    padding: 0 0 18px;
    font-size: 14px;
    line-height: 1.85;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .overview-list div,
  .location-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .location-map {
    margin-top: 24px;
  }

  .location-map iframe {
    height: 320px;
  }

  .location-list li {
    display: grid;
  }

  .footer {
    display: grid;
    padding-bottom: 86px;
  }

  .brand-story {
    width: calc(100% - 40px);
    padding-left: 0;
    border-left: 0;
  }

  .reserve.section-pad {
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% - 40px);
    padding-right: 0;
    padding-left: 0;
  }

  .reserve > * {
    min-width: 0;
  }

  .mobile-cta {
    display: grid;
  }
}
