/* SHIN Zürich — one stylesheet for the whole site.
   Direction "Season & Sea" (approved 2026-09-07): near-black, Cormorant Garamond for display, Jost for text,
   one gold accent taken from the lacquer plate of the hero photograph, the 心 mark set in type.
   Mobile-first; every path in the pages is relative so the site serves from a host root or a preview path. */

:root {
  --bg: #0a0a0a;
  --bg2: #0e0e0e;
  --bg3: #141414;
  --line: #1c1c1c;
  --line2: #2a2a2a;
  --text: #f2efe9;
  --text2: #d6d0c6;
  --text3: #bdb7ad;
  --text4: #7d776e;
  --text5: #4a4640;
  --accent: #c8a25a;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --pad: 20px;
}
@media (min-width: 900px) { :root { --pad: 48px; } }
@media (min-width: 1280px) { :root { --pad: 72px; } }

* { box-sizing: border-box; }
html { background: var(--bg); -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-weight: 300; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; display: block; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 300; line-height: 1.05; }

.wrap { max-width: 1440px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text4); }
.label.gold { color: var(--accent); font-size: 13px; letter-spacing: 0.22em; }
@media (min-width: 900px) { .label.gold { font-size: 15px; } }
.serif { font-family: var(--serif); }
.muted { color: var(--text3); }
.rule { height: 1px; background: var(--line); }

/* ── header ─────────────────────────────────────────────── */
.top { position: sticky; top: 0; z-index: 50; background: rgba(10, 10, 10, 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.brand-row { display: flex; align-items: center; gap: 14px; }
.brand { display: flex; align-items: center; gap: 10px; }
.mark-heart { width: 22px; height: 22px; opacity: 0.95; }
.mark { height: 14px; width: auto; }
@media (min-width: 900px) { .mark { height: 18px; } .mark-heart { width: 28px; height: 28px; } .brand { gap: 12px; } }
.nav { display: none; align-items: center; gap: 36px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text3); }
.nav a.on { color: var(--text); border-bottom: 1px solid var(--accent); padding-bottom: 4px; }
@media (min-width: 900px) { .nav { display: flex; } }
.top-right { display: flex; align-items: center; gap: 18px; }
.top-badge { display: block; height: 30px; width: auto; opacity: 0.85; padding-left: 10px; border-left: 1px solid var(--line2); }
@media (min-width: 900px) { .top-badge { height: 40px; padding-left: 14px; } }
.lang { display: none; gap: 12px; font-size: 12px; letter-spacing: 0.12em; color: var(--text4); }
.lang .on { color: var(--text); }
@media (min-width: 900px) { .lang { display: flex; } }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 22px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 400; white-space: nowrap; transition: background 0.2s, color 0.2s, border-color 0.2s; border: 0; border-radius: 0; appearance: none; -webkit-appearance: none; font-family: inherit; cursor: pointer; box-shadow: none; }
.btn.line { border: 1px solid var(--accent); color: var(--accent); }
.btn.line:hover { background: var(--accent); color: var(--bg); }
.btn.fill { background: var(--accent); color: var(--bg); font-weight: 500; height: 52px; padding: 0 30px; }
.btn.fill:hover { background: var(--text); color: var(--bg); }
.btn.ghost { height: 52px; padding: 0 30px; border: 1px solid rgba(242, 239, 233, 0.55); color: var(--text); }
.btn.ghost:hover { border-color: var(--text); background: rgba(242, 239, 233, 0.08); color: var(--text); }
.link { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text2); border-bottom: 1px solid var(--line2); padding-bottom: 6px; }
.link:hover { border-color: var(--accent); }
.burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; align-items: center; background: none; border: 0; cursor: pointer; padding: 0; }
.burger span { display: block; width: 22px; height: 1px; background: var(--text2); }
@media (min-width: 900px) { .burger { display: none; } }
.menu-sheet { display: none; border-top: 1px solid var(--line); background: var(--bg); }
.menu-sheet.open { display: block; }
.menu-sheet a { display: block; padding: 18px var(--pad); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text3); border-bottom: 1px solid var(--line); }

/* ── hero ─────────────────────────────────────────────── */
.hero { position: relative; height: 82vh; min-height: 560px; max-height: 860px; overflow: hidden; background: #000; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 45%; opacity: 0.92; }
.hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.05) 32%, rgba(10,10,10,0.2) 62%, rgba(10,10,10,0.97) 100%); }
.hero .wrap { position: absolute; left: 0; right: 0; bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
@media (min-width: 900px) { .hero .wrap { bottom: 72px; } }
.hero-text { display: flex; flex-direction: column; gap: 16px; max-width: 760px; }
@media (min-width: 900px) { .hero-text { gap: 22px; } }
.kokoro { width: 44px; height: 44px; opacity: 0.92; }
@media (min-width: 900px) { .kokoro { width: 60px; height: 60px; } }
.hero h1 { font-size: clamp(42px, 6vw, 84px); letter-spacing: -0.01em; line-height: 1.02; }
.hero .lead { font-size: 15px; color: var(--text2); max-width: 560px; }
@media (min-width: 900px) { .hero .lead { font-size: 18px; } }
.hero .actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin-top: 6px; }
@media (min-width: 900px) { .hero .actions .btn { min-width: 200px; } }
@media (max-width: 899px) { .hero .actions { flex-wrap: nowrap; } .hero .actions .btn { flex: 1 1 0; min-width: 0; height: 50px; padding: 0 12px; } }

/* ── facts band ───────────────────────────────────────── */
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts > div { display: flex; flex-direction: column; gap: 6px; padding: 20px var(--pad); border-bottom: 1px solid var(--line); }
.facts > div:nth-child(odd) { border-right: 1px solid var(--line); }
.facts > div:nth-child(n+3) { border-bottom: 0; }
.facts .v { font-family: var(--serif); font-size: 20px; color: var(--text); }
@media (min-width: 900px) {
  .facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .facts > div { padding: 30px 40px; border-bottom: 0; border-right: 1px solid var(--line); }
  .facts > div:first-child { padding-left: var(--pad); }
  .facts > div:last-child { border-right: 0; padding-right: var(--pad); }
  .facts .v { font-size: 24px; }
}

/* ── sections ─────────────────────────────────────────── */
.section { padding: 56px 0; }
@media (min-width: 900px) { .section { padding: 120px 0; } }
.section.tight { padding-top: 0; }
.two { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
@media (min-width: 900px) { .two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 96px; } }
.stack { display: flex; flex-direction: column; gap: 18px; }
@media (min-width: 900px) { .stack { gap: 28px; } }
.h2 { font-size: clamp(30px, 3.6vw, 52px); line-height: 1.08; }
.body { font-size: 15px; line-height: 1.75; color: var(--text3); }
@media (min-width: 900px) { .body { font-size: 17px; } }
.panel { position: relative; background: var(--bg2); border: 1px solid var(--line); }
.kokoro-panel { display: none; height: 560px; flex-direction: column; align-items: center; justify-content: center; background: var(--bg); }
@media (min-width: 900px) { .kokoro-panel { display: flex; } }
.kokoro-panel .glyph { width: 320px; height: 320px; }
.kokoro-panel .badge { width: 72px; opacity: 0.85; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
@media (min-width: 900px) { .section-head { margin-bottom: 48px; } }
.section-head .stack { gap: 12px; }
@media (min-width: 900px) { .section-head .stack { gap: 14px; } }
.section-head .link { flex: none; display: none; }
@media (min-width: 900px) { .section-head .link { display: inline; } }

.seasons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
@media (min-width: 900px) { .seasons { gap: 20px; } }
.season { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 18px 6px; border: 1px solid var(--line); background: var(--bg2); text-align: center; }
.season .glyph { font-family: var(--serif); font-size: 34px; line-height: 1; }
.season .name { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text4); }
.season .about { display: none; font-size: 15px; line-height: 1.6; color: var(--text3); text-align: left; }
.season.now { border-color: var(--accent); }
.season.now .glyph, .season.now .name { color: var(--accent); }
@media (min-width: 900px) {
  .season { gap: 14px; padding: 32px 28px; }
  .season .glyph { font-size: 64px; }
  .season .name { font-size: 12px; letter-spacing: 0.16em; }
}
.top .nav a.on { color: var(--text3); border: 0; padding: 0; }

.special { display: grid; grid-template-columns: minmax(0, 1fr); border: 1px solid var(--line); background: var(--bg2); }
@media (min-width: 900px) { .special { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); } }
.special .text { display: flex; flex-direction: column; gap: 16px; padding: 28px; }
@media (min-width: 900px) { .special .text { gap: 22px; padding: 64px; } }
.special .h2 { font-size: clamp(30px, 3.4vw, 48px); }
.details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; margin-top: 6px; }
.details .k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text4); margin-bottom: 4px; }
.details .v { font-family: var(--serif); font-size: 24px; color: var(--text); }
.details .s { font-size: 14px; line-height: 1.5; color: var(--text3); }
.special .photo { display: none; position: relative; background: #000; align-items: center; justify-content: center; overflow: hidden; }
@media (min-width: 900px) { .special .photo { display: flex; min-height: 460px; border-left: 1px solid var(--line); } }
.special .photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 4%; }
.special .photo .glyph { font-family: var(--serif); font-size: 200px; line-height: 1; color: #1f1f1f; }
.special .photo .note { position: absolute; bottom: 20px; right: 24px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text5); }

.cards { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
@media (min-width: 900px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.card { display: flex; flex-direction: column; gap: 14px; padding: 28px; border: 1px solid var(--line); }
@media (min-width: 900px) { .card { gap: 16px; padding: 48px; } }
.card.gold { border-color: var(--accent); }
.card .h3 { font-size: clamp(26px, 2.4vw, 34px); }
.card .actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; margin-top: 6px; }
.card .phone { font-size: 14px; color: var(--text2); }

/* ── page header (inner pages) ────────────────────────── */
.page-head { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 56px 0 40px; align-items: end; }
@media (min-width: 900px) { .page-head { grid-template-columns: 200px minmax(0, 1fr); gap: 72px; padding: 96px 0 72px; } }
.page-head .big { font-family: var(--serif); font-size: clamp(96px, 14vw, 200px); line-height: 0.9; color: var(--accent); }
.page-head h1 { font-size: clamp(36px, 4.2vw, 60px); }

/* ── menu page ────────────────────────────────────────── */
.menu-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; padding-bottom: 56px; }
@media (min-width: 900px) { .menu-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 96px; padding-bottom: 120px; } }
.courses { display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.course { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
@media (min-width: 900px) { .course { padding: 26px 0; } }
.course .name { font-family: var(--serif); font-size: 24px; color: var(--text); }
@media (min-width: 900px) { .course .name { font-size: 28px; } }
.course .sub { font-size: 14px; color: var(--text4); margin-top: 6px; }
.course .n { flex: none; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text5); }
.footnote { font-size: 13px; line-height: 1.7; color: var(--text4); margin-top: 24px; }
.aside { display: flex; flex-direction: column; gap: 20px; }
.aside .card { padding: 28px; background: var(--bg2); }
@media (min-width: 900px) { .aside .card { padding: 36px; } }
.price { font-family: var(--serif); font-size: 40px; line-height: 1; color: var(--text); }

/* ── reservation page ─────────────────────────────────── */
.reserve-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; padding-left: var(--pad); padding-right: var(--pad); align-items: start; }
@media (min-width: 900px) { .reserve-grid { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 96px; } }
.terms { border-top: 1px solid var(--line); }
.terms > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.6; }
@media (min-width: 900px) { .terms > div { grid-template-columns: 180px minmax(0, 1fr); gap: 24px; padding: 18px 0; } }
.terms .k { color: var(--text4); }
.terms .v { color: var(--text2); }
.form { display: flex; flex-direction: column; gap: 22px; padding: 28px; border: 1px solid var(--line); background: var(--bg2); }
@media (min-width: 900px) { .form { gap: 28px; padding: 48px; } }
.field { display: flex; flex-direction: column; gap: 10px; }
.field label, .field .k { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text4); }
.field input, .field select, .field textarea { width: 100%; background: transparent; border: 1px solid var(--line2); color: var(--text); font: inherit; font-size: 15px; padding: 0 18px; height: 52px; border-radius: 0; outline: none; -webkit-appearance: none; appearance: none; }
.field textarea { height: 96px; padding: 14px 18px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field input::placeholder, .field textarea::placeholder { color: var(--text5); }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23bdb7ad' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; }
.pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.seat { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.seat label { display: flex; align-items: center; justify-content: center; height: 52px; border: 1px solid var(--line2); color: var(--text2); font-size: 16px; cursor: pointer; letter-spacing: 0; text-transform: none; }
.seat input { position: absolute; opacity: 0; width: 0; height: 0; }
.seat input:checked + label { border-color: var(--accent); background: #1a1712; color: var(--text); }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.5; color: var(--text3); }
.check input { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; margin: 2px 0 0; flex: none; border: 1px solid var(--line2); background: transparent; border-radius: 0; cursor: pointer; }
.check input:checked { background: var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2l2.3 2.3 4.7-4.9' fill='none' stroke='%230a0a0a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat; border-color: var(--accent); }
.form .btn.fill { width: 100%; height: 56px; }
.form .small { font-size: 13px; line-height: 1.6; color: var(--text4); text-align: center; }

/* ── etiquette page ───────────────────────────────────── */
.rules { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; border-top: 1px solid var(--line); }
@media (min-width: 900px) { .rules { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.rules > div { display: flex; flex-direction: column; gap: 10px; padding: 28px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 900px) { .rules > div { padding: 36px 40px 36px 0; } .rules > div:nth-child(even) { padding-left: 40px; border-left: 1px solid var(--line); } }
.rules .h3 { font-size: 26px; }

/* ── footer ───────────────────────────────────────────── */
.foot { border-top: 1px solid var(--line); padding: 40px 0; }
@media (min-width: 900px) { .foot { padding: 56px 0 48px; } }
.foot .wrap { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: start; }
.foot .col > span { display: block; }
@media (min-width: 900px) { .foot .wrap { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; } }
.foot .col { display: flex; flex-direction: column; gap: 10px; font-size: 14px; line-height: 1.6; color: var(--text3); }
.foot .col .label { margin-bottom: 2px; }
.social { display: flex; gap: 14px; }
.social a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid var(--line2); color: var(--text3); }
.social a:hover { border-color: var(--accent); color: var(--accent); }
.copy { font-size: 12px; color: var(--text4); text-align: center; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.badge { height: 40px; width: auto; opacity: 0.8; margin-left: 6px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
