@charset "UTF-8";
:root {
  --bg: #f5f0e9;
  --paper: #fffdf9;
  --ink: #27211c;
  --muted: #73685f;
  --brown: #6c4f3d;
  --gold: #b9975b;
  --line: rgba(64, 48, 37, .16);
  --dark: #17130f;
  --shadow: 0 24px 60px rgba(31, 22, 15, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", system-ui, sans-serif;
  line-height: 1.8;
  letter-spacing: .04em;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 1000;
  background: #fff; color: #000; padding: 8px 12px;
}
.skip-link:focus { top: 12px; }
.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; inset: 0 0 auto; z-index: 100;
  background: rgba(245,240,233,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(60,45,35,.08);
}
.header-inner {
  max-width: 1180px; height: 82px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px; letter-spacing: .18em;
}
.brand-sub { margin-top: 7px; font-size: 8px; letter-spacing: .25em; color: var(--muted); }
.global-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.global-nav a { transition: opacity .2s; }
.global-nav a:hover { opacity: .55; }
.nav-reserve {
  padding: 11px 20px; color: #fff; background: var(--dark);
  border-radius: 999px;
}
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); margin: 6px 0; }

.hero {
  min-height: 780px; padding: 150px max(6vw, 28px) 80px;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center; gap: 6vw; overflow: hidden; position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.95), transparent 36%),
    linear-gradient(135deg, #f8f4ee 0%, #e7ddd1 100%);
}
.hero-content { max-width: 650px; position: relative; z-index: 2; }
.eyebrow { color: var(--gold); font-size: 11px; letter-spacing: .28em; font-weight: 700; }
.hero h1, .section-heading h2, .reserve h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 500; line-height: 1.45; letter-spacing: .08em;
}
.hero h1 { font-size: clamp(42px, 6vw, 76px); margin: 18px 0 24px; }
.hero-copy { max-width: 560px; font-size: 16px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  min-height: 54px; padding: 14px 26px; display: inline-flex;
  align-items: center; justify-content: center; border-radius: 999px;
  font-weight: 700; transition: transform .2s, opacity .2s;
}
.button:hover { transform: translateY(-2px); opacity: .9; }
.button-primary { color: #fff; background: #06c755; }
.button-secondary { color: #fff; background: var(--dark); }
.hero-note { margin-top: 18px; font-size: 12px; color: var(--muted); }
.hero-card {
  position: relative; z-index: 1; min-height: 510px;
  border-radius: 48% 48% 15% 15% / 35% 35% 12% 12%;
  background: linear-gradient(150deg, rgba(255,255,255,.72), rgba(179,153,124,.35));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.7);
  overflow: hidden;
}
.hero-card:before {
  content: ""; position: absolute; inset: 55% -10% -10%;
  background: linear-gradient(180deg, #cdbda9, #9f8870);
}
.bottle {
  position: absolute; width: 142px; height: 278px; left: 50%; top: 45%;
  transform: translate(-50%, -50%); border-radius: 38px 38px 25px 25px;
  background: linear-gradient(90deg, #3b2a20, #6f503b 45%, #312219);
  box-shadow: 0 30px 40px rgba(34,22,15,.28);
}
.bottle-cap {
  position: absolute; width: 54px; height: 58px; left: 50%; top: -48px;
  transform: translateX(-50%); background: linear-gradient(90deg, #b38d4d, #e2c07b, #a67c3b);
  border-radius: 8px 8px 3px 3px;
}
.bottle-label {
  position: absolute; inset: 80px 14px auto; padding: 24px 10px;
  text-align: center; color: #38291f; background: #e8dcc9;
  font-family: Georgia, serif; letter-spacing: .18em; line-height: 1.5;
}
.stone { position: absolute; bottom: 30px; background: #75695f; box-shadow: 0 18px 25px rgba(34,22,15,.25); }
.stone-one { width: 165px; height: 55px; left: 15%; border-radius: 50%; transform: rotate(-7deg); }
.stone-two { width: 130px; height: 48px; right: 8%; border-radius: 50%; transform: rotate(10deg); background: #a79788; }
.leaf { position: absolute; width: 25px; height: 180px; bottom: 5px; background: #59654e; border-radius: 100% 0 100% 0; transform-origin: bottom; }
.leaf-one { left: 10%; transform: rotate(-35deg); }
.leaf-two { right: 13%; height: 210px; transform: rotate(28deg); background: #68745a; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 280px; height: 280px; right: -80px; top: 120px; background: rgba(255,255,255,.35); }
.hero-glow-two { width: 220px; height: 220px; left: 35%; bottom: -120px; background: rgba(185,151,91,.14); }

.section { padding: 110px max(6vw, 28px); }
.section-heading { max-width: 1180px; margin: 0 auto 55px; }
.section-heading h2, .reserve h2 { font-size: clamp(30px, 4vw, 50px); margin: 14px 0; }
.section-heading.center { text-align: center; }
.section-heading.center > p:last-child { color: var(--muted); }
.concept { background: var(--paper); }
.concept-grid {
  max-width: 1180px; margin: 0 auto; display: grid;
  grid-template-columns: .85fr 1.15fr; gap: 8vw;
}
.concept-text { color: var(--muted); font-size: 16px; }
.concept-text p { margin: 0 0 24px; }
.feature-list { border-top: 1px solid var(--line); }
.feature-list article {
  display: grid; grid-template-columns: 50px 160px 1fr; align-items: baseline;
  padding: 24px 0; border-bottom: 1px solid var(--line);
}
.feature-list span { color: var(--gold); font-family: Georgia, serif; }
.feature-list h3 { margin: 0; font-family: "Yu Mincho", serif; font-weight: 500; }
.feature-list p { margin: 0; color: var(--muted); font-size: 14px; }

.menu-section {
  background:
    linear-gradient(rgba(23,19,15,.94), rgba(23,19,15,.94)),
    radial-gradient(circle at 20% 20%, #7c604a, #17130f);
  color: #fff;
}
.menu-section .section-heading > p:last-child, .menu-description, .notice { color: rgba(255,255,255,.65); }
.menu-grid {
  max-width: 1180px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.menu-card {
  position: relative; min-height: 330px; padding: 38px 28px;
  display: flex; flex-direction: column;
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04);
  border-radius: 6px;
}
.menu-card.recommended { border-color: var(--gold); background: rgba(185,151,91,.1); }
.recommend-label {
  position: absolute; top: 0; right: 0; margin: 0; padding: 7px 11px;
  background: var(--gold); color: #fff; font-size: 9px; letter-spacing: .15em;
}
.menu-time { margin: 0; color: var(--gold); font-family: Georgia, serif; font-size: 42px; }
.menu-time span { margin-left: 4px; font-family: sans-serif; font-size: 13px; }
.menu-card h3 { margin: 10px 0; font-family: "Yu Mincho", serif; font-weight: 500; font-size: 18px; }
.menu-description { font-size: 13px; }
.price { margin: auto 0 0; font-family: Georgia, serif; font-size: 32px; }
.price span { margin-left: 4px; font-family: sans-serif; font-size: 13px; }
.notice { max-width: 1180px; margin: 22px auto 0; font-size: 12px; }
.notice p { margin: 2px 0; }

.information { background: #ede4d9; }
.info-panel {
  max-width: 1180px; margin: 0 auto; padding: 16px 48px;
  background: rgba(255,255,255,.7); box-shadow: var(--shadow);
}
.info-panel dl { margin: 0; }
.info-panel dl > div {
  display: grid; grid-template-columns: 190px 1fr;
  padding: 25px 0; border-bottom: 1px solid var(--line);
}
.info-panel dl > div:last-child { border-bottom: 0; }
.info-panel dt { color: var(--muted); font-size: 13px; }
.info-panel dd { margin: 0; }
.info-panel small { color: var(--muted); }

.reserve { color: #fff; text-align: center; background: var(--dark); }
.reserve-inner { max-width: 760px; margin: 0 auto; }
.reserve-inner > p:not(.eyebrow):not(.reserve-note) { color: rgba(255,255,255,.7); }
.reserve-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.line-button { background: #06c755; }
.phone-button { flex-direction: column; background: #fff; color: var(--dark); }
.phone-button small { font-size: 10px; line-height: 1; }
.phone-button strong { font-size: 18px; letter-spacing: .08em; }
.reserve-note { margin-top: 18px; font-size: 11px; color: rgba(255,255,255,.5); }

.site-footer { padding: 55px 24px 90px; text-align: center; background: #0d0b09; color: rgba(255,255,255,.65); }
.footer-brand { color: #fff; align-items: center; }
.site-footer p { font-size: 11px; }
.copyright { margin-top: 26px; opacity: .65; }
.mobile-reserve { display: none; }

@media (max-width: 900px) {
  .global-nav {
    display: none; position: absolute; inset: 82px 0 auto;
    padding: 24px 28px 30px; flex-direction: column; align-items: stretch;
    background: rgba(245,240,233,.98); border-bottom: 1px solid var(--line);
  }
  .global-nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 135px; }
  .hero-card { min-height: 430px; max-width: 540px; width: 100%; margin: 15px auto 0; }
  .concept-grid { grid-template-columns: 1fr; gap: 35px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  body { padding-bottom: 64px; }
  .header-inner { height: 70px; padding: 0 18px; }
  .brand-main { font-size: 20px; }
  .global-nav { top: 70px; }
  .hero { padding: 115px 20px 55px; gap: 35px; }
  .hero h1 { font-size: 40px; }
  .hero-copy { font-size: 14px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-card { min-height: 360px; border-radius: 42% 42% 10% 10% / 30% 30% 8% 8%; }
  .bottle { width: 110px; height: 220px; }
  .bottle-label { inset: 65px 10px auto; padding: 18px 6px; font-size: 13px; }
  .section { padding: 78px 20px; }
  .section-heading { margin-bottom: 35px; }
  .feature-list article { grid-template-columns: 38px 1fr; gap: 5px 8px; }
  .feature-list p { grid-column: 2; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 260px; }
  .info-panel { padding: 8px 22px; }
  .info-panel dl > div { grid-template-columns: 1fr; gap: 7px; padding: 20px 0; }
  .reserve-buttons { grid-template-columns: 1fr; }
  .mobile-reserve {
    position: fixed; inset: auto 0 0; z-index: 110; height: 64px;
    display: grid; grid-template-columns: 1fr 1.35fr;
    box-shadow: 0 -8px 30px rgba(0,0,0,.14);
  }
  .mobile-reserve a { display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; }
  .mobile-reserve a:first-child { background: #2d2925; }
  .mobile-reserve a:last-child { background: #06c755; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
