﻿:root {
  --yellow: #ffd800;
  --orange: #ff9f1c;
  --cyan: #00d5ff;
  --ink: #0d0b0f;
  --fg: #0d0b0f;
  --muted: #2f2f37;
  --border: #0d0b0f;
  --stripe-light: #fff07a;
  --stripe-dark: #ffd648;
  --shadow-strong: none;
  --shadow-card: none;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "Segoe UI", sans-serif;
  color: var(--fg);
  background: var(--stripe-light);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; box-shadow: none !important; }
body {
  margin: 0;
  background:
    repeating-linear-gradient(135deg, var(--stripe-dark) 0 16px, var(--stripe-light) 16px 32px);
  background-color: var(--stripe-light);
  background-attachment: fixed;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; border-radius: 14px; object-fit: cover; }
a { color: var(--fg); text-decoration: none; }

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: rgba(255, 216, 0, 0.9);
  border-bottom: 3px solid var(--ink);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-strong);
}
.nav__toggle { display: none; }

.brand { display: flex; align-items: center; gap: 10px; font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; letter-spacing: 0.06em; font-size: 22px; text-transform: uppercase; }
.brand a { display: inline-flex; align-items: center; }
.brand__mark { width: 18px; height: 18px; border-radius: 4px; background: linear-gradient(135deg, var(--ink), var(--cyan)); box-shadow: 0 0 0 6px rgba(0,0,0,0.22); }
.brand__name { color: var(--ink); }
.brand__logo { height: 44px; width: auto; display: block; }

.nav__links { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nav__links a { padding: 8px 12px; border-radius: 999px; font-weight: 800; border: 2px solid var(--ink); background: #fff; box-shadow: 4px 4px 0 var(--ink); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.nav__links a:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.nav__links .pill { background: #fff; }

main { max-width: 1180px; margin: 0 auto; padding: 32px 20px 56px; }

.eyebrow { font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); margin: 0; font-weight: 900; }
.lead { color: var(--muted); margin: 0 0 10px; }
.section__head { margin: 48px 0 20px; }
.section__head h2 { margin: 0 0 2px; font-size: clamp(26px, 3.4vw, 36px); font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; letter-spacing: 0.04em; line-height: 1.05; }
.section__head.talk { display: flex; align-items: center; gap: 12px; }
.section__avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.section__avatar img { width: 100%; height: 100%; object-fit: cover; }
.section__bubble { background: #fff; border: 0; border-radius: 18px; padding: 14px 16px; box-shadow: var(--shadow-card); position: relative; }
.section__bubble::before,
.section__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.section__bubble::before {
  left: -6px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: var(--shadow-card);
}
.section__bubble::after {
  left: -3px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 3px;
}
.section__bubble .lead { margin: 4px 0 0; }

.section-band { margin: 0; padding: 0; width: auto; }
.section-band > * { max-width: none; margin: 0; padding: 0; }
.bg-solid,
.bg-stripe { background: none; }

.news,
.stores,
.products,
.twitter {
  scroll-margin-top: 110px;
}

.hero-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-card);
  background: transparent;
  padding: 14px 18px;
  scroll-margin-top: 100px;
}
.hero-visual__frame {
  position: relative;
  width: 100%;
  max-width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 420px;
}
.hero-visual__frame::after {
  content: none;
}
.hero-visual__bg {
  width: auto;
  height: auto;
  max-height: 420px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.hero-visual__content {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: none;
  max-width: 360px;
}
.hero-visual__content h1 {
  margin: 2px 0 6px;
  font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif;
  font-size: clamp(24px, 5vw, 36px);
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px; font-weight: 900; letter-spacing: 0.02em; text-transform: uppercase; border: 3px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.cta.case-normal { text-transform: none; }
.cta.pop { background: #fff; color: var(--ink); }
.cta.outline { background: var(--cyan); color: var(--ink); }
.cta:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }

.social-row { display: flex; gap: 10px; margin-top: 8px; }
.social { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); font-weight: 900; }

.products .product-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 260px);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  touch-action: pan-x;
}
.products .product-grid::-webkit-scrollbar { display: none; }
.products-scroller { position: relative; padding: 0 48px; }
.product-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: grid;
  place-items: center;
}
.product-control.prev { left: 0; }
.product-control.next { right: 0; }
.product { background: linear-gradient(180deg, #fffaf0 0%, #fff 40%); border: 3px solid var(--ink); border-radius: 18px; padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.product__image a { display: block; }
.product__image img { width: 100%; height: 200px; object-fit: cover; border: 3px solid var(--ink); border-radius: 12px; }
.product__info { display: flex; flex-direction: column; gap: 6px; height: 100%; }
.product__info h3 { margin: 0; font-size: 18px; font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; letter-spacing: 0.03em; color: var(--ink); }
.product__info p { margin: 0; color: var(--muted); }
.product__meta { margin-top: auto; display: flex; justify-content: space-between; align-items: center; }
.price { font-weight: 900; color: var(--ink); background: var(--yellow); padding: 4px 8px; border-radius: 10px; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.product-feature { display: grid; grid-template-columns: minmax(220px, 320px) 1fr; gap: 14px; align-items: center; background: linear-gradient(135deg, rgba(255,213,74,0.25), #fff); border: 3px solid var(--ink); border-radius: 18px; padding: 14px; box-shadow: var(--shadow-card); margin: 14px 14px; }
.product-feature__image img { width: 100%; height: 220px; object-fit: cover; border-radius: 14px; border: 3px solid var(--ink); box-shadow: 0 12px 24px rgba(0,0,0,0.12); }
.product-feature__body h3 { margin: 4px 0 8px; font-size: clamp(20px, 3vw, 26px); }
.product-feature__body .lead { margin: 0 0 10px; }

.store-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; padding-inline: 18px; }
.store-grid.single { grid-template-columns: 1fr; }
.store {
  position: relative;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 18px;
  padding: 0;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.store__image {
  width: 100%;
  margin: 0;
  height: 180px;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  background: none;
  display: block;
}
.store__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  font-weight: 900;
  color: var(--ink);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}
.store__body { padding: 12px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.store__body > p:last-child { margin-top: auto; }
.store h3 { margin: 0; font-size: 18px; font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; letter-spacing: 0.02em; }
.store p { margin: 0; color: var(--muted); }
.store--about { padding: 16px; overflow: visible; }
.store--about .about__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; align-items: center; }
.store--about .about__text { display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.store--about .about__media { position: relative; display: flex; align-items: center; justify-content: center; padding: 8px 0; }
.news-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.news__item { background: #fff; border: 3px solid var(--ink); border-radius: 14px; padding: 12px; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; }
.news__item.is-planned { background: #fff; border-color: var(--ink); }
.news__thumb { width: 90px; height: 90px; border-radius: 14px; overflow: hidden; border: 2px solid var(--ink); }
.news__thumb img { width: 100%; height: 100%; object-fit: cover; }
.news__content { display: flex; flex-direction: column; gap: 4px; }
.news__meta { margin: 0; font-size: 12px; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; }
.news__title { margin: 0; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.news__comment { margin: 0; color: var(--muted); font-size: 14px; }
.news__link { margin: 4px 0 0; }
.news__tag { display: inline-block; padding: 2px 8px; border-radius: 999px; background: var(--yellow); border: 2px solid var(--ink); font-size: 12px; font-weight: 800; letter-spacing: 0.04em; }
.news__badge { display: inline-block; padding: 2px 8px; border-radius: 999px; background: #c0f2ff; border: 2px solid var(--ink); font-size: 12px; font-weight: 800; letter-spacing: 0.04em; }
.news__badge.habitat { background: #c8ffd5; }
.news__badge.event { background: #ffe3ff; }
.news .news-list { padding-inline: 18px; }

.twitter__embed { background: #fff; border: 3px solid var(--ink); border-radius: 18px; padding: 12px; box-shadow: var(--shadow-card); margin-inline: 16px; display: grid; gap: 10px; }
.tw-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.tw-item { display: grid; gap: 8px; }
.tw-btn { text-align: center; }
.twitter__embed .twitter-timeline { width: 100% !important; min-width: 0 !important; }
.social-row { margin: 12px 16px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.social-card { background: #fff; border: 3px solid var(--ink); border-radius: 14px; padding: 10px 12px; display: flex; flex-direction: column; gap: 6px; }
.social-thumb { width: 100%; height: 100px; object-fit: cover; border: 3px solid var(--ink); border-radius: 10px; }
.social-title { margin: 0; font-weight: 800; color: var(--ink); }
.social-desc { margin: 0; color: var(--muted); }

.links .link-list { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 8px; }
.links .link-list li { background: #fff; border: 3px solid var(--ink); border-radius: 14px; padding: 10px 12px; box-shadow: 0 8px 18px rgba(0,0,0,0.08); }
.links .link-list strong { display: inline-block; min-width: 160px; }
.muted { color: var(--muted); font-size: 13px; }

.footer {
  width: 100%;
  margin: 32px 0 0;
  padding: 20px 0;
  text-align: center;
  background: var(--stripe-dark);
  color: var(--ink);
  border-top: 3px solid var(--ink);
}
.footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Additional pattern helpers retained */
.hero-full { position: relative; border-radius: 32px; overflow: hidden; border: 3px solid var(--ink); box-shadow: var(--shadow-strong); min-height: 420px; display: grid; align-items: center; padding: 32px; background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.18)), url('assets/hero-1.jpg') center/cover no-repeat; color: #fff; }
.hero-full .headline { font-size: clamp(32px, 5vw, 52px); margin: 0 0 12px; font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; letter-spacing: 0.02em; }
.hero-full .sub { margin: 0 0 18px; color: #f5f5f5; }
.hero-full .hero__actions .cta.outline { background: rgba(255,255,255,0.2); color: #fff; border-color: #fff; }

.card-band { margin: 28px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.card-band .card { background: #fff; border-radius: 18px; border: 3px solid var(--ink); box-shadow: var(--shadow-card); padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.card-band .card img { height: 180px; object-fit: cover; border: 3px solid var(--ink); border-radius: 12px; }
.card-band .card h3 { margin: 0; font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; }
.card-band .card p { margin: 0; color: var(--muted); }
.card-band .card .meta { display: flex; justify-content: space-between; align-items: center; }

.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }

.mosaic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 6px; border-radius: 18px; overflow: hidden; border: 3px solid var(--ink); box-shadow: var(--shadow-strong); }
mosaic-grid .mosaic__item { position: relative; min-height: 160px; background: #f2f2f2 center/cover no-repeat; }
.mosaic-grid .mosaic__item::after { content: attr(data-label); position: absolute; inset: auto 8px 8px 8px; padding: 6px 10px; background: rgba(0,0,0,0.65); color: #fff; border-radius: 10px; font-size: 13px; font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; }
.mosaic-overlay { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 20px; }
mosaic-overlay h1 { margin: 0; color: #fff; font-family: "Bangers","Bebas Neue","Noto Sans JP",sans-serif; font-size: clamp(32px, 6vw, 52px); text-shadow: 0 10px 30px rgba(0,0,0,0.35); }

.featured-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; margin-top: 20px; }
.featured { background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(0,213,255,0.16)); border: 3px solid var(--ink); border-radius: 18px; padding: 16px; box-shadow: var(--shadow-card); display: grid; gap: 10px; font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; }
.featured img { height: 240px; object-fit: cover; border: 3px solid var(--ink); border-radius: 12px; }
.mini-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.mini { background: #fff; border: 3px solid var(--ink); border-radius: 14px; padding: 10px; box-shadow: 0 10px 24px rgba(0,0,0,0.08); }

.tab-box { background: #fff; border-radius: 18px; border: 3px solid var(--ink); box-shadow: var(--shadow-strong); }
.tab-buttons { display: flex; gap: 8px; padding: 12px; flex-wrap: wrap; }
.tab-buttons button { border: 3px solid var(--ink); background: #fff; color: var(--fg); border-radius: 999px; padding: 10px 14px; font-weight: 900; cursor: pointer; transition: all 0.2s ease; box-shadow: 4px 4px 0 var(--ink); font-family: "M PLUS Rounded 1c","Noto Sans JP","Hiragino Maru Gothic ProN","Hiragino Maru Gothic Pro","Yu Gothic",sans-serif; }
.tab-buttons button.active { background: linear-gradient(135deg, var(--yellow), var(--cyan)); color: var(--ink); border-color: var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.tab-panel { display: none; padding: 12px; border-top: 3px solid var(--ink); }
.tab-panel.active { display: block; }

.story-stack { display: flex; flex-direction: column; gap: 18px; }
.story-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; align-items: center; padding: 14px; border: 3px solid var(--ink); border-radius: 18px; box-shadow: 0 12px 26px rgba(0,0,0,0.1); background: #fff; }
.story-row.alt { background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,216,0,0.2)); }
.story-row img { width: 100%; height: 220px; object-fit: cover; border: 3px solid var(--ink); border-radius: 14px; }

.floating-migishita {
  position: fixed;
  right: -60px;
  bottom: 0;
  width: 288px;
  max-width: 48vw;
  pointer-events: none;
  transform: translateY(140px) scale(0.96);
  opacity: 0;
  transition: transform 0.14s ease, opacity 0.14s ease;
  filter: none;
  z-index: 9;
}
.floating-migishita.left {
  right: auto;
  left: -60px;
}
.floating-migishita img { width: 100%; height: auto; display: block; }
.floating-migishita.is-visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.shiri-bottom {
  position: static;
  width: 200px;
  max-width: 28vw;
  margin: 0 auto 64px;
  transform: none;
  display: block;
  pointer-events: auto;
  cursor: default;
  z-index: 2;
}
.shiri-bottom img { width: 100%; height: auto; display: block; }

.hide-cutin {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 11;
}
.hide-cutin img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: translateX(100%);
}
.hide-cutin.is-active {
  opacity: 1;
  animation: fadeBg 1.4s ease-in-out forwards;
}
.hide-cutin.is-active img {
  animation: hideCutin 1.4s ease-in-out forwards;
}
@keyframes hideCutin {
  0% { transform: translateX(100%); opacity: 0; }
  18% { transform: translateX(0); opacity: 1; }
  70% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(-100%); opacity: 0; }
}
@keyframes fadeBg {
  0% { opacity: 0; }
  18% { opacity: 1; }
  70% { opacity: 1; }
  100% { opacity: 0; }
}

.hero-slider { position: relative; overflow: hidden; }
.store .hero-slider { margin: 0; }
.hero-slider .slider {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}
.slide { flex: 0 0 100%; border-radius: 18px; padding: 0; background: transparent; }
.slide img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  border-radius: 18px;
  border: 0;
  box-shadow: var(--shadow-card);
  background: #fff;
}
.slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}
.slider__control.prev { left: 10px; }
.slider__control.next { right: 10px; }
.slider__control:hover { background: #fff; }
.slider__control:active { transform: translateY(-50%) scale(0.96); }

.h-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 320px); gap: 14px; overflow-x: auto; padding: 12px; scroll-snap-type: x mandatory; scrollbar-color: var(--ink) rgba(0,0,0,0.1); border-radius: 18px; background: linear-gradient(90deg, rgba(255,255,255,0.35), rgba(255,216,0,0.5)); border: 3px solid var(--ink); }
.h-scroll::-webkit-scrollbar { height: 12px; }
.h-scroll::-webkit-scrollbar-track { background: rgba(0,0,0,0.08); border-radius: 999px; }
.h-scroll::-webkit-scrollbar-thumb { background: linear-gradient(135deg, var(--ink), var(--cyan)); border-radius: 999px; }
.h-card { scroll-snap-align: start; background: #fff; border: 3px solid var(--ink); border-radius: 16px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); padding: 12px; display: grid; gap: 8px; }
.h-card img { width: 100%; height: 220px; object-fit: cover; border: 3px solid var(--ink); border-radius: 12px; }

@media (max-width: 720px) {
  .nav { position: fixed; inset: 0 0 auto 0; flex-direction: column; align-items: flex-start; gap: 6px; padding: 12px 16px 4px; }
  .brand { align-self: center; width: 100%; display: flex; justify-content: center; align-items: center; }
  .brand__logo { height: 36px; }
  .nav__toggle {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 12px;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    border: 2px solid var(--ink);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
  }
  main { padding-top: 110px; }
  .nav__toggle span {
    display: block;
    width: 22px;
    height: 3px;
    background: var(--ink);
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform-origin: center;
  }
  .nav__toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav__toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav__toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav__links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 6px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  .nav__links.is-open { max-height: 320px; }
  .nav__links a { padding: 8px 10px; font-size: 14px; text-align: center; }
  .hero-visual { min-height: 200px; }
  .slide img { height: 260px; }
  .product-feature { grid-template-columns: 1fr; margin: 12px 12px; }
  .products-scroller { padding: 0 32px; }
  .news .news-list { padding-inline: 12px; }
  .store-grid { padding-inline: 12px; }
  .twitter__embed { margin-inline: 12px; }
  .social-row { margin: 12px 12px 0; }
  .tw-grid { grid-template-columns: 1fr; }
}

@media (min-width: 721px) {
  .section__head { margin: 80px 0 32px; }
  .hero-visual { min-height: auto; padding: 16px 20px; }
  .hero-visual__frame { max-width: 95%; max-height: 480px; }
  .hero-visual__bg { max-height: 480px; }
}
