@charset "utf-8";

:root { --navy: #071426; --navy2: #0d2038; --ink: #171717; --cream: #f4efe5; --paper: #fbf8f2; --gold: #caa45e; --gold2: #e2c78f; --muted: #aeb6c3; --red: #8d2f26; --line: rgba(226,199,143,.24); }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--navy); }

body { margin: 0px; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: var(--navy); color: rgb(255, 255, 255); line-height: 1.65; }

img, video { display: block; width: 100%; }

a { color: inherit; text-decoration: none; }

.serif, h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.wrap { width: min(1180px, 90vw); margin: auto; }

.eyebrow { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold2); margin-bottom: 14px; }

h2 { font-size: clamp(36px, 5vw, 66px); line-height: 1.02; margin: 0px 0px 24px; }

p { margin: 0px 0px 18px; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0px 23px; border: 1px solid var(--gold); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; transition: 0.25s; background: transparent; }

.btn:hover { background: var(--gold); color: rgb(7, 20, 38); transform: translateY(-1px); }

.btn.fill { background: var(--gold); color: rgb(7, 20, 38); }

.nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 50; padding: 15px 4vw; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(rgba(3, 9, 17, 0.94), rgba(3, 9, 17, 0.62), transparent); }

.brand { display: flex; align-items: center; gap: 12px; }

.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; filter: brightness(1.25) contrast(1.1); }

.brand span { font-family: Georgia, serif; letter-spacing: 0.08em; font-size: 18px; }

.navlinks { display: flex; align-items: center; gap: 23px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }

.navlinks a:not(.btn) { opacity: 0.85; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; }

.hero video { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; }

.hero::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg, rgba(4, 11, 20, 0.83), rgba(4, 11, 20, 0.36) 55%, rgba(4, 11, 20, 0.58)), linear-gradient(0deg, rgba(4, 11, 20, 0.75), transparent 50%); }

.hero-content { position: relative; z-index: 2; width: min(1120px, 90vw); padding-top: 70px; }

.hero-logo { width: 128px; height: 128px; border-radius: 50%; object-fit: cover; filter: brightness(1.3) contrast(1.08); margin-bottom: 28px; }

.hero h1 { font-size: clamp(54px, 8vw, 112px); line-height: 0.92; max-width: 850px; margin: 0px 0px 25px; letter-spacing: -0.02em; }

.hero .sub { font-family: Georgia, serif; font-size: clamp(18px, 2.3vw, 29px); color: rgb(241, 232, 216); margin-bottom: 34px; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.scroll { position: absolute; z-index: 3; bottom: 26px; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: rgb(221, 221, 221); }

.section { padding: 112px 0px; }

.two { display: grid; grid-template-columns: 1.03fr 0.97fr; gap: 7vw; align-items: center; }

.copy { max-width: 600px; }

.copy p { color: rgb(213, 218, 226); font-size: 17px; }

.light { background: var(--paper); color: var(--ink); }

.light .eyebrow { color: rgb(140, 105, 46); }

.light .copy p { color: rgb(78, 78, 78); }

.photo { border-radius: 2px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.25) 0px 30px 65px; }

.photo img { aspect-ratio: 4 / 5; object-fit: cover; }

.story { background: linear-gradient(145deg, rgb(8, 21, 39), rgb(16, 38, 66)); }

.story-stat { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.stat { border-top: 1px solid var(--line); padding-top: 17px; }

.stat strong { display: block; font-family: Georgia, serif; font-size: 32px; color: var(--gold2); font-weight: 400; }

.stat span { font-size: 12px; color: rgb(191, 198, 208); letter-spacing: 0.06em; }

.dashi .photo img { aspect-ratio: 3 / 4; }

.quote { font-family: Georgia, serif; font-size: clamp(27px, 3.6vw, 45px); line-height: 1.2; color: rgb(242, 232, 215); margin: 30px 0px; }

.education { background: rgb(7, 17, 31); }

.education-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); margin-top: 50px; }

.edu { background: rgb(9, 23, 41); padding: 55px; }

.edu h3 { font-size: 36px; margin: 0px 0px 18px; }

.edu p { color: rgb(203, 209, 218); }

.oden-feature { background: var(--cream); color: var(--ink); }
.oden-feature .copy .oden-description { color: #34302b; }

.oden-feature .photo img { aspect-ratio: 16 / 11; object-fit: cover; }

.menu { background: rgb(10, 25, 44); }
.menu-intro { max-width: 760px; margin: -6px 0 38px; color: #dbe1e8; font-size: 18px; line-height: 1.8; }
.menu-showcase { display: grid; grid-template-columns: 1.55fr .72fr .95fr; gap: 14px; margin: 0 0 42px; }
.menu-showcase figure { position: relative; min-height: 440px; margin: 0; overflow: hidden; background: #111c2b; }
.menu-showcase img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.menu-showcase figure:hover img { transform: scale(1.025); }
.menu-showcase figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4, 12, 24, .86)); }
.menu-showcase figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 1; display: flex; flex-direction: column; gap: 6px; }
.menu-showcase figcaption span { color: var(--gold2); font: 600 11px/1.2 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.menu-showcase figcaption strong { color: #fff; font-size: 21px; font-weight: 500; }
.menu-showcase figure:nth-child(2) img { object-position: center 65%; }
.menu-showcase figure:nth-child(3) img { object-position: center; }

.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1040px; margin: 45px auto 0; }

.menu-card { min-height: 260px; border: 1px solid var(--line); padding: 30px 24px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(rgba(255, 255, 255, 0.016), rgba(255, 255, 255, 0.043)); }

.menu-card .num { font-family: Georgia, serif; font-size: 20px; color: var(--gold2); margin-bottom: auto; }

.menu-card h3 { font-size: 29px; margin: 0px 0px 7px; }

.menu-card p { font-size: 13px; color: rgb(174, 183, 196); margin: 0px; }

.sake { background: rgb(4, 11, 19); }

.sake-grid { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: 22px; margin-top: 46px; }

.sake-grid img { height: 100%; min-height: 420px; object-fit: cover; }

.sake-copy { display: flex; flex-direction: column; justify-content: center; padding: 45px; border: 1px solid var(--line); }

.sake-copy h3 { font-size: 42px; margin: 0px 0px 20px; }

.sake-copy p { color: rgb(197, 204, 213); }

.menu-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 34px; }

.menu-actions .btn { min-width: 190px; text-align: center; }

.lunch .menu-actions { justify-content: flex-start; margin-top: 24px; }

@media (max-width: 640px) {
  .menu-actions { flex-direction: column; }
  .menu-actions .btn { width: 100%; box-sizing: border-box; }
}

.lunch { background: var(--paper); color: var(--ink); }

.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }

.hour-card { border: 1px solid rgb(217, 208, 194); padding: 36px; }

.hour-card .day { text-transform: uppercase; letter-spacing: 0.18em; font-size: 12px; color: rgb(138, 104, 46); }

.hour-card .time { font-family: Georgia, serif; font-size: 31px; margin: 9px 0px 15px; }

.hour-card p { color: rgb(82, 82, 82); }

.happy { position: relative; background: rgb(16, 34, 59); overflow: hidden; }

.happy::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(circle at 80% 20%, rgba(202, 164, 94, 0.13), transparent 34%); }

.happy .wrap { position: relative; }

.time-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 42px 0px; }

.time { border: 1px solid var(--line); text-align: center; padding: 26px 12px; font-family: Georgia, serif; font-size: 27px; }

.set { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: center; margin-top: 44px; }

.set .photo img { aspect-ratio: 4 / 3; object-fit: cover; }

.setbox { padding: 42px; border: 1px solid var(--line); }

.setbox h3 { font-size: 43px; margin: 0px 0px 15px; }

.plus { font-family: Georgia, serif; color: var(--gold2); font-size: 26px; margin: 10px 0px; }

.reviews { background: rgb(245, 239, 228); color: rgb(23, 23, 23); text-align: center; }

.reviews .lede { max-width: 680px; margin: 0px auto 35px; color: rgb(85, 85, 85); }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 45px 0px; }

.review { background: white; padding: 31px; border: 1px solid rgb(229, 222, 212); text-align: left; }

.stars { letter-spacing: 0.13em; color: rgb(183, 133, 47); font-size: 18px; }

.review h3 { font-size: 24px; margin: 13px 0px 7px; }

.review p { color: rgb(85, 85, 85); font-size: 14px; }

.reserve { background: linear-gradient(120deg, rgb(7, 20, 38), rgb(20, 47, 81)); text-align: center; }

.reserve h2 { max-width: 900px; margin: 0px auto 25px; }

.reserve p { max-width: 650px; margin: 0px auto 35px; color: rgb(199, 206, 216); }

.visit { background: rgb(5, 12, 21); }

.visit-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 6vw; }

.visit h3 { font-size: 31px; margin: 0px 0px 18px; }

.info { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 40px; margin-top: 30px; }

.info b { display: block; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold2); margin-bottom: 6px; }

.info span { color: rgb(198, 204, 213); }

footer { border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 28px 5vw; background: rgb(5, 12, 21); color: rgb(137, 147, 160); display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.08em; }

.fade { opacity: 0; transform: translateY(20px); transition: opacity 0.75s, transform 0.75s; }

.fade.show { opacity: 1; transform: none; }

.mobile-reserve { display: none; }

@media (max-width: 900px) {
  .navlinks a:not(.btn) { display: none; }
  .brand span { font-size: 15px; }
  .nav { padding: 10px 4vw; }
  .hero-logo { width: 94px; height: 94px; }
  .section { padding: 80px 0px; }
  .two, .set, .visit-grid, .sake-grid { grid-template-columns: 1fr; }
  .story-stat { grid-template-columns: 1fr 1fr 1fr; }
  .education-grid, .hours-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .sake-grid img { min-height: 330px; }
  .review-grid { grid-template-columns: 1fr; }
  .time-row { grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 8px; padding-bottom: 85px; }
  .mobile-reserve { display: block; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; background: var(--gold); color: rgb(7, 20, 38); text-align: center; padding: 15px; font-size: 11px; letter-spacing: 0.17em; text-transform: uppercase; box-shadow: rgba(0, 0, 0, 0.35) 0px 12px 35px; }
}

@media (max-width: 540px) {
  .menu-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 55px; }
  .hero-content { padding-top: 40px; }
  .actions .btn { width: 100%; }
  .story-stat { grid-template-columns: 1fr; }
  .edu { padding: 38px 28px; }
  .sake-copy, .hour-card, .setbox { padding: 30px 25px; }
  .info { grid-template-columns: 1fr; }
}

/* September 2026 content update */
.happy-times { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.happy-times .time { display: flex; flex-direction: column; gap: 8px; }
.happy-times .time span { color: var(--gold); font: 600 12px/1.2 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.kagami { background: #071525; color: #fff; }
.kagami-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
.kagami-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(197, 154, 76, .2), transparent 42%),
    linear-gradient(145deg, #132b45 0%, #091a2d 55%, #06111e 100%);
  border: 1px solid rgba(197, 154, 76, .56);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .28);
}
.kagami-photo::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 190, 116, .2) 0%, rgba(197, 154, 76, .06) 48%, transparent 70%);
  filter: blur(2px);
  z-index: -1;
}
.kagami-photo::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(238, 211, 155, .18);
  pointer-events: none;
}
.kagami-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kagami .lede { color: #303030; }
.kagami-card { background: #0d2137; color: #fff; padding: clamp(30px, 5vw, 56px); border-top: 3px solid var(--gold); box-shadow: 0 24px 55px rgba(0, 0, 0, .2); }
.kagami-card h3 { margin: 8px 0 18px; font-size: clamp(26px, 3vw, 38px); }
.kagami-card p { color: #c8cfd8; }
.kagami-card .small-note { font-size: 14px; margin: 20px 0 24px; }
.info small { color: #c8cfd8; font-size: 13px; }
@media (max-width: 800px) {
  .menu-showcase { grid-template-columns: 1fr 1fr; }
  .menu-showcase .showcase-main { grid-column: 1 / -1; min-height: 390px; }
  .menu-showcase figure { min-height: 320px; }
  .happy-times { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kagami-grid { grid-template-columns: 1fr; gap: 28px; }
  .kagami-photo { min-height: 0; }
}
@media (max-width: 520px) {
  .menu-showcase { grid-template-columns: 1fr; }
  .menu-showcase .showcase-main { grid-column: auto; min-height: 300px; }
  .menu-showcase figure { min-height: 300px; }
  .happy-times { grid-template-columns: 1fr; }
}
