@charset "UTF-8";

:root {
  --wood-dark: #1e1308;
  --wood: #3a2410;
  --wood-mid: #664b24;
  --paper: #ead09a;
  --paper-light: #f4e2ba;
  --paper-deep: #c89457;
  --ink: #2b1b0d;
  --ink-soft: #5f482d;
  --brick: #952f12;
  --teal: #314846;
  --olive: #4b5128;
  --cream: #f1d6a0;
  --gold: #d5a253;
  --line: rgba(65, 38, 15, 0.32);
  --shadow: 0 18px 45px rgba(12, 7, 2, 0.38);
  --focus: #ffe4a6;
  --store: var(--brick);
  --store-dark: #5f1e0f;
  --store-contrast: #fff0c6;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--cream);
  background: var(--wood-dark);
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 1000;
  padding: 0.55rem 0.9rem;
  color: var(--ink);
  background: var(--paper-light);
  border: 2px solid var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Home ------------------------------------------------------------ */

.home-page {
  min-width: 320px;
  overflow: hidden;
  background: #120b04;
}

.home-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(0.75rem, 2vw, 1.5rem);
  pointer-events: none;
}

.menu-toggle {
  position: relative;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  padding: 0.58rem 0.88rem;
  color: var(--cream);
  background: rgba(32, 18, 7, 0.94);
  border: 1px solid rgba(241, 214, 160, 0.5);
  border-radius: 999px;
  box-shadow: 0 7px 20px rgba(0,0,0,0.28);
  cursor: pointer;
}

.menu-toggle--home {
  display: inline-flex;
  pointer-events: auto;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle__icon {
  position: relative;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-toggle__icon::before { top: -6px; }
.menu-toggle__icon::after { top: 6px; }

.menu-toggle[aria-expanded="true"] .menu-toggle__icon {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.home-nav {
  position: fixed;
  top: clamp(4.4rem, 8vw, 5.4rem);
  right: clamp(0.75rem, 2vw, 1.5rem);
  z-index: 55;
  display: none;
  width: min(18rem, calc(100vw - 1.5rem));
  padding: 0.75rem;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.16), transparent 35%),
    var(--paper);
  border: 2px solid rgba(52, 29, 9, 0.88);
  border-radius: 4px;
  box-shadow: var(--shadow);
  transform: rotate(0.5deg);
  pointer-events: auto;
}

.home-nav.is-open,
.home-nav[data-open="true"] {
  display: grid;
}

.home-nav a {
  display: block;
  padding: 0.8rem 0.9rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px dashed rgba(54, 31, 12, 0.35);
}

.home-nav a:last-child {
  border-bottom: 0;
}

.home-nav a:hover,
.home-nav a:focus-visible {
  color: #fff4ce;
  background: var(--brick);
}

.store-selector {
  position: relative;
  height: 100svh;
  min-height: 520px;
  overflow: hidden;
  background: #120b04;
}

.hero-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, calc(100svh * 1.77683));
  height: max(100svh, calc(100vw / 1.77683));
  transform: translate(-50%, -50%);
}

.hero-picture,
.hero-picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-picture img {
  object-fit: fill;
  user-select: none;
}

.store-hotspots {
  position: absolute;
  inset: 0;
  z-index: 5;
  isolation: isolate;
}

.store-hotspot,
.store-card-visual {
  position: absolute;
  inset: 0;
  -webkit-clip-path: var(--card-shape);
  clip-path: var(--card-shape);
  transform-origin: var(--card-origin);
}

.store-hotspot {
  z-index: 10;
  display: block;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.store-hotspot:focus-visible {
  outline: none;
}

.store-card-visual {
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 120ms ease,
    transform 260ms cubic-bezier(0.2, 0.72, 0.25, 1),
    filter 260ms ease;
  will-change: opacity, transform, filter;
}

.store-card-visual::before {
  position: absolute;
  inset: 0;
  background-image: url("../images/top-desktop.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: var(--card-shape);
  clip-path: var(--card-shape);
  content: "";
}

.store-hotspot--tensai,
.store-card-visual--tensai {
  --card-shape: polygon(13.56% 35%, 35.42% 31.63%, 36.72% 59.95%, 14.64% 63.6%);
  --card-origin: 25.09% 47.55%;
}

.store-hotspot--shumairumba,
.store-card-visual--shumairumba {
  --card-shape: polygon(37.53% 31.26%, 59.35% 32.29%, 58.78% 60.73%, 36.77% 59.52%);
  --card-origin: 48.11% 45.95%;
}

.store-hotspot--tiger,
.store-card-visual--tiger {
  --card-shape: polygon(61% 33.74%, 83.14% 38.85%, 81.93% 67.06%, 59.27% 62.06%);
  --card-origin: 71.34% 50.43%;
}

.store-hotspot:focus-visible + .store-card-visual {
  opacity: 1;
  filter:
    drop-shadow(0 0 3px rgba(255, 228, 166, 0.95))
    drop-shadow(0 16px 13px rgba(8, 4, 1, 0.62))
    brightness(1.06)
    saturate(1.04);
  transform: translateY(-6px) scale(1.025);
}

@media (hover: hover) and (pointer: fine) {
  .store-hotspot:hover + .store-card-visual {
    opacity: 1;
    filter:
      drop-shadow(0 16px 13px rgba(8, 4, 1, 0.62))
      brightness(1.06)
      saturate(1.04);
    transform: translateY(-6px) scale(1.025);
  }
}

/* Inner pages ----------------------------------------------------- */

.inner-page {
  --store: var(--brick);
  --store-dark: #5f1e0f;
  --store-contrast: #fff0c6;
  min-width: 320px;
  min-height: 100vh;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 15% 5%, rgba(150, 87, 32, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 60%, rgba(113, 45, 18, 0.18), transparent 30rem),
    repeating-linear-gradient(2deg, rgba(255,255,255,0.012) 0 2px, transparent 2px 8px),
    linear-gradient(110deg, #1d1107, #3a2410 48%, #211307);
}

.inner-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(92deg, transparent 0 42px, rgba(0,0,0,0.08) 43px 45px),
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.32));
  pointer-events: none;
  content: "";
}

.store-tensai {
  --store: #37636a;
  --store-dark: #203d42;
  --store-contrast: #f6dfae;
}

/* Tensai preparing page ------------------------------------------- */

.tensai-preparing-page {
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 10%, rgba(146, 77, 28, 0.26), transparent 30rem),
    repeating-linear-gradient(91deg, transparent 0 46px, rgba(0, 0, 0, 0.08) 47px 49px),
    linear-gradient(118deg, #1b1007, #432914 52%, #1e1208);
}

.tensai-preparing-page::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(4deg, rgba(255, 255, 255, 0.012) 0 2px, transparent 2px 8px),
    radial-gradient(circle at center, transparent 45%, rgba(5, 2, 1, 0.34));
  pointer-events: none;
  content: "";
}

.tensai-preparing-main {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(1rem, 4vw, 3rem);
}

.tensai-preparing {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
  width: min(1040px, 100%);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.2), transparent 24%),
    repeating-linear-gradient(7deg, rgba(94, 55, 19, 0.02) 0 2px, transparent 2px 7px),
    var(--paper);
  border: 2px solid rgba(35, 19, 7, 0.95);
  border-radius: 5px;
  box-shadow: 0 24px 65px rgba(5, 2, 1, 0.58), inset 0 0 40px rgba(90, 48, 14, 0.15);
}

.tensai-preparing::after {
  position: absolute;
  inset: 8px;
  z-index: 2;
  border: 1px dashed rgba(52, 30, 12, 0.24);
  border-radius: 2px;
  pointer-events: none;
  content: "";
}

.tensai-preparing__media,
.tensai-preparing__notice {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.tensai-preparing__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: #eee4ce;
  border-right: 2px solid rgba(43, 27, 13, 0.72);
}

.tensai-preparing__video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.tensai-preparing__video-control {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 44px;
  padding: 0.5rem 0.78rem;
  color: var(--store-contrast);
  font-size: 0.76rem;
  font-weight: 900;
  background: rgba(32, 61, 66, 0.94);
  border: 1px solid rgba(246, 223, 174, 0.62);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.26);
  cursor: pointer;
}

.tensai-preparing__video-control:hover,
.tensai-preparing__video-control:focus-visible {
  color: var(--ink);
  background: var(--paper-light);
}

.tensai-preparing__notice {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.4rem, 4vw, 3.5rem);
  text-align: center;
}

.tensai-preparing__kicker {
  margin: 0 0 0.85rem;
  color: var(--store-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.tensai-preparing__title {
  margin: 0;
  color: var(--store-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.8rem, 4.5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.06em;
}

.tensai-preparing__status {
  margin: clamp(1.4rem, 4vw, 2.4rem) 0;
  padding: 0.72rem 1.15rem 0.78rem;
  color: var(--store-contrast);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.5rem, 3.6vw, 2.45rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.08em;
  white-space: nowrap;
  background: var(--store-dark);
  border: 2px solid rgba(26, 47, 51, 0.86);
  box-shadow: 5px 7px 0 rgba(43, 27, 13, 0.25);
  transform: rotate(-1.4deg);
}

.tensai-preparing__back {
  margin-top: 0.25rem;
}

.store-shumairumba {
  --store: #56602f;
  --store-dark: #333c1c;
  --store-contrast: #f2d79e;
}

.store-tiger {
  --store: #9b381c;
  --store-dark: #5d2013;
  --store-contrast: #f5d391;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
  padding: 0.65rem clamp(1rem, 4vw, 3.2rem);
  background: rgba(27, 15, 6, 0.95);
  border-bottom: 1px solid rgba(241, 214, 160, 0.22);
  box-shadow: 0 5px 20px rgba(0,0,0,0.26);
  backdrop-filter: blur(8px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.4rem 0.78rem;
  color: var(--store-contrast);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(0.92rem, 2vw, 1.18rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: var(--store-dark);
  border: 1px solid color-mix(in srgb, var(--store-contrast) 45%, transparent);
  border-radius: 3px;
  box-shadow: 3px 4px 0 rgba(0,0,0,0.24);
  transform: rotate(-0.5deg);
}

.site-header .site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
}

.site-header .site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0.68rem;
  color: var(--cream);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
}

.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible,
.site-header .site-nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--paper);
}

.page-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.4rem, 7vw, 5.4rem) 0;
}

.page-shell > * + * {
  margin-top: clamp(1.4rem, 4vw, 2.5rem);
}

.paper-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.35rem, 4vw, 3.3rem);
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(255,255,255,0.22), transparent 22%),
    radial-gradient(circle at 83% 70%, rgba(116,68,24,0.09), transparent 28%),
    repeating-linear-gradient(7deg, rgba(94,55,19,0.018) 0 2px, transparent 2px 7px),
    var(--paper);
  border: 1px solid rgba(48, 27, 9, 0.9);
  border-radius: 5px;
  box-shadow: var(--shadow), inset 0 0 35px rgba(94,55,19,0.13);
}

.paper-panel::after {
  position: absolute;
  inset: 8px;
  z-index: -1;
  border: 1px dashed rgba(67,38,13,0.2);
  border-radius: 2px;
  pointer-events: none;
  content: "";
}

.news-detail-image {
  margin: clamp(1.25rem, 4vw, 2.25rem) 0 0;
}

.news-detail-image img {
  display: block;
  width: min(100%, 860px);
  height: auto;
  margin-inline: auto;
  border: 1px solid rgba(48, 27, 9, 0.55);
  border-radius: 4px;
}

.news-detail-content {
  margin-top: clamp(1.25rem, 4vw, 2.25rem);
  color: var(--ink-soft);
  font-size: clamp(1rem, 2.2vw, 1.16rem);
}

.news-detail-content > :first-child {
  margin-top: 0;
}

.news-detail-content > :last-child {
  margin-bottom: 0;
}

/* Radio program news detail -------------------------------------- */

.news-detail-page {
  --radio-wood-dark: #382018;
  --radio-wood: #6f3427;
  --radio-wood-light: #8b4933;
  --radio-gold: #e9c77d;
  --radio-screen: #b7ba82;
  --radio-screen-ink: #24291c;
  color: #f3dfb4;
  background:
    radial-gradient(circle at 18% 0%, rgba(192, 139, 81, 0.2), transparent 28rem),
    radial-gradient(circle at 82% 86%, rgba(125, 60, 43, 0.2), transparent 32rem),
    repeating-linear-gradient(7deg, #1f1510 0 12px, #251812 12px 18px, #1b120e 18px 27px);
}

.news-detail-page::before {
  z-index: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(255, 225, 170, 0.018) 59px 60px),
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.4));
}

.news-detail-page > *:not(.skip-link) {
  position: relative;
  z-index: 1;
}

.news-detail-page .skip-link {
  transform: translateY(-220%);
}

.news-detail-page .skip-link:focus {
  transform: translateY(0);
}

.news-detail-page .site-header {
  background: rgba(31, 19, 14, 0.96);
  border-bottom-color: rgba(233, 199, 125, 0.24);
}

.news-detail-page .brand-mark {
  color: #2f2418;
  background: #e4d6a6;
  border-color: #2a1b14;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.35);
}

.news-detail-current-header {
  display: flex;
  width: min(1200px, 100%);
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 12px 56px;
  margin: 0 auto;
  color: #2b1b0d;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 255, 255, 0.35), transparent 30%),
    repeating-linear-gradient(7deg, rgba(94, 55, 19, 0.02) 0 2px, transparent 2px 7px),
    #f4e2ba;
  border-bottom: 1px solid rgba(75, 43, 16, 0.25);
}

.news-detail-current-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #333c1c;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
}

.news-detail-current-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.news-detail-current-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 14px;
  color: #5f482d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.news-detail-current-nav a:hover,
.news-detail-current-nav a:focus-visible,
.news-detail-current-nav a[aria-current="page"] {
  color: #333c1c;
  background: rgba(86, 96, 47, 0.12);
  border-radius: 999px;
}

.news-detail-current-footer {
  display: flex;
  width: min(1200px, 100%);
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding: 26px 56px 56px;
  margin: 0 auto;
  color: #5f482d;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 255, 255, 0.35), transparent 30%),
    repeating-linear-gradient(7deg, rgba(94, 55, 19, 0.02) 0 2px, transparent 2px 7px),
    #f4e2ba;
  border-top: 1px solid rgba(75, 43, 16, 0.25);
  font-size: 14px;
}

.news-detail-current-footer address {
  font-style: normal;
}

.news-detail-current-footer a {
  color: #333c1c;
  font-weight: 800;
  text-decoration: none;
}

.news-detail-current-footer a:hover,
.news-detail-current-footer a:focus-visible {
  color: #56602f;
  text-decoration: underline;
}

.news-detail-shell {
  width: min(1180px, calc(100% - 2rem));
  padding-top: clamp(1.5rem, 4vw, 3.2rem);
}

.radio-program {
  position: relative;
  overflow: hidden;
  padding: clamp(0.75rem, 1.7vw, 1.15rem);
  color: var(--radio-gold);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 26%, rgba(0, 0, 0, 0.12)),
    repeating-linear-gradient(7deg, var(--radio-wood) 0 10px, #7e3c2d 10px 15px, #613024 15px 24px);
  border: clamp(4px, 0.65vw, 7px) solid var(--radio-wood-dark);
  border-radius: clamp(18px, 3vw, 32px);
  box-shadow:
    0 22px 48px rgba(8, 5, 3, 0.58),
    inset 0 0 0 2px #b87848,
    inset 0 0 34px rgba(22, 11, 7, 0.62);
}

.radio-program::before {
  position: absolute;
  top: 9px;
  right: 20px;
  left: 20px;
  height: 2px;
  background: rgba(255, 222, 164, 0.25);
  content: "";
}

.radio-program__tuner {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.4rem, 1.4vw, 1rem);
  padding: 0 clamp(0.75rem, 2vw, 1.4rem);
  color: #3a3021;
  background:
    linear-gradient(rgba(255, 255, 255, 0.2), transparent),
    #e4d6a6;
  border: 4px solid #2a1b14;
  border-radius: 7px;
  box-shadow: inset 0 0 14px rgba(89, 65, 35, 0.38);
  font-size: clamp(0.65rem, 1.2vw, 0.82rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.radio-program__tuner i {
  width: 2px;
  height: 18px;
  flex: 0 0 2px;
  background: #66583e;
  opacity: 0.76;
}

.radio-program__tuner i:nth-of-type(even) {
  height: 11px;
}

.radio-program__tuner strong {
  color: #8d4333;
  font-size: clamp(0.78rem, 1.5vw, 1rem);
}

.radio-program__body {
  display: grid;
  grid-template-columns: minmax(170px, 22%) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.8vw, 1.3rem);
  margin-top: clamp(0.65rem, 1.4vw, 0.95rem);
}

.radio-program__speaker {
  display: flex;
  min-height: 0;
  align-items: center;
  flex-direction: column;
  padding: clamp(0.85rem, 2vw, 1.25rem);
  background: rgba(40, 24, 18, 0.88);
  border: 2px solid #bd7e4e;
  border-radius: 18px;
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.68);
}

.radio-program__station,
.radio-program__frequency {
  color: var(--radio-gold);
  font-size: clamp(0.68rem, 1.4vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.08;
}

.radio-program__station {
  align-self: flex-start;
}

.radio-program__frequency {
  color: #b99363;
  font-size: clamp(0.52rem, 0.9vw, 0.66rem);
  letter-spacing: 0.12em;
}

.radio-program__grille {
  width: min(100%, 210px);
  aspect-ratio: 1;
  margin: clamp(0.9rem, 2vw, 1.4rem) auto;
  background:
    radial-gradient(circle, #b88758 0 2.5px, transparent 3px) 0 0 / 15px 15px,
    linear-gradient(145deg, #241711, #4a2d21);
  border: 6px solid #241711;
  border-radius: 50%;
  box-shadow: inset 0 0 28px #090605;
}

.radio-program__console {
  min-width: 0;
}

.radio-program__display,
.radio-program__notes {
  position: relative;
  overflow: hidden;
  color: var(--radio-screen-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    var(--radio-screen);
  border: 6px solid #2a1b14;
  border-radius: 10px;
  box-shadow:
    inset 0 0 24px rgba(38, 48, 27, 0.5),
    0 0 13px rgba(211, 219, 143, 0.16);
}

.radio-program__display {
  min-height: clamp(190px, 28vw, 310px);
  padding: clamp(1.25rem, 4vw, 3rem);
}

.radio-program__display::after,
.radio-program__notes::after {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(37, 45, 28, 0.075) 4px 5px);
  content: "";
  pointer-events: none;
}

.radio-program__meta,
.radio-program__label,
.radio-program__title,
.radio-program__notes-heading,
.news-detail-content {
  position: relative;
  z-index: 1;
}

.radio-program__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: clamp(0.7rem, 1.8vw, 1.1rem);
  border-bottom: 1px solid rgba(36, 41, 28, 0.34);
}

.radio-program__category,
.radio-program__date,
.radio-program__label {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.radio-program__category {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.25rem 0.65rem;
  color: #d7dc9c;
  background: #3d472d;
  border-radius: 4px;
  font-size: clamp(0.68rem, 1.3vw, 0.82rem);
}

.radio-program__date {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.75rem, 1.4vw, 0.94rem);
}

.radio-program__label {
  margin-top: clamp(1.1rem, 2.5vw, 1.8rem);
  color: rgba(36, 41, 28, 0.64);
  font-size: clamp(0.58rem, 1vw, 0.72rem);
}

.radio-program__title {
  max-width: 22ch;
  margin: 0.35rem 0 0;
  color: var(--radio-screen-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 5.2vw, 4.3rem);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0.025em;
  overflow-wrap: anywhere;
  text-shadow: 0 1px rgba(255, 255, 255, 0.22);
}

.radio-program__image {
  margin: clamp(0.8rem, 1.7vw, 1.15rem) 0 0;
  padding: clamp(0.45rem, 1vw, 0.7rem);
  background: #291a14;
  border: 2px solid #bd7e4e;
  border-radius: 9px;
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.46);
}

.radio-program__image img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  background: #120d0a;
  border: 0;
  border-radius: 5px;
}

.radio-program__notes {
  min-height: 150px;
  margin-top: clamp(0.8rem, 1.7vw, 1.15rem);
  padding: clamp(1rem, 2.5vw, 1.7rem);
}

.radio-program__notes-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(36, 41, 28, 0.34);
  font-size: clamp(0.64rem, 1vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.13em;
}

.radio-program__notes .news-detail-content {
  margin-top: 1rem;
  color: var(--radio-screen-ink);
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  line-height: 1.9;
}

.radio-program__notes .news-detail-content:empty::before {
  color: rgba(36, 41, 28, 0.55);
  content: "放送内容を読み込んでいます…";
}

.radio-program.is-message .radio-program__label {
  display: none;
}

.radio-program__controls {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: clamp(0.6rem, 1.4vw, 1rem);
  padding-top: clamp(0.75rem, 1.5vw, 1rem);
}

.radio-program__on-air {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: auto;
  font-size: clamp(0.64rem, 1.1vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.radio-program__on-air i {
  width: 11px;
  height: 11px;
  background: #dc493f;
  border: 2px solid #421b16;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 76, 63, 0.78);
  animation: radio-detail-on-air 1.8s ease-in-out infinite;
}

.radio-program__preset {
  display: grid;
  width: 40px;
  height: 34px;
  place-items: center;
  color: var(--radio-gold);
  background: #332019;
  border: 2px solid #b47646;
  border-radius: 5px;
  box-shadow: 0 3px 0 #170e0b;
  font-size: 0.78rem;
  font-weight: 900;
}

.radio-program__preset.is-active {
  color: #36231a;
  background: #e5c477;
  box-shadow: inset 0 2px 3px rgba(65, 37, 20, 0.38);
  transform: translateY(2px);
}

.radio-program__knob {
  width: 46px;
  height: 46px;
  margin-left: auto;
  background:
    linear-gradient(90deg, transparent 47%, #c08b51 47% 53%, transparent 53%),
    repeating-conic-gradient(#3a241b 0 8deg, #8b5938 8deg 15deg);
  border: 5px solid #251711;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.48);
}

.news-detail-page .section-heading {
  color: var(--radio-gold);
}

.news-detail-page .section-heading::before {
  background: #b87848;
}

.news-detail-page .button-link {
  color: #2f2418;
  background: #e4d6a6;
  border: 2px solid #2a1b14;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.42);
}

.news-detail-page .button-link:hover,
.news-detail-page .button-link:focus-visible {
  color: #f3dfb4;
  background: #6f3427;
}

@keyframes radio-detail-on-air {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@media (max-width: 720px) {
  .news-detail-current-header {
    padding: 12px 20px;
  }

  .news-detail-current-brand {
    font-size: 1.05rem;
    letter-spacing: 0.11em;
  }

  .news-detail-current-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 20px 34px;
    font-size: 13px;
  }

  .news-detail-shell {
    width: min(100% - 0.75rem, 1180px);
    padding-top: 0.75rem;
  }

  .radio-program {
    padding: 0.48rem;
    border-width: 3px;
    border-radius: 15px;
  }

  .radio-program::before {
    top: 4px;
    right: 10px;
    left: 10px;
  }

  .radio-program__tuner {
    height: 30px;
    padding-inline: 0.55rem;
    border-width: 2px;
    font-size: 0.56rem;
  }

  .radio-program__tuner i {
    width: 1px;
    height: 11px;
    flex-basis: 1px;
  }

  .radio-program__tuner i:nth-of-type(even) {
    height: 7px;
  }

  .radio-program__tuner strong {
    font-size: 0.66rem;
  }

  .radio-program__body {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.45rem;
    margin-top: 0.45rem;
  }

  .radio-program__speaker {
    padding: 0.55rem 0.35rem;
    border-width: 1px;
    border-radius: 9px;
  }

  .radio-program__station {
    font-size: 0.46rem;
    letter-spacing: 0.08em;
  }

  .radio-program__frequency {
    font-size: 0.34rem;
    letter-spacing: 0.04em;
  }

  .radio-program__grille {
    width: 100%;
    margin: 0.6rem 0 0.55rem;
    background:
      radial-gradient(circle, #b88758 0 1.2px, transparent 1.7px) 0 0 / 8px 8px,
      linear-gradient(145deg, #241711, #4a2d21);
    border-width: 3px;
  }

  .radio-program__display,
  .radio-program__notes {
    border-width: 3px;
    border-radius: 6px;
  }

  .radio-program__display {
    min-height: 170px;
    padding: 0.85rem 0.75rem;
  }

  .radio-program__meta {
    gap: 0.45rem;
  }

  .radio-program__category {
    min-height: 24px;
    padding: 0.18rem 0.4rem;
    font-size: 0.55rem;
    letter-spacing: 0.08em;
  }

  .radio-program__date {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  .radio-program__label {
    margin-top: 0.85rem;
    font-size: 0.48rem;
  }

  .radio-program__title {
    font-size: clamp(1.35rem, 7.2vw, 2rem);
    line-height: 1.2;
  }

  .radio-program__image,
  .radio-program__notes {
    margin-top: 0.5rem;
  }

  .radio-program__image {
    padding: 0.3rem;
  }

  .radio-program__notes {
    min-height: 118px;
    padding: 0.75rem;
  }

  .radio-program__notes-heading {
    gap: 0.5rem;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .radio-program__notes .news-detail-content {
    margin-top: 0.7rem;
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .radio-program__controls {
    min-height: 39px;
    gap: 0.42rem;
    padding-top: 0.45rem;
  }

  .radio-program__on-air {
    gap: 0.3rem;
    font-size: 0.48rem;
  }

  .radio-program__on-air i {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }

  .radio-program__preset {
    width: 27px;
    height: 24px;
    border-width: 1px;
    font-size: 0.58rem;
    box-shadow: 0 2px 0 #170e0b;
  }

  .radio-program__knob {
    width: 31px;
    height: 31px;
    border-width: 3px;
  }

  .news-detail-page .cta-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .news-detail-page .button-link {
    min-width: 0;
    padding-inline: 0.35rem;
    font-size: clamp(0.62rem, 2.9vw, 0.78rem);
    white-space: nowrap;
  }
}

.page-kicker {
  margin: 0 0 0.4rem;
  color: var(--store-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-title {
  max-width: 18ch;
  margin: 0;
  color: var(--store-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 6vw, 4.6rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.04em;
}

.lead {
  max-width: 48rem;
  margin: 1.1rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2.2vw, 1.16rem);
}

.content-section {
  padding-block: 0.25rem;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: var(--store-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.35rem, 3.6vw, 2.15rem);
  line-height: 1.25;
}

.section-heading::before {
  flex: 0 0 0.6rem;
  width: 0.6rem;
  height: 1.4em;
  background: var(--store);
  border-radius: 1px;
  content: "";
}

.page-shell > section:not(.paper-panel) > .section-heading {
  color: var(--cream);
}

.retro-card .section-heading,
.floor-card .section-heading {
  color: var(--store-dark);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2.4vw, 1.4rem);
}

.card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.retro-card,
.news-card,
.menu-group,
.floor-card {
  position: relative;
  padding: clamp(1rem, 3vw, 1.5rem);
  color: var(--ink);
  background: rgba(247, 228, 186, 0.58);
  border: 1px solid rgba(75, 43, 16, 0.34);
  border-radius: 3px;
  box-shadow: 3px 4px 0 rgba(74,43,16,0.12);
}

.retro-card h2,
.retro-card h3,
.news-card h2,
.news-card h3,
.menu-group h2,
.menu-group h3,
.floor-card h2,
.floor-card h3 {
  margin-top: 0;
  color: var(--store-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.3;
}

.retro-card p:last-child,
.news-card p:last-child,
.menu-group p:last-child,
.floor-card p:last-child {
  margin-bottom: 0;
}

.store-sign {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.24rem 0.55rem;
  color: var(--store-contrast);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  background: var(--store);
  border-radius: 2px;
}

.store-card--tensai { --store: #37636a; --store-dark: #203d42; --store-contrast: #f6dfae; }
.store-card--shumairumba { --store: #56602f; --store-dark: #333c1c; --store-contrast: #f2d79e; }
.store-card--tiger { --store: #9b381c; --store-dark: #5d2013; --store-contrast: #f5d391; }

.feature-list,
.link-list,
.menu-list {
  margin: 0;
  padding-left: 1.2rem;
}

.feature-list li + li,
.link-list li + li,
.menu-list li + li {
  margin-top: 0.35rem;
}

.news-list,
[data-news-list] {
  display: grid;
  gap: 0.9rem;
}

.news-card {
  display: grid;
  grid-template-columns: minmax(7rem, 0.28fr) 1fr;
  gap: 0.35rem 1.2rem;
  align-items: start;
}

.news-card time,
.news-card__date {
  color: var(--store-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.news-card h2,
.news-card h3,
.news-card__title {
  grid-column: 2;
  margin: 0;
}

.news-card__header {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(7rem, 0.28fr) 1fr;
  gap: 0.35rem 1.2rem;
}

.news-card__header .news-card__date {
  grid-column: 1;
}

.news-card__header .news-card__title {
  grid-column: 2;
}

.news-card p,
.news-card__body {
  grid-column: 2;
  margin: 0.45rem 0 0;
}

.news-card a {
  color: var(--store-dark);
  font-weight: 800;
}

.menu-layout,
.access-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rumba-access-layout {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.6rem);
  align-items: start;
}

.rumba-access-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #d8c9ac;
  border: 1px solid rgba(48, 27, 9, 0.9);
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.rumba-access-map__video {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  object-fit: contain;
  background: #d8c9ac;
}

.rumba-access-map__control {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 42px;
  padding: 0.48rem 0.72rem;
  color: var(--cream);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  background: rgba(29, 17, 7, 0.88);
  border: 1px solid rgba(242, 215, 158, 0.55);
  border-radius: 999px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.rumba-access-map__control:hover,
.rumba-access-map__control:focus-visible {
  color: var(--store-dark);
  background: var(--store-contrast);
}

.rumba-access-stores {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.2rem);
}

.rumba-access-store {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rumba-access-store__floor {
  align-self: flex-start;
  margin: 0 0 0.7rem;
  padding: 0.24rem 0.62rem;
  color: var(--store-contrast);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  background: var(--store);
  border-radius: 2px;
}

.rumba-access-store .section-heading {
  margin-bottom: 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
}

.rumba-access-store__details {
  display: grid;
  gap: 0.32rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.65;
}

.rumba-access-store__details p {
  margin: 0;
}

.rumba-access-store__details a {
  color: var(--store-dark);
  font-weight: 800;
}

.rumba-access-store .cta-row {
  margin-top: auto;
  padding-top: 1rem;
}

.menu-list--plain {
  padding: 0;
  list-style: none;
}

.menu-list--plain li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px dashed rgba(67,38,13,0.3);
}

.menu-list--plain small {
  color: var(--ink-soft);
}

address {
  font-style: normal;
}

.access-note,
.prototype-note,
.notice {
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: rgba(255, 241, 200, 0.5);
  border-left: 5px solid var(--store);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
}

form[data-contact-form],
form[data-news-editor] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
}

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-field--full,
.form-actions,
.form-status,
[role="status"] {
  grid-column: 1 / -1;
}

label,
legend {
  color: var(--store-dark);
  font-weight: 800;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(66,38,14,0.35);
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.72rem 0.8rem;
  color: var(--ink);
  background: rgba(255, 248, 226, 0.78);
  border: 1px solid rgba(55,31,11,0.48);
  border-radius: 2px;
}

input[type="checkbox"],
input[type="radio"] {
  width: 1.15rem;
  min-height: 0;
  height: 1.15rem;
  margin: 0 0.4rem 0 0;
  padding: 0;
  vertical-align: -0.16em;
  accent-color: var(--store-dark);
}

textarea {
  min-height: 10rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid color-mix(in srgb, var(--store) 55%, #fff);
  outline-offset: 2px;
}

.form-status,
[role="status"] {
  min-height: 1.7rem;
  margin: 0;
  color: var(--store-dark);
  font-weight: 800;
}

.form-status[data-state="success"] {
  color: #315d2f;
}

.form-status[data-state="error"] {
  color: #9a2d24;
}

.contact-form__trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.cta-row,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.3rem;
}

form[data-contact-form] > .cta-row,
form[data-news-editor] > .cta-row {
  grid-column: 1 / -1;
}

.button-link,
button.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.68rem 1rem;
  color: var(--store-contrast);
  font-weight: 800;
  text-decoration: none;
  background: var(--store-dark);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 2px;
  box-shadow: 3px 4px 0 rgba(43,27,13,0.24);
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button-link:hover,
.button-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 4px 6px 0 rgba(43,27,13,0.24);
}

.button-link:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
  box-shadow: 3px 4px 0 rgba(43,27,13,0.16);
}

.button-link--secondary {
  color: var(--ink);
  background: transparent;
  border-color: rgba(43,27,13,0.5);
}

.back-home {
  position: static;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0.62rem 0.9rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  background: var(--paper-light);
  border: 2px solid rgba(43,27,13,0.88);
  border-radius: 3px;
  box-shadow: 4px 5px 0 rgba(0,0,0,0.28);
  transform: rotate(-1deg);
}

.site-footer .back-home {
  margin-top: 0.8rem;
}

.back-home:hover,
.back-home:focus-visible {
  color: var(--store-contrast);
  background: var(--store-dark);
  transform: rotate(0) translateY(-2px);
}

.site-footer {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.6rem 0 3rem;
  color: rgba(241,214,160,0.8);
  font-size: 0.83rem;
  text-align: center;
  border-top: 1px solid rgba(241,214,160,0.2);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-bottom: 0.7rem;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff3c8;
}

/* Responsive ------------------------------------------------------ */

@media (max-width: 900px) {
  .tensai-preparing {
    grid-template-columns: minmax(0, 1fr);
    width: min(37rem, 100%);
  }

  .tensai-preparing__media {
    border-right: 0;
    border-bottom: 2px solid rgba(43, 27, 13, 0.72);
  }

  .menu-toggle:not(.menu-toggle--home) {
    display: inline-flex;
  }

  .site-header .site-nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 1rem;
    display: none;
    width: min(20rem, calc(100vw - 2rem));
    padding: 0.65rem;
    color: var(--ink);
    background: var(--paper);
    border: 2px solid rgba(51,29,10,0.9);
    box-shadow: var(--shadow);
  }

  .site-header .site-nav.is-open,
  .site-header .site-nav[data-open="true"] {
    display: grid;
  }

  .site-header .site-nav a {
    color: var(--ink);
    border-bottom: 1px dashed rgba(52,29,10,0.28);
  }

  .site-header .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-header .site-nav a:hover,
  .site-header .site-nav a:focus-visible,
  .site-header .site-nav a[aria-current="page"] {
    color: var(--store-contrast);
    background: var(--store-dark);
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .card-grid--two,
  .menu-layout,
  .access-layout,
  .rumba-access-layout {
    grid-template-columns: 1fr;
  }

  .rumba-access-stores {
    grid-template-rows: none;
  }
}

@media (max-width: 767px), (orientation: portrait) and (max-width: 1100px) {
  .home-header {
    padding: 0.65rem;
  }

  .menu-toggle--home {
    padding: 0.48rem 0.68rem;
  }

  .store-selector {
    min-height: 600px;
  }

  .hero-canvas {
    width: max(100vw, calc(100svh * 0.5628));
    height: max(100svh, calc(100vw / 0.5628));
  }

  .store-card-visual::before {
    background-image: url("../images/top-mobile.webp");
  }

  .store-hotspot--tensai,
  .store-card-visual--tensai {
    --card-shape: polygon(35.81% 20.4%, 76.9% 23.51%, 72.53% 40.76%, 30.78% 37.41%);
    --card-origin: 54.04% 30.52%;
  }

  .store-hotspot--shumairumba,
  .store-card-visual--shumairumba {
    --card-shape: polygon(10.88% 42.75%, 53.17% 39.76%, 57.68% 57.08%, 14.58% 59.96%);
    --card-origin: 34.08% 49.89%;
  }

  .store-hotspot--tiger,
  .store-card-visual--tiger {
    --card-shape: polygon(34.4% 60.76%, 78.3% 56.83%, 83.35% 73.58%, 38.83% 77.56%);
    --card-origin: 58.72% 67.18%;
  }
}

@media (max-width: 640px) {
  .tensai-preparing-main {
    align-items: start;
    padding: 0.5rem;
  }

  .tensai-preparing::after {
    inset: 5px;
  }

  .tensai-preparing__video-control {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .tensai-preparing__notice {
    padding: 1.6rem 1rem 1.9rem;
  }

  .tensai-preparing__kicker {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .tensai-preparing__title {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .tensai-preparing__status {
    margin: 1.15rem 0 1.35rem;
    padding-inline: 0.9rem;
    font-size: clamp(1.35rem, 7.2vw, 1.9rem);
  }

  .site-header {
    min-height: 62px;
    padding-inline: 0.75rem;
  }

  .brand-mark {
    max-width: calc(100vw - 8.7rem);
    font-size: 0.82rem;
  }

  .page-shell {
    width: min(100% - 1rem, 1120px);
    padding-top: 1.2rem;
  }

  .paper-panel {
    padding: 1.25rem 1rem;
  }

  .paper-panel::after {
    inset: 5px;
  }

  .page-title {
    font-size: clamp(1.85rem, 11vw, 3rem);
  }

  .rumba-access-layout {
    gap: 0.85rem;
  }

  .rumba-access-map {
    border-radius: 3px;
  }

  .rumba-access-map__control {
    right: 0.55rem;
    bottom: 0.55rem;
  }

  .rumba-access-store {
    padding: 1rem;
  }

  .rumba-access-store__details {
    font-size: 0.9rem;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card h2,
  .news-card h3,
  .news-card p,
  .news-card__title,
  .news-card__body {
    grid-column: 1;
  }

  .news-card__header {
    grid-template-columns: 1fr;
  }

  .news-card__header .news-card__date,
  .news-card__header .news-card__title {
    grid-column: 1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  form[data-contact-form],
  form[data-news-editor] {
    grid-template-columns: 1fr;
  }

  .form-field,
  .form-field--full,
  .form-actions,
  .form-status,
  [role="status"] {
    grid-column: 1;
  }

  .back-home {
    padding: 0.56rem 0.72rem;
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .back-home,
  .menu-toggle {
    display: none !important;
  }

  .inner-page {
    color: #000;
    background: #fff;
  }

  .paper-panel {
    box-shadow: none;
  }
}
