:root {
  --ink: #17201e;
  --paper: #f0eee8;
  --cream: #faf8f2;
  --sea: #75a7aa;
  --lime: #bfd073;
  --line: rgba(23, 32, 30, .18);
  --sans: "DM Sans", "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 500; background: var(--ink); pointer-events: none; animation: page-curtain 1.15s .08s var(--ease) forwards; }
body.is-translating [data-t] { opacity: .12; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
[data-t] { transition: opacity .18s ease; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; background: #fff; padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; inset: 0 auto auto 0; width: 0; height: 3px; z-index: 300; background: var(--lime); }
.section-pad { padding: clamp(88px, 10vw, 160px) max(24px, 5vw); }
.kicker { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.fade-in-up { opacity: 0; transform: translateY(38px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.fade-in-up.is-visible { opacity: 1; transform: none; }
.reveal-image { opacity: 1; transition: opacity 1.05s ease; }
.reveal-image img { transform: scale(1.075); transition: transform 1.5s var(--ease); }
.reveal-image.is-visible { opacity: 1; }
.reveal-image.is-visible img { transform: scale(1); }
.reveal-image iframe { opacity: 1; transform: scale(1.035); transition: opacity .8s .2s ease, transform 1.25s var(--ease); }
.reveal-image.is-visible iframe { opacity: 1; transform: scale(1); }
.is-jp-styled { letter-spacing: 0 !important; }
[data-jp-title].is-jp-styled > .title-line, [data-jp-title].is-jp-styled > .title-inline { display: flex; flex-wrap: nowrap; align-items: baseline; gap: .09em; }
.jp-char { display: inline-block; flex: 0 0 auto; letter-spacing: 0; }
.jp-kanji { font-size: 1.08em; }
.jp-hira { font-size: .9em; transform: translateY(-.03em); }
[data-jp-title] .jp-char { opacity: 0; }
.fade-in-up.is-visible [data-jp-title] .jp-char,
.fade-in-up.is-visible[data-jp-title] .jp-char,
.feature__copy.is-visible [data-jp-title] .jp-char { animation: title-character-in .62s var(--ease) forwards; animation-delay: calc(var(--char-index) * 34ms + 120ms); }

@keyframes page-curtain { 0% { transform: translateY(0); } 100% { transform: translateY(-102%); } }
@keyframes title-character-in { from { opacity: 0; transform: translateY(.45em); } to { opacity: 1; transform: translateY(0); } }

.header { position: fixed; inset: 0 0 auto 0; z-index: 200; height: 88px; padding: 18px max(24px, 3.2vw); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; transition: background .35s ease, height .35s ease, color .35s ease; }
.header::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to bottom, rgba(0,0,0,.35), transparent); }
.header.is-scrolled { height: 68px; background: rgba(240,238,232,.92); color: var(--ink); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header.is-scrolled::after { opacity: 0; }
.brand { width: 74px; height: 44px; display: flex; align-items: center; }
.brand img { object-fit: contain; filter: brightness(0) invert(1); transition: filter .35s ease; }
.header.is-scrolled .brand img { filter: brightness(0); }
.header__meta { display: flex; align-items: center; gap: 18px; font-size: 9px; letter-spacing: .16em; }
.header__meta span + span { padding-left: 18px; border-left: 1px solid currentColor; }
.lang-selector { justify-self: end; display: flex; gap: 2px; padding: 3px; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; }
.header.is-scrolled .lang-selector { border-color: var(--line); }
.lang-btn { border: 0; border-radius: 99px; background: transparent; color: inherit; min-width: 36px; padding: 7px 8px; font-size: 10px; font-weight: 600; letter-spacing: .08em; cursor: pointer; }
.lang-btn.is-active { background: #fff; color: var(--ink); }
.header.is-scrolled .lang-btn.is-active { background: var(--ink); color: #fff; }

.hero { min-height: 100svh; position: relative; display: flex; color: #fff; overflow: hidden; }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media img { object-position: center 54%; transform: scale(1.03); animation: hero-reveal 1.7s var(--ease) both; }
.hero__shade { background: linear-gradient(180deg, rgba(8,18,20,.1) 25%, rgba(8,18,20,.78) 100%), linear-gradient(90deg, rgba(8,18,20,.28), transparent 60%); }
.hero__eyebrow { position: absolute; z-index: 2; top: 118px; left: max(24px, 5vw); right: max(24px, 5vw); display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .18em; animation: hero-copy-in .9s .5s var(--ease) both; }
.hero__content { position: relative; z-index: 2; width: 100%; margin-top: auto; padding: 0 max(24px, 5vw) clamp(40px, 5vw, 74px); }
.hero__title { max-width: 940px; font-family: var(--serif); font-size: clamp(2.8rem, 4.6vw, 4.8rem); line-height: 1.1; letter-spacing: -.035em; font-weight: 400; text-shadow: 0 2px 28px rgba(0,0,0,.18); animation: hero-copy-in 1s .62s var(--ease) both; }
.hero__bottom { display: grid; grid-template-columns: minmax(280px, 560px) 1fr; gap: 40px; align-items: end; margin-top: clamp(26px, 3.5vw, 48px); border-top: 1px solid rgba(255,255,255,.45); padding-top: 20px; animation: hero-copy-in 1s .76s var(--ease) both; }
.hero__sub { max-width: 54ch; font-family: var(--serif); font-size: clamp(14px, 1.4vw, 19px); letter-spacing: .04em; }
.hero__scroll { justify-self: end; display: flex; align-items: center; gap: 18px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero__scroll i { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; font-style: normal; transition: transform .3s ease, background .3s ease; }
.hero__scroll:hover i { transform: translateY(4px); background: #fff; color: var(--ink); }
@keyframes hero-reveal { from { opacity: .2; transform: scale(1.12); } to { opacity: 1; transform: scale(1.03); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.opening-strip { min-height: 64px; padding: 16px max(24px, 5vw); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .16em; }
.opening-strip strong { margin-left: 10px; font-size: 14px; }

.signature__intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); column-gap: clamp(48px, 8vw, 128px); row-gap: 24px; align-items: end; padding-left: clamp(16px, 1.5vw, 24px); border-left: 1px solid var(--line); }
.signature__intro > .kicker { grid-column: 1 / -1; }
.signature__intro h2 { grid-column: 1; font-family: var(--serif); font-size: clamp(2.5rem, 4.4vw, 4.2rem); line-height: 1.2; font-weight: 400; letter-spacing: -.035em; }
.signature__intro h2 > .title-line { display: block; white-space: nowrap; }
.signature__intro > p:last-child { grid-column: 2; max-width: 32ch; padding-bottom: .45em; font-size: 14px; }
.feature { min-height: 88vh; display: grid; grid-template-columns: 1.42fr .58fr; }
.feature--dark { grid-template-columns: .58fr 1.42fr; background: var(--ink); color: #fff; }
.feature--dark .feature__image { order: 2; }
.feature--dark .feature__copy { border-left: 1px solid rgba(255,255,255,.18); }
.feature--light { background: #dce4d6; }
.feature--light .feature__image { order: 2; }
.feature__image { position: relative; min-height: 720px; overflow: hidden; }
.feature__image img { transition: transform 1.2s var(--ease); }
.feature:hover .feature__image img { transform: scale(1.025); }
.feature__number { position: absolute; top: 24px; left: 24px; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(10,10,10,.25); border: 1px solid rgba(255,255,255,.55); font-size: 11px; backdrop-filter: blur(8px); }
.feature__copy { align-self: end; padding: clamp(44px, 6vw, 96px) clamp(28px, 5vw, 76px); }
.feature__copy h3 { font-family: var(--serif); font-size: clamp(2.3rem, 4.1vw, 5rem); line-height: 1.25; font-weight: 400; margin: 22px 0 34px; }
.feature__copy > p:last-child { max-width: 35ch; font-size: 14px; opacity: .72; }

.visual-break { padding: clamp(88px, 11vw, 170px) max(24px, 5vw); display: grid; grid-template-columns: 1.3fr .62fr .62fr; gap: clamp(14px, 2vw, 32px); align-items: end; background: var(--cream); }
.visual-break figure { position: relative; }
.visual-break__wide { height: min(65vw, 820px); }
.visual-break__portrait { height: min(49vw, 660px); margin-bottom: 7vw; }
.visual-break__detail { height: min(36vw, 480px); }
.visual-break figcaption { margin-top: 12px; font-size: 9px; letter-spacing: .18em; }

.menu { background: var(--ink); color: #fff; }
.menu__heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); column-gap: clamp(48px, 8vw, 128px); row-gap: 24px; align-items: end; padding: 0 0 clamp(64px, 8vw, 120px) clamp(16px, 1.5vw, 24px); border-left: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.22); }
.menu__heading > .kicker { grid-column: 1 / -1; }
.menu__heading h2 { grid-column: 1; font-size: clamp(3.2rem, 7vw, 7.4rem); font-weight: 400; line-height: .88; letter-spacing: -.06em; }
.menu__heading > p:last-child { grid-column: 2; max-width: 30ch; padding-bottom: .35em; font-size: 14px; opacity: .66; }
.menu__body { padding-left: 25%; }
.menu-category { display: grid; grid-template-columns: minmax(210px, .72fr) 1.28fr; gap: 5vw; padding: 54px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.menu-category__head { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.menu-category__head h3 { font-size: clamp(1.35rem, 2.2vw, 2.3rem); font-weight: 400; }
.menu-category__head span { font-size: 10px; opacity: .55; }
.menu__body.is-visible .menu-category { animation: menu-row-in .7s var(--ease) both; }
.menu__body.is-visible .menu-category:nth-child(2) { animation-delay: .12s; }
.menu__body.is-visible .menu-category:nth-child(3) { animation-delay: .24s; }
.menu-category > .menu-item { grid-column: 2; }
.menu-item { display: flex; align-items: baseline; gap: 12px; font-family: var(--serif); font-size: clamp(14px, 1.2vw, 17px); }
.menu-item i { flex: 1; border-bottom: 1px dotted rgba(255,255,255,.24); }
.menu-item strong { font-family: var(--sans); font-size: 13px; font-weight: 500; }
.menu-special__content strong { display: block; font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 400; margin-bottom: 18px; }
.menu-special__content p { max-width: 50ch; font-size: 13px; opacity: .64; }
@keyframes menu-row-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.concept { min-height: 100svh; position: relative; color: #fff; display: flex; overflow: hidden; }
.concept__media, .concept__overlay { position: absolute; inset: 0; }
.concept__media img { object-position: center 55%; transform: scale(1.08); transition: transform 2.2s var(--ease); }
.concept.is-visible .concept__media img { transform: scale(1.015); }
.concept__overlay { background: linear-gradient(90deg, rgba(10,21,23,.88) 0%, rgba(10,21,23,.58) 46%, rgba(10,21,23,.12) 100%); }
.concept__content { position: relative; z-index: 2; width: min(760px, 70%); align-self: center; }
.concept__content h2 { font-family: var(--serif); font-size: clamp(2.6rem, 5.8vw, 6.5rem); font-weight: 400; line-height: 1.22; letter-spacing: -.04em; margin: 24px 0 48px; }
.concept__text { display: grid; gap: 18px; max-width: 55ch; font-size: 14px; color: rgba(255,255,255,.72); }
.concept__word { position: absolute; right: -1vw; bottom: -6vw; z-index: 2; font-size: clamp(9rem, 24vw, 26rem); line-height: .8; letter-spacing: -.1em; color: rgba(255,255,255,.11); }

.access { background: var(--paper); }
.access__heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); column-gap: clamp(48px, 8vw, 128px); row-gap: 24px; align-items: end; margin-bottom: clamp(64px, 8vw, 120px); padding-left: clamp(16px, 1.5vw, 24px); border-left: 1px solid var(--line); }
.access__heading > .kicker { grid-column: 1 / -1; }
.access__heading h2 { grid-column: 1; font-family: var(--serif); font-size: clamp(2.6rem, 4.7vw, 4.4rem); font-weight: 400; line-height: 1.18; letter-spacing: -.04em; }
.access__heading h2 > .title-line { display: block; white-space: nowrap; }
.access__heading > p:last-child { grid-column: 2; max-width: 30ch; padding-bottom: .45em; font-size: 14px; }
.access__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(34px, 6vw, 100px); }
.access-map { min-height: 760px; overflow: hidden; background: #d8d8d2; }
.access-map iframe { display: block; width: 100%; height: 100%; min-height: 760px; border: 0; filter: saturate(.75) contrast(.96); }
.store-panel { align-self: center; }
.store-panel__head { margin-bottom: 42px; }
.store-panel__head h3 { margin: 14px 0 16px; font-family: var(--serif); font-size: clamp(2.7rem, 4vw, 4.4rem); line-height: 1.05; font-weight: 400; letter-spacing: -.04em; }
.store-panel__head > p:last-child { max-width: 42ch; font-size: 13px; opacity: .68; }
.store-details { display: grid; grid-template-columns: 104px 1fr; column-gap: 18px; border-top: 1px solid var(--line); }
.store-details dt, .store-details dd { padding: 17px 0; border-bottom: 1px solid var(--line); }
.store-details dt { padding-top: 19px; font-size: 9px; letter-spacing: .13em; opacity: .52; text-transform: uppercase; }
.store-details dd { font-size: 12px; line-height: 1.75; }
.store-details a { border-bottom: 1px solid currentColor; }
.map-button { position: relative; isolation: isolate; overflow: hidden; margin-top: 36px; padding: 22px 4px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--ink); font-weight: 500; font-size: 14px; }
.map-button::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(191,208,115,.48); transform: scaleX(0); transform-origin: right; transition: transform .55s var(--ease); }
.map-button:hover::before { transform: scaleX(1); transform-origin: left; }
.map-button b { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 400; transition: transform .3s ease; }
.map-button:hover b { transform: rotate(45deg); }

.footer { min-height: 92svh; position: relative; color: #fff; overflow: hidden; }
.footer__photo, .footer__overlay { position: absolute; inset: 0; }
.footer__photo { z-index: 0; background: #142220 url("images/footer-sea-view.webp") center 58% / cover no-repeat; }
.footer__slide { position: absolute; inset: 0; display: block; width: 100%; height: 100%; opacity: 0; object-fit: cover; object-position: center; transform: scale(1.065); transition: opacity 1.8s ease, transform 8s linear; will-change: opacity, transform; }
.footer__slide:nth-child(1) { object-position: center 58%; }
.footer__slide:nth-child(2) { object-position: center 52%; }
.footer__slide:nth-child(3) { object-position: center 48%; }
.footer__slide.is-active { opacity: 1; transform: scale(1.015); }
.footer__overlay { z-index: 1; background: linear-gradient(180deg, rgba(8,18,20,.18), rgba(8,18,20,.82)); }
.footer__content { position: relative; z-index: 2; min-height: 92svh; display: flex; flex-direction: column; justify-content: flex-end; }
.footer h2 { font-family: var(--serif); font-size: clamp(3rem, 7.5vw, 8rem); font-weight: 400; line-height: 1.13; letter-spacing: -.05em; margin: 24px 0 54px; }
.footer h2 > .title-line { display: block; white-space: nowrap; }
.footer__links { display: flex; gap: 44px; border-top: 1px solid rgba(255,255,255,.4); padding: 22px 0 60px; }
.footer__links a { min-width: 240px; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.footer__links b { font-weight: 400; }
.footer__bottom { display: flex; justify-content: space-between; align-items: end; }
.footer__bottom img { width: 100px; height: 64px; object-fit: contain; filter: brightness(0) invert(1); }
.footer__bottom p { text-align: right; font-size: 9px; letter-spacing: .14em; opacity: .7; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .header { grid-template-columns: 1fr auto; }
  .header__meta { display: none; }
  .hero__bottom, .signature__intro, .menu__heading, .access__heading { grid-template-columns: 1fr; }
  .hero__scroll { justify-self: start; }
  .signature__intro { gap: 24px; }
  .feature { min-height: auto; grid-template-columns: 1fr; }
  .feature--dark .feature__image, .feature--light .feature__image { order: 0; }
  .feature__image { min-height: 72svh; }
  .feature__copy { min-height: 52svh; display: flex; flex-direction: column; justify-content: flex-end; }
  .visual-break { grid-template-columns: 1.15fr .85fr; }
  .visual-break__wide { grid-column: 1 / -1; height: 70vw; }
  .visual-break__portrait, .visual-break__detail { height: 70vw; margin: 0; }
  .menu__heading { gap: 28px; }
  .signature__intro > .kicker, .signature__intro h2, .signature__intro > p:last-child,
  .menu__heading > .kicker, .menu__heading h2, .menu__heading > p:last-child,
  .access__heading > .kicker, .access__heading h2, .access__heading > p:last-child { grid-column: 1; }
  .signature__intro, .menu__heading, .access__heading { padding-left: 14px; }
  .menu__body { padding-left: 0; }
  .concept__content { width: min(650px, 90%); }
  .access__heading { gap: 28px; }
  .access__grid { grid-template-columns: 1fr; }
  .access-map, .access-map iframe { min-height: 62svh; }
}

@media (max-width: 600px) {
  body { padding-bottom: 70px; }
  .header { height: 68px; padding: 12px 16px; }
  .brand { width: 60px; height: 38px; }
  .lang-btn { min-width: 32px; padding: 6px; }
  .hero__eyebrow { top: 92px; left: 18px; right: 18px; }
  .hero__eyebrow span:last-child { display: none; }
  .hero__content { padding-left: 18px; padding-right: 18px; }
  .hero__title { font-size: clamp(2.55rem, 11.5vw, 3.35rem); line-height: 1.1; }
  .hero__bottom { margin-top: 34px; gap: 26px; }
  .hero__scroll span { display: none; }
  .opening-strip { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .opening-strip p:nth-child(n+2) { display: none; }
  .signature__intro h2 { font-size: clamp(2rem, 8vw, 2.5rem); }
  .access__heading h2 { font-size: clamp(2.2rem, 9vw, 3rem); }
  .feature__image { min-height: 64svh; }
  .feature__copy { min-height: 48svh; }
  .visual-break { padding-left: 14px; padding-right: 14px; gap: 10px; }
  .visual-break__wide { height: 105vw; }
  .visual-break__portrait, .visual-break__detail { height: 78vw; }
  .menu__heading h2 { font-size: 13.5vw; }
  .menu-category { grid-template-columns: 1fr; gap: 26px; padding: 42px 0; }
  .menu-category > .menu-item { grid-column: 1; }
  .menu-item { font-size: 13px; }
  .concept__overlay { background: linear-gradient(90deg, rgba(10,21,23,.9), rgba(10,21,23,.38)); }
  .concept__content { width: 100%; }
  .concept__content h2 { font-size: 12vw; }
  .access-map, .access-map iframe { min-height: 58svh; }
  .store-panel__head h3 { font-size: 2.8rem; }
  .store-details { grid-template-columns: 88px 1fr; column-gap: 14px; }
  .footer h2 { font-size: 10.5vw; }
  .footer__links { flex-direction: column; gap: 20px; }
  .mobile-cta { position: fixed; z-index: 220; left: 0; right: 0; bottom: 0; height: 70px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 600; box-shadow: 0 -5px 25px rgba(0,0,0,.15); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(100%); transition: opacity .4s ease, visibility .4s ease, transform .55s var(--ease); }
  .mobile-cta.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .mobile-cta b { font-size: 18px; font-weight: 400; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .fade-in-up { opacity: 1; transform: none; }
  body::before { display: none; }
  .reveal-image { opacity: 1; clip-path: none; }
  .reveal-image img, .reveal-image iframe, .concept__media img { opacity: 1; transform: none; }
  .footer__slide { opacity: 0; transform: none; }
  .footer__slide.is-active { opacity: 1; transform: none; }
  [data-jp-title] .jp-char { opacity: 1; }
}
