/* =========================================================
   Hokki Artisan Soy Sauce — Pure (white / black, package style)
   ========================================================= */

:root {
  --bg: #fafafa;          /* clean neutral white */
  --bg-soft: #f1f1f1;     /* light grey */
  --panel: #ffffff;
  --ink: #111111;
  --ink-soft: #3a3a3a;
  --ink-mute: #888888;
  --accent: #bc002d;       /* hinomaru red (日の丸 紅) */
  --accent-deep: #9c0025;
  --line: rgba(21, 19, 15, 0.16);
  --line-soft: rgba(21, 19, 15, 0.08);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --body: 'EB Garamond', Georgia, serif;
  --mono: 'Jost', system-ui, sans-serif;
}

/* Label / eyebrow / nav text (was monospace) — Jost, slightly heavier */
.eyebrow, .btn, .nav__link, .nav__cta, .brand__tag,
.seal__top, .seal__bottom,
.hero__kicker span:last-child, .hero-full__kicker span:last-child, .hero-full__scroll span:first-child,
.secret-step__no, .hk-fact h4, .compare__label, .stat__label,
.byline__meta, .review-card__name, .slide__cap {
  font-weight: 600;
}

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

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
  line-height: 1.5;
}
::selection { background: var(--accent); color: #fff; }

img { display: block; max-width: 100%; }
a { color: inherit; }

/* ---------- Reusable ---------- */
.eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.38em;
  color: var(--accent);
  text-transform: uppercase;
}
.stars { color: var(--accent); letter-spacing: 0.24em; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  letter-spacing: 0.16em;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn-primary { background: var(--ink); color: #fff; font-size: 12px; padding: 16px 28px; }
.btn-accent { background: var(--accent); color: #fff; font-size: 12px; padding: 16px 28px; }
.btn-accent:hover { background: var(--accent-deep); }
.btn-primary:hover { background: #000; }
.btn-outline { border: 1px solid var(--ink); color: var(--ink); font-size: 12px; padding: 15px 26px; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-lg { font-size: 13px; padding: 19px 36px; }
.btn-lg.btn-outline { padding: 18px 34px; }

/* ghost button — for use over imagery */
.btn-ghost { border: 1px solid rgba(255, 255, 255, 0.6); color: #fff; font-size: 12px; padding: 15px 26px; }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
  text-decoration: none;
}

/* image placeholders — swap src with your own files */
.ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
  color: transparent;
  background: repeating-linear-gradient(135deg, #eeece7 0 18px, #e6e3dc 18px 36px);
  border: 1px solid var(--line);
}

/* =========================================================
   NAV
   ========================================================= */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px clamp(20px, 5vw, 72px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  flex-wrap: wrap;
}
.nav .brand__name { color: #fff; }
.nav .brand__tag { color: rgba(255, 255, 255, 0.7); }
.brand { display: flex; flex-direction: row; align-items: center; gap: 12px; line-height: 1; }
.brand__logo { width: 40px; height: 40px; object-fit: contain; display: block; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--serif); font-weight: 600; font-size: 25px; letter-spacing: 0.02em; color: var(--ink); }
.brand__tag { font-family: var(--mono); font-size: 9px; letter-spacing: 0.44em; color: var(--ink-mute); margin-top: 5px; }
.nav__links { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 36px); flex-wrap: wrap; }
.nav__link { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.nav__link:hover { color: #fff; }
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ink);
  background: #fff;
  padding: 12px 18px;
  text-decoration: none;
}
.nav__cta:hover { background: rgba(255, 255, 255, 0.85); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  padding: clamp(44px, 6vw, 96px) clamp(20px, 5vw, 72px) clamp(56px, 7vw, 112px);
}
.hero__copy { flex: 1 1 380px; min-width: 300px; }
.hero__kicker { display: flex; align-items: center; gap: 12px; margin-bottom: clamp(20px, 3vw, 34px); }
.hero__kicker span:first-child { width: 32px; height: 1px; background: var(--ink); }
.hero__kicker span:last-child { font-family: var(--mono); font-size: 10px; letter-spacing: 0.34em; color: var(--ink); }
.hero__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(52px, 9vw, 116px);
  line-height: 0.92;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
}
.hero__lead { font-family: var(--serif); font-weight: 400; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.45; color: var(--ink-soft); max-width: 30ch; margin: clamp(24px, 3vw, 34px) 0 0; }
.hero__sub { font-size: clamp(15px, 1.6vw, 18px); line-height: 1.7; color: var(--ink-mute); max-width: 40ch; margin: 22px 0 0; }
.hero__actions { display: flex; align-items: center; gap: 14px; margin-top: clamp(30px, 4vw, 42px); flex-wrap: wrap; }

.hero__media { flex: 1 1 420px; min-width: 300px; position: relative; }
.hero__photo { position: relative; width: 100%; aspect-ratio: 1 / 1; }
.hero__photo .ph { height: 100%; }
.hero__bottle { position: absolute; right: -6px; bottom: -26px; width: clamp(86px, 16%, 118px); aspect-ratio: 1 / 3.2; box-shadow: 0 18px 40px rgba(17, 17, 17, 0.14); }
.hero__bottle .ph { height: 100%; background: repeating-linear-gradient(135deg, #ededea 0 12px, #e3e2de 12px 24px); }
.seal {
  position: absolute;
  left: -12px;
  top: -16px;
  width: clamp(82px, 15%, 106px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
}
.seal__top, .seal__bottom { font-family: var(--mono); font-size: 7px; letter-spacing: 0.22em; color: var(--ink); }
.seal__mid { font-family: var(--serif); font-size: clamp(13px, 2vw, 17px); letter-spacing: 0.04em; color: var(--ink); line-height: 1.1; margin: 2px 0; }

/* =========================================================
   HERO — fullscreen ken burns
   ========================================================= */
.hero-full {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(32px, 5vw, 72px);
  overflow: hidden;
  color: #fff;
}
.hero-full__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-full__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
  color: transparent;
  /* placeholder texture until a real src is set */
  background: repeating-linear-gradient(135deg, #232323 0 22px, #1a1a1a 22px 44px);
  transform-origin: center;
  animation: heroKenburns 18s ease-in-out infinite alternate;
}
@keyframes heroKenburns {
  from { transform: scale(1.06) translate(0, 0); }
  to   { transform: scale(1.18) translate(-2%, -2%); }
}
.hero-full__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(8, 8, 8, 0.82) 0%, rgba(8, 8, 8, 0.25) 45%, rgba(8, 8, 8, 0.35) 100%);
}
.hero-full__inner { position: relative; z-index: 2; max-width: 1240px; width: 100%; margin: 0 auto; }
.hero-full__kicker { display: flex; align-items: center; gap: 12px; margin-bottom: clamp(18px, 3vw, 28px); }
.hero-full__kicker span:first-child { width: 32px; height: 1px; background: rgba(255, 255, 255, 0.8); }
.hero-full__kicker span:last-child { font-family: var(--mono); font-size: 10px; letter-spacing: 0.34em; color: rgba(255, 255, 255, 0.85); }
.hero-full__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(56px, 11vw, 150px);
  line-height: 0.9;
  letter-spacing: -0.015em;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);
}
.hero-full__lead { font-family: var(--serif); font-weight: 400; font-size: clamp(19px, 2.3vw, 28px); line-height: 1.45; color: rgba(255, 255, 255, 0.92); max-width: 44ch; margin: clamp(22px, 3vw, 32px) 0 0; }
.hero-full__actions { display: flex; align-items: center; gap: 14px; margin-top: clamp(28px, 4vw, 40px); flex-wrap: wrap; }
.hero-full__rating { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-top: clamp(20px, 2.6vw, 28px); }
.hero-full__rating-stars { color: #ffd45e; letter-spacing: 0.14em; font-size: 15px; }
.hero-full__rating-score { font-family: var(--serif); font-weight: 500; font-size: clamp(18px, 2vw, 22px); color: #fff; }
.hero-full__rating-meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; color: rgba(255,255,255,0.78); }
.hero-full__scroll {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(28px, 4vw, 44px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.hero-full__scroll span:first-child { font-family: var(--mono); font-size: 9px; letter-spacing: 0.3em; color: rgba(255, 255, 255, 0.8); writing-mode: vertical-rl; }
.hero-full__scroll-line { width: 1px; height: 48px; background: rgba(255, 255, 255, 0.5); animation: scrollPulse 2s ease-in-out infinite; transform-origin: top; }
@keyframes scrollPulse { 0%, 100% { transform: scaleY(0.4); opacity: 0.5; } 50% { transform: scaleY(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .hero-full__img { animation: none; transform: scale(1.06); }
  .hero-full__scroll-line { animation: none; }
}
@media (max-width: 640px) { .hero-full__scroll { display: none; } }

/* =========================================================
   DARK SECTION VARIANT
   ========================================================= */
.is-dark, section.is-dark {
  background: #121212;
  color: #f2f2f2;
  border-color: rgba(255, 255, 255, 0.1);
}
.is-dark .eyebrow { color: rgba(255, 255, 255, 0.7); }
.is-dark h2, .is-dark h3, .is-dark h4 { color: #f5f5f5; }
.is-dark p { color: rgba(255, 255, 255, 0.72); }
.is-dark .secret__head h2 em, .is-dark .secret__head p em { color: #fff; }
.is-dark .ph { background: repeating-linear-gradient(135deg, #262626 0 18px, #1d1d1d 18px 36px); border-color: rgba(255, 255, 255, 0.12); }
.is-dark .hk-fact__no, .is-dark .hk-fact h4 { color: #fff; }
.is-dark .hk-fact p { color: rgba(255, 255, 255, 0.65); }
.is-dark .secret-step__no { color: rgba(255, 255, 255, 0.6); }

/* =========================================================
   SECTION HEADERS
   ========================================================= */
.section { padding: clamp(52px, 7vw, 108px) clamp(20px, 5vw, 72px); }
.section--bordered { border-top: 1px solid var(--line-soft); }
.section-head { text-align: center; max-width: 700px; margin: 0 auto; }
.section-head h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 5vw, 58px); line-height: 1.05; margin: 18px 0 0; color: var(--ink); }
.section-head p { font-size: clamp(16px, 1.7vw, 19px); line-height: 1.7; color: var(--ink-soft); margin: 18px 0 0; }

/* =========================================================
   TASTE / PAIRINGS
   ========================================================= */
.pairings { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(14px, 2vw, 24px); max-width: 1240px; margin: clamp(40px, 5vw, 64px) auto 0; }
@media (min-width: 1000px) { .pairings { grid-template-columns: repeat(4, 1fr); } }
.pairing { display: flex; flex-direction: column; }
.pairing:nth-child(even) { margin-top: clamp(28px, 5vw, 64px); }
.pairing__img { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; }
.pairing:nth-child(odd) .pairing__img { aspect-ratio: 3 / 4; }
.pairing__img .ph { height: 100%; transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.pairing:hover .pairing__img .ph { transform: scale(1.05); }
.pairing__num { position: absolute; top: 12px; left: 16px; z-index: 2; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(40px, 4.5vw, 60px); line-height: 1; color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,0.45); pointer-events: none; }
.pairing__cap { position: relative; padding-top: 16px; }
.pairing__cat { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; color: var(--ink-mute); }
.pairing h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(20px, 2.2vw, 25px); line-height: 1.22; margin: 8px 0 0; color: var(--ink); text-wrap: pretty; }
@media (max-width: 999px) { .pairing:nth-child(even) { margin-top: 0; } }

/* =========================================================
   SECRET OF THE UMAMI
   ========================================================= */
.secret { padding: clamp(58px, 8vw, 120px) clamp(20px, 5vw, 72px); background: var(--bg-soft); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.secret__inner { max-width: 1240px; margin: 0 auto; }
.secret__head { max-width: 760px; }
.secret__head h2 {font-family: var(--serif);font-weight: 500;font-size: clamp(32px, 5vw, 58px);line-height: 1.05;margin: 18px 0 0;color: #bfbfbf;}
.secret__head h2 em { font-style: italic; }
.secret__head p {font-size: clamp(16px, 1.8vw, 20px);line-height: 1.7;color: #e6e3dc;margin: 20px 0 0;}
.secret__head p em { font-style: italic; color: var(--ink); }
.secret__steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(16px, 2.4vw, 30px); margin-top: clamp(40px, 5vw, 64px); }
.secret-step { margin: 0; display: flex; flex-direction: column; }
.secret-step__img { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
.secret-step__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.secret-step__img .ph { height: 100%; }
.secret-step figcaption { padding-top: 20px; }
.secret-step__no { font-family: var(--mono); font-size: 12px; letter-spacing: 0.2em; color: var(--ink-mute); }
.secret-step h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.15; margin: 10px 0 8px; color: var(--ink); }
.secret-step p { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.6; color: var(--ink-mute); margin: 0; }
.secret.is-dark .secret-step h3 { color: #f5f5f5; }
.secret.is-dark .secret-step p { color: rgba(255, 255, 255, 0.72); }

/* =========================================================
   HOKKAIDO BAND
   ========================================================= */
.hokkaido { position: relative; overflow: hidden; display: flex; align-items: center; min-height: clamp(640px, 94vh, 940px); padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 72px); }
.hokkaido__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hokkaido__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,8,8,0.68) 0%, rgba(8,8,8,0.45) 40%, rgba(8,8,8,0.85) 100%); }
.hokkaido__map { position: absolute; z-index: 1; right: clamp(-60px, -3vw, -10px); top: 50%; transform: translateY(-50%); width: clamp(260px, 44vw, 660px); height: auto; opacity: 0.34; pointer-events: none; filter: drop-shadow(0 0 1px rgba(255,255,255,0.4)); }
.hokkaido__inner { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; width: 100%; }
.hokkaido__head { text-align: left; max-width: 640px; margin: 0; }
.hokkaido__title { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 6.5vw, 88px); line-height: 1.0; letter-spacing: -0.01em; margin: 18px 0 0; color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,0.4); }
.hokkaido__lead { font-size: clamp(16px, 1.8vw, 20px); line-height: 1.7; color: rgba(255,255,255,0.92); margin: 22px 0 0; max-width: 50ch; text-shadow: 0 1px 16px rgba(0,0,0,0.4); }
.hokkaido__facts { display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 56px); margin-top: clamp(48px, 7vw, 84px); }
.hk-fact { flex: 1 1 200px; max-width: 300px; padding: 4px 0 0 22px; border-left: 1px solid rgba(255,255,255,0.28); }
.hk-fact__no { font-family: var(--serif); font-size: clamp(26px, 3vw, 36px); color: #fff; display: block; }
.hk-fact h4 { font-family: var(--mono); font-weight: 600; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; margin: 14px 0 8px; }
.hk-fact p { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0; }

/* =========================================================
   MEET THE PRODUCER
   ========================================================= */
.producer { position: relative; overflow: hidden; padding: clamp(72px, 11vw, 150px) clamp(20px, 5vw, 72px); text-align: center; border-top: 1px solid var(--line-soft); }
.producer__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.producer__scrim { position: absolute; inset: 0; z-index: 1; background: rgba(8,8,8,0.62); }
.producer__inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.producer h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 5vw, 58px); line-height: 1.04; margin: 18px 0 0; color: #fff; }
.producer__lead { font-size: clamp(16px, 1.8vw, 20px); line-height: 1.7; color: rgba(255,255,255,0.88); margin: 20px auto clamp(30px, 4vw, 40px); max-width: 46ch; }
.btn.is-disabled { cursor: default; pointer-events: none; opacity: 0.55; }

/* =========================================================
   COMPARISON
   ========================================================= */
.compare { padding: clamp(44px, 6vw, 92px) clamp(20px, 5vw, 72px); background: var(--bg-soft); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.compare__inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.compare__inner h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 4vw, 46px); margin: 0 0 clamp(34px, 4vw, 52px); color: var(--ink); }
.compare__cols { display: flex; flex-wrap: wrap; gap: clamp(16px, 3vw, 40px); justify-content: center; align-items: stretch; }
.compare__divider { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 8px 0; align-self: stretch; }
.compare__divider-line { flex: 1; width: 1px; background: linear-gradient(to bottom, transparent, var(--line) 18%, var(--line) 82%, transparent); }
.compare__divider-vs { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2vw, 24px); color: var(--ink-mute); width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: var(--bg-soft); }
.compare__col { flex: 1 1 280px; max-width: 430px; text-align: left; }
.compare__bowl { width: 100%; aspect-ratio: 16 / 11; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.compare__bowl img { max-width: 78%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; filter: drop-shadow(0 18px 26px rgba(21,19,15,0.14)); transform: translateY(-90px); opacity: 0; }
.compare.is-revealed .compare__bowl img { animation: compareDrop 0.9s cubic-bezier(0.34, 1.4, 0.5, 1) forwards; }
.compare.is-revealed .compare__col--good .compare__bowl img { animation-delay: 0.14s; }
@keyframes compareDrop {
  0%   { transform: translateY(-90px); opacity: 0; }
  60%  { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .compare__bowl img { transform: none; opacity: 1; animation: none; }
}
.compare__label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.26em; }
.compare__col--bad .compare__label { color: var(--ink-mute); }
.compare__col--good .compare__label { color: var(--ink); }
.compare__list { margin-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.compare__item { display: flex; align-items: center; gap: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line-soft); font-size: clamp(16px, 1.7vw, 19px); }
.compare__col--good .compare__item { border-bottom-color: var(--line); }
.compare__item .mark { font-size: 18px; }
.compare__col--bad .mark { color: var(--ink-mute); }
.compare__col--good .mark { color: var(--ink); font-size: 16px; }
.compare__item .txt { color: var(--ink-mute); }
.compare__col--good .txt { color: var(--ink); }

/* =========================================================
   BUY
   ========================================================= */
.buy { padding: clamp(54px, 8vw, 116px) clamp(20px, 5vw, 72px); text-align: center; }
.buy__inner { max-width: 760px; margin: 0 auto; }
.buy h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5.5vw, 66px); line-height: 1.04; margin: 18px 0 0; color: var(--ink); }
.buy__lead { font-size: clamp(16px, 1.8vw, 20px); line-height: 1.7; color: var(--ink-soft); margin: 20px auto 0; max-width: 46ch; }
.buy__actions { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; margin-top: clamp(34px, 4vw, 48px); }
.wholesale { margin-top: clamp(40px, 5vw, 60px); padding: clamp(26px, 3vw, 38px); border: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 36px; text-align: left; }
.wholesale__copy { flex: 1 1 280px; }
.wholesale__copy h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2.6vw, 30px); margin: 0; color: var(--ink); }
.wholesale__copy p { font-size: clamp(15px, 1.6vw, 18px); color: var(--ink-soft); line-height: 1.6; margin: 8px 0 0; }

/* =========================================================
   ORIGIN
   ========================================================= */
.origin { padding: clamp(52px, 7vw, 108px) clamp(20px, 5vw, 72px); background: var(--bg-soft); border-top: 1px solid var(--line-soft); }
.origin__inner { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 64px); align-items: center; max-width: 1240px; margin: 0 auto; }
.origin__media { flex: 1 1 360px; min-width: 300px; }
.origin__media .ph { width: 100%; aspect-ratio: 4 / 3; border-color: var(--line); }

/* ---- Hokkaido slideshow ---- */
.slideshow { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; box-shadow: 0 24px 56px rgba(17, 17, 17, 0.12); }
.slideshow__track { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.04); transition: opacity 1.1s ease; pointer-events: none; }
.slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.slide .ph { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; border: none; }
.slide.is-active .ph { animation: kenburns 7s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.12); } }
.slide__cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 28px 20px 16px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
.slideshow__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 1; color: var(--ink); background: rgba(255, 255, 255, 0.82); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; backdrop-filter: blur(3px); opacity: 0; transition: opacity 0.3s ease, background 0.2s ease, color 0.2s ease; }
.slideshow:hover .slideshow__arrow { opacity: 1; }
.slideshow__arrow:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.slideshow__arrow--prev { left: 14px; }
.slideshow__arrow--next { right: 14px; }
.slideshow__dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 3; display: flex; gap: 8px; justify-content: center; }
.slideshow__dots .dot { width: 7px; height: 7px; padding: 0; border: none; border-radius: 50%; background: rgba(255, 255, 255, 0.7); cursor: pointer; transition: width 0.3s ease, background 0.3s ease; }
.slideshow__dots .dot.is-active { width: 22px; border-radius: 4px; background: var(--accent); }
@media (prefers-reduced-motion: reduce) { .slide.is-active .ph { animation: none; } .slide { transition: opacity 0.4s ease; } }

/* =========================================================
   CUSTOMER REVIEWS SLIDESHOW
   ========================================================= */
.testi { padding: clamp(58px, 8vw, 120px) clamp(20px, 5vw, 72px); background: var(--bg); text-align: center; }
.testi__inner { max-width: 900px; margin: 0 auto; }
.testi .eyebrow { display: inline-block; }
.testi__title { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 5vw, 58px); line-height: 1.05; margin: 16px 0 0; color: var(--ink); }
.testi__rating { display: flex; align-items: baseline; justify-content: center; gap: 14px; margin-top: 18px; }
.testi__rating-stars { color: var(--accent); letter-spacing: 0.16em; font-size: 16px; }
.testi__rating-score { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2.6vw, 28px); color: var(--ink); }
.testi__rating-score span { font-size: 0.62em; color: var(--ink-mute); letter-spacing: 0.02em; }
.testi-show { position: relative; margin-top: clamp(36px, 5vw, 60px); }
.testi-show__track { position: relative; width: 100%; max-width: 680px; margin: 0 auto; aspect-ratio: 3 / 2; }
.review { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 0.8s ease; pointer-events: none; }
.review.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.review__photo { position: relative; width: 100%; height: 100%; overflow: hidden; box-shadow: 0 26px 60px rgba(17,17,17,0.20); }
.review__photo .ph { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; border: none; }
.review__overlay { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(28px, 5vw, 56px) clamp(24px, 5vw, 52px) clamp(24px, 4vw, 40px); text-align: left; background: linear-gradient(to top, rgba(8,8,8,0.82) 0%, rgba(8,8,8,0.55) 45%, rgba(8,8,8,0) 100%); }
.review__stars { color: #ffd45e; letter-spacing: 0.18em; font-size: 15px; }
.review__quote { font-family: var(--serif); font-weight: 500; font-style: italic; font-size: clamp(22px, 3vw, 34px); line-height: 1.3; color: #fff; margin: clamp(12px, 1.6vw, 18px) 0 0; max-width: 24ch; text-wrap: balance; text-shadow: 0 1px 18px rgba(0,0,0,0.4); }
.review__quote::before { content: "\201C"; }
.review__quote::after { content: "\201D"; }
.review__name { font-family: var(--mono); font-weight: 600; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; margin-top: clamp(14px, 2vw, 20px); }
.review__name span { color: rgba(255,255,255,0.7); font-weight: 500; }
.testi-show__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 1; background: rgba(255,255,255,0.9); border: none; border-radius: 50%; color: var(--ink); cursor: pointer; opacity: 0; transition: opacity 0.25s ease, background 0.2s ease; box-shadow: 0 4px 16px rgba(0,0,0,0.18); }
.testi-show:hover .testi-show__arrow { opacity: 1; }
.testi-show__arrow:hover { background: #fff; }
.testi-show__arrow--prev { left: clamp(10px, 2vw, 20px); }
.testi-show__arrow--next { right: clamp(10px, 2vw, 20px); }
.testi-show__dots { position: relative; z-index: 3; display: flex; gap: 8px; justify-content: center; margin-top: clamp(20px, 2.6vw, 28px); }
.testi-show__dots .rdot { width: 7px; height: 7px; padding: 0; border: none; border-radius: 50%; background: var(--line); cursor: pointer; transition: width 0.3s ease, background 0.3s ease; }
.testi-show__dots .rdot.is-active { width: 22px; border-radius: 4px; background: var(--accent); }
@media (max-width: 640px) {
  .testi-show__track { aspect-ratio: 4 / 5; }
  .testi-show__arrow { opacity: 1; width: 38px; height: 38px; }
}

.origin__copy { flex: 1 1 380px; min-width: 300px; }
.origin__copy h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 4.5vw, 54px); line-height: 1.06; margin: 18px 0 0; color: var(--ink); }
.origin__copy p { font-size: clamp(16px, 1.7vw, 19px); line-height: 1.75; color: var(--ink-soft); margin: 16px 0 0; }
.origin__copy p:first-of-type { margin-top: 20px; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1px; margin-top: clamp(30px, 4vw, 42px); background: var(--line); border: 1px solid var(--line); }
.feature { background: var(--bg-soft); padding: 20px 18px; }
.feature__mark { color: var(--ink); font-size: 14px; }
.feature h4 { font-family: var(--serif); font-weight: 600; font-size: clamp(17px, 1.9vw, 21px); margin: 10px 0 6px; color: var(--ink); line-height: 1.15; }
.feature p { font-size: 14px; line-height: 1.5; color: var(--ink-mute); margin: 0; }

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews { padding: clamp(58px, 8vw, 120px) clamp(20px, 5vw, 72px); border-top: 1px solid var(--line-soft); }
.reviews__inner { max-width: 1240px; margin: 0 auto; }
.reviews__head { text-align: center; max-width: 700px; margin: 0 auto; }
.reviews__head .big-stars { font-size: clamp(22px, 3vw, 28px); letter-spacing: 0.3em; color: var(--accent); margin-top: 18px; }
.reviews__head h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(36px, 5.5vw, 66px); line-height: 1.03; margin: 14px 0 0; color: var(--ink); }
.reviews__head p { font-size: clamp(16px, 1.8vw, 20px); line-height: 1.6; color: var(--ink-soft); margin: 18px 0 0; }
.stats { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(28px, 6vw, 84px); margin: clamp(38px, 5vw, 56px) auto 0; padding: clamp(26px, 3vw, 34px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); max-width: 880px; }
.stat { text-align: center; }
.stat__num { font-family: var(--serif); font-size: clamp(40px, 6vw, 60px); line-height: 1; color: var(--accent); }
.stat__label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--ink-mute); margin-top: 10px; }
.featured { display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 56px); align-items: center; margin-top: clamp(42px, 5vw, 68px); }
.featured__media { flex: 1 1 320px; min-width: 280px; }
.featured__media .ph { width: 100%; aspect-ratio: 1 / 1; box-shadow: 0 24px 56px rgba(17, 17, 17, 0.12); }
.featured__body { flex: 1 1 360px; min-width: 280px; }
.featured__body .stars { font-size: 16px; }
.featured__quote { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.24; color: var(--ink); margin: 18px 0 24px; }
.byline { display: flex; align-items: center; gap: 14px; }
.byline__avatar { width: 48px; height: 48px; flex: none; }
.byline__avatar .ph { width: 100%; height: 100%; border-radius: 50%; }
.byline__name { font-family: var(--serif); font-size: 21px; color: var(--ink); display: block; }
.byline__meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; color: var(--ink-mute); margin-top: 3px; display: block; }
.review-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(16px, 2vw, 24px); margin-top: clamp(28px, 3vw, 40px); }
.review-card { border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; }
.review-card__img { width: 100%; aspect-ratio: 4 / 3; }
.review-card__img .ph { height: 100%; }
.review-card__body { padding: clamp(20px, 2.4vw, 28px); display: flex; flex-direction: column; gap: 14px; }
.review-card__body .stars { font-size: 13px; }
.review-card__quote { font-family: var(--serif); font-size: clamp(18px, 2vw, 23px); line-height: 1.4; color: var(--ink); margin: 0; }
.review-card__name { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--ink-mute); }
.ugc { margin-top: clamp(46px, 6vw, 76px); }
.ugc__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.ugc__head h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 3vw, 34px); margin: 0; color: var(--ink); }
.ugc__tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--ink-mute); }
.ugc__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: clamp(8px, 1.2vw, 14px); }
.ugc__cell { aspect-ratio: 1 / 1; }
.ugc__cell .ph { height: 100%; }
.reviews__cta { text-align: center; margin-top: clamp(42px, 5vw, 64px); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { padding: clamp(40px, 5vw, 64px) clamp(20px, 5vw, 72px); border-top: 1px solid var(--ink); display: flex; flex-wrap: wrap; gap: 24px 48px; align-items: flex-start; justify-content: space-between; }
.footer__brand { display: flex; flex-direction: column; line-height: 1; max-width: 360px; }
.footer__brand .brand__name { font-size: 26px; }
.footer__brand .brand__tag { margin-top: 6px; }
.footer__brand p { font-size: 15px; line-height: 1.6; color: var(--ink-mute); margin: 18px 0 0; }
.footer__cols { display: flex; gap: clamp(36px, 5vw, 72px); flex-wrap: wrap; }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__col-title { font-family: var(--mono); font-size: 10px; letter-spacing: 0.24em; color: var(--ink-mute); }
.footer__col a, .footer__col span { font-size: 16px; color: var(--ink-soft); text-decoration: none; }
.footer__col a:hover { color: var(--ink); }
.footer__legal { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; color: var(--ink-mute); width: 100%; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .nav { padding: 18px 20px; }
  .featured { flex-direction: column; align-items: stretch; }
  .featured__media { order: -1; }
}
@media (max-width: 640px) {
  .nav { flex-direction: row; justify-content: center; align-items: center; gap: 0; padding: 14px 20px; text-align: center; position: fixed; background: rgba(15, 13, 11, 0.55); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
  .nav__links { display: none; }
  .brand { align-items: center; }
  .hero { padding-top: 24px; }
  .hero__bottle { width: 84px; right: 0; bottom: -18px; }
  .seal { width: 80px; left: 0; }
  .hero-full__actions { flex-direction: column; align-items: flex-start; }
  .hero-full__actions .btn { width: 100%; max-width: 280px; justify-content: center; }
  .buy__actions { flex-direction: column; align-items: center; }
  .buy__actions .btn { width: 100%; max-width: 280px; justify-content: center; }
  .secret__steps { gap: 24px; }
  .secret-step { flex-direction: row; gap: 16px; align-items: flex-start; }
  .secret-step__img { width: 38%; flex: none; aspect-ratio: 1 / 1; }
  .secret-step figcaption { padding-top: 0; flex: 1; }
  .compare__cols { flex-wrap: nowrap; gap: 10px; align-items: stretch; }
  .compare__col { flex: 1 1 0; min-width: 0; }
  .compare__bowl { aspect-ratio: 1 / 1; margin-bottom: 10px; }
  .compare__bowl img { max-width: 92%; }
  .compare__label { font-size: 8px; letter-spacing: 0.16em; }
  .compare__list { margin-top: 12px; gap: 8px; }
  .compare__item { gap: 8px; padding-bottom: 8px; font-size: 12px; }
  .compare__item .mark { font-size: 13px; }
  .compare__divider { padding: 8px 0; gap: 8px; }
  .compare__divider-vs { width: 32px; height: 32px; font-size: 15px; }
  .footer { flex-direction: column; }
  .stats { gap: 24px 40px; }
  .hokkaido { min-height: 0; }
  .hokkaido__map { opacity: 0.16; width: 60vw; right: -10vw; }
  .hokkaido__facts { gap: 22px 32px; }
  .hk-fact { flex: 1 1 140px; }
}
@media (max-width: 420px) {
  .nav__cta { display: none; }
  .hero__title { font-size: clamp(44px, 14vw, 64px); }
}


/* =========================================================
   PRODUCT SHOWCASE (bottle on white, scroll motion)
   ========================================================= */
.bottle-show {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(64px, 12vw, 160px) clamp(20px, 5vw, 72px);
  overflow: hidden;
}
.bottle-show__img {
  width: auto;
  height: auto;
  max-width: min(580px, 86vw);
  filter: drop-shadow(0 40px 60px rgba(17, 17, 17, 0.18));
  /* Visible by default (works even if script.js fails to load).
     script.js hides it on init, then fades/drifts it in on scroll. */
  opacity: 1;
  transition: opacity 0.9s ease;
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bottle-show__img { opacity: 1 !important; transform: none !important; transition: none; }
}


/* =========================================================
   STICKY BUY CTA (appears after scrolling past hero)
   ========================================================= */
.buy-sticky {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  color: #fff;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 22px 12px 12px;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(184, 71, 46, 0.38);
  opacity: 0;
  transform: translateY(22px);
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease;
}
.buy-sticky.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.buy-sticky:hover { background: var(--accent-deep); transform: translateY(-2px); }
.buy-sticky__seal {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
}
.buy-sticky__label { white-space: nowrap; }
@media (max-width: 480px) {
  .buy-sticky { padding: 10px; gap: 0; }
  .buy-sticky__label { display: none; }
  .buy-sticky__seal { width: 34px; height: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .buy-sticky { transition: opacity 0.3s ease; transform: none; }
  .buy-sticky.is-visible { transform: none; }
}
