:root {
  --ink: #14211e;
  --forest: #173e35;
  --forest-deep: #0d2a24;
  --moss: #687b5d;
  --sand: #f3efe6;
  --paper: #fbfaf6;
  --clay: #ae6546;
  --gold: #c6a76a;
  --line: rgba(20, 33, 30, .16);
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", Georgia, serif;
  --sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .035em;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 16px;
  background: #fff;
  transition: top .2s;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 104px;
  padding: 0 clamp(24px, 4vw, 72px);
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(270px, 1fr);
  align-items: center;
  gap: 28px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.24);
  transition: height .35s, background .35s, color .35s, box-shadow .35s;
}
.site-header.is-scrolled {
  height: 76px;
  color: var(--ink);
  background: rgba(251,250,246,.96);
  border-bottom-color: transparent;
  box-shadow: 0 8px 30px rgba(8,28,22,.09);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.brand-mark { font-family: var(--serif); font-size: 1.45rem; letter-spacing: .18em; }
.brand-sub { margin-top: 8px; font-size: .54rem; letter-spacing: .25em; opacity: .8; }
.global-nav { display: flex; align-items: center; gap: clamp(20px, 2.1vw, 38px); }
.global-nav a {
  position: relative;
  font-size: .78rem;
  letter-spacing: .1em;
  white-space: nowrap;
}
.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transition: right .25s;
}
.global-nav a:hover::after, .global-nav a:focus-visible::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.25; }
.header-phone small { font-size: .58rem; letter-spacing: .12em; opacity: .72; }
.header-phone span { margin-top: 5px; font-family: var(--serif); font-size: 1.02rem; letter-spacing: .06em; }
.button {
  min-height: 52px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.button:hover { transform: translateY(-2px); }
.button--reserve { min-height: 48px; color: #fff; background: var(--clay); }
.button--light { color: var(--forest-deep); background: #fff; }
.button--light:hover { color: #fff; background: var(--clay); }
.button--outline-light { color: #fff; border-color: rgba(255,255,255,.65); }
.button--outline-light:hover { color: var(--forest-deep); background: #fff; border-color: #fff; }
.button--dark { color: #fff; background: var(--forest); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  height: max(740px, 100svh);
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background: var(--forest-deep);
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,20,16,.72) 0%, rgba(5,20,16,.32) 48%, rgba(5,20,16,.12) 78%),
    linear-gradient(0deg, rgba(5,20,16,.5) 0%, transparent 45%);
}
.hero-content {
  position: absolute;
  left: clamp(28px, 9vw, 160px);
  top: 50%;
  max-width: 760px;
  transform: translateY(-42%);
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--moss);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .3em;
}
.eyebrow--light { color: rgba(255,255,255,.82); }
.eyebrow--gold { color: var(--gold); }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.25rem, 6vw, 6.8rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: .08em;
}
.hero h1 em { font-style: normal; }
.hero-lead { margin: 30px 0 0; font-family: var(--serif); font-size: clamp(.95rem, 1.3vw, 1.15rem); line-height: 2.05; }
.hero-buttons { margin-top: 40px; display: flex; align-items: center; gap: 34px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
}
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: #fff; }
.hero-note {
  position: absolute;
  right: clamp(22px, 4vw, 68px);
  bottom: 45px;
  display: flex;
  gap: 24px;
  font-size: .58rem;
  letter-spacing: .18em;
  opacity: .74;
}
.scroll-guide {
  position: absolute;
  left: clamp(24px, 4vw, 72px);
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: .55rem;
  letter-spacing: .25em;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
.scroll-guide i { display: block; width: 72px; height: 1px; background: rgba(255,255,255,.65); }

.quick-facts {
  position: relative;
  z-index: 4;
  width: min(90%, 1100px);
  min-height: 122px;
  margin: -61px auto 0;
  padding: 24px 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.25fr;
  align-items: center;
  color: #fff;
  background: var(--forest);
  box-shadow: 0 24px 60px rgba(12,42,35,.2);
}
.quick-facts > div { display: flex; align-items: baseline; justify-content: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.17); }
.quick-facts strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.quick-facts span { font-size: .73rem; letter-spacing: .09em; }
.quick-facts > a { justify-self: center; display: flex; gap: 20px; align-items: center; font-size: .76rem; font-weight: 600; }

.section { padding: clamp(95px, 11vw, 170px) clamp(24px, 5vw, 80px); }
.intro {
  width: min(100%, 1460px);
  margin: auto;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
}
.intro-copy { max-width: 520px; justify-self: end; }
.intro h2, .section-heading h2, .dining h2, .experience h2, .access h2, .closing h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .08em;
}
.intro-copy > p:not(.eyebrow) { margin: 32px 0 38px; color: #4d5854; line-height: 2.25; }
.intro-visual { position: relative; min-height: 650px; }
.intro-photo { margin: 0; overflow: hidden; }
.intro-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.intro-photo:hover img { transform: scale(1.03); }
.intro-photo--main { position: absolute; inset: 0 0 70px 14%; }
.intro-photo--sub { position: absolute; left: 0; bottom: 0; width: 39%; height: 43%; border: 12px solid var(--paper); border-left: 0; border-bottom: 0; }
.vertical-note { position: absolute; right: -32px; bottom: 0; margin: 0; font-family: var(--serif); font-size: .8rem; line-height: 2; letter-spacing: .16em; writing-mode: vertical-rl; }

.stay { background: var(--sand); }
.section-heading {
  width: min(100%, var(--max));
  margin: 0 auto 66px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
}
.section-heading > p { max-width: 400px; margin: 0 0 7px; color: #59625d; font-size: .9rem; }
.stay-grid {
  width: min(100%, var(--max));
  margin: auto;
  display: grid;
  grid-template-columns: 1.35fr .8fr;
  gap: 18px;
}
.stay-card { position: relative; min-height: 590px; overflow: hidden; background: #ccc; }
.stay-card a, .stay-card img, .stay-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.stay-card img { object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.stay-card-shade { background: linear-gradient(0deg, rgba(7,25,21,.78), transparent 62%); }
.stay-card-copy { position: absolute; left: clamp(24px, 4vw, 50px); right: 24px; bottom: 40px; color: #fff; }
.stay-card-copy p { margin: 0 0 5px; font-size: .58rem; letter-spacing: .25em; opacity: .78; }
.stay-card-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.15rem); font-weight: 400; letter-spacing: .12em; }
.stay-card-copy span { display: block; margin-top: 5px; font-size: .75rem; }
.stay-card-copy i { position: absolute; right: 0; bottom: 2px; font-size: .72rem; font-style: normal; letter-spacing: .1em; }
.stay-card:hover img { transform: scale(1.04); }
.stay-features {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(20,33,30,.13);
  border-top: 0;
}
.stay-features span { padding: 22px 18px; font-size: .72rem; text-align: center; border-right: 1px solid rgba(20,33,30,.13); }
.stay-features span:last-child { border-right: 0; }
.stay-features b { margin-right: 12px; color: var(--clay); font-family: var(--serif); font-size: .7rem; }

.dining {
  position: relative;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
  color: #fff;
  background: var(--forest-deep);
  overflow: hidden;
}
.dining::before {
  content: "UKEN";
  position: absolute;
  left: -30px;
  bottom: -120px;
  color: rgba(255,255,255,.025);
  font-family: var(--serif);
  font-size: 28vw;
  line-height: 1;
}
.dining-copy { position: relative; z-index: 2; max-width: 490px; justify-self: end; }
.dining-copy > p:not(.eyebrow):not(.dining-note) { margin: 30px 0; color: rgba(255,255,255,.7); line-height: 2.2; }
.hours { margin: 30px 0 15px; border-top: 1px solid rgba(255,255,255,.18); }
.hours div { padding: 13px 0; display: grid; grid-template-columns: 55px 1fr; border-bottom: 1px solid rgba(255,255,255,.18); }
.hours dt { color: var(--gold); }
.hours dd { margin: 0; font-family: var(--serif); letter-spacing: .08em; }
.dining-note { margin: 0 0 32px; color: rgba(255,255,255,.58); font-size: .72rem; }
.food-gallery {
  position: relative;
  z-index: 2;
  height: 700px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.food-photo {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: #213;
}
.food-photo--main { grid-row: 1 / 3; }
.food-photo--wide { display: none; }
.food-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .55s; }
.food-photo:hover img { transform: scale(1.04); filter: brightness(.86); }

.experience { padding-left: 0; display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(60px, 9vw, 150px); align-items: center; }
.experience-photo { height: 700px; overflow: hidden; }
.experience-photo video { width: 100%; height: 100%; object-fit: cover; }
.experience-copy { max-width: 430px; padding-right: 24px; }
.experience-copy > p:not(.eyebrow) { margin: 28px 0 38px; color: #59625d; line-height: 2.2; }

.access { background: var(--sand); }
.access-heading { width: min(100%, var(--max)); margin: auto; }
.access-grid {
  width: min(100%, var(--max));
  margin: 65px auto 0;
  padding-top: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.access-address { display: grid; grid-template-columns: 1.25fr 1.3fr; gap: 0 40px; }
.access-name { grid-row: span 3; margin: 0; font-family: var(--serif); line-height: 1.7; }
.access-name strong { font-size: 1.4rem; font-weight: 400; }
.access-address address { margin-bottom: 12px; font-size: .82rem; font-style: normal; line-height: 1.9; }
.access-address > a { width: max-content; font-size: .8rem; border-bottom: 1px solid var(--line); }
.access-route { padding-left: 70px; border-left: 1px solid var(--line); }
.access-route p { margin: 0 0 26px; font-family: var(--serif); line-height: 2; }

.closing {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.closing-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(4,22,17,.5), rgba(4,22,17,.67)),
    url("/wp/wp-content/uploads/2024/02/P1023804-scaled.jpg") center 45% / cover;
  transition: transform 1.2s;
}
.closing:hover .closing-bg { transform: scale(1.02); }
.closing-content { position: relative; z-index: 2; padding: 80px 24px; }
.closing-content h2 { font-size: clamp(2.4rem, 5vw, 5rem); }
.closing-content > div { margin-top: 42px; display: flex; justify-content: center; gap: 12px; }

.site-footer { padding: 80px clamp(24px, 5vw, 80px) 28px; color: #fff; background: #091f1a; }
.footer-main {
  width: min(100%, var(--max));
  margin: auto;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 80px;
}
.footer-brand p { margin: 0; font-family: var(--serif); font-size: 2rem; letter-spacing: .18em; }
.footer-brand span { display: block; margin-top: 12px; color: rgba(255,255,255,.55); font-size: .58rem; letter-spacing: .22em; }
.footer-main nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-main nav div { display: flex; flex-direction: column; gap: 13px; }
.footer-main nav a { color: rgba(255,255,255,.72); font-size: .72rem; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom {
  width: min(100%, var(--max));
  margin: auto;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.38);
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .55rem;
  letter-spacing: .16em;
}
.mobile-actions { display: none; }

.lightbox {
  max-width: min(92vw, 1100px);
  max-height: 92vh;
  padding: 0;
  border: 0;
  overflow: visible;
  background: transparent;
}
.lightbox::backdrop { background: rgba(3,15,12,.9); backdrop-filter: blur(4px); }
.lightbox img { max-width: 92vw; max-height: 86vh; object-fit: contain; }
.lightbox button {
  position: absolute;
  right: 0;
  top: -48px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .global-nav, .header-phone { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: currentColor;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span { width: 26px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .global-nav.is-open {
    position: fixed;
    inset: 0;
    z-index: -1;
    padding: 135px 8vw 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    color: #fff;
    background: var(--forest-deep);
  }
  .global-nav.is-open a { width: 100%; padding: 18px 0; font-family: var(--serif); font-size: 1.35rem; border-bottom: 1px solid rgba(255,255,255,.14); }
  .quick-facts { width: 94%; }
  .intro { grid-template-columns: .9fr 1.1fr; gap: 60px; }
  .dining { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .food-gallery { height: 580px; }
  .experience { grid-template-columns: 1.15fr .85fr; gap: 60px; }
  .experience-photo { height: 600px; }
}

@media (max-width: 820px) {
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .site-header, .site-header.is-scrolled { height: 72px; padding: 0 20px; }
  .header-actions { display: none; }
  .brand-mark { font-size: 1.2rem; }
  .hero { height: 92svh; min-height: 630px; }
  .hero-content { left: 25px; right: 25px; transform: translateY(-38%); }
  .hero h1 { font-size: clamp(2.85rem, 12vw, 4.8rem); line-height: 1.3; }
  .hero-lead br { display: none; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-note, .scroll-guide { display: none; }
  .quick-facts {
    width: calc(100% - 28px);
    min-height: 0;
    margin-top: -34px;
    padding: 21px 16px;
    grid-template-columns: repeat(3, 1fr);
  }
  .quick-facts > div { padding: 0 8px; flex-direction: column; align-items: center; gap: 0; text-align: center; }
  .quick-facts strong { font-size: 1.6rem; }
  .quick-facts span { font-size: .6rem; line-height: 1.5; }
  .quick-facts > a { display: none; }
  .section { padding: 90px 22px; }
  .intro { display: flex; flex-direction: column; gap: 55px; }
  .intro-copy { max-width: none; }
  .intro h2, .section-heading h2, .dining h2, .experience h2, .access h2 { font-size: clamp(2rem, 9vw, 3.2rem); }
  .intro-visual { width: 100%; min-height: 480px; }
  .intro-photo--main { inset: 0 0 50px 8%; }
  .intro-photo--sub { width: 44%; height: 40%; border-width: 8px; }
  .vertical-note { display: none; }
  .section-heading { margin-bottom: 38px; display: block; }
  .section-heading > p { margin-top: 20px; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card { min-height: 500px; }
  .stay-card:not(.stay-card--large) { min-height: 420px; }
  .stay-features { grid-template-columns: 1fr 1fr; }
  .stay-features span:nth-child(2) { border-right: 0; }
  .stay-features span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .dining { display: flex; flex-direction: column; gap: 60px; }
  .dining-copy { max-width: none; }
  .food-gallery { width: 100%; height: 620px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr .75fr; gap: 7px; }
  .food-photo--main { grid-column: 1 / 3; grid-row: auto; }
  .food-photo--wide { display: block; grid-column: 1 / 3; }
  .experience { padding-left: 0; padding-right: 0; display: flex; flex-direction: column; gap: 55px; }
  .experience-photo { width: 100%; height: 55svh; min-height: 420px; }
  .experience-copy { padding: 0 22px; }
  .access-grid { grid-template-columns: 1fr; gap: 40px; }
  .access-address { grid-template-columns: 1fr; }
  .access-name { grid-row: auto; margin-bottom: 28px; }
  .access-route { padding: 35px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .closing { min-height: 580px; }
  .closing-content > div { align-items: center; flex-direction: column; }
  .closing-content .button { width: min(100%, 280px); }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
  .footer-main nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .mobile-actions {
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    height: calc(58px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    color: #fff;
    box-shadow: 0 -6px 25px rgba(0,0,0,.12);
  }
  .mobile-actions a { display: grid; place-items: center; font-size: .76rem; font-weight: 600; letter-spacing: .1em; background: var(--forest); }
  .mobile-actions a:last-child { background: var(--clay); }
}

@media (max-width: 480px) {
  .hero h1 { letter-spacing: .04em; }
  .hero-lead { font-size: .88rem; }
  .intro-visual { min-height: 400px; }
  .stay-card { min-height: 430px; }
  .stay-card-copy i { position: static; display: block; margin-top: 18px; }
  .stay-features { grid-template-columns: 1fr; }
  .stay-features span { border-right: 0; border-bottom: 1px solid var(--line); }
  .food-gallery { height: 540px; }
  .footer-main nav { grid-template-columns: 1fr; }
}
