/* ============================================================
   FOODEX WINE 2026 — LP RENEWAL
   Type: Noto Sans JP (base 16px), Roboto (EN), Shippori Mincho B1
   Title: 46px
============================================================ */
:root {
  --bg: #0a0a0e;
  --bg-2: #111118;
  --surface: #15151c;
  --ink: #f5ede0;
  --ink-soft: #c8c2b6;
  --ink-muted: #837e76;

  --cream: #ede4d3;
  --cream-2: #e3d8c1;
  --ink-dark: #15151c;
  --ink-dark-soft: #3d3a32;
  --ink-dark-muted: #7a7468;

  --wine: #8b2839;
  --wine-deep: #6b1d2a;
  --wine-soft: #b8556a;
  --wine-bright: #d4708a;

  --gold: #c9a866;
  --gold-2: #b8975a;
  --gold-soft: #e8d4a0;

  --line: rgba(201, 168, 102, .22);
  --line-soft: rgba(245, 237, 224, .10);
  --line-dark: rgba(21, 21, 28, .12);
  --line-wine: rgba(184, 85, 106, .30);

  --crimson: #a8302d;

  --serif-jp: "Shippori Mincho B1", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --sans-jp: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --en: "Roboto", "Helvetica Neue", Arial, sans-serif;

  --pad-x: 7vw;
  --pad-y: 120px;

  /* hero layout knobs (driven by Tweaks; defaults = 'split') */
  --hero-cols: 1fr 1.15fr;
  --tasaki-fig-h: 100%;
  --tasaki-fig-r: -2%;
  --tasaki-fig-o: 1;
  --hero-pour-o: .55;
}

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

html {
  scroll-behavior: smooth
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans-jp);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

header {
  background: #fff;
}

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

/* クラスなしの素の<a>のみ対象。クラス付きボタン(.cta-strip-btn等)は除外 */
#lp-wine a:not([class]) {
  color: inherit;
  text-decoration: none
}

#lp-wine h2,
#lp-wine h3,
#lp-wine h4 {
  text-align: left;
}

/* ==== utility ==== */
.en {
  font-family: var(--en);
  letter-spacing: .08em
}

.mincho {
  font-family: var(--serif-jp)
}

.wine-c {
  color: var(--wine-bright)
}

/* ============================
   TOP RIBBON
============================ */
.ribbon {
  background: #000;
  border-bottom: 1px solid var(--line-soft);
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

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

.ribbon-tag {
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--ink-muted);
}

.ribbon-event {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .08em;
  color: var(--ink);
}

.ribbon-event span {
  color: var(--wine-soft);
  font-family: var(--en);
  margin: 0 4px
}

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

.ribbon-date {
  font-family: var(--en);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  letter-spacing: .04em;
}

.ribbon-date b {
  font-weight: 700;
  color: var(--wine-bright)
}

.ribbon-date small {
  color: var(--ink-muted);
  font-size: 12px;
  margin-left: 6px;
  letter-spacing: .05em
}

.ribbon-badge {
  background: var(--crimson);
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

/* ============================
   HERO
============================ */
.hero {
  position: relative;
  min-height: 600px;
  max-height: 900px;
  background: #0a0a0e;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}

.hero-grid {
  position: relative;
  display: block;
  grid-template-columns: var(--hero-cols);
  min-height: 600px;
  max-height: 900px;
  height: 100%;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 75% 40%, rgba(107, 29, 42, .45) 0%, rgba(10, 10, 14, 0) 55%),
    radial-gradient(ellipse at 95% 80%, rgba(201, 168, 102, .10) 0%, rgba(10, 10, 14, 0) 50%),
    #0a0a0e;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 237, 224, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 237, 224, .025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 30% 50%, #000 0%, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 1.5vh 0vw 3vh 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-eyebrow {
  font-family: var(--en);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .32em;
  color: var(--wine-soft);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.hero-eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--wine-soft)
}

.hero-title {
  font-family: var(--en);
  font-weight: 300;
  font-size: clamp(56px, 7.4vw, 96px);
  line-height: .92;
  letter-spacing: -.01em;
  color: var(--ink);
  margin-bottom: 24px;
  text-align: left;
}

.hero-title .wine-word {
  font-weight: 500;
  background: linear-gradient(180deg, #e8b4c2 0%, #8b2839 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-title .yr {
  font-weight: 200;
  color: var(--gold-soft);
  margin-left: 10px;
}

.hero-stage {
  font-family: var(--en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--ink-muted);
  padding-bottom: 22px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line-soft);
  max-width: 540px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.hero-stage b {
  color: var(--gold-soft);
  font-weight: 500
}

.hero-stage .in-kansai {
  font-family: var(--serif-jp);
  font-weight: 600;
  letter-spacing: .2em;
  color: var(--ink);
  font-size: 13px;
}

.hero-lede {
  font-family: var(--sans-jp);
  font-weight: 900;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: var(--ink);
  margin-bottom: 22px;
}

.hero-lede .quote {
  font-family: var(--en);
  font-weight: 300;
  font-style: italic;
  color: var(--wine-soft);
  margin: 0 .04em;
}

.hero-lede .accent {
  color: var(--wine-bright)
}

.hero-lede .gold {
  color: var(--gold-soft)
}

.hero-body {
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--ink-soft);
  max-width: 480px;
  margin-bottom: 26px;
}

.hero-body b {
  color: var(--ink);
  font-weight: 500
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 580px
}

.hero-tag {
  font-size: 12px;
  letter-spacing: .14em;
  padding: 7px 14px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
}

/* hero visual / Tasaki */
.hero-visual {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.hero-pour {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center right;
  opacity: var(--hero-pour-o);
  mix-blend-mode: screen;
  /* 右側は鮮明に、左へ向かってフェードアウト */
  mask-image: linear-gradient(to right, transparent 0%, transparent 20%, rgba(0, 0, 0, .5) 45%, #000 65%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 20%, rgba(0, 0, 0, .5) 45%, #000 65%);
  filter: contrast(1.1) saturate(1.2);
  z-index: 1;
}

.tasaki-figure {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: auto;
  height: 100%;
  max-width: 45% !important;
  object-fit: contain;
  object-position: bottom right;
  opacity: var(--tasaki-fig-o);
  z-index: 2;
}

/* tasaki credit on hero */
.tasaki-credit {
  position: absolute;
  left: 7vw;
  bottom: 6vh;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px 14px 18px;
  border: 1px solid var(--line);
  background: rgba(10, 10, 14, .6);
  backdrop-filter: blur(6px);
}

.tasaki-credit .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wine-soft);
  box-shadow: 0 0 12px var(--wine-soft);
  flex-shrink: 0;
}

.tasaki-credit .role {
  font-family: var(--en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .28em;
  color: var(--wine-soft);
  text-transform: uppercase;
}

.tasaki-credit .name {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .1em;
  color: var(--ink);
  margin-top: 2px;
}

.tasaki-credit .name em {
  font-family: var(--en);
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  color: var(--ink-muted);
  margin-left: 8px;
  letter-spacing: .08em;
}

/* tasaki quote callout */
.tasaki-quote {
  position: absolute;
  right: 5vw;
  top: 8vh;
  z-index: 5;
  text-align: right;
  max-width: 260px;
}

.tasaki-quote .q-mark {
  font-family: var(--en);
  font-style: italic;
  font-weight: 300;
  font-size: 56px;
  line-height: .4;
  color: var(--wine-soft);
  opacity: .7;
}

.tasaki-quote .q-text {
  font-family: var(--serif-jp);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: .04em;
  color: var(--ink);
  margin: 12px 0 16px;
}

.tasaki-quote .q-text .accent {
  color: var(--gold-soft)
}

.tasaki-quote .q-sig {
  font-family: var(--en);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: var(--gold-soft);
  letter-spacing: .04em;
  margin-bottom: 8px;
}

.tasaki-quote .q-sub {
  font-size: 10.5px;
  letter-spacing: .18em;
  color: var(--ink-muted);
  line-height: 1.7;
}

.tasaki-quote::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--wine-soft) 30%, var(--wine-soft) 70%, transparent);
  opacity: .5;
}

/* ============================
   SECTION SHELL
============================ */
#lp-wine section {
  padding: var(--pad-y) var(--pad-x);
  position: relative
}
#lp-wine section.hero {
  padding:0px;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto
}

.section-head {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 64px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-soft);
}

.section-num {
  font-family: var(--en);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .28em;
  color: var(--wine-soft);
  text-transform: uppercase;
}

.section-title-jp {
  font-family: var(--sans-jp);
  font-weight: 900;
  font-size: 46px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: var(--ink);
}

.section-title-en {
  margin-left: auto;
  font-family: var(--en);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .18em;
  color: var(--ink-muted);
  text-transform: uppercase;
}

/* THEME: CREAM */
.theme-cream {
  background: var(--cream);
  color: var(--ink-dark);
  position: relative;
}

.theme-cream::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--wine-soft) 30%, var(--wine-soft) 70%, transparent);
  opacity: .5;
}

.theme-cream .section-title-jp {
  color: var(--ink-dark)
}

.theme-cream .section-title-en {
  color: var(--ink-dark-muted)
}

.theme-cream .section-head {
  border-bottom-color: var(--line-dark)
}

.theme-cream .section-num {
  color: var(--wine)
}

/* THEME: WINE BURGUNDY */
.theme-wine {
  background: var(--wine-deep);
  color: var(--ink);
  position: relative;
}

.theme-wine::before,
.theme-wine::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft) 30%, var(--gold-soft) 70%, transparent);
  opacity: .5;
}

.theme-wine::before {
  top: 0
}

.theme-wine::after {
  bottom: 0
}

.theme-wine .section-title-en {
  color: rgba(245, 237, 224, .55)
}

.theme-wine .section-head {
  border-bottom-color: rgba(245, 237, 224, .18)
}

.theme-wine .section-num {
  color: var(--gold-soft)
}

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

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