/* =========================================================
   Top Lunch Current
   key: top-lunch-current
   name: 現在のランチメニュー
   group: partial
   type: layout
   layer: top
========================================================= */

.p-top-lunch-current {
  position: relative;
  padding: 82px 0;
  background: var(--ciel-paper);
  color: var(--ciel-ink);
}

.p-top-lunch-current__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
  width: min(var(--ciel-container), calc(100% - 48px));
  margin-inline: auto;
}

.p-top-lunch-current__content {
  min-width: 0;
}

.p-top-lunch-current__eyebrow {
  margin: 0 0 10px;
  color: var(--ciel-blue-deep);
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.p-top-lunch-current__title {
  margin: 0;
  color: var(--ciel-ink);
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .08em;
}

.p-top-lunch-current__title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 18px;
  background: var(--ciel-blue);
}

.p-top-lunch-current__lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--ciel-muted);
  font-size: .95rem;
  line-height: 2;
}

.p-top-lunch-current__board {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  padding: 40px 46px 44px;
  border: 10px solid #8a6338;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.04), transparent 34%),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.016) 0,
      rgba(255,255,255,0.016) 1px,
      transparent 1px,
      transparent 7px
    ),
    linear-gradient(135deg, #16242b, #1f333b 52%, #10191e);
  color: #f7f1df;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.34),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset 0 0 42px rgba(0, 0, 0, 0.30);
}

.p-top-lunch-current__board::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(247, 241, 223, 0.24);
  pointer-events: none;
}

.p-top-lunch-current__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
}

.p-top-lunch-current__item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(247, 241, 223, 0.34);
}

.p-top-lunch-current__item:last-child {
  border-bottom: 0;
}

.p-top-lunch-current__slot {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(184, 220, 232, 0.76);
  border-radius: 999px;
  color: #fff8df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-top-lunch-current__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  min-width: 0;
}

.p-top-lunch-current__name {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff8df;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(255,255,255,0.08);
  overflow-wrap: anywhere;
}

.p-top-lunch-current__name::after {
  content: "→";
  display: inline-block;
  color: #b8dce8;
  font-size: 0.9em;
  line-height: 1;
  transform: translateY(-1px);
  transition:
    transform 0.22s ease,
    color 0.22s ease;
}

.p-top-lunch-current__name:link,
.p-top-lunch-current__name:visited {
  color: #fff8df;
  text-decoration: none;
}

.p-top-lunch-current__name:hover,
.p-top-lunch-current__name:focus-visible {
  color: #b8dce8;
  text-decoration: none;
}

.p-top-lunch-current__name:hover::after,
.p-top-lunch-current__name:focus-visible::after {
  color: #f5d98a;
  transform: translate(4px, -1px);
}

.p-top-lunch-current__name--empty {
  color: rgba(247, 241, 223, 0.58);
}

.p-top-lunch-current__name--empty::after {
  content: "";
}

.p-top-lunch-current__price {
  color: #fff8df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.7vw, 22px);
  font-style: italic;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.sp_only {
  display: none;
}

/* =========================================================
   Responsive
========================================================= */

@media screen and (max-width: 960px) {
  .p-top-lunch-current {
    padding: 68px 0;
  }

  .p-top-lunch-current__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .p-top-lunch-current__board {
    width: min(720px, 100%);
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-top-lunch-current {
    padding: 56px 0;
  }

  .p-top-lunch-current__inner {
    width: min(100% - 28px, var(--ciel-container));
  }

  .p-top-lunch-current__lead {
    margin-top: 22px;
    line-height: 1.9;
  }

  .p-top-lunch-current__board {
    padding: 34px 18px 36px;
    border-width: 7px;
  }

  .p-top-lunch-current__board::before {
    inset: 12px;
  }

  .p-top-lunch-current__item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 0;
  }

  .p-top-lunch-current__slot {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .p-top-lunch-current__body {
    grid-template-columns: 1fr;
    gap: 2px;
    min-width: 0;
  }

  .p-top-lunch-current__price {
    justify-self: start;
  }
}

@media screen and (max-width: 560px) {
  .p-top-lunch-current {
    padding: 42px 0;
  }

  .p-top-lunch-current__title {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .p-top-lunch-current__lead,
  .p-top-lunch-current__name,
  .p-top-lunch-current__price {
    font-size: .9rem;
  }

  .sp_only {
    display: inline;
  }
}
