/* ============================================================
   SAKE JAPAN 2026 — 独立スコープ
   すべてのスタイルは #sake2026 配下に限定されています
   ============================================================ */

/* 外部 common.css からの継承をリセット */
body {
  margin: 0;
  padding: 0;
}

#sake2026,
#sake2026 * {
  box-sizing: border-box;
}

#sake2026 {
  isolation: isolate;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.7;
  display: block;
}

/* ============================================================ */

#sake2026 {
  --ink: #0c0e13;
  --ink-2: #14161d;
  --ink-3: #1e2129;
  --paper: #f3ebd9;
  --paper-2: #e8ddc4;
  --paper-3: #fbf6ea;
  --gold: #b8965a;
  --gold-2: #d9b86d;
  --gold-soft: #e8d59a;
  --red: #b02418;
  --red-bright: #d63022;
  --rust: #8a3a1c;
  --green: #3a5a3a;
  --txt: #f5ecd9;
  --txt-soft: #c8bfa9;
  --txt-mute: #7a7261;
  --txt-dark: #1a1c22;
  --txt-dark-soft: #5a5648;

  --serif: "Roboto", "Noto Sans JP", sans-serif;
  --sans: "Roboto", "Noto Sans JP", sans-serif;
  --cond: "Roboto Condensed", "Noto Sans JP", sans-serif;
  --mono: "Roboto Mono", "Noto Sans JP", monospace;
  --jp: "Noto Sans JP", "Roboto", sans-serif;

  /* horizontal gutter that caps content to 1200px on wide viewports */
  --gutter: max(6vw, calc((100% - 1200px) / 2));
}

#sake2026 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

#sake2026 {
  scroll-behavior: smooth
}

#sake2026 {
  background: var(--ink);
  color: var(--txt);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 15px;
}

#sake2026 img {
  display: block;
  max-width: 100%;
  height: auto
}

#sake2026 a {
  color: inherit;
  text-decoration: none
}

/* ============ UTILITIES ============ */
#sake2026 .jp {
  font-family: var(--jp)
}

#sake2026 .grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 25% 35%, rgba(255, 255, 255, .015) 1px, transparent 1.5px),
    radial-gradient(circle at 75% 65%, rgba(255, 255, 255, .012) 1px, transparent 1.5px);
  background-size: 3px 3px, 5px 5px;
  mix-blend-mode: overlay;
  z-index: 1;
}

/* ============ TOP RIBBON ============ */
#sake2026 .ribbon {
  background: #06080c;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 11.5px;
  letter-spacing: .02em;
  position: relative;
  z-index: 50;
}

#sake2026 .ribbon-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap
}

#sake2026 .ribbon-tag {
  font-family: var(--jp);
  font-size: 10.5px;
  letter-spacing: .12em;
  color: var(--txt-mute);
  font-weight: 400;
}

#sake2026 .ribbon-event {
  font-family: var(--jp);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--txt);
  display: flex;
  align-items: center;
  gap: 8px;
}

#sake2026 .ribbon-event .amp {
  color: var(--gold-2);
  font-family: var(--sans);
  font-weight: 400;
  font-style: italic
}

#sake2026 .ribbon-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap
}

#sake2026 .ribbon-date {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--txt);
  letter-spacing: .04em;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 6px;
}

#sake2026 .ribbon-date b {
  font-weight: 900;
  color: var(--gold-2);
  letter-spacing: .02em;
  font-size: 14px
}

#sake2026 .ribbon-date .sep {
  color: var(--txt-mute);
  margin: 0 2px
}

#sake2026 .ribbon-badge {
  background: var(--red);
  color: #fff;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  font-family: var(--jp);
  display: flex;
  align-items: center;
  gap: 8px;
}

#sake2026 .ribbon-badge::before {
  content: "●";
  color: var(--gold-2);
  font-size: 8px;
}

/* ============ HERO ============ */
#sake2026 section.hero {
  position: relative;
  max-height: 100vh;
  min-height: 760px;
  background: #06080c;
  overflow: hidden;
  padding:60px var(--gutter);
}

#sake2026 .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../img/sake2026/fv_bg.webp');
  background-size: cover;
  background-position: center right;
  transform: scale(1.04);
  transition: transform 8s ease;
}

#sake2026 .hero:hover .hero-bg {
  transform: scale(1.1)
}

#sake2026 .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 12, .78) 0%, rgba(6, 8, 12, .42) 38%, rgba(6, 8, 12, .15) 62%, rgba(6, 8, 12, .28) 100%),
    linear-gradient(180deg, rgba(6, 8, 12, .45) 0%, rgba(6, 8, 12, .1) 35%, rgba(6, 8, 12, .55) 100%);
}

#sake2026 .hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

#sake2026 .hero-left {
  padding: 4.5vh 5vw 4vh 6vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
  position: relative;
  z-index: 3;
  min-height: 0;
}

#sake2026 .hero-marker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .32em;
  color: var(--gold-2);
  text-transform: uppercase;
  font-weight: 500;
}

#sake2026 .hero-marker .dot {
  width: 8px;
  height: 8px;
  background: var(--red-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(214, 48, 34, .18);
  animation: s26-pulse 2.4s infinite;
}

@keyframes s26-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(214, 48, 34, .18)
  }

  50% {
    box-shadow: 0 0 0 8px rgba(214, 48, 34, 0)
  }
}

#sake2026 .hero-title {
  font-family: var(--sans);
  font-weight: 900;
  font-size: clamp(56px, 7.4vw, 112px);
  line-height: .95;
  letter-spacing: -.04em;
  color: var(--txt);
  margin-top: 1vh;
  position: relative;
  white-space: nowrap;
}

#sake2026 .hero-title .ja {
  color: var(--gold-2);
  font-style: italic;
  font-weight: 300;
}

#sake2026 .hero-title small {
  display: block;
  text-align: left;
  font-family: var(--jp);
  font-size: .14em;
  font-weight: 500;
  letter-spacing: .45em;
  color: var(--txt-soft);
  margin-top: 16px;
  padding-left: 6px;
  white-space: normal;
}

#sake2026 .hero-title small::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 18px;
  transform: translateY(-2px);
}

#sake2026 .hero-pavilion {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 12px;
  background: rgba(184, 150, 90, .08);
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-family: var(--jp);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .32em;
  padding: 9px 18px 9px 22px;
  margin-top: 36px;
}

#sake2026 .hero-pavilion::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--gold-2);
  border-radius: 50%;
}

#sake2026 .hero-lede {
  margin-top: 0;
  padding-top: 0;
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1.45;
  letter-spacing: .04em;
  color: var(--txt);
  position: relative;
}

#sake2026 .hero-lede .light {
  font-weight: 200
}

#sake2026 .hero-lede .red {
  color: var(--red-bright)
}

#sake2026 .hero-lede .underline {
  display: inline-block;
  position: relative;
}

#sake2026 .hero-lede .underline::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 6px;
  height: 14px;
  background: var(--gold);
  z-index: -1;
  opacity: .85;
}

#sake2026 .hero-lede .strike {
  position: relative;
  display: inline-block;
  color: var(--txt);
  font-weight: 900;
}

#sake2026 .hero-lede .strike::after {
  content: none;
}

#sake2026 .hero-sub {
  margin-top: 0;
  font-family: var(--jp);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: .04em;
  color: var(--txt-soft);
  max-width: 620px;
}

#sake2026 .hero-right {
  position: relative;
}

#sake2026 .hero-img {
  display: none
}

#sake2026 .hero:hover .hero-img {
  transform: scale(1.1)
}

#sake2026 .hero-right::before {
  content: none;
}

/* vertical date strip on hero */
#sake2026 .hero-side-meta {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  writing-mode: vertical-rl;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .28em;
  color: rgba(245, 236, 217, .55);
  text-transform: uppercase;
  display: flex;
  gap: 18px;
}

#sake2026 .hero-side-meta b {
  color: var(--gold-2);
  font-weight: 500;
  letter-spacing: .18em
}

/* Tasaki badge (image slot) */
#sake2026 .hero-badge-slot {
  position: absolute;
  right: max(16px, 1.5vw);
  bottom: 8vh;
  z-index: 6;
  width: 200px;
  height: 200px;
  transform: rotate(-6deg);
  --image-slot-bg: transparent;
  --image-slot-border: none;
  --image-slot-color: var(--gold-soft);
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .5));
}

/* Tasaki badge (legacy text version, kept for reference) */
#sake2026 .tasaki-badge {
  display: none;
  position: absolute;
  right: 7vw;
  bottom: 8vh;
  z-index: 6;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, #3d2f1c 0%, #1a130a 70%);
  border: 1px solid var(--gold-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--gold-soft);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .7),
    inset 0 0 30px rgba(217, 184, 109, .12),
    0 0 0 6px rgba(184, 150, 90, .08);
  transform: rotate(-6deg);
}

#sake2026 .tasaki-badge::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(217, 184, 109, .4);
  border-radius: 50%;
}

#sake2026 .tasaki-badge .b-en {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 9.5px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 6px;
}

#sake2026 .tasaki-badge .b-name {
  font-family: var(--jp);
  font-weight: 900;
  font-size: 21px;
  letter-spacing: .08em;
  line-height: 1.15;
  color: var(--txt);
}

#sake2026 .tasaki-badge .b-name small {
  font-size: 11px;
  font-weight: 500;
  color: var(--gold-soft);
  letter-spacing: 0;
}

#sake2026 .tasaki-badge .b-role {
  font-family: var(--jp);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  margin-top: 6px;
  color: var(--gold-soft);
}

#sake2026 .tasaki-badge .b-rule {
  width: 24px;
  height: 1px;
  background: rgba(217, 184, 109, .5);
  margin: 6px 0 4px;
}

/* hero ticker */
#sake2026 .hero-ticker {
  position: relative;
  background: var(--red);
  color: #fff;
  overflow: hidden;
  padding: 11px 0;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .4);
}

#sake2026 .hero-ticker-track {
  display: flex;
  gap: 48px;
  animation: s26-tick 38s linear infinite;
  white-space: nowrap;
  font-family: var(--jp);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .18em;
}

#sake2026 .hero-ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 48px
}

#sake2026 .hero-ticker-track i {
  color: var(--gold-2);
  font-style: normal;
  font-size: 9px;
}

@keyframes s26-tick {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

/* ============ MANIFESTO STRIP (editorial spread) ============ */
#sake2026 .manifesto {
  background: #0a0c11;
  padding: 96px var(--gutter) 104px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

#sake2026 .manifesto::before {
  content: "— N° 00 / CONCEPT";
  position: absolute;
  top: 36px;
  left: var(--gutter);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .42em;
  color: rgba(184, 150, 90, .55);
}

#sake2026 .manifesto-inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 72px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

/* left: editorial figure */
#sake2026 .manifesto-fig {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  align-self: start;
}

#sake2026 .manifesto-visual {
  width: 100%;
  height: 100%;
  --image-slot-bg: #14161d;
  --image-slot-border: none;
  --image-slot-color: var(--gold-soft);
  --image-slot-radius: 0;
}

#sake2026 .manifesto-figcap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  background: rgba(10, 12, 17, .88);
  border-top: 1px solid rgba(184, 150, 90, .35);
  border-right: 1px solid rgba(184, 150, 90, .35);
  font-family: var(--mono);
  pointer-events: none;
}

#sake2026 .manifesto-figcap .no {
  font-style: italic;
  font-weight: 900;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--gold-2);
  letter-spacing: .04em;
}

#sake2026 .manifesto-figcap .cap {
  font-size: 10px;
  letter-spacing: .3em;
  color: var(--txt-soft);
  text-transform: uppercase;
}

#sake2026 .manifesto-fig::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 32px;
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
}

/* right: text spread */
#sake2026 .manifesto-body {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}

#sake2026 .manifesto-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .34em;
  color: var(--gold-2);
  text-transform: uppercase;
  margin-bottom: 24px;
}

#sake2026 .manifesto-eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--gold);
}

#sake2026 .manifesto-eyebrow .ja {
  font-family: var(--jp);
  font-weight: 500;
  letter-spacing: .32em;
  color: var(--gold-soft);
}

#sake2026 .manifesto-headline {
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1.45;
  letter-spacing: .04em;
  color: var(--txt);
  margin-bottom: 32px;
  text-wrap: balance;
}

#sake2026 .manifesto-headline em {
  font-style: normal;
  color: var(--gold-2);
  position: relative;
  display: inline-block;
}

#sake2026 .manifesto-headline em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 10px;
  background: rgba(184, 150, 90, .18);
  z-index: -1;
}

#sake2026 .manifesto-text {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: var(--txt-soft);
  letter-spacing: .06em;
  max-width: 560px;
  margin-bottom: 36px;
}

#sake2026 .manifesto-text b {
  font-weight: 900;
  color: var(--txt);
  background: linear-gradient(180deg, transparent 60%, rgba(184, 150, 90, .4) 60%);
  padding: 0 2px;
}

#sake2026 .manifesto-divider {
  width: 80px;
  height: 1px;
  background: var(--gold);
  margin: 0 0 24px;
}

#sake2026 .manifesto-tags-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .32em;
  color: var(--gold-soft);
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: .7;
}

#sake2026 .manifesto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#sake2026 .manifesto-tag {
  font-family: var(--jp);
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: .14em;
  padding: 7px 13px;
  border: 1px solid rgba(184, 150, 90, .35);
  color: var(--gold-soft);
  background: rgba(184, 150, 90, .04);
}

#sake2026 .manifesto-tag.solid {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold)
}

/* ============ SECTION HEADERS ============ */
#sake2026 .sx-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 64px;
}

#sake2026 .sx-num {
  font-family: var(--sans);
  font-weight: 900;
  font-size: clamp(72px, 9vw, 132px);
  line-height: .85;
  letter-spacing: -.06em;
  color: var(--gold);
  font-style: italic;
}

#sake2026 .sx-num small {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
  letter-spacing: .32em;
  color: var(--gold-2);
  font-weight: 400;
  margin-bottom: 8px;
}

#sake2026 .sx-title {
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: .06em;
  line-height: 1.3;
  color: var(--txt);
}

#sake2026 .sx-title .light {
  font-weight: 200
}

#sake2026 .sx-title em {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  color: var(--gold-2);
  display: block;
  font-size: .4em;
  letter-spacing: .18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#sake2026 .sx-eyebrow {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: .2em;
  color: var(--txt-mute);
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(184, 150, 90, .3);
}

/* light variant */
#sake2026 .light-bg .sx-title {
  color: var(--txt-dark)
}

#sake2026 .light-bg .sx-num {
  color: var(--gold)
}

#sake2026 .light-bg .sx-eyebrow {
  color: var(--txt-dark-soft);
  border-color: rgba(0, 0, 0, .15)
}

#sake2026 section {
  position: relative;
  padding: 120px var(--gutter)
}

/* ============ WHY VISIT (bento) ============ */
#sake2026 .why {
  background: #0a0c11;
  padding-top: 60px;
  position: relative;
  z-index: 0;
}

#sake2026 .why-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(160px, auto);
  gap: 1px;
  background: rgba(184, 150, 90, .18);
  border: 1px solid rgba(184, 150, 90, .18);
}

#sake2026 .why-card {
  background: #0e1117;
  padding: 36px 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: background .35s ease;
}

#sake2026 .why-card:hover {
  background: #141821
}

#sake2026 .why-card .wn {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: var(--sans);
  font-style: italic;
  font-weight: 900;
  font-size: 48px;
  color: rgba(184, 150, 90, .18);
  line-height: 1;
  letter-spacing: -.04em;
}

#sake2026 .why-card .wt-en {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .3em;
  color: var(--gold-2);
  text-transform: uppercase;
}

#sake2026 .why-card h3 {
  font-family: var(--jp);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: .04em;
  line-height: 1.5;
  color: var(--txt);
}

#sake2026 .why-card h3 .small {
  font-size: .7em;
  font-weight: 500;
  color: var(--gold-soft)
}

#sake2026 .why-card p {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.9;
  color: var(--txt-soft);
}

#sake2026 .why-card .icon {
  width: 44px;
  height: 44px;
  color: var(--gold-2);
  margin-bottom: 6px;
  margin-top: auto;
}

/* bento sizes */
#sake2026 .why-card.w1 {
  grid-column: span 6;
  grid-row: span 2
}

#sake2026 .why-card.w2 {
  grid-column: span 3
}

#sake2026 .why-card.w3 {
  grid-column: span 3
}

#sake2026 .why-card.w4 {
  grid-column: span 3
}

#sake2026 .why-card.w5 {
  grid-column: span 3
}

#sake2026 .why-card.w1 {
  background:
    linear-gradient(135deg, rgba(12, 14, 19, .35) 0%, rgba(176, 36, 24, .55) 60%, rgba(122, 30, 18, .78) 100%),
    url('../img/sake2026/01_img.webp');
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  color: var(--txt);
}

#sake2026 .why-card.w1 .wn {
  color: rgba(255, 255, 255, .18)
}

#sake2026 .why-card.w1 h3 {
  font-size: 28px
}

#sake2026 .why-card.w1 p {
  color: rgba(255, 236, 210, .95);
  font-size: 14px
}

#sake2026 .why-card.w1 .icon {
  color: var(--gold-soft)
}

#sake2026 .why-card.w1 .wt-en {
  color: var(--gold-soft)
}

/* ============ STATS (light editorial) ============ */
#sake2026 .stats {
  background: var(--paper);
  color: var(--txt-dark);
  padding: 140px var(--gutter) 120px;
  position: relative;
}

#sake2026 .stats::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

#sake2026 .stats-photo-wrap {
  position: absolute;
  top: -80px;
  right: 100px;
  width: 340px;
  z-index: 2;
  display: block;
}

#sake2026 .stats-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

#sake2026 .stats-lead {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  color: var(--txt-dark-soft);
  max-width: 600px;
  margin-bottom: 70px;
  letter-spacing: .04em;
  position: relative;
  z-index: 1;
}

#sake2026 .stats-lead b {
  font-weight: 900;
  color: var(--txt-dark)
}

#sake2026 .stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 2px solid var(--txt-dark);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  position: relative;
  z-index: 1;
}

#sake2026 .stat {
  padding: 36px 36px 32px 0;
  border-right: 1px solid rgba(0, 0, 0, .15);
  position: relative;
  display: flex;
  flex-direction: column;
}

#sake2026 .stat .stat-prev {
  margin-top: auto
}

#sake2026 .stat:not(:first-child) {
  padding-left: 32px
}

#sake2026 .stat:last-child {
  border-right: none;
  padding-right: 0
}

#sake2026 .stat-num.is-long {
  font-size: clamp(64px, 7.4vw, 108px);
  white-space: nowrap
}

#sake2026 .stat-en {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: .32em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 6px;
}

#sake2026 .stat-jp {
  font-family: var(--jp);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--txt-dark);
  margin-bottom: 12px;
}

#sake2026 .stat-num {
  font-family: var(--sans);
  font-weight: 900;
  font-size: clamp(72px, 8.5vw, 124px);
  line-height: .9;
  letter-spacing: -.05em;
  color: var(--txt-dark);
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-style: italic;
}

#sake2026 .stat-num .unit {
  font-family: var(--jp);
  font-style: normal;
  font-weight: 900;
  font-size: .24em;
  letter-spacing: .1em;
  color: var(--gold);
}

#sake2026 .stat-prev {
  margin-top: 16px;
  font-family: var(--jp);
  font-size: 11.5px;
  color: var(--txt-dark-soft);
  font-weight: 500;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  gap: 10px;
}

#sake2026 .stat-prev .tag {
  font-family: var(--mono);
  font-size: 9.5px;
  background: var(--txt-dark);
  color: var(--paper);
  padding: 2px 8px;
  letter-spacing: .18em;
  font-weight: 500;
}

#sake2026 .stat-prev .up {
  color: var(--red);
  font-weight: 900;
  font-family: var(--sans);
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0;
}

#sake2026 .stat-photo {
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 240px;
}

#sake2026 .stat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

#sake2026 .stat-photo .stamp {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  background: rgba(12, 14, 19, .85);
  color: var(--gold-2);
  padding: 6px 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .22em;
  border: 1px solid var(--gold);
}

/* ============ MAGAZINE PAIRING SPREADS ============ */
#sake2026 .pairing {
  background: var(--ink);
  padding: 40px 0 100px;
  overflow: hidden;
}

#sake2026 .pairing-intro {
  padding: 0 var(--gutter);
  margin-bottom: 80px;
}

#sake2026 .pairing-tag {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--gold-2);
  text-transform: uppercase;
  margin-bottom: 18px;
}

#sake2026 .pairing-tag::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--gold);
}

#sake2026 .pairing-h {
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.2;
  letter-spacing: .02em;
  color: var(--txt);
  max-width: 1100px;
}

#sake2026 .pairing-h em {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  color: var(--gold-2);
  display: inline-block;
  margin-right: 14px;
}

#sake2026 .spread {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-top: 1px solid rgba(184, 150, 90, .15);
}

#sake2026 .spread:last-child {
  border-bottom: 1px solid rgba(184, 150, 90, .15)
}

#sake2026 .spread.flip .sp-img {
  order: 2
}

#sake2026 .spread.flip .sp-text {
  order: 1
}

#sake2026 .sp-img {
  position: relative;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}

#sake2026 .sp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.6s cubic-bezier(.22, 1, .36, 1);
}

#sake2026 .spread:hover .sp-img img {
  transform: scale(1.05)
}

#sake2026 .sp-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .4) 100%);
}

#sake2026 .sp-img .sp-vol {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 3;
  font-family: var(--sans);
  font-weight: 900;
  font-style: italic;
  font-size: 96px;
  color: rgba(245, 236, 217, .92);
  line-height: .85;
  letter-spacing: -.05em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .6);
}

#sake2026 .sp-img .sp-vol small {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .32em;
  color: var(--gold-2);
  margin-bottom: 6px;
  text-transform: uppercase;
}

#sake2026 .sp-img .sp-stamp {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  background: var(--gold);
  color: var(--ink);
  padding: 8px 14px;
  font-family: var(--jp);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: .2em;
  transform: rotate(-3deg);
}

#sake2026 .sp-text {
  padding: 64px max(6vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink-2);
  position: relative;
}

#sake2026 .sp-text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold) 0, transparent 30%);
}

#sake2026 .sp-cat {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--gold-2);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#sake2026 .sp-cat .pill {
  background: var(--gold);
  color: var(--ink);
  padding: 2px 8px;
  font-weight: 700;
}

#sake2026 .sp-dish {
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: .04em;
  line-height: 1.4;
  color: var(--txt);
  margin-bottom: 8px;
}

#sake2026 .sp-sake {
  font-family: var(--jp);
  font-weight: 300;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: .04em;
  color: var(--gold-soft);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

#sake2026 .sp-sake::before {
  content: "×";
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  color: var(--gold-soft);
  font-size: 1.4em;
  opacity: .7;
}

#sake2026 .sp-note {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 14.5px;
  line-height: 2;
  color: var(--txt-soft);
  max-width: 480px;
  padding-top: 24px;
  border-top: 1px solid rgba(184, 150, 90, .2);
  position: relative;
}

#sake2026 .sp-note .quote {
  position: absolute;
  top: -8px;
  left: -8px;
  font-family: var(--sans);
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  color: var(--gold);
  line-height: 1;
  opacity: .6;
}

#sake2026 .sp-pair-meta {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--txt-mute);
  text-transform: uppercase;
}

#sake2026 .sp-pair-meta span b {
  color: var(--gold-2);
  font-weight: 500
}

/* ============ TASAKI ============ */
#sake2026 .tasaki {
  background: #06080c;
  color: var(--txt);
  padding: 140px var(--gutter) 40px;
  position: relative;
  overflow: hidden;
}

#sake2026 .tasaki::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

#sake2026 .tasaki-deco {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  font-family: var(--jp);
  font-weight: 900;
  font-size: 240px;
  line-height: .7;
  color: rgba(184, 150, 90, .04);
  pointer-events: none;
  letter-spacing: .04em;
  z-index: 0;
  white-space: nowrap;
}

#sake2026 .tasaki-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px 80px;
  align-items: start;
}

#sake2026 .tasaki-text-top {
  grid-column: 1;
  grid-row: 1;
}

#sake2026 .tasaki-portrait {
  grid-column: 2;
  grid-row: 1;
}

#sake2026 .three-points {
  grid-column: 1 / -1;
  grid-row: 2;
}

#sake2026 .tasaki-portrait {
  position: relative;
  background: transparent;
}

#sake2026 .tasaki-portrait img {
  display: block;
  width: 100%;
  height: auto;
}

#sake2026 .tasaki-portrait::after {
  content: none;
}

#sake2026 .tasaki-tag-ov {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  background: var(--red);
  color: #fff;
  padding: 8px 16px;
  font-family: var(--jp);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .22em;
}

#sake2026 .tasaki-tag-ov::before {
  content: "●";
  color: var(--gold-2);
  margin-right: 8px;
  font-size: 8px;
}

#sake2026 .tasaki-portrait .signature {
  position: static;
  margin-top: 18px;
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 42px;
  color: var(--gold-2);
  letter-spacing: -.02em;
  line-height: 1;
}

#sake2026 .tasaki-portrait .signature small {
  display: block;
  font-family: var(--jp);
  font-size: 11px;
  font-style: normal;
  letter-spacing: .25em;
  color: var(--txt-soft);
  margin-top: 8px;
  font-weight: 500;
}

#sake2026 .tasaki-text-top .eye {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .32em;
  color: var(--gold-2);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

#sake2026 .tasaki-text-top .eye::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--gold)
}

#sake2026 .tasaki-text-top h2 {
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.3;
  letter-spacing: .04em;
  margin-bottom: 32px;
}

#sake2026 .tasaki-text-top h2 .light {
  font-weight: 200;
  color: var(--gold-2);
  font-style: italic;
  font-family: var(--sans)
}

#sake2026 .tasaki-text-top h2 .gold {
  color: var(--gold-soft);
  position: relative
}

#sake2026 .tasaki-text-top h2 .gold::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  background: var(--gold);
}

#sake2026 .tasaki-text-top .lead {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 17px;
  line-height: 2;
  color: var(--txt-soft);
  margin-bottom: 0;
  letter-spacing: .04em;
  max-width: 560px;
}

#sake2026 .tasaki-name {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 48px;
  padding: 18px 0;
  border-top: 1px solid rgba(184, 150, 90, .2);
  border-bottom: 1px solid rgba(184, 150, 90, .2);
  margin-top: 20px;
}

#sake2026 .tasaki-name .role {
  font-family: var(--jp);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--gold-2);
}

#sake2026 .tasaki-name b {
  font-family: var(--jp);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: .06em;
  color: var(--txt);
}

#sake2026 .tasaki-name b small {
  font-size: 11px;
  font-weight: 500;
  color: var(--gold-soft)
}

#sake2026 .tasaki-name .title {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--txt-soft);
  text-transform: uppercase;
}

#sake2026 .three-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

#sake2026 .point {
  padding: 24px 28px 24px 0;
  border-right: 1px solid rgba(184, 150, 90, .15);
  position: relative;
}

#sake2026 .point:last-child {
  border-right: none
}

#sake2026 .point:not(:first-child) {
  padding-left: 28px
}

#sake2026 .point .num {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--gold);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

#sake2026 .point .num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(184, 150, 90, .2)
}

#sake2026 .point .pi {
  width: 36px;
  height: 36px;
  color: var(--gold-2);
  margin-bottom: 12px;
}

#sake2026 .point h4 {
  font-family: var(--jp);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .05em;
  color: var(--txt);
  margin-bottom: 10px;
}

#sake2026 .point p {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--txt-mute);
}

/* ============ KANSAI DIPTYCH ============ */
#sake2026 .kansai {
  background: var(--paper);
  color: var(--txt-dark);
  padding: 140px var(--gutter) 120px;
  position: relative;
  overflow: hidden;
}

#sake2026 .kansai::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

#sake2026 .kansai-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 72px;
  padding-bottom: 28px;
  border-bottom: 2px solid var(--txt-dark);
}

#sake2026 .kansai-h {
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: .02em;
  color: var(--txt-dark);
}

#sake2026 .kansai-h em {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
  display: block;
  font-size: .35em;
  letter-spacing: .2em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#sake2026 .kansai-h .red {
  color: var(--red)
}

#sake2026 .kansai-sub {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
  color: var(--txt-dark-soft);
  max-width: 340px;
  letter-spacing: .04em;
}

#sake2026 .kansai-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

#sake2026 .kansai-card {
  position: relative;
  aspect-ratio: 5/6;
  overflow: hidden;
  background: #000;
}

#sake2026 .kansai-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.6s cubic-bezier(.22, 1, .36, 1);
}

#sake2026 .kansai-card:hover img {
  transform: scale(1.08)
}

#sake2026 .kansai-card .ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .9) 100%);
}

#sake2026 .kansai-card .badge {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 3;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--paper);
  color: var(--txt-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--jp);
  transform: rotate(-6deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
}

#sake2026 .kansai-card .badge .n {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  color: var(--red);
  letter-spacing: -.04em;
}

#sake2026 .kansai-card .badge .l {
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 700;
  margin-top: 4px;
  color: var(--txt-dark-soft);
}

#sake2026 .kansai-card .text {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 40px;
  z-index: 3;
}

#sake2026 .kansai-card .text .en {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--gold-2);
  text-transform: uppercase;
  margin-bottom: 14px;
}

#sake2026 .kansai-card .text h3 {
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(26px, 2.8vw, 38px);
  letter-spacing: .04em;
  line-height: 1.4;
  color: var(--txt);
  margin-bottom: 16px;
}

#sake2026 .kansai-card .text h3 .x {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  color: var(--gold-2);
  margin: 0 8px;
}

#sake2026 .kansai-card .text p {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 13.5px;
  line-height: 1.9;
  color: rgba(245, 236, 217, .92);
  max-width: 480px;
  padding-top: 14px;
  border-top: 1px solid rgba(184, 150, 90, .4);
}

/* ============ EXPERIENCE ============ */
#sake2026 .experience {
  background: var(--ink);
  padding-top: 120px;
  position: relative;
}

#sake2026 .exp-head-flex {
  display: flex;
  align-items: end;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

#sake2026 .exp-head-flex .right-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--txt-mute);
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(184, 150, 90, .3);
}

#sake2026 .exp-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 200px;
  gap: 8px;
}

#sake2026 .exp-card {
  position: relative;
  overflow: hidden;
  background: var(--ink-2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background .35s;
  border: 1px solid var(--gold);
}

#sake2026 .exp-card:hover {
  background: var(--ink-3)
}

#sake2026 .exp-card.has-img {
  padding: 0
}

#sake2026 .exp-card .img-fill {
  position: absolute;
  inset: 0;
}

#sake2026 .exp-card .img-fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.6s cubic-bezier(.22, 1, .36, 1);
}

#sake2026 .exp-card.has-img:hover .img-fill img {
  transform: scale(1.08)
}

#sake2026 .exp-card .img-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 14, 19, .1) 30%, rgba(12, 14, 19, .95) 100%);
}

#sake2026 .exp-card .content {
  position: relative;
  z-index: 2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#sake2026 .exp-card .ex-n {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 900;
  font-size: 14px;
  color: var(--gold-2);
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: 8px;
}

#sake2026 .exp-card .ex-n::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(184, 150, 90, .25)
}

#sake2026 .exp-card .ex-icon {
  width: 40px;
  height: 40px;
  color: var(--gold-2);
  margin-bottom: 6px;
}

#sake2026 .exp-card h4 {
  font-family: var(--jp);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .05em;
  color: var(--txt);
  line-height: 1.4;
}

#sake2026 .exp-card .en {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--gold-soft);
  text-transform: uppercase;
  margin-top: 6px;
}

#sake2026 .e1 {
  grid-column: span 2;
  grid-row: span 2
}

#sake2026 .e2 {
  grid-column: span 2
}

#sake2026 .e3 {
  grid-column: span 2
}

#sake2026 .e4 {
  grid-column: span 2
}

#sake2026 .e5 {
  grid-column: span 2
}

#sake2026 .e6 {
  grid-column: span 3
}

#sake2026 .e7 {
  grid-column: span 3
}

/* ============ AUDIENCE MARQUEE ============ */
#sake2026 .audience {
  background: var(--ink);
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}

#sake2026 .aud-label {
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .32em;
  color: var(--gold-2);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.aud-label::before,
#sake2026 .aud-label::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin: 0 14px;
}

#sake2026 .aud-title {
  text-align: center;
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(28px, 3vw, 44px);
  color: var(--txt);
  letter-spacing: .06em;
  margin-bottom: 56px;
}

#sake2026 .aud-title .light {
  font-weight: 200;
  color: var(--gold-soft)
}

#sake2026 .aud-track-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 -6vw;
  padding: 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

#sake2026 .aud-track {
  display: flex;
  gap: 14px;
  animation: s26-tick 32s linear infinite;
  white-space: nowrap;
  width: max-content;
}

#sake2026 .aud-chip {
  font-family: var(--jp);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .18em;
  padding: 14px 28px;
  border: 1px solid rgba(184, 150, 90, .35);
  color: var(--txt);
  background: rgba(184, 150, 90, .04);
  flex-shrink: 0;
}

#sake2026 .aud-chip.gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
  font-weight: 900;
}

#sake2026 .aud-chip.red {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  font-weight: 900;
}

/* ============ FINAL CTA ============ */
#sake2026 .cta {
  position: relative;
  padding: 0;
  background: var(--ink);
  overflow: hidden;
}

#sake2026 .cta-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/sake2026/title_sakejapan.webp') center / cover no-repeat;
  opacity: .12;
  z-index: 0;
  pointer-events: none;
}

#sake2026 .cta-poster {
  position: relative;
  padding: 140px var(--gutter) 100px;
  background:
    linear-gradient(135deg, rgba(176, 36, 24, .92) 0%, rgba(122, 30, 18, .96) 100%),
    url('https://images.unsplash.com/photo-1610450949456-3b9fdb37f5b3?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: #fff;
  overflow: hidden;
}

#sake2026 .cta-poster::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none;
}

#sake2026 .cta-deco {
  position: absolute;
  right: -100px;
  bottom: -160px;
  font-family: var(--sans);
  font-weight: 900;
  font-style: italic;
  font-size: 440px;
  line-height: .7;
  color: rgba(255, 255, 255, .06);
  letter-spacing: -.05em;
  pointer-events: none;
}

#sake2026 .cta-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

#sake2026 .cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, .4);
  border: 1px solid var(--gold-2);
  color: var(--gold-2);
  padding: 8px 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 500;
}

#sake2026 .cta-tag .dot {
  width: 6px;
  height: 6px;
  background: var(--gold-2);
  border-radius: 50%;
  animation: s26-pulse 2s infinite;
}

#sake2026 .cta-title {
  font-family: var(--jp);
  font-weight: 900;
  font-size: clamp(36px, 5.5vw, 84px);
  line-height: 1.2;
  letter-spacing: .02em;
  margin-bottom: 18px;
  max-width: 1200px;
}

#sake2026 .cta-title .quote {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  color: var(--gold-2);
}

#sake2026 .cta-title .gold {
  color: var(--gold-soft);
  position: relative;
}

#sake2026 .cta-title .gold::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 4px;
  background: var(--gold-2);
}

#sake2026 .cta-sub {
  font-family: var(--jp);
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 236, 210, .95);
  margin-bottom: 56px;
  max-width: 680px;
  letter-spacing: .04em;
}

#sake2026 .cta-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

#sake2026 .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 26px 48px;
  background: var(--txt);
  color: var(--red);
  font-family: var(--jp);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .18em;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .35);
  position: relative;
  overflow: hidden;
}

#sake2026 .cta-btn:hover {
  background: var(--gold-soft)
}

#sake2026 .cta-btn .arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  transition: transform .3s ease;
}

#sake2026 .cta-btn:hover .arrow {
  transform: translateX(4px)
}

#sake2026 .cta-btn small {
  display: block;
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--txt-dark-soft);
  text-transform: uppercase;
  margin-top: 2px;
}

#sake2026 .cta-free-stamp {
  width: 120px;
  height: 120px;
  object-fit: contain;
  transform: rotate(-10deg);
}

#sake2026 .cta-free-stamp small {
  display: block;
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: .2em;
  margin-top: 4px;
  text-transform: uppercase;
}

/* event info */
#sake2026 .event-info {
  position: relative;
  z-index: 2;
  background: #06080c;
  padding: 64px var(--gutter) 56px;
  border-top: 1px solid rgba(184, 150, 90, .25);
}

#sake2026 .info-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  gap: 56px;
  align-items: start;
}

#sake2026 .info-mark {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--gold-2);
  text-transform: uppercase;
  padding-top: 8px;
  border-top: 2px solid var(--gold);
  align-self: start;
}

#sake2026 .info-item .label {
  font-family: var(--jp);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--gold-2);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#sake2026 .info-item .label .en {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  color: var(--txt-mute);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .2em;
}

#sake2026 .info-item .value {
  font-family: var(--jp);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: var(--txt);
  letter-spacing: .04em;
}

#sake2026 .info-item .value b {
  font-weight: 900
}

#sake2026 .info-item .value small {
  color: var(--txt-mute);
  font-size: 12px;
  display: block;
  margin-top: 4px;
  font-weight: 300;
}

/* ============ FOOTER ============ */
#sake2026 footer {
  background: #04060a;
  padding: 36px var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--txt-mute);
  font-family: var(--jp);
  border-top: 1px solid rgba(184, 150, 90, .1);
}

#sake2026 footer .ft-mark {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 300;
  color: var(--gold-2);
  letter-spacing: .18em;
  text-transform: uppercase;
}

#sake2026 footer .ft-title {
  font-weight: 700;
  color: var(--txt-soft);
  letter-spacing: .06em;
}

/* ============ REVEAL ============ */
#sake2026 .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1);
}

#sake2026 .reveal.in {
  opacity: 1;
  transform: none
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  #sake2026 .ribbon {
    padding: 10px 16px;
    font-size: 10.5px;
    gap: 8px
  }

  #sake2026 .ribbon-tag {
    display: none
  }

  #sake2026 .ribbon-event {
    font-size: 11px
  }

  #sake2026 .ribbon-date {
    font-size: 12px
  }

  #sake2026 .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto
  }

  #sake2026 .hero-left {
    padding: 48px 24px 56px;
    order: 1;
    justify-content: center;
  }

  #sake2026 .hero-right {
    position: absolute;
    bottom: 20px;
    right: 16px;
    width: 130px;
    height: 130px;
    min-height: 0;
    aspect-ratio: unset;
  }

  #sake2026 .hero-side-meta {
    display: none
  }

  #sake2026 .hero-badge-slot {
    right: 16px;
    bottom: 16px;
    width: 128px;
    height: 128px;
    transform: rotate(-4deg)
  }

  #sake2026 .hero-title {
    font-size: 64px;
    margin-top: 24px
  }

  #sake2026 .manifesto {
    padding: 60px 24px 72px
  }

  #sake2026 .manifesto::before {
    display: none
  }

  #sake2026 .manifesto-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  #sake2026 .manifesto-fig {
    aspect-ratio: 4/3
  }

  #sake2026 .manifesto-headline {
    font-size: 26px;
    line-height: 1.5
  }

  #sake2026 section {
    padding: 80px 24px
  }

  #sake2026 .sx-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 40px
  }

  #sake2026 .sx-num {
    font-size: 72px
  }

  #sake2026 .sx-eyebrow {
    justify-self: start
  }

  #sake2026 .why-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto
  }

  #sake2026 .why-card.w1,
  #sake2026 .why-card.w2,
  #sake2026 .why-card.w3,
  #sake2026 .why-card.w4,
  #sake2026 .why-card.w5 {
    grid-column: span 1;
    grid-row: span 1
  }

  #sake2026 .stats {
    padding: 80px 24px
  }

  #sake2026 .stats-photo-wrap {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }

  #sake2026 .stats-photo {
    width: 100%;
    height: 240px;
  }

  #sake2026 .stats-row {
    grid-template-columns: 1fr;
    border-top: 2px solid var(--txt-dark)
  }

  #sake2026 .stat {
    padding: 32px 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
  }

  #sake2026 .stat:not(:first-child) {
    padding-left: 0
  }

  #sake2026 .stat:last-child {
    border-bottom: none;
    padding: 32px 0
  }

  #sake2026 .stat-photo {
    min-height: 200px
  }

  #sake2026 .pairing {
    padding: 80px 0 60px
  }

  #sake2026 .pairing-intro {
    padding: 0 24px;
    margin-bottom: 48px
  }

  #sake2026 .spread {
    grid-template-columns: 1fr
  }

  #sake2026 .spread.flip .sp-img {
    order: 1
  }

  #sake2026 .spread.flip .sp-text {
    order: 2
  }

  #sake2026 .sp-text {
    padding: 48px 24px
  }

  #sake2026 .sp-img .sp-vol {
    font-size: 64px
  }

  #sake2026 .tasaki {
    padding: 80px 24px
  }

  #sake2026 .tasaki-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40px;
  }

  #sake2026 .tasaki-text-top {
    grid-column: 1;
    grid-row: auto;
    order: 1;
  }

  #sake2026 .tasaki-portrait {
    grid-column: 1;
    grid-row: auto;
    order: 2;
  }

  #sake2026 .three-points {
    grid-column: 1;
    grid-row: auto;
    order: 3;
  }

  #sake2026 .three-points {
    grid-template-columns: 1fr;
    gap: 24px
  }

  #sake2026 .point {
    padding: 24px 0;
    border-right: none;
    border-bottom: 1px solid rgba(184, 150, 90, .15)
  }

  #sake2026 .point:not(:first-child) {
    padding-left: 0
  }

  #sake2026 .point:last-child {
    border-bottom: none
  }

  #sake2026 .tasaki-deco {
    font-size: 200px
  }

  #sake2026 .kansai {
    padding: 80px 24px
  }

  #sake2026 .kansai-pair {
    grid-template-columns: 1fr;
    gap: 16px
  }

  #sake2026 .kansai-head {
    grid-template-columns: 1fr;
    gap: 16px
  }

  #sake2026 .experience {
    padding-top: 80px
  }

  #sake2026 .exp-head-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px
  }

  #sake2026 .exp-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px
  }

  #sake2026 .e1,
  #sake2026 .e2,
  #sake2026 .e3,
  #sake2026 .e4,
  #sake2026 .e5,
  #sake2026 .e6,
  #sake2026 .e7 {
    grid-column: span 1;
    grid-row: span 1
  }

  #sake2026 .e1 {
    grid-column: span 2;
    grid-row: span 2
  }

  #sake2026 .audience {
    padding: 60px 0 80px
  }

  #sake2026 .aud-chip {
    font-size: 14px;
    padding: 10px 20px
  }

  #sake2026 .cta-poster {
    padding: 80px 24px 70px
  }

  #sake2026 .cta-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  #sake2026 .cta-btn {
    padding: 20px 28px;
    font-size: 15px;
    width: 100%;
    justify-content: center
  }

  #sake2026 .cta-deco {
    font-size: 240px
  }

  #sake2026 .event-info {
    padding: 48px 24px 40px
  }

  #sake2026 .info-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

/* exp-card icon slot — drag in a PNG/SVG to replace */
#sake2026 .exp-card .ex-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 6px;
  display: block;
  --image-slot-bg: rgba(184, 150, 90, .08);
  --image-slot-border: 1px dashed rgba(184, 150, 90, .45);
  --image-slot-color: var(--gold-2);
  --image-slot-radius: 4px;
}

#sake2026 .exp-card.has-img .ex-icon {
  --image-slot-bg: rgba(12, 14, 19, .55);
  --image-slot-border: 1px dashed rgba(232, 213, 154, .55);
}

@media (max-width: 390px) {
  #sake2026 .hero.hero {
    min-height: 100svh;
    height: auto;
    padding: 0 24px 80px 24px;
  }

  #sake2026 .hero-left {
    padding: 50px 24px 70px;
    gap: 14px;
    justify-content: flex-start;
  }

  #sake2026 .hero-title {
    font-size: 48px;
    margin-top: 8px;
  }

  #sake2026 .hero-lede {
    font-size: 20px;
  }

  #sake2026 .hero-sub {
    font-size: 13px;
    line-height: 1.75;
  }

  #sake2026 .hero-right {
    position: static;
    order: 2;
    width: 90px;
    height: 90px;
    min-height: 0;
    aspect-ratio: unset;
    padding: 0 18px 32px;
  }

  #sake2026 .manifesto-tags {
    gap: 6px;
  }

  #sake2026 .manifesto-tag {
    font-size: 11px;
    padding: 4px 10px;
  }
}