:root {
  --cream: #f8f1e8;
  --paper: #fffaf5;
  --blush: #eadbd1;
  --rose: #d6b9ae;
  --wine: #741f38;
  --wine-dark: #4d1425;
  --gold: #bd9553;
  --ink: #2d2526;
  --muted: #74696a;
  --line: rgba(74, 39, 45, 0.16);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(69, 37, 41, 0.12);
}

* { box-sizing: border-box; }
h1, h2, h3, h4 { word-break: auto-phrase; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
picture { display: contents; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 8px 14px;
  color: #fff;
  background: var(--wine);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.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;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 12px clamp(24px, 5vw, 76px);
  transition: background .35s ease, box-shadow .35s ease, min-height .35s ease;
}
.site-header.is-scrolled {
  min-height: 70px;
  background: rgba(248, 241, 232, .92);
  box-shadow: 0 8px 30px rgba(53, 35, 37, .08);
  backdrop-filter: blur(15px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font: italic 24px/1 Georgia, serif;
}
.brand strong {
  display: block;
  color: var(--wine);
  font: 500 22px/1 var(--serif);
  letter-spacing: .08em;
}
.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.global-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); }
.global-nav a {
  position: relative;
  text-decoration: none;
  color: #55494b;
  font: 500 13px/1.4 var(--serif);
  letter-spacing: .08em;
}
.global-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.global-nav > a:hover::after,
.global-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.global-nav .nav-cta {
  padding: 13px 22px;
  color: #fff;
  background: var(--wine);
  border-radius: 999px;
  font-family: var(--sans);
  letter-spacing: .04em;
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 30%, rgba(255,255,255,.64), transparent 27%),
    linear-gradient(130deg, var(--cream) 0 50%, #eadbd1 50% 100%);
}
.hero-copy {
  z-index: 2;
  align-self: center;
  width: min(620px, 100%);
  padding: 148px 6vw 84px 8vw;
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font: 600 11px/1.5 var(--sans);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero h1,
.section h2,
.final-cta h2,
.training-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: .04em;
}
.hero h1 { font-size: clamp(38px, 4.4vw, 70px); line-height: 1.34; }
.hero h1 em { color: var(--wine); font-style: normal; }
.hero-lead {
  margin: 34px 0 16px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(18px, 1.75vw, 25px);
  line-height: 1.75;
  letter-spacing: .08em;
}
.hero-text { max-width: 510px; margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 58px;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .06em;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 12px 28px rgba(116, 31, 56, .18); }
.button-primary:hover { background: var(--wine-dark); box-shadow: 0 16px 36px rgba(116, 31, 56, .24); }
.button-light { color: var(--wine-dark); background: #f2dcae; }
.text-link {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  color: var(--wine);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
}
.hero-meta { display: flex; gap: 0; margin-top: 44px; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.hero-meta span { padding: 0 16px; border-right: 1px solid var(--line); }
.hero-meta span:first-child { padding-left: 0; }
.hero-meta span:last-child { border: 0; }

.hero-visual { position: relative; display: grid; place-items: center; min-width: 0; padding: 120px 5vw 54px 1vw; }
.hero-image-wrap {
  position: relative;
  z-index: 2;
  width: min(660px, 82%);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50% 50% 47% 53% / 49% 53% 47% 51%;
  box-shadow: var(--shadow);
}
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-orbit {
  position: absolute;
  z-index: 1;
  width: min(720px, 88%);
  aspect-ratio: 1;
  border: 1px solid rgba(189, 149, 83, .7);
  border-radius: 50%;
}
.hero-orbit::before,
.hero-orbit::after { content: ""; position: absolute; width: 8px; aspect-ratio: 1; background: var(--gold); border-radius: 50%; }
.hero-orbit::before { top: 8%; left: 18%; }
.hero-orbit::after { right: 2%; bottom: 29%; }
.hero-signature {
  position: absolute;
  z-index: 3;
  left: 2%;
  bottom: 15%;
  margin: 0;
  color: rgba(116, 31, 56, .75);
  font: italic clamp(48px, 6vw, 92px)/1 Georgia, serif;
  letter-spacing: -.04em;
  transform: rotate(-7deg);
}
.hero-note {
  position: absolute;
  z-index: 4;
  right: 4vw;
  bottom: 10%;
  padding: 18px 22px;
  background: rgba(255, 250, 245, .88);
  border-left: 2px solid var(--gold);
  backdrop-filter: blur(8px);
}
.hero-note span { display: block; color: var(--gold); font: 10px/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.hero-note strong { display: block; margin-top: 5px; color: var(--wine); font: 500 15px/1.4 var(--serif); letter-spacing: .08em; }

.promise-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 58px);
  min-height: 94px;
  margin: 0;
  padding: 18px 24px;
  color: #fff;
  background: var(--wine-dark);
  font: 500 clamp(12px, 1.2vw, 15px)/1.4 var(--serif);
  letter-spacing: .16em;
}
.promise-band p { margin: 0; }
.promise-band i { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }

.section { padding: clamp(90px, 11vw, 160px) max(6vw, 24px); }
.section-heading { max-width: 650px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2,
.owner-copy h2,
.access-copy h2 { color: var(--wine-dark); font-size: clamp(30px, 3.2vw, 46px); line-height: 1.55; }
.section-heading > p:last-child { color: var(--muted); font-size: 14px; }

.concept-section { background: var(--paper); }
.concept-section > .section-heading { margin: 0 0 clamp(52px, 7vw, 90px) 44%; }
.concept-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.concept-collage { position: relative; min-height: 680px; }
.image-card { position: absolute; overflow: hidden; margin: 0; box-shadow: var(--shadow); }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-card-main { inset: 0 15% 12% 0; }
.image-card-sub { right: 0; bottom: 0; width: 39%; height: 55%; border: 12px solid var(--paper); }
.vertical-caption { position: absolute; top: 5%; right: 1%; margin: 0; color: var(--wine); font: 500 13px/1.8 var(--serif); letter-spacing: .25em; writing-mode: vertical-rl; }
.principles { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--gold); font: 500 14px/1.6 Georgia, serif; }
.principle h3 { margin: 0; color: var(--wine-dark); font: 500 clamp(20px, 2vw, 28px)/1.6 var(--serif); letter-spacing: .05em; }
.principle p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }

.menu-section { background: var(--blush); }
.menu-sheets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); max-width: 760px; margin: 40px auto 0; }
.menu-sheet {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: var(--shadow);
  cursor: zoom-in;
}
.menu-sheet img { width: 100%; transition: transform .5s ease; }
.menu-sheet:hover img { transform: scale(1.018); }
.menu-sheet > span {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(45, 27, 31, .82));
  font: 500 12px/1.4 var(--serif);
  letter-spacing: .14em;
}
.menu-sheet small { font-family: var(--sans); font-size: 9px; letter-spacing: .08em; }

/* ---------- price list ---------- */
.price-list { display: grid; gap: 18px; max-width: 980px; margin: 62px auto 0; }
.price-item {
  display: grid;
  grid-template-columns: 1fr minmax(230px, 300px);
  gap: clamp(20px, 3vw, 46px);
  align-items: start;
  padding: clamp(24px, 3vw, 34px) clamp(22px, 3vw, 38px);
  background: var(--paper);
  border: 1px solid var(--line);
}
.price-item.is-featured { border-color: rgba(189, 149, 83, .55); box-shadow: var(--shadow); }
.price-badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  color: var(--gold);
  border: 1px solid rgba(189, 149, 83, .5);
  border-radius: 999px;
  font: 500 10px/1 var(--serif);
  letter-spacing: .16em;
}
.price-head { min-width: 0; }
.price-head h3 { overflow-wrap: anywhere; }
.price-head h3 { margin: 0; color: var(--wine-dark); font: 500 clamp(19px, 2vw, 24px)/1.6 var(--serif); letter-spacing: .05em; }
.price-desc { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.price-example { margin: 16px 0 0; padding-top: 15px; border-top: 1px dashed var(--line); color: var(--muted); font-size: 11px; line-height: 1.95; }
.price-example span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 9px;
  color: var(--wine);
  background: var(--blush);
  font-size: 9px;
  letter-spacing: .1em;
}
.price-rows { display: grid; gap: 8px; margin: 0; }
.price-rows > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}
.price-rows > div:first-child { border-top: 0; }
.price-rows dt {
  padding: 4px 0;
  color: var(--wine);
  background: var(--blush);
  font: 500 11px/1 var(--serif);
  letter-spacing: .08em;
  text-align: center;
}
.price-rows dd { display: flex; align-items: baseline; justify-content: flex-end; gap: 14px; margin: 0; }
.price-rows s { color: var(--muted); font: 400 13px/1 Georgia, serif; text-decoration-thickness: 1px; }
.price-rows strong { color: var(--wine); font: 500 clamp(20px, 2.2vw, 25px)/1 Georgia, serif; letter-spacing: .02em; }
.price-legend { margin: 30px auto 0; max-width: 980px; color: var(--muted); font-size: 11px; line-height: 2.1; text-align: center; }
.price-legend s { color: var(--muted); font-family: Georgia, serif; }
.price-legend strong { color: var(--wine); font: 500 14px/1 Georgia, serif; }

/* ---------- option menu ---------- */
.option-block { max-width: 980px; margin: clamp(60px, 7vw, 86px) auto 0; }
.option-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 26px;
  color: var(--wine-dark);
  font: 500 clamp(20px, 2.4vw, 27px)/1.4 var(--serif);
  letter-spacing: .12em;
}
.option-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.option-grid li { padding: 22px 20px; background: var(--paper); }
.option-grid h4 { margin: 0 0 12px; color: var(--wine-dark); font: 500 15px/1.5 var(--serif); letter-spacing: .05em; }
.option-grid p { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0 0 5px; color: var(--wine); font: 500 15px/1.6 Georgia, serif; }
.option-grid p:last-child { margin-bottom: 0; }
.option-grid span { color: var(--muted); font: 400 11px/1.6 var(--sans); letter-spacing: .04em; }

.menu-note { margin: 34px 0 0; text-align: center; color: var(--muted); font-size: 12px; }
.results-section { background: var(--paper); }
.results-section > .section-heading { margin-bottom: 52px; }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 42px); max-width: 1180px; margin: auto; }
.result-card { margin: 0; background: var(--paper); }
.result-card img { width: 100%; aspect-ratio: 1.08; object-fit: contain; background: var(--cream); }
.result-card > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 23px 24px 28px; }
.result-card span { color: var(--gold); font: 500 12px/1.5 Georgia, serif; }
.result-card h3 { margin: 0; color: var(--wine); font: 500 17px/1.7 var(--serif); letter-spacing: .04em; }
.results-disclaimer { margin: 18px auto 0; max-width: 1180px; color: var(--muted); font-size: 10px; text-align: right; }

.owner-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 140px); align-items: center; background: var(--paper); }
.owner-image { position: relative; }
.owner-image::before { content: ""; position: absolute; inset: -5% 8% 8% -5%; border: 1px solid var(--gold); border-radius: 50%; }
.owner-image img { position: relative; z-index: 1; width: 100%; border-radius: 50%; box-shadow: var(--shadow); }
.owner-image > span { position: absolute; z-index: 2; right: -8%; bottom: 10%; padding: 13px 20px; color: var(--wine-dark); background: rgba(255, 250, 245, .92); font: 500 10px/1.4 var(--serif); letter-spacing: .14em; }
.owner-copy { max-width: 660px; }
.owner-message { margin-top: 38px; color: var(--muted); font-size: 13px; line-height: 2.1; }
.owner-profile { margin-top: 32px; padding: 25px 28px; border: 1px solid var(--line); }
.owner-profile h3 { margin: 0 0 12px; color: var(--wine); font: 500 18px/1.5 var(--serif); }
.owner-profile ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 26px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 11px; }
.owner-profile li::before { content: "・"; color: var(--gold); }
.owner-profile li.is-wide { grid-column: 1 / -1; }
.owner-copy blockquote { margin: 35px 0 0; padding-left: 24px; border-left: 2px solid var(--gold); color: var(--wine); font: 500 17px/1.9 var(--serif); }

.visit-section { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; max-width: 1180px; margin: 68px auto 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; min-height: 250px; padding: 10px 30px 30px; border-left: 1px solid var(--line); }
.steps li:last-child { border-right: 1px solid var(--line); }
.steps li::before { content: ""; position: absolute; top: 18px; right: -4px; z-index: 1; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.steps li:last-child::before { display: none; }
.steps span { color: var(--gold); font: italic 34px/1 Georgia, serif; }
.steps h3 { margin: 32px 0 12px; color: var(--wine-dark); font: 500 19px/1.5 var(--serif); }
.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }

.access-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 120px); align-items: center; background: var(--paper); }
.access-copy dl { margin: 45px 0 35px; border-top: 1px solid var(--line); }
.access-copy dl > div { display: grid; grid-template-columns: 90px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.access-copy dt { color: var(--gold); font: 500 12px/1.8 var(--serif); letter-spacing: .08em; }
.access-copy dd { margin: 0; color: var(--muted); font-size: 13px; }
.access-actions { display: flex; align-items: center; gap: 26px; }
.map-card { position: relative; display: block; overflow: hidden; box-shadow: var(--shadow); }
.map-card img { width: 100%; aspect-ratio: 1.4; object-fit: cover; transition: transform .5s ease; }
.map-card:hover img { transform: scale(1.025); }
.map-card span { position: absolute; right: 0; bottom: 0; padding: 15px 21px; color: #fff; background: var(--wine); font: 500 11px/1.4 var(--serif); letter-spacing: .08em; }
.map-card b { margin-left: 18px; }

.training-section { padding: clamp(80px, 10vw, 140px) max(6vw, 24px); color: #f7eee6; background: #292421; }
.training-inner { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px, 8vw, 110px); align-items: center; max-width: 1180px; margin: auto; }
.training-section h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1.5; }
.training-section p:not(.eyebrow) { max-width: 580px; color: #c9bdb6; font-size: 13px; }
.training-section strong { display: block; margin: 30px 0; color: #e4c893; font: 500 clamp(27px, 3vw, 40px)/1.4 var(--serif); }
.training-section strong small { font-size: 11px; }
.training-section img { width: 100%; box-shadow: 0 30px 80px rgba(0,0,0,.35); }

.final-cta { padding: clamp(100px, 13vw, 180px) 24px; text-align: center; background: var(--blush); }
.final-cta h2 { color: var(--wine-dark); font-size: clamp(34px, 4.8vw, 64px); line-height: 1.55; }
.final-cta > p:not(.eyebrow) { margin: 24px 0 34px; color: var(--muted); font-size: 14px; }
.social-links { display: flex; justify-content: center; gap: 28px; margin-top: 40px; }
.social-links a { color: var(--wine); font: 500 12px/1.5 var(--serif); letter-spacing: .08em; text-underline-offset: 5px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding: 45px max(6vw, 24px); color: #baaca5; background: var(--wine-dark); }
.brand-footer strong { color: #f8f0e8; }
.brand-footer small { color: #cbbeb8; }
.site-footer > p { margin: 0; font: 500 11px/1.6 var(--serif); letter-spacing: .08em; }
.site-footer > small { justify-self: end; font-size: 9px; letter-spacing: .06em; }
.mobile-booking { display: none; }

.lightbox {
  width: min(900px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(0,0,0,.42);
}
.lightbox::backdrop { background: rgba(35, 25, 27, .78); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; }
.lightbox-close { position: sticky; z-index: 2; top: 12px; float: right; width: 42px; height: 42px; margin: 12px 12px -54px 0; border: 0; border-radius: 50%; color: #fff; background: rgba(77, 20, 37, .88); font-size: 25px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { min-height: 70px; padding-inline: 22px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 5px; width: 44px; height: 44px; padding: 12px 9px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 100%; height: 1px; background: var(--wine); transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .global-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    background: rgba(248, 241, 232, .98);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .global-nav.is-open { opacity: 1; visibility: visible; }
  .global-nav a { font-size: 20px; }
  .global-nav .nav-cta { margin-top: 10px; font-size: 14px; }

  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 70px; background: linear-gradient(165deg, var(--cream) 0 48%, var(--blush) 48% 100%); }
  .hero-copy { width: 100%; padding: 126px 7vw 48px; }
  .hero-visual { min-height: 680px; padding: 30px 6vw 70px; }
  .hero-image-wrap { width: min(560px, 80%); }
  .hero-orbit { width: min(610px, 87%); }
  .hero-signature { left: 7%; bottom: 10%; }

  .concept-section > .section-heading { margin-left: 0; }
  .concept-grid,
  .owner-section,
  .access-section,
  .training-inner { grid-template-columns: 1fr; }
  .concept-collage { min-height: 650px; }
  .owner-image { width: min(600px, 82%); margin: auto; }
  .owner-copy { max-width: none; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .steps li:nth-child(2)::before { display: none; }
  .steps li:nth-child(3) { border-left: 1px solid var(--line); }
  .steps li:nth-child(4) { border-right: 1px solid var(--line); }
  .access-copy { max-width: 600px; }
  .training-section img { max-width: 700px; margin: auto; }
  .option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-item { grid-template-columns: 1fr minmax(200px, 260px); }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}

@media (max-width: 640px) {
  body { padding-bottom: 66px; font-size: 15px; }
  .site-header { min-height: 64px; padding: 10px 16px; }
  .site-header.is-scrolled { min-height: 60px; }
  .brand-mark { width: 32px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 7px; }
  .hero-copy { padding: 108px 22px 34px; }
  .eyebrow { margin-bottom: 14px; font-size: 9px; letter-spacing: .17em; }
  .hero h1 { font-size: clamp(34px, 11.5vw, 49px); line-height: 1.4; }
  .hero-lead { margin-top: 24px; font-size: 18px; }
  .hero-text { font-size: 12px; line-height: 1.95; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 26px; }
  .button { min-height: 54px; padding-inline: 25px; }
  .hero-meta { flex-wrap: wrap; gap: 7px 0; margin-top: 30px; font-size: 9px; }
  .hero-meta span { padding-inline: 10px; }
  .hero-visual { min-height: 430px; padding: 10px 8vw 56px; }
  .hero-image-wrap { width: 88%; }
  .hero-orbit { width: 94%; }
  .hero-signature { bottom: 7%; font-size: 51px; }
  .hero-note { right: 16px; bottom: 4%; padding: 12px 14px; }
  .hero-note span { font-size: 7px; }
  .hero-note strong { font-size: 11px; }
  .promise-band { flex-wrap: wrap; gap: 10px 14px; min-height: 72px; font-size: 10px; letter-spacing: .08em; }

  .section { padding: 78px 22px; }
  .section-heading h2,
  .owner-copy h2,
  .access-copy h2 { font-size: 32px; line-height: 1.55; }
  .section-heading > p:last-child { font-size: 12px; }
  .concept-section > .section-heading { margin-bottom: 44px; }
  .concept-grid { gap: 58px; }
  .concept-collage { min-height: 420px; }
  .image-card-main { right: 9%; bottom: 8%; }
  .image-card-sub { width: 38%; height: 52%; border-width: 7px; }
  .vertical-caption { display: none; }
  .principle { grid-template-columns: 40px 1fr; gap: 10px; padding: 28px 0; }
  .principle h3 { font-size: 20px; }
  .principle p { font-size: 12px; }


  .price-list { margin-top: 42px; gap: 14px; }
  .price-item { grid-template-columns: 1fr; gap: 20px; }
  .price-head h3 { font-size: 19px; }
  .price-desc { font-size: 12px; }
  .price-rows > div { grid-template-columns: 52px 1fr; padding: 10px 0; }
  .price-rows strong { font-size: 21px; }
  .option-grid { grid-template-columns: 1fr; }
  .price-legend { font-size: 10px; }
  .menu-sheets { grid-template-columns: 1fr; gap: 24px; margin-top: 34px; }
  .menu-sheet > span { padding: 15px; }
  .results-grid { grid-template-columns: 1fr; gap: 28px; }
  .result-card img { aspect-ratio: 1.2; }
  .results-disclaimer { text-align: left; }

  .owner-section { gap: 55px; }
  .owner-image { width: 92%; }
  .owner-image > span { right: -4%; bottom: 3%; padding: 10px 12px; font-size: 8px; }
  .owner-message { margin-top: 28px; font-size: 12px; }
  .owner-profile { padding: 20px; }
  .owner-profile ul { grid-template-columns: 1fr; }
  .owner-profile li.is-wide { grid-column: 1 / -1; }
.owner-copy blockquote { font-size: 15px; }

  .steps { grid-template-columns: 1fr; gap: 0; margin-top: 45px; }
  .steps li { display: grid; grid-template-columns: 55px 1fr; gap: 5px; min-height: 0; padding: 26px 0; border: 0; border-top: 1px solid var(--line); }
  .steps li:last-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li::before { display: none; }
  .steps h3 { margin: 2px 0 8px; }
  .steps p { font-size: 11px; }

  .access-section { gap: 45px; }
  .access-copy dl { margin-top: 30px; }
  .access-copy dl > div { grid-template-columns: 66px 1fr; }
  .access-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .map-card img { aspect-ratio: 1.08; }
  .training-section { padding: 80px 22px; }
  .training-inner { gap: 44px; }
  .training-section p:not(.eyebrow) { font-size: 12px; }
  .final-cta { padding: 90px 22px; }
  .final-cta h2 { font-size: 34px; }
  .site-footer { display: block; padding: 40px 22px; text-align: center; }
  .site-footer .brand { justify-content: center; }
  .site-footer > small { display: block; margin-top: 24px; }
  .mobile-booking {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 52px;
    color: #fff;
    background: var(--wine);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    box-shadow: 0 13px 30px rgba(77, 20, 37, .34);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
  }
}

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