:root {
  --bg: #f6f1ea;
  --surface: rgba(255, 250, 244, 0.94);
  --surface-strong: #fffaf4;
  --ink: #1b1411;
  --soft: #6d6057;
  --line: rgba(27, 20, 17, 0.1);
  --brand: #ab1f24;
  --brand-deep: #7f171b;
  --accent: #b68a50;
  --shadow: 0 28px 70px rgba(55, 30, 18, 0.14);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(171, 31, 36, 0.12), transparent 20%),
    radial-gradient(circle at 85% 8%, rgba(182, 138, 80, 0.14), transparent 18%),
    linear-gradient(180deg, #faf6f0 0%, #f1e9df 100%);
  font-family: "Noto Serif JP", serif;
  padding-top: 90px;
}

body.theme-red {
  background:
    linear-gradient(180deg, #86161a 0%, #a31c21 34%, #f4ece3 34%, #f4ece3 100%);
}

body.theme-sage {
  background:
    radial-gradient(circle at top left, rgba(106, 121, 80, 0.16), transparent 20%),
    radial-gradient(circle at 90% 12%, rgba(182, 138, 80, 0.16), transparent 18%),
    linear-gradient(180deg, #ebe3d6 0%, #f6efe6 100%);
}

body.theme-soft {
  background:
    radial-gradient(circle at top left, rgba(171, 31, 36, 0.08), transparent 16%),
    radial-gradient(circle at 86% 8%, rgba(182, 138, 80, 0.12), transparent 18%),
    linear-gradient(180deg, #faf6f0 0%, #f2ebe2 100%);
}

a {
  color: inherit;
}

.page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 18px 72px;
}

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

.floating-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 12px 12px 0;
}

.header-shell {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 28px;
  background: rgba(255, 248, 241, 0.7);
  box-shadow: 0 24px 54px rgba(42, 22, 14, 0.12);
  backdrop-filter: blur(18px);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
}

.brand-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo .brand-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.brand-logo .brand-en {
  color: var(--brand);
  font: 700 10px/1 "Montserrat", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 32px rgba(42, 22, 14, 0.1);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-drawer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.menu-drawer.is-open {
  grid-template-rows: 1fr;
}

.menu-drawer-inner {
  overflow: hidden;
}

.menu-links {
  display: grid;
  gap: 10px;
  padding: 0 16px 16px;
}

.menu-links a {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 32px rgba(42, 22, 14, 0.08);
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.legacy-nav {
  display: none;
}

.topbar a,
.topbar span {
  font: 700 12px/1 "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.topbar a {
  color: inherit;
  opacity: 0.9;
}

.topbar .brand-mark {
  color: var(--brand);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.86);
  border: 0;
  box-shadow: 0 14px 32px rgba(55, 30, 18, 0.07);
  color: var(--ink);
  font: 700 12px/1 "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(171, 31, 36, 0.08);
  color: var(--brand);
  font: 700 11px/1 "Montserrat", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-shell,
.panel,
.tile,
.cta-band,
.footer-note {
  background: var(--surface);
  border: 0;
  box-shadow: var(--shadow);
}

.hero-shell {
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 510px) minmax(0, 1fr);
  min-height: 720px;
}

.hero-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.2s ease, transform 6s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 8, 7, 0.04), rgba(13, 8, 7, 0.36));
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 54px 50px 54px 44px;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.06;
  letter-spacing: 0.01em;
}

.hero-copy p {
  margin: 0;
  max-width: 560px;
  color: var(--soft);
  font-size: 15px;
  line-height: 2;
}

.hero-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 35px rgba(44, 26, 17, 0.08);
  font: 700 12px/1 "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-meta .stat {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  box-shadow: 0 18px 35px rgba(44, 26, 17, 0.08);
}

.hero-meta .stat strong {
  display: block;
  margin-bottom: 6px;
  font: 700 11px/1.4 "Montserrat", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
}

.hero-meta .stat span {
  color: var(--soft);
  font-size: 12px;
  line-height: 1.8;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-top: 22px;
}

.stack {
  display: grid;
  gap: 22px;
}

.panel {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.panel h2,
.panel h3 {
  margin: 0 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  line-height: 1.28;
}

.panel p {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.95;
}

.section-label {
  margin-bottom: 14px;
  color: var(--brand);
  font: 700 11px/1.4 "Montserrat", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cards-two,
.cards-three,
.links-grid {
  display: grid;
  gap: 12px;
}

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

.cards-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tile {
  padding: 18px;
  border-radius: var(--radius-md);
}

.tile strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.tile p,
.tile span {
  color: var(--soft);
  font-size: 13px;
  line-height: 1.85;
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: start;
  padding-top: 12px;
  border-top: 1px solid rgba(27, 20, 17, 0.08);
}

.timeline-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.timeline-badge {
  display: inline-flex;
  justify-content: center;
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(182, 138, 80, 0.16);
  color: #7a521c;
  font: 700 10px/1 "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 6, 6, 0.04), rgba(10, 6, 6, 0.34));
}

.visual-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: #fff8f0;
}

.visual-caption strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1.24;
}

.visual-caption span {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 248, 240, 0.84);
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.link-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font: 700 12px/1 "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}

.link-pill.dark {
  background: #221815;
  color: #fff;
}

.link-pill.red {
  background: var(--brand);
  color: #fff;
}

.link-pill.light {
  background: rgba(27, 20, 17, 0.07);
  color: var(--ink);
}

.link-pill.pending {
  cursor: default;
  opacity: 0.72;
}

.cta-band {
  margin-top: 22px;
  padding: 26px 28px;
  border-radius: var(--radius-lg);
}

.cta-band h3 {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1.3;
}

.cta-band p {
  margin: 0 0 16px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.95;
}

.footer-note {
  margin-top: 26px;
  padding: 18px 22px;
  border-radius: 22px;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.8;
}

.site-footer {
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: 28px;
  background: rgba(255, 250, 244, 0.94);
  border: 0;
  box-shadow: var(--shadow);
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.site-footer .footer-links a {
  color: var(--brand);
  font-size: 13px;
  text-decoration: none;
}

.site-footer p {
  margin: 0;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.8;
}

.index-hero {
  padding: 34px 36px;
  border-radius: var(--radius-xl);
}

.index-hero h1 {
  margin: 14px 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(34px, 6vw, 62px);
  line-height: 1.14;
}

.index-hero p {
  max-width: 840px;
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.95;
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.concept-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  text-decoration: none;
}

.concept-thumb {
  position: relative;
  height: 340px;
}

.concept-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28));
}

.concept-thumb.red {
  background:
    linear-gradient(180deg, rgba(129, 20, 24, 0.12), rgba(129, 20, 24, 0.46)),
    url("./assets/キムチ_カクテキ_化粧箱_vertical.jpg") center/cover;
}

.concept-thumb.sage {
  background:
    linear-gradient(180deg, rgba(18, 12, 10, 0.12), rgba(18, 12, 10, 0.34)),
    url("./assets/farm_vertical.jpg") center/cover;
}

.concept-thumb.soft {
  background:
    linear-gradient(180deg, rgba(18, 12, 10, 0.08), rgba(18, 12, 10, 0.36)),
    url("./assets/gem_ingredients_vertical.jpg") center/cover;
}

.concept-thumb .vertical-copy {
  position: absolute;
  top: 26px;
  right: 20px;
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff8f0;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0.06em;
}

.concept-body {
  padding: 22px;
}

.concept-body h2 {
  margin: 8px 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1.3;
}

.concept-body p {
  margin: 0 0 12px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.9;
}

.concept-body .go {
  color: var(--brand);
  font: 700 12px/1 "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.simple-page {
  padding: 34px 34px 38px;
  border-radius: var(--radius-xl);
}

.simple-page h1 {
  margin: 16px 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.14;
}

.simple-page p,
.simple-page li {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.95;
}

.simple-page .lead {
  max-width: 820px;
}

.info-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 12px 18px;
  margin-top: 22px;
}

.info-grid dt {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(27, 20, 17, 0.08);
  color: var(--ink);
  font-weight: 700;
}

.info-grid dd {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(27, 20, 17, 0.08);
  color: var(--soft);
}

.content-section {
  margin-top: 24px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  box-shadow: 0 20px 44px rgba(44, 26, 17, 0.08);
}

.content-section h2 {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1.28;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 13px;
}

.price-table th,
.price-table td {
  padding: 12px 10px;
  border: 1px solid rgba(27, 20, 17, 0.06);
  text-align: left;
  vertical-align: top;
}

.price-table th {
  background: rgba(171, 31, 36, 0.06);
  color: var(--ink);
}

.concept-shell {
  overflow: visible;
  background: rgba(255, 248, 242, 0.38);
  box-shadow: 0 32px 80px rgba(49, 26, 18, 0.14);
  backdrop-filter: blur(10px);
}

.floating-nav a {
  background: rgba(255, 249, 243, 0.64);
  box-shadow: 0 20px 40px rgba(45, 25, 16, 0.08);
  backdrop-filter: blur(10px);
}

.glow-copy {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(110, 11, 18, 0.18), rgba(110, 11, 18, 0.5));
}

.light-copy {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.38), transparent 22%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.9), rgba(255, 245, 236, 0.82));
}

.has-vertical-note {
  position: relative;
}

.hero-vertical-note {
  position: absolute;
  top: 34px;
  right: 24px;
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: rgba(255, 248, 240, 0.92);
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-shadow: 0 8px 28px rgba(10, 7, 6, 0.26);
}

.editorial-block {
  padding: 34px 34px 36px;
  border-radius: 34px;
  background: rgba(255, 249, 242, 0.74);
  box-shadow: 0 28px 56px rgba(44, 26, 17, 0.08);
  backdrop-filter: blur(12px);
}

.editorial-block h2,
.editorial-block h3 {
  margin: 0 0 14px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.32;
}

.editorial-block p {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 2;
}

.feature-cloud {
  display: grid;
  gap: 14px;
}

.soft-card {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 251, 246, 0.78);
  box-shadow: 0 18px 40px rgba(44, 26, 17, 0.08);
}

.soft-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.soft-card p,
.soft-card span {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.85;
}

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

.ingredient-showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.ingredient-photo {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 48px rgba(43, 22, 14, 0.1);
}

.ingredient-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 12, 10, 0.04), rgba(18, 12, 10, 0.22));
}

.ingredient-photo-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: #fff8f1;
}

.ingredient-photo-caption strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1.3;
}

.ingredient-photo-caption span {
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255, 248, 241, 0.84);
}

.ingredient-list {
  display: grid;
  gap: 12px;
}

.ingredient-item {
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 34px rgba(43, 22, 14, 0.08);
}

.ingredient-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.ingredient-item p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.85;
}

.quote-float {
  position: relative;
  margin-top: -86px;
  margin-left: auto;
  width: min(86%, 420px);
  padding: 24px 26px;
  border-radius: 28px;
  background: rgba(255, 249, 243, 0.9);
  box-shadow: 0 30px 60px rgba(43, 22, 14, 0.14);
}

.quote-float p {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1.6;
}

.story-stack {
  display: grid;
  gap: 18px;
}

.split-note {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: start;
}

.split-note strong {
  color: var(--brand);
  font: 700 11px/1.4 "Montserrat", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat-strip .soft-card {
  min-height: 120px;
}

.floating-links {
  padding: 28px 28px 30px;
  border-radius: 30px;
  background: rgba(255, 250, 245, 0.84);
  box-shadow: 0 24px 52px rgba(43, 22, 14, 0.1);
}

.floating-links p {
  margin: 14px 0 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.9;
}

.price-pair {
  display: grid;
  gap: 14px;
}

.price-card {
  padding: 22px 24px;
  border-radius: 26px;
  background: rgba(255, 251, 246, 0.86);
  box-shadow: 0 18px 42px rgba(43, 22, 14, 0.08);
}

.price-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.price-card p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.85;
}

.price-card .price {
  display: block;
  margin-top: 12px;
  color: var(--brand);
  font: 700 22px/1.2 "Montserrat", sans-serif;
}

.carousel-block {
  padding: 30px 30px 34px;
  border-radius: 34px;
  background: rgba(255, 249, 243, 0.8);
  box-shadow: 0 26px 54px rgba(43, 22, 14, 0.1);
}

.carousel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.carousel-head h3 {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.34;
}

.carousel-head p {
  margin: 8px 0 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.9;
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.carousel-button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(43, 22, 14, 0.08);
  color: var(--ink);
  font-size: 22px;
  cursor: pointer;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 78%);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.product-slide {
  scroll-snap-align: start;
  padding: 24px 22px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 44px rgba(43, 22, 14, 0.08);
}

.product-slide .product-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(171, 31, 36, 0.08);
  color: var(--brand);
  font: 700 10px/1 "Montserrat", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-slide h4 {
  margin: 14px 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  line-height: 1.24;
}

.product-slide p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.9;
}

.product-specs {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.product-specs span {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.75;
}

.product-slide .price {
  display: block;
  margin-top: 16px;
  color: var(--brand);
  font: 700 28px/1.18 "Montserrat", sans-serif;
}

.product-slide .mini-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: var(--brand);
  text-decoration: none;
  font: 700 12px/1 "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiet-layout {
  display: grid;
  gap: 22px;
}

.quiet-block {
  padding: 30px 30px 32px;
  border-radius: 32px;
  background: rgba(255, 250, 244, 0.78);
  box-shadow: 0 24px 52px rgba(43, 22, 14, 0.09);
  backdrop-filter: blur(12px);
}

.quiet-block h2,
.quiet-block h3 {
  margin: 0 0 12px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.34;
}

.quiet-block p {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.95;
}

.quiet-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quiet-mini {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 34px rgba(43, 22, 14, 0.06);
}

.quiet-mini strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.quiet-mini p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.8;
}

.hero-copy.light-copy .hero-pill {
  background: rgba(255, 255, 255, 0.76);
}

.hero-copy.light-copy .hero-meta .stat {
  background: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1080px) {
  .hero-grid,
  .content-grid,
  .concept-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 32px 26px 34px;
  }

  .cards-three {
    grid-template-columns: 1fr;
  }

  .feature-cloud.two-up,
  .quiet-columns,
  .stat-strip,
  .ingredient-showcase {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page {
    padding: 16px 12px 40px;
  }

  body {
    padding-top: 84px;
  }

  .hero-copy h1,
  .index-hero h1 {
    font-size: clamp(34px, 11vw, 54px);
  }

  .hero-meta,
  .cards-two,
  .concept-grid {
    grid-template-columns: 1fr;
  }

  .panel,
  .cta-band,
  .index-hero {
    padding: 22px 18px;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

  .timeline-row {
    grid-template-columns: 1fr;
  }

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

  .simple-page {
    padding: 24px 18px 28px;
  }

  .editorial-block,
  .quiet-block,
  .floating-links,
  .carousel-block {
    padding: 22px 18px 24px;
  }

  .quote-float {
    width: 100%;
    margin-top: -48px;
    padding: 20px 18px;
  }

  .split-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-vertical-note {
    top: 22px;
    right: 14px;
    font-size: 20px;
  }

  .brand-logo .brand-ja {
    font-size: 22px;
  }

  .header-bar {
    padding: 12px 14px;
  }

  .carousel-head {
    align-items: start;
    flex-direction: column;
  }

  .carousel-track {
    grid-auto-columns: 88%;
  }
}
