:root {
  color-scheme: light;
  --ink: #231713;
  --muted: #6b4f42;
  --paper: #fff8ed;
  --cream: #fff1d5;
  --line: #e8c992;
  --charcoal: #17100e;
  --red: #b82719;
  --red-dark: #861c14;
  --gold: #f1b94c;
  --green: #2f6f45;
  --shadow: 0 18px 45px rgba(54, 23, 12, .16);
  --font-japanese: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-japanese);
  color: var(--ink);
  background: #140d0b;
  line-height: 1.75;
  font-feature-settings: "palt";
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  width: 100%;
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  color: #fffdf8;
  background: var(--charcoal);
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  opacity: .62;
}

.hero__shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(16, 8, 6, .52) 0%, rgba(31, 11, 7, .34) 38%, rgba(20, 9, 6, .96) 100%),
    radial-gradient(circle at 50% 58%, transparent 0 15rem, rgba(0, 0, 0, .45) 32rem);
}

.hero__content {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 32px 22px 34px;
}

.hero__eyebrow {
  margin: 0 0 8px;
  color: #ffe2a1;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  font-family: var(--font-japanese);
  font-size: clamp(3.2rem, 17vw, 5.4rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .44);
}

.hero__lead {
  margin-bottom: 12px;
  color: #ffe2a1;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.hero__copy {
  max-width: 32rem;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.hero__badges span,
.menu-card span,
.featured-menu__tag,
.section__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero__badges span {
  color: #321408;
  background: rgba(255, 226, 160, .95);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 22px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .24);
}

.hero__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: min(100%, 310px);
}

.button--primary {
  color: #2a1108;
  background: var(--gold);
}

.button--secondary {
  width: 100%;
  color: #fffaf0;
  background: var(--red);
}

.button--ghost {
  color: #fffaf0;
  background: rgba(255, 250, 240, .08);
  border: 1px solid rgba(255, 250, 240, .7);
}

.button--outline {
  color: var(--red-dark);
  background: #fffdf7;
  border: 1px solid var(--red-dark);
  box-shadow: none;
}

.intro {
  margin: -26px 18px 0;
  position: relative;
  z-index: 3;
  padding: 20px 18px;
  border: 1px solid rgba(232, 201, 146, .8);
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: var(--shadow);
}

.intro p {
  margin: 0;
  font-weight: 700;
}

.section {
  padding: 46px 18px 0;
}

.section[id],
.photo-section[id] {
  scroll-margin-top: 58px;
}

.quick-nav {
  position: sticky;
  top: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 28px;
  background: var(--red-dark);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.quick-nav a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  color: #fffaf0;
  background: #231713;
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
}

.dark-section {
  margin-top: 0;
  padding-bottom: 48px;
  color: #fffaf0;
  background:
    linear-gradient(180deg, rgba(35, 23, 19, .68), rgba(20, 13, 11, .78)),
    url("./assets/charcoal-embers.png") center / cover no-repeat,
    var(--charcoal);
}

.dark-section .section__heading {
  text-align: left;
}

.dark-section .section__label {
  background: var(--red);
}

.dark-section h2 {
  color: #fffaf0;
}

.section__copy {
  margin-bottom: 18px;
  color: #e8d6c3;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: inherit;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
}

.text-link::after {
  content: ">";
  margin-left: 10px;
  color: var(--gold);
}

.section__heading {
  text-align: center;
  margin-bottom: 22px;
}

.section__label {
  margin-bottom: 8px;
  color: #fffaf0;
  background: var(--red);
}

h2 {
  margin-bottom: 0;
  font-family: var(--font-japanese);
  font-size: clamp(1.7rem, 8vw, 2.4rem);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0;
}

.featured-menu {
  display: grid;
  gap: 18px;
  border-radius: 0;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.menu-note {
  border-left: 5px solid var(--red);
  padding: 16px 0 16px 16px;
  margin-bottom: 16px;
}

.menu-note p:not(.featured-menu__tag) {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 700;
}

.featured-menu img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 48%;
}

.featured-menu div {
  padding: 0 18px 20px;
}

.featured-menu__tag,
.menu-card span {
  color: #fffaf0;
  background: var(--green);
}

h3 {
  margin-bottom: 8px;
  font-family: var(--font-japanese);
  font-size: 1.24rem;
  line-height: 1.35;
  font-weight: 900;
}

.featured-menu p,
.menu-card p,
.appeal-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
}

.skewer-showcase {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.skewer-showcase article {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
}

.skewer-showcase img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.skewer-showcase article:first-child img {
  object-position: center 44%;
}

.skewer-showcase article:nth-child(2) img {
  object-position: center 44%;
}

.skewer-showcase article:last-child img {
  object-position: center 43%;
}

.skewer-showcase div {
  padding: 16px 18px 18px;
}

.skewer-showcase p {
  margin-bottom: 0;
  color: var(--muted);
}

.menu-board {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.menu-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 18px;
  background: #fffdf7;
}

.menu-list h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.menu-list h3::before {
  content: "";
  width: 10px;
  height: 28px;
  border-radius: 99px;
  background: var(--red);
}

.menu-list__note {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
}

.menu-list ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(107, 79, 66, .28);
  font-weight: 700;
}

.menu-list li:last-child {
  border-bottom: 0;
}

.menu-list b {
  color: var(--red-dark);
  white-space: nowrap;
}

.menu-board__notice {
  max-width: 640px;
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(155, 33, 33, .18);
  background: rgba(255, 253, 247, .82);
  color: var(--muted);
  text-align: center;
  font-size: .92rem;
  font-weight: 800;
}

.appeal-item {
  border: 1px solid rgba(232, 201, 146, .9);
  border-radius: 8px;
  padding: 18px;
  background: #fffdf7;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.menu-card span {
  margin-bottom: 10px;
  background: var(--red-dark);
}

.appeal {
  padding-top: 50px;
}

.appeal-list {
  display: grid;
  gap: 10px;
}

.appeal-item {
  position: relative;
  padding-left: 54px;
}

.appeal-item::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(241, 185, 76, .22);
}

.appeal-item strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1.02rem;
}

.shop-info {
  padding-bottom: 34px;
}

.photo-section {
  margin-top: 52px;
  color: #fffaf0;
  background: var(--charcoal);
}

.shop-photos {
  display: grid;
}

.shop-photos img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 52%;
}

.shop-photos img:first-child {
  object-position: center 54%;
}

.photo-section__body {
  padding: 28px 18px 34px;
}

.photo-section__body .section__label {
  background: var(--red);
}

.photo-section__body h2 {
  margin-bottom: 14px;
  color: #fffaf0;
}

.photo-section__body p:not(.section__label) {
  color: #e8d6c3;
  font-weight: 700;
}

.review-summary {
  margin: 0 auto 22px;
  padding: 20px 18px;
  border: 1px solid rgba(155, 33, 33, .18);
  background: #fffdf7;
}

.review-summary h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.45;
}

.review-summary p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 700;
}

.info-list {
  margin: 0;
  border-top: 2px solid var(--red-dark);
  background: #fffdf7;
}

.info-list div {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.info-list dt {
  color: var(--red-dark);
  font-weight: 900;
}

.info-list dd {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.hours-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hours-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(7.2rem, max-content);
  gap: 12px;
}

.hours-list b {
  color: var(--red-dark);
  white-space: nowrap;
}

.map-box {
  margin: 22px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fffdf7;
}

.map-box iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.cta-box {
  margin-top: 22px;
  padding: 20px;
  border-radius: 8px;
  color: #fffaf0;
  background:
    linear-gradient(135deg, rgba(184, 39, 25, .96), rgba(89, 28, 20, .96)),
    var(--red);
}

.cta-box p {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 900;
}

.cta-box .button {
  background: #fffaf0;
  color: var(--red-dark);
}

@media (min-width: 720px) {
  .hero,
  .hero__content {
    min-height: 760px;
  }

  .section {
    padding-left: max(34px, calc((100vw - 1120px) / 2));
    padding-right: max(34px, calc((100vw - 1120px) / 2));
  }

  .intro {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .skewer-showcase {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .menu-board {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .menu-list--compact {
    grid-column: 1 / -1;
  }

  .photo-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    align-items: stretch;
  }

  .shop-photos {
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    height: 100%;
  }

  .shop-photos img {
    height: 100%;
    aspect-ratio: auto;
  }

  .photo-section__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 46px;
  }

  .appeal-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-list div {
    grid-template-columns: 9rem 1fr;
  }
}

@media (min-width: 1000px) {
  .hero {
    min-height: 820px;
  }

  .hero__content {
    min-height: 820px;
    align-items: flex-start;
    max-width: 1120px;
    margin: 0 auto;
    padding: 72px 34px 78px;
    text-align: left;
  }

  .hero__copy {
    max-width: 42rem;
  }

  .hero__badges {
    justify-content: flex-start;
  }

  .hero__actions {
    width: 340px;
  }

  .intro {
    margin-top: -44px;
    padding: 26px 30px;
  }

  .quick-nav {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
  }

  .quick-nav a {
    min-height: 58px;
    font-size: .95rem;
  }

  .dark-section {
    padding-top: 86px;
    padding-bottom: 82px;
  }

  .dark-section .section__heading,
  .dark-section .section__copy,
  .dark-section .text-link {
    max-width: 760px;
  }

  .section {
    padding-top: 82px;
  }

  .section__heading {
    margin-bottom: 34px;
  }

  h2 {
    font-size: clamp(2.4rem, 4vw, 4.1rem);
  }

  .menu-note {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
  }

  .skewer-showcase article {
    border-radius: 0;
  }

  .menu-board {
    grid-template-columns: 1.05fr 1.25fr .9fr;
    gap: 18px;
  }

  .menu-list {
    border-radius: 0;
    padding: 26px 24px;
  }

  .menu-list--compact {
    grid-column: auto;
  }

  .appeal-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }

  .appeal-item {
    grid-column: span 2;
  }

  .appeal-item:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .appeal-item:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .photo-section {
    margin-top: 86px;
  }

  .shop-info {
    padding-bottom: 72px;
  }

  .info-list,
  .review-summary,
  .map-box,
  .cta-box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
