/* ============================================
   焼肉 うし和 - Sub Page Styles
   ============================================ */

/* ---------- Sub Hero ---------- */
.sub-hero {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.sub-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.sub-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.sub-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.18em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .sub-hero-title { letter-spacing: 0.08em; }
}

/* Split hero for beef page */
.sub-hero-split {
  display: flex;
  height: 50vh;
  min-height: 380px;
  margin-top: 70px;
  position: relative;
}

.sub-hero-split-half {
  flex: 1;
  background-size: cover;
  background-position: center;
  position: relative;
}

.sub-hero-split-half::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.sub-hero-split .sub-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
}

/* ---------- Narrow container ---------- */
.container.narrow {
  max-width: 800px;
}

/* ---------- Sub Intro ---------- */
.sub-intro {
  padding: 100px 0 80px;
  background: var(--color-bg-warm);
}

.intro-text {
  font-family: var(--font-serif);
}

.intro-text p {
  font-size: 0.95rem;
  line-height: 2.4;
  margin-bottom: 28px;
  color: var(--color-text);
}

/* ---------- Video ---------- */
.sub-video {
  padding: 60px 0 40px;
  background: var(--color-bg);
}

@media (max-width: 768px) {
  .sub-video { padding: 30px 0 20px; }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- Brand Relations ---------- */
.brand-relations {
  padding: 80px 0 100px;
  background: var(--color-bg);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .brand-relations { padding: 40px 0 60px; }
}

.brand-relations-lead {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 2;
  color: var(--color-text);
  margin-bottom: 60px;
}

.brand-relations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

/* Brand Relations のタイトルは長文なのでスマホで自動縮小 */
.brand-relations .section-title {
  font-size: clamp(1.4rem, 4vw, 3rem);
}

/* スマホでは nowrap を保持しつつフォントサイズを画面幅に合わせて自動縮小 */
@media (max-width: 768px) {
  .brand-relations .section-title {
    font-size: min(4.5vw, 1.4rem);
    letter-spacing: 0.01em;
  }
  /* 「生産者大洞の2つの牧場から生まれた、」と「飛騨牛」「大洞和牛(赤)」を
     それぞれ1行ブロックとして保持 */
  .brand-relations .section-title .nowrap {
    display: inline-block;
    white-space: nowrap;
  }
}

/* 地図ビジュアル */
.brand-map {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.brand-map img {
  width: 100%;
  height: auto;
  display: block;
}

/* 地図の下の3拠点説明 */
.brand-desc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 50px);
  max-width: 1200px;
  margin: 0 auto 40px;
}

.brand-desc-col {
  text-align: center;
  padding: 24px 16px;
  position: relative;
}

.brand-desc-col + .brand-desc-col::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(184, 138, 61, 0.3);
}

.brand-desc-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: var(--color-stamp-red);
  padding: 2px 14px;
  border: 1px solid var(--color-stamp-red);
  margin-bottom: 14px;
  font-weight: 500;
}

.brand-desc-title {
  font-family: 'Yuji Syuku', var(--font-serif);
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  color: #0d0d0d;
  line-height: 1.3;
}

.brand-desc-location {
  font-size: 0.78rem;
  color: var(--color-text-light);
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}

.brand-desc-text {
  font-size: 0.86rem;
  line-height: 1.95;
  color: var(--color-text);
  margin-bottom: 16px;
  text-align: left;
}

.brand-desc-tag {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-gold);
  padding: 4px 14px;
  background: rgba(184, 138, 61, 0.08);
  border: 1px solid rgba(184, 138, 61, 0.3);
}

.brand-desc-tag .paren {
  font-weight: 500;
  font-size: 0.85em;
  color: var(--color-stamp-red);
}

@media (max-width: 768px) {
  .brand-desc-grid { grid-template-columns: 1fr; gap: 20px; }
  .brand-desc-col + .brand-desc-col::before { display: none; }
  .brand-desc-col { border-top: 1px solid rgba(184, 138, 61, 0.2); padding-top: 28px; }
}

.brand-card {
  padding: 36px 28px 32px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-warm);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: border-color 0.4s ease, transform 0.4s var(--easing);
}

.brand-card:hover {
  border-color: var(--color-gold);
  transform: translateY(-4px);
}

.brand-card-store {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2520 100%);
  color: #fff;
  border-color: var(--color-gold);
}

.brand-card-store .brand-card-label {
  color: var(--color-gold);
}

.brand-card-store h3 {
  color: #fff;
}

.brand-card-store .brand-card-location {
  color: rgba(255,255,255,0.6);
}

.brand-card-store .brand-card-desc {
  color: rgba(255,255,255,0.7);
}

.brand-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  color: var(--color-gold);
}

.brand-card-icon svg {
  width: 100%;
  height: 100%;
}

.brand-card-label {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--color-accent);
  margin-bottom: 10px;
  font-weight: 500;
}

.brand-card h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  color: var(--color-text);
}

.brand-card-location {
  font-size: 0.78rem;
  color: var(--color-text-light);
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

.brand-card-desc {
  font-size: 0.82rem;
  line-height: 1.9;
  color: var(--color-text-light);
  margin-bottom: 20px;
  flex-grow: 1;
}

.brand-card-tag {
  display: inline-block;
  font-size: 0.75rem;
  padding: 6px 16px;
  background: rgba(196, 162, 101, 0.12);
  border: 1px solid rgba(196, 162, 101, 0.4);
  color: var(--color-gold);
  letter-spacing: 0.1em;
  margin: 0 auto;
  font-weight: 500;
}

.brand-card-store .brand-card-tag {
  background: rgba(196, 162, 101, 0.2);
  border-color: var(--color-gold);
}

.brand-card-arrow {
  width: 40px;
  height: 40px;
  align-self: center;
  color: var(--color-gold);
  opacity: 0.6;
}

.brand-card-arrow svg {
  width: 100%;
  height: 100%;
}

.brand-relations-note {
  text-align: center;
  margin-top: 40px;
  font-size: 0.85rem;
  color: var(--color-text-light);
  letter-spacing: 0.05em;
}

/* ---------- Sub Kodawari (Alternating layout) ---------- */
.sub-kodawari {
  padding: 100px 0;
  background: var(--color-bg-warm);
}

.kodawari-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.kodawari-row:last-child {
  margin-bottom: 0;
}

.kodawari-row.reverse {
  direction: rtl;
}

.kodawari-row.reverse > * {
  direction: ltr;
}

.kodawari-row-image {
  overflow: hidden;
}

.kodawari-row-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.6s var(--easing);
}

.kodawari-row:hover .kodawari-row-image img {
  transform: scale(1.04);
}

.kodawari-row-number {
  display: block;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.5rem;
  font-weight: 400;
  background: linear-gradient(135deg, #e8cc8a 0%, #c4a265 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  line-height: 1;
}

.kodawari-row-number::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--color-gold);
  margin-top: 14px;
}

.kodawari-row-text h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: var(--color-text);
}

.kodawari-row-text p {
  font-size: 0.9rem;
  line-height: 2.2;
  color: var(--color-text-light);
  margin-bottom: 12px;
}

/* ---------- Beef Page Sections ---------- */
.beef-section {
  padding: 100px 0;
}

.beef-section:nth-child(even) {
  background: var(--color-bg-warm);
}

.beef-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.beef-section-image {
  overflow: hidden;
}

.beef-section-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.beef-section-content.reverse {
  direction: rtl;
}

.beef-section-content.reverse > * {
  direction: ltr;
}

.beef-section-text {
  padding-top: 20px;
}

.beef-section-text h2 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  color: var(--color-text);
}

.beef-section-subtitle {
  font-size: 0.85rem;
  color: var(--color-gold);
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

.beef-section-text p {
  font-size: 0.9rem;
  line-height: 2.2;
  color: var(--color-text-light);
  margin-bottom: 16px;
}

.beef-taste {
  margin-top: 28px;
  padding: 24px;
  background: var(--color-bg-warm);
  border-left: 3px solid var(--color-gold);
}

.beef-taste h4 {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-text);
}

.beef-taste p {
  font-size: 0.85rem;
  color: var(--color-text-light);
  margin-bottom: 0;
}

/* ============================================
   Cuts Encyclopedia (図鑑形式 - nikuzou.jp inspired)
   ============================================ */
.cuts-encyclopedia-section {
  padding: 30px 0 100px;
  background: var(--color-bg-warm);
  position: relative;
  overflow: hidden;
}

.cuts-encyclopedia-section::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--color-gold), transparent);
}

.cuts-encyclopedia {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* Diagram Side */
.cuts-encyclopedia-diagram {
  position: sticky;
  top: 100px;
}

.cuts-encyclopedia-diagram-inner {
  position: relative;
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 30px 24px;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.cuts-encyclopedia-diagram-inner svg {
  width: 100%;
  height: auto;
  display: block;
}

/* SVG part interactions */
.cuts-encyclopedia-diagram-inner .parts:focus {
  outline: none;
}

.cuts-encyclopedia-diagram-inner .parts.is-active .area {
  fill: #c4a265 !important;
}

.cuts-encyclopedia-diagram-inner::before,
.cuts-encyclopedia-diagram-inner::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: var(--color-gold);
  pointer-events: none;
}

.cuts-encyclopedia-diagram-inner::before {
  top: 10px;
  left: 10px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.cuts-encyclopedia-diagram-inner::after {
  bottom: 10px;
  right: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.cuts-encyclopedia-diagram .cuts-diagram-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cuts-diagram-hint {
  text-align: center;
  font-size: 0.75rem;
  color: var(--color-text-light);
  margin-top: 14px;
  letter-spacing: 0.05em;
}

/* Inline text labels on cow silhouette (reference-image style) */
.cut-label {
  position: absolute;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 4px 8px;
  margin: 0;
  color: #fff;
  font-family: var(--font-sans, "Noto Sans JP"), sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
  z-index: 2;
  line-height: 1.2;
}

.cut-label::before {
  content: '';
  position: absolute;
  inset: -2px -6px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.25s ease, border-color 0.25s ease;
}

.cut-label:hover,
.cut-label:focus,
.cut-label.is-active {
  color: var(--color-gold);
  outline: none;
  transform: translate(-50%, -50%) scale(1.08);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.85);
}

.cut-label:hover::before,
.cut-label:focus::before,
.cut-label.is-active::before {
  opacity: 1;
  border-color: var(--color-gold);
}

@media (max-width: 768px) {
  .cut-label { font-size: 0.62rem; padding: 2px 4px; letter-spacing: 0.02em; }
}

/* Numbered Markers on Diagram (legacy, unused) */
.cut-marker {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  background: #fff;
  color: var(--color-gold);
  border: 2px solid var(--color-gold);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(196, 162, 101, 0.3);
  transition: transform 0.3s var(--easing), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
}

.cut-marker-num {
  position: relative;
  z-index: 1;
}

.cut-marker-tip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: var(--color-text);
  color: #fff;
  padding: 5px 12px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 2px;
}

.cut-marker-tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-text);
}

.cut-marker:hover,
.cut-marker:focus,
.cut-marker.is-active {
  transform: scale(1.3);
  background: var(--color-gold);
  color: #fff;
  box-shadow: 0 6px 18px rgba(196, 162, 101, 0.55);
  outline: none;
  z-index: 3;
}

.cut-marker:hover .cut-marker-tip,
.cut-marker:focus .cut-marker-tip,
.cut-marker.is-active .cut-marker-tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Pulsing ring around markers (subtle hint) */
.cut-marker::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
  opacity: 0;
  animation: markerPulse 2.4s ease-in-out infinite;
}

@keyframes markerPulse {
  0%, 100% { transform: scale(0.85); opacity: 0; }
  50% { transform: scale(1.15); opacity: 0.5; }
}

.cut-marker:nth-child(2n)::before { animation-delay: 0.4s; }
.cut-marker:nth-child(3n)::before { animation-delay: 0.8s; }
.cut-marker:nth-child(5n)::before { animation-delay: 1.2s; }

/* Legend Side */
.cuts-encyclopedia-legend {
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 36px 32px;
}

.cuts-legend-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  color: var(--color-text);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.cuts-legend-title span {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: var(--color-gold);
  font-weight: 600;
  font-family: var(--font-sans);
}

.cuts-legend-sub {
  font-size: 0.78rem;
  color: var(--color-text-light);
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
  letter-spacing: 0.05em;
}

.cuts-legend-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
  row-gap: 0;
}

.cuts-legend-list li {
  list-style: none;
}

.cut-legend-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 8px 9px 4px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(196, 162, 101, 0.15);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background 0.3s ease, padding-left 0.3s ease;
  position: relative;
}

.cut-legend-item::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-text-light);
  border-right: 1px solid var(--color-text-light);
  transform: rotate(45deg);
  margin-left: auto;
  flex-shrink: 0;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.cut-legend-item:hover,
.cut-legend-item:focus,
.cut-legend-item.is-active {
  background: rgba(196, 162, 101, 0.08);
  padding-left: 14px;
  outline: none;
}

.cut-legend-item:hover::after,
.cut-legend-item:focus::after,
.cut-legend-item.is-active::after {
  border-color: var(--color-gold);
  transform: rotate(45deg) translate(2px, -2px);
}

.cut-legend-num {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-bg-warm);
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.cut-legend-item:hover .cut-legend-num,
.cut-legend-item:focus .cut-legend-num,
.cut-legend-item.is-active .cut-legend-num {
  background: var(--color-gold);
  color: #fff;
}

.cut-legend-name {
  flex: 1;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cut-legend-en {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--color-text-light);
  font-weight: 400;
  display: none;
}

/* ---------- Cut Modal ---------- */
.cut-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}

.cut-modal.active {
  opacity: 1;
  visibility: visible;
}

.cut-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.cut-modal-content {
  position: relative;
  background: #fff;
  max-width: 520px;
  width: 100%;
  padding: 56px 44px 48px;
  text-align: center;
  border: 1px solid var(--color-gold);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transform: translateY(20px);
  transition: transform 0.4s var(--easing);
}

.cut-modal-content::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-top: 1px solid var(--color-gold);
  border-left: 1px solid var(--color-gold);
}

.cut-modal-content::after {
  content: '';
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid var(--color-gold);
  border-right: 1px solid var(--color-gold);
}

.cut-modal-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-gold);
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.cut-modal.active .cut-modal-content {
  transform: translateY(0);
}

.cut-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.cut-modal-close:hover {
  opacity: 0.6;
}

.cut-modal-en {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  margin-bottom: 8px;
  font-weight: 500;
}

.cut-modal-name {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-text);
  margin-bottom: 0;
}

.cut-modal-line {
  width: 40px;
  height: 1px;
  background: var(--color-gold);
  margin: 24px auto;
}

.cut-modal-desc {
  font-size: 0.92rem;
  line-height: 2;
  color: var(--color-text-light);
}

/* ---------- Active nav link ---------- */
.nav-list a.active {
  color: var(--color-gold) !important;
}

.header.scrolled .nav-list a.active {
  color: var(--color-gold) !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .sub-hero {
    height: 40vh;
    min-height: 280px;
  }

  .sub-hero-split {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .sub-hero-split-half {
    height: 30vh;
    min-height: 200px;
  }

  .brand-relations-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Cuts Encyclopedia - Mobile */
  .cuts-encyclopedia {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cuts-encyclopedia-diagram {
    position: static;
  }

  .cuts-encyclopedia-diagram-inner {
    max-width: 360px;
    max-height: none;
    padding: 20px 16px;
  }

  .cut-marker {
    width: 28px;
    height: 28px;
    margin-left: -14px;
    margin-top: -14px;
    font-size: 0.7rem;
  }

  .cut-marker-tip {
    display: none; /* 小型markerでは tooltip を非表示。タップ時にmodalで詳細表示 */
  }

  .cuts-encyclopedia-legend {
    padding: 20px 16px;
  }

  .cuts-legend-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    row-gap: 0;
  }

  .cut-legend-item {
    padding: 9px 4px;
    gap: 8px;
  }

  .cut-legend-item::after {
    width: 6px;
    height: 6px;
  }

  .cut-legend-num {
    width: 20px;
    height: 20px;
    font-size: 0.65rem;
  }

  .cut-legend-name {
    font-size: 0.78rem;
  }

  .cut-modal-content {
    padding: 44px 24px 36px;
  }

  .cut-modal-name {
    font-size: 1.5rem;
  }

  .cut-modal-num {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .brand-card-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }

  .kodawari-row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 50px;
  }

  .kodawari-row.reverse {
    direction: ltr;
  }

  .kodawari-row-image img {
    height: 240px;
  }

  .beef-section-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .beef-section-image img {
    height: 280px;
  }

  .intro-text p {
    font-size: 0.88rem;
  }

  /* スマホでは PC向けの強制改行を解除して自然な折り返しに */
  .intro-text br,
  .about-text br,
  .beef-section-text br,
  .tabekurabe-lead br {
    display: none;
  }
}
