
:root {
  --orange: #c94f2b;
  --navy: #294477;
  --green: #355a3d;
  --cream: #f3eddd;
  --paper: #fffdf5;
  --ink: #2b2a27;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.color-orange { background: var(--orange); color: var(--paper); }
.color-navy { background: var(--navy); color: var(--paper); }
.color-green { background: var(--green); color: var(--paper); }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 3vw;
  color: var(--paper);
}
.brand { display: flex; flex-direction: column; width: max-content; line-height: .82; transform: rotate(-2deg); }
.brand span { font: 800 9px/1 Arial, sans-serif; letter-spacing: .13em; }
.brand strong { margin-top: 4px; font: 900 34px/.9 Impact, "Arial Black", sans-serif; letter-spacing: .02em; }
.desktop-nav { display: flex; gap: clamp(20px, 2.8vw, 44px); font: 800 11px/1 Arial, sans-serif; letter-spacing: .11em; }
.desktop-nav a { padding: 12px 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { border-color: currentColor; }
.header-reserve { justify-self: end; display: grid; place-items: center; width: 94px; height: 40px; border-radius: 100px; background: var(--cream); color: var(--orange); font: 900 10px/1 Arial, sans-serif; letter-spacing: .08em; transition: transform .2s; }
.header-reserve:hover { transform: rotate(-3deg) scale(1.04); }

.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; color: var(--paper); background: var(--orange); }
.hero-collage { position: absolute; inset: 15% 7% 11% 42%; }
.hero-photo { position: absolute; object-fit: cover; border: 8px solid var(--cream); box-shadow: 12px 14px 0 var(--navy); }
.hero-photo-main { inset: 8% 0 0 7%; width: 82%; height: 72%; transform: rotate(2.5deg); }
.hero-photo-sub { right: 1%; bottom: 0; width: 38%; height: 39%; transform: rotate(-5deg); }
.hero-copy { position: absolute; z-index: 2; left: 5vw; top: 49%; transform: translateY(-43%); width: min(62vw, 850px); }
.hero-kicker, .mini-label { margin: 0 0 15px; font: 900 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.hero h1 { margin: 0; font: 900 clamp(58px, 7.5vw, 118px)/.8 Impact, "Arial Black", sans-serif; letter-spacing: -.025em; }
.hero h1 span { display: block; text-shadow: 4px 4px 0 var(--navy); }
.hero h1 span:nth-child(2) { color: transparent; -webkit-text-stroke: 2px var(--cream); }
.hero-lead { margin: 30px 0 0; max-width: 500px; color: var(--cream); font-size: 15px; font-weight: 700; line-height: 1.9; }
.hero-stamp { position: absolute; right: 3vw; top: 48%; writing-mode: vertical-rl; font: 900 10px/1 Arial, sans-serif; letter-spacing: .2em; }
.hero-round-link { position: absolute; z-index: 4; right: 4vw; bottom: 4vw; display: grid; place-items: center; width: 108px; height: 108px; border-radius: 50%; background: var(--navy); color: var(--cream); text-align: center; font: 900 14px/1.4 Arial, sans-serif; transform: rotate(7deg); transition: transform .2s; }
.hero-round-link:hover { transform: rotate(0deg) scale(1.05); }

.marquee { overflow: hidden; padding: 15px 0 13px; background: var(--navy); color: var(--cream); white-space: nowrap; font: 900 19px/1 Impact, "Arial Black", sans-serif; letter-spacing: .08em; }
.marquee div { width: max-content; animation: ticker 22s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; padding: 140px 8vw 105px; }
.intro-title > span { display: inline-block; margin-bottom: 8px; color: var(--orange); font: 900 12px/1 Arial, sans-serif; letter-spacing: .15em; }
.intro-title h2, .manifesto h2, .section-heading h2, .wine-info h2, .space-copy h2 {
  margin: 0;
  font: 900 clamp(58px, 7vw, 108px)/.82 Impact, "Arial Black", sans-serif;
  letter-spacing: -.02em;
}
.intro-title h2 { color: var(--navy); text-shadow: 4px 4px 0 #dbb73b; }
.intro-copy { max-width: 630px; padding-top: 10px; }
.intro-copy p { margin: 0 0 24px; font-size: 15px; line-height: 2.05; }
.intro-copy .big-ja { margin-bottom: 38px; color: var(--green); font-size: clamp(28px, 3vw, 44px); font-weight: 900; line-height: 1.55; letter-spacing: .04em; }

.photo-scroll { display: flex; align-items: center; min-height: 0; height: auto; padding: 90px 0 110px; overflow: hidden; }
.photo-film { display: flex; align-items: center; width: max-content; will-change: transform; }
.photo-loop-group { display: grid; grid-template-columns: repeat(5, minmax(380px, 30vw)); align-items: center; gap: 24px; flex: none; padding-left: 24px; }
.photo-film figure { margin: 0; padding: 7px 7px 28px; background: var(--paper); box-shadow: 7px 9px 0 rgb(41 68 119 / .9); }
.photo-film img { display: block; width: 100%; height: auto !important; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.photo-film figure:nth-child(2), .photo-film figure:nth-child(4) { transform: translateY(22px); }
.tilt-a { rotate: -4deg; }.tilt-b { rotate: 2deg; }.tilt-c { rotate: -1deg; }.tilt-d { rotate: 4deg; }.tilt-e { rotate: -2deg; }

.manifesto { position: relative; min-height: 680px; padding: 125px 8vw; overflow: hidden; text-align: center; }
.manifesto::before, .manifesto::after { content: ""; position: absolute; left: 0; right: 0; height: 20px; background: radial-gradient(circle at 20px -5px, transparent 24px, var(--cream) 25px) 0 0 / 40px 20px repeat-x; }
.manifesto::before { top: 0; transform: rotate(180deg); }
.manifesto::after { bottom: 0; }
.manifesto h2 span { display: block; }
.manifesto h2 span:first-child { color: transparent; -webkit-text-stroke: 2px var(--cream); }
.manifesto-ja { margin: 42px auto 0; font-size: 16px; font-weight: 700; line-height: 2.1; }
.sun-mark { position: absolute; right: 5vw; bottom: 45px; display: grid; place-items: center; width: 130px; height: 130px; border-radius: 50%; background: #dbb73b; color: var(--navy); transform: rotate(10deg); }
.sun-mark::before { content: "✦"; position: absolute; font-size: 42px; opacity: .28; }
.sun-mark span { max-width: 78px; text-align: center; font: 900 12px/1.15 Arial, sans-serif; }

.favorites, .full-menu { padding: 120px 6vw 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 60px; }
.section-heading > div > span { display: block; margin-bottom: 12px; font: 900 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.section-heading > p { max-width: 370px; margin: 0 0 5px; font-size: 14px; font-weight: 700; line-height: 1.9; }
.favorite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.paper-card { position: relative; padding: 18px 18px 25px; background: var(--paper); color: var(--ink); box-shadow: 9px 10px 0 var(--navy); }
.paper-card:nth-child(2) { transform: translateY(24px) rotate(1.3deg); }
.paper-card:nth-child(3) { transform: rotate(-1.3deg); }
.dish-image-frame { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
.paper-card .dish-image-frame img { display: block; width: 100%; height: 100% !important; object-fit: cover; object-position: center; }
.card-no { position: absolute; top: 26px; right: 26px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: white; font: 900 12px/1 Arial, sans-serif; }
.card-en { margin: 20px 0 6px !important; color: var(--orange); font: 900 10px/1 Arial, sans-serif !important; letter-spacing: .12em; }
.paper-card h3 { margin: 0; font-size: clamp(19px, 1.7vw, 26px); line-height: 1.45; }
.paper-card > p:not(.card-en) { min-height: 50px; margin: 12px 0; color: #69655c; font-size: 12px; line-height: 1.8; }
.paper-card > strong { font: 900 20px/1 Impact, "Arial Black", sans-serif; letter-spacing: .05em; }
.outline-button { display: flex; justify-content: center; align-items: center; width: max-content; min-width: 190px; height: 50px; margin: 68px auto 0; border: 2px solid currentColor; font: 900 11px/1 Arial, sans-serif; letter-spacing: .12em; transition: transform .2s, background .2s, color .2s; }
.outline-button:hover { transform: rotate(-2deg); background: var(--paper); color: var(--orange); }

.full-menu { position: relative; }
.full-menu::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 18px; background: radial-gradient(circle at 18px -4px, transparent 22px, var(--orange) 23px) 0 0 / 36px 18px repeat-x; }
.compact-heading h2 { font-size: clamp(72px, 9vw, 138px); }
.price-badge { display: flex; flex-direction: column; align-items: flex-end; padding: 18px 24px; border: 2px solid var(--cream); transform: rotate(3deg); }
.price-badge small, .price-badge em { font: 900 9px/1 Arial, sans-serif; letter-spacing: .16em; }
.price-badge strong { margin: 5px 0; font: 900 26px/1 Impact, "Arial Black", sans-serif; }
.menu-paper-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.menu-paper { min-height: 370px; padding: 30px; background: var(--paper); color: var(--ink); box-shadow: 8px 9px 0 #dbb73b; }
.menu-paper:nth-child(2) { transform: translateY(22px); }
.menu-paper header { display: flex; justify-content: space-between; align-items: end; padding-bottom: 18px; border-bottom: 3px solid var(--navy); }
.menu-paper header span { color: var(--orange); font: 900 10px/1 Arial, sans-serif; letter-spacing: .12em; }
.menu-paper h3 { margin: 0; font-size: 22px; }
.menu-paper ul { list-style: none; margin: 15px 0 0; padding: 0; }
.menu-paper li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px dashed #bcb4a4; font-size: 13px; line-height: 1.5; }
.menu-paper li strong { white-space: nowrap; font-family: Arial, sans-serif; }
.menu-note { margin: 54px 0 0; text-align: center; font-size: 11px; opacity: .72; }

.wine-block { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; }
.wine-photo { position: relative; overflow: hidden; background: var(--ink); }
.wine-photo img { width: 100%; height: 100%; object-fit: cover; }
.wine-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgb(27 20 13 / .58)); }
.wine-photo span { position: absolute; z-index: 2; left: 6%; bottom: 6%; color: var(--cream); font: 900 clamp(48px, 6vw, 92px)/.82 Impact, "Arial Black", sans-serif; letter-spacing: -.01em; }
.wine-info { display: flex; flex-direction: column; justify-content: center; padding: 85px 8vw 85px 7vw; }
.wine-info h2 { text-shadow: 4px 4px 0 var(--orange); }
.wine-info > p:not(.mini-label) { margin: 35px 0; font-size: 14px; font-weight: 700; line-height: 2; }
.wine-info dl { margin: 0; border-top: 2px solid var(--cream); }
.wine-info dl div { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgb(243 237 221 / .55); }
.wine-info dt { font: 900 10px/1 Arial, sans-serif; letter-spacing: .12em; }
.wine-info dd { margin: 0; font: 900 16px/1 Arial, sans-serif; }

.space-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; padding: 130px 7vw 150px; }
.space-copy h2 { color: var(--navy); font-size: clamp(54px, 6.5vw, 98px); text-shadow: 4px 4px 0 #dbb73b; }
.navy-text { color: var(--navy); }
.space-ja { margin: 38px 0 24px !important; color: var(--orange); font-size: 28px !important; font-weight: 900 !important; line-height: 1.55 !important; }
.space-copy > p:not(.mini-label) { max-width: 520px; font-size: 14px; line-height: 2; }
.space-copy ul { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 28px 0 0; }
.space-copy li { padding: 9px 13px; border: 2px solid var(--navy); border-radius: 100px; color: var(--navy); font: 900 10px/1 Arial, sans-serif; letter-spacing: .08em; }
.space-collage { position: relative; min-height: 610px; }
.space-collage img { position: absolute; object-fit: cover; border: 8px solid var(--paper); box-shadow: 10px 12px 0 var(--orange); }
.inside-photo { inset: 0 5% 9% 0; width: 82%; height: 77%; transform: rotate(2deg); }
.outside-photo { right: 0; bottom: 0; width: 48%; height: 44%; transform: rotate(-5deg); }

.occasions { position: relative; padding: 115px 7vw 135px; text-align: center; }
.occasions::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 18px; background: radial-gradient(circle at 18px -4px, transparent 22px, var(--cream) 23px) 0 0 / 36px 18px repeat-x; }
.occasions > h2 { margin: 0; font-size: clamp(40px, 5vw, 72px); line-height: 1.4; }
.occasion-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1120px; margin: 62px auto 0; border-top: 2px solid var(--cream); border-bottom: 2px solid var(--cream); text-align: left; }
.occasion-row article { padding: 34px; border-right: 2px solid var(--cream); }
.occasion-row article:last-child { border-right: 0; }
.occasion-row b { font: 900 12px/1 Arial, sans-serif; }
.occasion-row h3 { margin: 22px 0 12px; font: 900 28px/1 Impact, "Arial Black", sans-serif; letter-spacing: .02em; }
.occasion-row p { margin: 0; font-size: 13px; line-height: 1.85; }

.access { position: relative; padding: 120px 6vw 70px; background: var(--cream); color: var(--navy); text-align: center; }
.access::before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 20px; background: radial-gradient(circle at 20px -5px, transparent 24px, var(--orange) 25px) 0 0 / 40px 20px repeat-x; }
.access-logo { margin-bottom: 56px; }
.access-logo span { display: block; font: 900 12px/1 Arial, sans-serif; letter-spacing: .16em; }
.access-logo strong { display: block; font: 900 clamp(68px, 9vw, 130px)/.8 Impact, "Arial Black", sans-serif; text-shadow: 4px 4px 0 #dbb73b; }
.access-logo p { margin: 20px 0 0; color: var(--green); font-size: 15px; font-weight: 900; }
.info-boxes { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: 0 auto; }
.info-boxes article { min-height: 260px; padding: 28px; border: 2px solid var(--navy); }
.info-boxes article + article { border-left: 0; }
.info-boxes h2 { margin: 0 0 28px; font: 900 26px/1 Impact, "Arial Black", sans-serif; }
.info-boxes p, .info-boxes small { font-size: 12px; line-height: 1.9; }
.info-boxes dl { margin: 0; text-align: left; }
.info-boxes dl div { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed #a9a290; }
.info-boxes dt, .info-boxes dd { margin: 0; font: 800 11px/1.3 Arial, sans-serif; }
.info-boxes article > a:not(.tel) { display: grid; place-items: center; max-width: 190px; height: 43px; margin: 20px auto 12px; background: var(--navy); color: var(--cream); font: 900 10px/1 Arial, sans-serif; letter-spacing: .1em; }
.info-boxes .tel { display: block; font: 900 20px/1 Impact, "Arial Black", sans-serif; }

footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 28px 6vw 35px; background: var(--navy); color: var(--cream); font: 900 9px/1 Arial, sans-serif; letter-spacing: .1em; }
footer p { margin: 0; }
footer nav { display: flex; gap: 24px; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  .hero-collage { inset: 18% 4% 10% 40%; }
  .hero-copy { width: 68vw; }
  .intro { gap: 6vw; }
  .favorite-grid, .menu-paper-grid { gap: 16px; }
  .paper-card { padding: 13px 13px 22px; }
  .menu-paper { padding: 22px; }
  .space-block { grid-template-columns: 1fr 1.2fr; gap: 4vw; }
  .wine-info { padding-inline: 5vw; }
  .occasion-row article { padding-inline: 24px; }
  .info-boxes article { padding-inline: 20px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .brand strong { font-size: 28px; }
  .desktop-nav { display: none; }
  .header-reserve { grid-column: 2; width: 84px; height: 36px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-collage { inset: 27% 2% 10% 15%; }
  .hero-photo-main { inset: 8% 0 0 1%; width: 88%; height: 58%; }
  .hero-photo-sub { width: 42%; height: 30%; }
  .hero-copy { left: 22px; top: 20%; width: calc(100% - 44px); transform: none; }
  .hero h1 { font-size: clamp(53px, 15vw, 76px); }
  .hero h1 span { text-shadow: 3px 3px 0 var(--navy); }
  .hero-lead { position: absolute; top: 500px; left: 0; width: 70vw; font-size: 12px; }
  .hero-stamp { display: none; }
  .hero-round-link { right: 17px; bottom: 26px; width: 82px; height: 82px; font-size: 11px; }
  .marquee { font-size: 16px; }
  .intro { display: block; padding: 90px 24px 60px; }
  .intro-title h2 { font-size: 66px; }
  .intro-copy { margin-top: 55px; }
  .intro-copy .big-ja { font-size: 28px; }
  .photo-scroll { min-height: 0; height: auto; padding: 60px 0 75px; overflow: hidden; }
  .photo-film { width: max-content; will-change: transform; }
  .photo-loop-group { grid-template-columns: repeat(5, 280px); gap: 14px; padding-left: 14px; }
  .photo-film img { height: auto !important; aspect-ratio: 4 / 3; }
  .manifesto { min-height: 590px; padding: 100px 24px 120px; }
  .manifesto h2 { font-size: 57px; }
  .manifesto-ja { font-size: 13px; line-height: 2; }
  .sun-mark { width: 100px; height: 100px; right: 20px; bottom: 28px; }
  .favorites, .full-menu { padding: 90px 22px 105px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-heading h2 { font-size: 62px; }
  .section-heading > p { margin-top: 28px; }
  .favorite-grid, .menu-paper-grid { display: block; }
  .paper-card, .paper-card:nth-child(2), .paper-card:nth-child(3), .menu-paper, .menu-paper:nth-child(2) { margin-bottom: 24px; transform: none; }
  .paper-card { padding: 16px 16px 24px; }
  .paper-card > p:not(.card-en) { min-height: auto; }
  .compact-heading { display: flex; align-items: flex-end; }
  .compact-heading h2 { font-size: 74px; }
  .price-badge { padding: 12px; }
  .price-badge strong { font-size: 18px; }
  .menu-paper { min-height: 0; padding: 25px; }
  .wine-block { display: block; }
  .wine-photo { height: 470px; }
  .wine-info { padding: 80px 24px; }
  .wine-info h2 { font-size: 70px; }
  .space-block { display: block; padding: 95px 24px 110px; }
  .space-copy h2 { font-size: 62px; }
  .space-collage { min-height: 470px; margin-top: 60px; }
  .inside-photo { width: 90%; height: 72%; }
  .outside-photo { width: 58%; height: 43%; }
  .occasions { padding: 90px 24px 100px; }
  .occasions > h2 { font-size: 38px; }
  .occasion-row { display: block; margin-top: 45px; }
  .occasion-row article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--cream); }
  .occasion-row article:last-child { border-bottom: 0; }
  .access { padding: 90px 22px 60px; }
  .access-logo strong { font-size: 84px; }
  .info-boxes { display: block; }
  .info-boxes article { min-height: 0; }
  .info-boxes article + article { border-left: 2px solid var(--navy); border-top: 0; }
  footer { display: block; text-align: center; padding-bottom: 35px; }
  footer nav { justify-content: center; margin-top: 22px; }
  .mobile-actions { position: fixed; z-index: 50; display: grid; grid-template-columns: 92px 1fr; left: 0; right: 0; bottom: 0; height: 58px; background: var(--navy); color: var(--cream); font: 900 11px/1 Arial, sans-serif; letter-spacing: .08em; }
  .mobile-actions a { display: grid; place-items: center; border-right: 1px solid rgb(255 255 255 / .25); }
  .mobile-actions a:last-child { background: var(--orange); }
}

@media (max-width: 480px) {
  .site-header { padding-inline: 16px; }
  .brand strong { font-size: 25px; }
  .header-reserve { width: 78px; }
  .hero { min-height: 720px; }
  .hero-copy { left: 17px; width: calc(100% - 34px); }
  .hero h1 { font-size: clamp(46px, 14.2vw, 65px); }
  .hero-lead { top: 470px; width: calc(100vw - 95px); line-height: 1.75; }
  .hero-collage { inset: 28% -3% 12% 12%; }
  .hero-photo-main { width: 92%; height: 55%; }
  .hero-photo-sub { width: 46%; height: 27%; }
  .hero-round-link { right: 12px; bottom: 20px; width: 74px; height: 74px; }
  .intro { padding-inline: 20px; }
  .intro-title h2 { font-size: 58px; }
  .intro-copy { margin-top: 42px; }
  .intro-copy br { display: none; }
  .intro-copy .big-ja br { display: initial; }
  .photo-loop-group { grid-template-columns: repeat(5, 250px); }
  .photo-film img { height: auto !important; aspect-ratio: 4 / 3; }
  .manifesto h2 { font-size: 47px; }
  .favorites, .full-menu { padding-inline: 18px; }
  .section-heading h2 { font-size: 52px; }
  .compact-heading { display: block; }
  .compact-heading h2 { font-size: 66px; }
  .price-badge { width: max-content; margin-top: 26px; }
  .wine-photo { height: 390px; }
  .wine-info { padding: 70px 20px; }
  .wine-info h2 { font-size: 60px; }
  .space-block { padding-inline: 20px; }
  .space-copy h2 { font-size: 53px; }
  .space-collage { min-height: 420px; }
  .occasions { padding-inline: 20px; }
  .occasions > h2 { font-size: 33px; }
  .access { padding-inline: 18px; }
  .access-logo strong { font-size: 70px; }
  footer nav { gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
}

/* WordPress integration */
html { margin-top: 0 !important; }
body.admin-bar .site-header { top: 32px; }
.wp-fallback { min-height: 70vh; padding: 140px 7vw 80px; }
.wp-fallback-inner { max-width: 900px; margin: 0 auto; }
.wp-fallback article { margin: 45px 0; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
