/* Access page: raster UI assets only, no generated CSS pseudo-elements. */
* {
  box-sizing: border-box;
}

html {
  background: #171512;
  scroll-behavior: smooth;
}

body.access-body {
  --access-paper: #fbf8f2;
  --access-ink: #302b26;
  --access-muted: #6f6559;
  --access-gold: #ad8147;
  --access-line: rgba(173, 129, 71, 0.3);
  min-height: 100vh;
  margin: 0;
  color: var(--access-ink);
  background: #171512;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.access-body a {
  color: inherit;
}

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

body.access-body button {
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
}

body.access-body .page-shell {
  position: relative;
  width: min(100%, 460px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  color: var(--access-ink);
  background: var(--access-paper);
  border-radius: 8px;
}

/* Header */
body.access-body .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  height: 88px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.access-body .nav-wrap {
  position: relative;
  min-height: 88px;
  padding: 13px 54px 0 24px;
}

body.access-body .brand {
  position: absolute;
  left: 24px;
  top: 15px;
  z-index: 4;
  display: block;
  text-decoration: none;
}

body.access-body .brand-copy {
  display: block;
}

body.access-body .brand-copy-script strong {
  display: block;
  color: #9f743e;
  font-family: "Parisienne", cursive;
  font-size: 2.42rem;
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: 0;
}

body.access-body .brand-copy-script small {
  display: block;
  margin-top: -7px;
  padding-left: 43px;
  color: #9f743e;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.5rem;
  letter-spacing: 0.28em;
  line-height: 1;
}

.access-nav-note {
  position: absolute;
  right: 52px;
  top: 34px;
  z-index: 3;
  color: #6f6559;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.5rem;
  line-height: 1;
  white-space: nowrap;
}

body.access-body .menu-toggle {
  position: absolute;
  right: 18px;
  top: 29px;
  z-index: 7;
  display: inline-flex;
  width: 22px;
  height: 15px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

body.access-body .menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ad8147;
}

body.access-body .site-nav {
  position: absolute;
  right: 18px;
  top: 58px;
  z-index: 8;
  display: flex;
  width: 178px;
  padding: 16px 18px;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(251, 248, 242, 0.97);
  border: 1px solid rgba(173, 129, 71, 0.22);
  box-shadow: 0 18px 38px rgba(64, 50, 32, 0.1);
}

body.access-body .site-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.access-body .site-nav a {
  color: var(--access-ink);
  font-family: "Cormorant Garamond", "Yu Mincho", serif;
  font-size: 0.82rem;
  line-height: 1.2;
  text-decoration: none;
}

body.access-body .site-nav .nav-cta {
  color: var(--access-gold);
}

.access-main {
  padding-top: 0;
  background: var(--access-paper);
}

/* Hero */
.access-hero {
  position: relative;
  min-height: 666px;
  padding: 142px 0 60px 46px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.98) 0 43%, rgba(251, 248, 242, 0.7) 58%, rgba(251, 248, 242, 0.14) 100%),
    #fbf8f2;
}

.access-script-ghost {
  position: absolute;
  z-index: 1;
  margin: 0;
  color: rgba(173, 129, 71, 0.1);
  font-family: "Parisienne", cursive;
  font-size: 7.1rem;
  font-weight: 400;
  line-height: 0.72;
  pointer-events: none;
}

.access-hero > .access-script-ghost {
  left: 42px;
  top: 116px;
  transform: rotate(-8deg);
}

.access-hero-copy {
  position: relative;
  z-index: 5;
  width: 176px;
}

.access-kicker,
.access-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--access-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.64rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.access-rule {
  display: inline-block;
  width: 34px;
  height: 1px;
  flex: 0 0 34px;
  background: var(--access-line);
}

.access-title-rule {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 17px;
  background: rgba(173, 129, 71, 0.56);
}

.access-hero h1 {
  margin: 34px 0 0;
  color: #3b3834;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.72rem;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
}

.access-subtitle {
  width: 154px;
  margin: 24px 0 0;
  color: #a67d49;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.72;
}

.access-lead {
  width: 160px;
  margin: 26px 0 0;
  color: #5f574f;
  font-size: 0.72rem;
  line-height: 2.05;
}

.access-hero-photo {
  position: absolute;
  right: -66px;
  top: 116px;
  z-index: 2;
  width: 300px;
  height: 505px;
  margin: 0;
  overflow: hidden;
  border-radius: 152px 0 0 0;
}

.access-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
  filter: saturate(0.76) brightness(1.08) contrast(0.94);
}

/* Location band */
.access-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48%;
  min-height: 312px;
  overflow: hidden;
  color: #fffaf2;
  background: #586354;
}

.access-area-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 46px 22px 42px 40px;
}

.access-ui-icon {
  object-fit: contain;
}

.access-area-icon {
  width: 29px;
  height: 42px;
  margin: 0 0 16px 3px;
}

.access-area .access-kicker {
  color: #d8bd8e;
}

.access-area .access-rule {
  background: rgba(216, 189, 142, 0.5);
}

.access-area-copy h2 {
  margin: 22px 0 0;
  color: #fffaf2;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0;
}

.access-area-copy p {
  margin: 18px 0 0;
  color: rgba(255, 250, 242, 0.88);
  font-size: 0.64rem;
  line-height: 2.05;
}

.access-area-note {
  color: #d8bd8e;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.55rem;
  line-height: 1.2;
}

.access-area-photo {
  min-height: 312px;
  margin: 0;
  overflow: hidden;
}

.access-area-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 61%;
  filter: saturate(0.74) brightness(1.08) contrast(0.93);
}

/* Flow */
.access-flow {
  position: relative;
  min-height: 600px;
  padding: 60px 50px 54px;
  overflow: hidden;
  background: #fbf8f2;
}

.access-flow .access-section-label,
.access-flow h2,
.access-flow-list,
.access-flow-note {
  position: relative;
  z-index: 3;
}

.access-flow h2 {
  margin: 14px 0 34px;
  color: var(--access-ink);
  font-size: 1.48rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.access-route-map-img {
  position: absolute;
  right: -96px;
  top: 70px;
  z-index: 1;
  width: 302px;
  height: auto;
  opacity: 0.24;
  pointer-events: none;
}

.access-flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.access-flow-list li {
  display: grid;
  grid-template-columns: 52px 45px minmax(0, 1fr);
  min-height: 116px;
  gap: 17px;
  align-items: center;
  padding: 0;
  border-top: 1px solid var(--access-line);
}

.access-flow-list li:last-child {
  border-bottom: 1px solid var(--access-line);
}

.access-flow-number {
  color: var(--access-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.82rem;
  line-height: 1;
}

.access-flow-icon {
  width: 34px;
  height: 34px;
  justify-self: center;
  opacity: 0.94;
}

.access-flow-list div {
  min-width: 0;
}

.access-flow-list strong {
  display: block;
  color: var(--access-ink);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.45;
}

.access-flow-list p {
  margin: 9px 0 0;
  color: var(--access-muted);
  font-size: 0.56rem;
  line-height: 1.9;
}

.access-flow-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 30px 0 0;
  padding-top: 25px;
  border-top: 1px solid var(--access-line);
  color: #5f574f;
  font-size: 0.68rem;
  line-height: 1.9;
  text-align: center;
}

.access-flow-note span:nth-child(2) {
  min-width: 0;
}

.access-note-rule {
  display: inline-block;
  width: 52px;
  height: 1px;
  flex: 0 0 52px;
  background: var(--access-line);
}

/* Reservation CTA */
.access-reserve-cta {
  position: relative;
  min-height: 260px;
  padding: 52px 45px 54px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.78), rgba(251, 248, 242, 0.5)),
    url("./assets/photos/access-reserve-cta-v1.webp") center / cover no-repeat;
}

.access-reserve-cta .access-script-ghost {
  display: none;
}

.access-reserve-cta h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #514b43;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.access-reserve-cta a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 206px;
  min-height: 58px;
  margin-top: 28px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  color: #fffaf2;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.26rem;
  line-height: 1;
  text-decoration: none;
  background: #7b856f;
  box-shadow: 0 18px 34px rgba(64, 50, 32, 0.12);
}

.access-cta-arrow {
  width: 31px;
  height: auto;
  opacity: 0.78;
}

/* Footer */
body.access-body .site-footer {
  padding: 34px 34px 38px;
  color: rgba(255, 250, 242, 0.88);
  background: #596353;
  text-align: left;
}

body.access-body .site-footer p {
  margin: 0;
  color: rgba(255, 250, 242, 0.88);
  font-family: "Cormorant Garamond", "Yu Mincho", serif;
  font-size: 0.72rem;
  line-height: 1.6;
}

body.access-body .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

body.access-body .site-footer a {
  color: rgba(255, 250, 242, 0.78);
  text-decoration: none;
}

/* Mobile adjustments */
@media (max-width: 430px) {
  body.access-body .page-shell {
    border-radius: 0;
  }

  body.access-body .nav-wrap {
    padding-left: 24px;
  }

  .access-hero {
    min-height: 640px;
    padding-left: 34px;
  }

  .access-hero > .access-script-ghost {
    left: 34px;
    top: 112px;
    font-size: 6.4rem;
  }

  .access-hero-copy {
    width: 168px;
  }

  .access-hero h1 {
    font-size: 3.34rem;
  }

  .access-lead {
    width: 150px;
    font-size: 0.62rem;
  }

  .access-hero-photo {
    right: -52px;
    width: 238px;
    height: 440px;
  }

  .access-area {
    grid-template-columns: 50% 50%;
  }

  .access-area-copy {
    padding-left: 34px;
    padding-right: 16px;
  }

  .access-area-copy h2 {
    font-size: 0.91rem;
  }

  .access-area-copy p {
    font-size: 0.58rem;
  }

  .access-flow {
    padding-left: 34px;
    padding-right: 34px;
  }

  .access-route-map-img {
    right: -118px;
    width: 292px;
  }

  .access-flow-list li {
    grid-template-columns: 44px 40px minmax(0, 1fr);
    gap: 12px;
  }

  .access-flow-number {
    font-size: 1.5rem;
  }

  .access-flow-icon {
    width: 31px;
    height: 31px;
  }

  .access-flow-list strong {
    font-size: 0.84rem;
  }

  .access-flow-list p {
    font-size: 0.51rem;
  }

  .access-note-rule {
    width: 34px;
    flex-basis: 34px;
  }

  .access-reserve-cta {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media (max-width: 374px) {
  .access-hero {
    padding-left: 28px;
  }

  .access-hero-photo {
    right: -54px;
  }

  .access-area-copy,
  .access-flow,
  .access-reserve-cta {
    padding-left: 28px;
    padding-right: 28px;
  }

  .access-flow-list li {
    grid-template-columns: 38px 34px minmax(0, 1fr);
    gap: 10px;
  }
}

/* Completion pass: tighten mobile width and make the access story easier to scan. */
@media (max-width: 430px) {
  .access-hero {
    min-height: 612px;
    padding-left: 30px;
    contain: paint;
  }

  .access-hero > .access-script-ghost {
    left: 28px;
    max-width: 318px;
    overflow: hidden;
    font-size: 5.7rem;
  }

  .access-hero-copy {
    width: 162px;
  }

  .access-subtitle {
    width: 148px;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .access-lead {
    width: 144px;
    font-size: 0.58rem;
    line-height: 2;
  }

  .access-hero-photo {
    right: -22px;
    top: 124px;
    width: 210px;
    height: 414px;
  }

  .access-area {
    grid-template-columns: 52% 48%;
    min-height: 286px;
  }

  .access-area-copy {
    padding: 38px 14px 34px 30px;
  }

  .access-area-copy h2 {
    margin-top: 18px;
    font-size: 0.84rem;
    line-height: 1.75;
  }

  .access-area-copy p {
    margin-top: 14px;
    font-size: 0.52rem;
    line-height: 1.9;
  }

  .access-flow {
    min-height: auto;
    padding: 52px 30px 48px;
    contain: paint;
  }

  .access-route-map-img {
    right: -42px;
    width: 210px;
  }

  .access-flow-list li {
    grid-template-columns: 38px 34px minmax(0, 1fr);
    gap: 10px;
    min-height: 104px;
  }

  .access-flow-note {
    gap: 10px;
    font-size: 0.58rem;
  }
}

/* Final containment pass for visible raster assets. */
@media (max-width: 430px) {
  .access-hero-photo {
    right: 0;
    width: 188px;
    height: 414px;
  }

  .access-route-map-img {
    right: 0;
    width: 168px;
  }
}

/* Final shared right-side menu styling. */
body.access-body .site-nav {
  position: absolute !important;
  top: 56px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 118 !important;
  display: flex !important;
  width: 184px !important;
  max-width: calc(100vw - 42px) !important;
  padding: 12px 16px 14px !important;
  flex-direction: column !important;
  gap: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  color: #302b26 !important;
  background: rgba(251, 248, 242, 0.985) !important;
  border: 1px solid rgba(176, 131, 77, 0.26) !important;
  border-radius: 0 !important;
  box-shadow: 0 22px 42px rgba(61, 49, 35, 0.13) !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: translate3d(0, -4px, 0) !important;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
}

body.access-body .site-nav.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) !important;
}

body.access-body .site-nav a,
body.access-body .site-nav .nav-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 24px !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #2f2a25 !important;
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
  font-size: 0.92rem !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(176, 131, 77, 0.2) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.access-body .site-nav a::after {
  content: "" !important;
  display: block !important;
  width: 21px !important;
  height: 1px !important;
  justify-self: end !important;
  background: rgba(176, 131, 77, 0.62) !important;
}

body.access-body .site-nav a:last-child {
  color: #69745f !important;
  border-bottom: 0 !important;
}

body.access-body .menu-toggle span {
  transform-origin: center !important;
  transition: transform 180ms ease !important;
}

body.access-body .menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(18deg) !important;
}

body.access-body .menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-18deg) !important;
}
