/* Asahi Sushi static site */
:root {
  --ink: #0f0b0c;
  --paper: #f3ede4;
  --soft: #cfc5b9;
  --muted: #a89e92;
  --dim: #b9afa3;
  --red: #d4262f;
  --line: rgba(255,255,255,0.12);
  --fill: rgba(255,255,255,0.04);
}
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid #ffffff; outline-offset: 3px; }
h1, h2, h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; font-weight: 500; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
img { max-width: 100%; }
button { font: inherit; cursor: pointer; }
.wrap { width: 100%; max-width: 1440px; margin: 0 auto; }
.photo { overflow: hidden; }
.photo img { transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.photo:hover img { transform: scale(1.03); }
.skip { position: absolute; left: -999px; top: 8px; background: #fff; color: var(--ink); padding: 8px 12px; border-radius: 6px; z-index: 50; }
.skip:focus { left: 8px; }

/* hero and page heads */
.hero, .head { position: relative; }
.hero { height: 780px; }
.head { height: 560px; overflow: hidden; }
.hero > img, .head > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.head > img { object-position: center 35%; }
.hero .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,11,12,0.72) 0%, rgba(15,11,12,0.10) 26%, rgba(15,11,12,0.10) 44%, rgba(15,11,12,0.90) 100%), rgba(15,11,12,0.22); }
.head .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,11,12,0.72) 0%, rgba(15,11,12,0.12) 32%, rgba(15,11,12,0.92) 100%), rgba(15,11,12,0.30); }
.nav { position: absolute; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; height: 96px; padding: 0 72px; z-index: 2; }
.nav .logo img { height: 64px; width: auto; display: block; }
.nav .links { display: flex; align-items: center; gap: 4px; }
.nav .links a { display: flex; align-items: center; height: 44px; padding: 0 16px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #ffffff; }
.nav .links a.on { border-bottom: 1px solid #ffffff; }
.nav .links a.call { height: 44px; padding: 0 22px; margin-left: 12px; background: var(--red); color: #ffffff; font-weight: 700; letter-spacing: 0.1em; border-radius: 8px; border-bottom: 0; }
.hero .copy { position: absolute; left: 72px; right: 72px; bottom: 72px; display: flex; flex-direction: column; gap: 22px; max-width: 900px; }
.hero h1 { font-size: 132px; line-height: 0.92; color: #ffffff; letter-spacing: -0.01em; }
.hero .sub { font-size: 21px; line-height: 1.5; color: #e8dfd2; }
.btns { display: flex; gap: 12px; margin-top: 6px; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 28px; font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 8px; }
.btn.primary { background: #ffffff; color: var(--ink); }
.btn.ghost { border: 1px solid rgba(255,255,255,0.55); color: #ffffff; backdrop-filter: blur(6px); }
.title { position: absolute; left: 72px; right: 72px; bottom: 56px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.title h1 { font-size: 84px; line-height: 0.98; color: #ffffff; }
.title p { font-size: 17px; line-height: 1.5; color: #e8dfd2; max-width: 520px; margin-top: 14px; }
.switch { display: flex; gap: 8px; padding: 6px; background: rgba(15,11,12,0.6); border: 1px solid rgba(255,255,255,0.18); border-radius: 12px; backdrop-filter: blur(8px); }
.switch button { height: 44px; padding: 0 22px; border: 0; background: transparent; color: #ffffff; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; border-radius: 8px; }
.switch button[aria-selected="true"] { background: #ffffff; color: var(--ink); }

/* home sections */
.locations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 96px 72px 0; }
.card { display: flex; flex-direction: column; min-width: 0; gap: 14px; padding: 36px 40px; background: var(--fill); border: 1px solid var(--line); border-radius: 14px; }
.card h2 { font-size: 38px; line-height: 1; color: #ffffff; }
.card p { font-size: 17px; line-height: 1.6; color: var(--soft); }
.card .row { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.card .row a { display: inline-flex; align-items: center; height: 44px; padding: 0 20px; white-space: nowrap; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; border-radius: 8px; }
.card .row a.phone { background: #ffffff; color: var(--ink); }
.card .row a.dir { border: 1px solid rgba(255,255,255,0.18); color: var(--paper); }
.feed { display: flex; flex-direction: column; gap: 20px; padding: 96px 72px 0; }
.eyebrow { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.feed .grid { display: grid; grid-template-columns: 520px minmax(0, 1fr); gap: 24px; align-items: stretch; }
.ig { min-width: 0; background: #ffffff; border-radius: 14px; overflow: hidden; min-height: 640px; }
.ig iframe { width: 100%; height: 100%; min-height: 640px; border: 0; display: block; }
.side { display: flex; flex-direction: column; min-width: 0; gap: 24px; }
.side .photo { height: 300px; border-radius: 14px; }
.side .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.side .card { flex: 1; justify-content: center; padding: 28px 32px; }
.side .card h2 { font-size: 34px; line-height: 1.05; }
.side .card p { font-size: 16px; }
.more { display: inline-flex; align-items: center; gap: 8px; height: 44px; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #ffffff; }
.band { position: relative; height: 440px; margin-top: 96px; overflow: hidden; }
.band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.band .tint { position: absolute; inset: 0; background: rgba(15,11,12,0.60); }
.quote { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 0 200px; text-align: center; opacity: 0; animation: quote-cycle 36s infinite; }
.quote:first-of-type { opacity: 1; }
.quote p:first-child { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: 42px; line-height: 1.2; color: #ffffff; max-width: 920px; }
.quote p:last-child { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #e8dfd2; }
@keyframes quote-cycle { 0% { opacity: 0; } 3% { opacity: 1; } 14% { opacity: 1; } 17% { opacity: 0; } 100% { opacity: 0; } }

/* menu */
.list { display: flex; flex-direction: column; gap: 56px; padding: 80px 160px 96px; }
.sec h2 { font-size: 38px; line-height: 1; color: #ffffff; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.14); margin-bottom: 22px; }
.sec h2 small { font-family: 'Lato', sans-serif; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-left: 14px; }
.names { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px 32px; font-size: 17px; line-height: 1.5; color: var(--soft); margin: 0; padding: 0; list-style: none; }
.items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 48px; margin: 0; padding: 0; list-style: none; }
.item .n { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 25px; line-height: 1.15; color: #ffffff; }
.item .d { font-size: 15px; line-height: 1.5; color: var(--dim); margin-top: 4px; }
.kitchen-note { font-size: 13px; color: var(--muted); margin-top: -32px; }
.loc-list { display: flex; flex-direction: column; gap: 56px; }
.loc-list[hidden] { display: none; }
.loc-list > .eyebrow { margin-bottom: -32px; }

/* text pages */
.text { max-width: 760px; margin: 0 auto; padding: 96px 24px; display: flex; flex-direction: column; gap: 20px; }
.text h1 { font-size: 64px; line-height: 1; color: #ffffff; }
.text h2 { font-size: 30px; color: #ffffff; margin-top: 16px; }
.text p, .text li { font-size: 17px; line-height: 1.65; color: var(--soft); }
.text ul { padding-left: 22px; margin: 0; }
.text a { text-decoration: underline; text-underline-offset: 3px; }
.topbar { display: flex; align-items: center; justify-content: space-between; height: 96px; padding: 0 72px; }
.topbar .logo img { height: 56px; width: auto; display: block; }

/* footer */
.foot { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; padding: 48px 72px 56px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.foot img { height: 48px; width: auto; display: block; }
.foot a:hover { color: #ffffff; }

@media (prefers-reduced-motion: reduce) {
  .photo img, .photo:hover img { transition: none; transform: none; }
  .quote { animation: none; }
}
@media (max-width: 900px) {
  .hero { height: 640px; }
  .head { height: 460px; }
  .nav { height: 68px; padding: 0 20px; }
  .nav .logo img { height: 46px; }
  .nav .links a { display: none; }
  .nav .links a.call { display: inline-flex; height: 40px; padding: 0 16px; }
  .hero .copy { left: 24px; right: 24px; bottom: 32px; gap: 16px; }
  .hero h1 { font-size: 76px; }
  .hero .sub { font-size: 16px; }
  .btns { flex-direction: column; gap: 10px; }
  .btn { width: 100%; height: 50px; }
  .title { left: 20px; right: 20px; bottom: 24px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .title h1 { font-size: 60px; }
  .switch { width: 100%; }
  .switch button { flex: 1; }
  .locations { grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 56px 20px 0; }
  .card { padding: 26px 24px; }
  .card h2 { font-size: 32px; }
  .card p { font-size: 16px; }
  .card .row { display: grid; grid-template-columns: 1fr 1fr; }
  .card .row a { justify-content: center; }
  .feed { padding: 56px 20px 0; gap: 14px; }
  .feed .grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .ig, .ig iframe { min-height: 560px; }
  .side .photo { height: 200px; }
  .band { height: 380px; margin-top: 56px; }
  .quote { padding: 0 28px; }
  .quote p:first-child { font-size: 28px; }
  .list { padding: 48px 20px 64px; gap: 40px; }
  .loc-list { gap: 40px; }
  .loc-list > .eyebrow { margin-bottom: -20px; }
  .sec h2 { font-size: 30px; }
  .names { grid-template-columns: repeat(2, minmax(0, 1fr)); font-size: 16px; }
  .items { grid-template-columns: minmax(0, 1fr); }
  .text { padding: 56px 20px; }
  .text h1 { font-size: 44px; }
  .topbar { height: 68px; padding: 0 20px; }
  .foot { flex-direction: column; gap: 16px; padding: 36px 24px 44px; }
}
