@charset "UTF-8";
:root {
  --ink: #100E0B;
  --ink-2: #191510;
  --ink-3: #221C15;
  --paper: #F0EADC;
  --paper-dim: #B5AA96;
  --paper-mute: #7E7466;
  --gold: #BE9758;
  --gold-soft: #DCC69B;
  --line: rgba(240, 234, 220, 0.14);
  --line-soft: rgba(240, 234, 220, 0.07);
  --en: "EB Garamond", Georgia, serif;
  --cjk: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --stack: 'EB Garamond', "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --pad-x: clamp(1.5rem, 8vw, 9rem);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--stack);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-family: var(--stack);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.09em;
}

.section-pad {
  padding: clamp(5rem, 14vh, 10rem) var(--pad-x);
}

.eyebrow {
  display: inline-block;
  font-family: var(--en);
  font-style: italic;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.9;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 1.6rem 0 2.4rem;
}
.ornament::before, .ornament::after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
.ornament i {
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  display: block;
  flex: 0 0 auto;
}
.ornament.left {
  max-width: 22rem;
  margin-left: 0;
}
.ornament.left::before {
  display: none;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(5rem, 10vh, 7rem) var(--pad-x) clamp(4.5rem, 8vh, 5.5rem);
  background: radial-gradient(120% 90% at 50% 30%, rgba(16, 14, 11, 0.32) 0%, rgba(16, 14, 11, 0.78) 62%, rgba(16, 14, 11, 0.96) 100%), linear-gradient(180deg, rgba(16, 14, 11, 0.55) 0%, rgba(16, 14, 11, 0.35) 40%, rgba(16, 14, 11, 0.97) 100%), url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center 38%;
}
.hero::after {
  content: "";
  position: absolute;
  inset: clamp(0.9rem, 2.2vw, 2rem);
  border: 1px solid var(--line-soft);
  pointer-events: none;
}
.hero .headline {
  font-family: var(--en);
  font-weight: 400;
  font-size: clamp(1.9rem, 4.7vw, 3.5rem);
  line-height: 1.26;
  letter-spacing: 0.015em;
  max-width: 22ch;
  margin-bottom: 1.4rem;
  color: var(--paper);
  text-shadow: 0 6px 34px rgba(0, 0, 0, 0.6);
}
.hero .headline .line {
  display: block;
}
.hero .headline .line:nth-child(2) {
  font-style: italic;
  color: var(--gold-soft);
}
.hero p.lead {
  font-family: var(--cjk);
  font-size: clamp(0.92rem, 1.35vw, 1.02rem);
  line-height: 2.3;
  letter-spacing: 0.14em;
  color: var(--paper-dim);
  max-width: 36rem;
  margin-bottom: 0.9rem;
  text-wrap: balance;
}
.hero .tagline {
  font-family: var(--cjk);
  font-size: clamp(0.82rem, 1.2vw, 0.92rem);
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: clamp(1.4rem, 3.4vh, 2.2rem);
  opacity: 0.95;
}
.hero .info-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 4vw, 3.4rem);
  padding-top: 1.9rem;
  border-top: 1px solid var(--line);
  width: 100%;
  max-width: 52rem;
}
.hero .info-trio .item {
  position: relative;
}
.hero .info-trio .item + .item::before {
  content: "";
  position: absolute;
  left: calc(-1 * clamp(0.6rem, 2vw, 1.7rem));
  top: 0.4rem;
  bottom: 0.4rem;
  width: 1px;
  background: var(--line-soft);
}
.hero .info-trio .label {
  font-family: var(--cjk);
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.hero .info-trio .value {
  font-family: var(--stack);
  font-size: 0.84rem;
  line-height: 1.95;
  letter-spacing: 0.06em;
  color: var(--paper-dim);
  white-space: pre-line;
  text-wrap: balance;
}
.hero .info-trio a.item {
  text-decoration: none;
  transition: opacity 0.4s ease;
}
.hero .info-trio a.item .label::after {
  content: "↗";
  font-family: var(--en);
  font-size: 0.82em;
  letter-spacing: 0;
  margin-left: 0.5em;
  opacity: 0.7;
}
.hero .info-trio a.item:hover .label {
  color: var(--gold-soft);
}
.hero .info-trio a.item:hover .label::after {
  opacity: 1;
}
.hero .info-trio a.item:hover .value {
  color: var(--paper);
}
.hero .info-trio a.item:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 8px;
}
@media (max-width: 640px) {
  .hero {
    background: linear-gradient(180deg, rgba(16, 14, 11, 0.82) 0%, rgba(16, 14, 11, 0.78) 40%, rgba(16, 14, 11, 0.93) 78%, rgba(16, 14, 11, 0.98) 100%), url("../img/hero-bg.jpg");
    background-size: cover;
    background-position: center 38%;
  }
  .hero .info-trio {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .hero .info-trio .item + .item {
    padding-top: 1.4rem;
    border-top: 1px solid var(--line-soft);
  }
  .hero .info-trio .item + .item::before {
    display: none;
  }
}

.brand-mark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 0 1px var(--line), 0 0 0 7px rgba(190, 151, 88, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-mark img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  display: block;
}

.brand-title {
  font-family: var(--cjk);
  line-height: 1.9;
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: var(--paper);
  margin-bottom: 0.7rem;
}

.brand-subtitle {
  font-family: var(--en);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
  margin-bottom: clamp(1.6rem, 4vh, 2.8rem);
}

.scroll-cue {
  position: absolute;
  bottom: clamp(0.9rem, 2vh, 1.4rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--en);
  font-style: italic;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-mute);
}
.scroll-cue span {
  display: block;
  width: 1px;
  height: 24px;
  background: linear-gradient(180deg, var(--gold), transparent);
}
@media (max-width: 640px) {
  .scroll-cue {
    display: none;
  }
}

.about {
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/about-worldmap.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(0.25) brightness(0.42) contrast(1.02);
  z-index: 0;
}
.about::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 14, 11, 0.9) 0%, rgba(16, 14, 11, 0.62) 30%, rgba(16, 14, 11, 0.72) 70%, rgba(16, 14, 11, 0.95) 100%);
  z-index: 0;
}
.about > * {
  position: relative;
  z-index: 2;
}
.about h2.section-title {
  font-family: var(--cjk);
  font-size: clamp(1.8rem, 3.9vw, 2.9rem);
  letter-spacing: 0.16em;
  margin-top: 1.1rem;
}
.about > .lede {
  font-family: var(--cjk);
  font-size: 0.96rem;
  line-height: 2.35;
  letter-spacing: 0.1em;
  color: var(--paper-dim);
  max-width: 50rem;
  margin-bottom: clamp(3rem, 7vh, 5rem);
}
.about .closer {
  font-family: var(--cjk);
  font-size: 1rem;
  line-height: 2.3;
  letter-spacing: 0.1em;
  color: var(--paper-dim);
  max-width: 52rem;
}
.about .closer .emphasis {
  font-size: 1.35rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  white-space: nowrap;
}

.belief-statement {
  max-width: 48rem;
  margin-bottom: 2.8rem;
}
.belief-statement .primary {
  font-family: var(--cjk);
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  line-height: 2.15;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
  color: var(--paper);
}
.belief-statement .pair {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  font-family: var(--cjk);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: var(--gold-soft);
}
.belief-statement .pair span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.belief-statement .pair span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  display: inline-block;
  flex: 0 0 auto;
}
.belief-statement .pair .summary {
  flex-basis: 100%;
  margin-top: 1.2rem;
  font-size: 1.05rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--paper);
  display: block;
}
.belief-statement .pair .summary::before {
  content: none;
}

.belief-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.7rem, 1.4vw, 1.3rem);
  margin-bottom: clamp(3rem, 7vh, 5rem);
}
@media (max-width: 900px) {
  .belief-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .belief-cards {
    grid-template-columns: 1fr;
  }
}

.belief-card {
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--line-soft);
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.6s ease;
}
.belief-card:hover {
  transform: translateY(-8px);
  border-color: rgba(190, 151, 88, 0.4);
}
.belief-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 14, 11, 0.96) 0%, rgba(16, 14, 11, 0.78) 30%, rgba(16, 14, 11, 0.18) 72%, rgba(16, 14, 11, 0.05) 100%);
}
.belief-card .card-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(1.2rem, 2vw, 1.9rem) clamp(1rem, 1.6vw, 1.5rem);
  z-index: 2;
}
.belief-card .num {
  font-family: var(--en);
  font-style: italic;
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--gold);
  display: block;
  line-height: 1;
  margin-bottom: 0.9rem;
}
.belief-card .num::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  margin-top: 0.55rem;
}
.belief-card h4 {
  font-family: var(--cjk);
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  margin-bottom: 0.45rem;
}
.belief-card h5 {
  font-family: var(--en);
  font-style: italic;
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  color: var(--gold-soft);
  margin-bottom: 0.7rem;
}
.belief-card p {
  font-family: var(--cjk);
  font-size: 0.78rem;
  line-height: 1.95;
  letter-spacing: 0.06em;
  color: var(--paper-dim);
}
.belief-card p .lead-line {
  display: block;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  color: var(--gold-soft);
  margin-bottom: 0.45rem;
}
@media (max-width: 560px) {
  .belief-card {
    aspect-ratio: 16/10;
  }
}

.regions-section {
  padding: clamp(5rem, 13vh, 9rem) 0;
  border-top: 1px solid var(--line-soft);
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 50%, var(--ink) 100%);
}
.regions-section .heading {
  padding: 0 var(--pad-x);
  margin-bottom: clamp(2rem, 5vh, 3.4rem);
}
.regions-section h2 {
  font-family: var(--cjk);
  font-size: clamp(1.8rem, 3.9vw, 2.9rem);
  letter-spacing: 0.16em;
  margin-top: 1.1rem;
}

.regions-scroller {
  display: flex;
  gap: clamp(1rem, 2vw, 1.8rem);
  overflow-x: auto;
  padding: 0 var(--pad-x) 2rem;
  scroll-padding-left: var(--pad-x);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(190, 151, 88, 0.4) rgba(240, 234, 220, 0.07);
}
.regions-scroller::-webkit-scrollbar {
  height: 3px;
}
.regions-scroller::-webkit-scrollbar-thumb {
  background: rgba(190, 151, 88, 0.4);
}
.regions-scroller::-webkit-scrollbar-track {
  background: var(--line-soft);
}

.region-slide {
  flex: 0 0 auto;
  width: min(84vw, 30rem);
  min-height: min(40rem, 78vh);
  scroll-snap-align: start;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(1.2rem, 2.4vw, 2.2rem);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--line-soft);
}
.region-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 14, 11, 0.15) 0%, rgba(16, 14, 11, 0.42) 45%, rgba(16, 14, 11, 0.9) 100%);
  z-index: 1;
}
.region-slide:hover .product-shot {
  transform: rotate(2deg) scale(1.03);
}
@media (max-width: 640px) {
  .region-slide {
    padding-top: 6.5rem;
    min-height: 60vh;
    width: 86vw;
  }
}

.region-card {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  background: rgba(16, 14, 11, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  padding: clamp(1.4rem, 2.4vw, 2rem) clamp(1.1rem, 2vw, 1.7rem);
}
.region-card .region-name-en {
  font-family: var(--en);
  font-style: italic;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.region-card h3 {
  font-family: var(--cjk);
  font-size: clamp(1.1rem, 1.9vw, 1.3rem);
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  margin-bottom: 1rem;
  text-wrap: balance;
}
.region-card h3::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
  margin: 0.9rem auto 0;
}
.region-card p {
  font-family: var(--cjk);
  font-size: 0.82rem;
  line-height: 2.05;
  letter-spacing: 0.07em;
  color: var(--paper-dim);
  margin-bottom: 1.2rem;
  text-align: left;
}
.region-card .tea-list-label {
  font-family: var(--cjk);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  color: var(--gold);
  opacity: 0.85;
  margin-bottom: 0.6rem;
}
.region-card .tea-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}
.region-card .tea-list span {
  font-family: var(--cjk);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--line);
  color: var(--gold-soft);
}
@media (max-width: 640px) {
  .region-card {
    padding: 1.3rem 1.05rem;
  }
  .region-card p {
    font-size: 0.79rem;
    line-height: 1.95;
  }
  .region-card .region-name-en {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }
  .region-card .tea-list {
    gap: 0.35rem;
  }
  .region-card .tea-list span {
    padding: 0.3rem 0.6rem;
  }
}

.product-shot {
  position: absolute;
  z-index: 4;
  top: 1.4rem;
  right: 1.4rem;
  width: clamp(6.5rem, 9vw, 9rem);
  padding: 0.5rem 0.5rem 1.94rem;
  background: #F4EFE3;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
  transform: rotate(5deg);
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.product-shot img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.product-shot .cap {
  font-family: var(--cjk);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-align: center;
  color: #3B3125;
  margin-top: 0.45rem;
}
@media (max-width: 640px) {
  .product-shot {
    width: 4.8rem;
    top: 0.6rem;
    right: 0.9rem;
  }
}

.mascot-wrap {
  position: absolute;
  z-index: 3;
}
.mascot-wrap img {
  width: 100%;
  display: block;
  animation: bugfloat 5s ease-in-out infinite;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.5));
}
.mascot-wrap:nth-of-type(2) img {
  animation-delay: -1.6s;
}
.mascot-wrap:nth-of-type(3) img {
  animation-delay: -3.2s;
}
@media (max-width: 640px) {
  .mascot-wrap img {
    width: 78%;
  }
}

@keyframes bugfloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.scroll-hint {
  padding: 0 var(--pad-x);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--en);
  font-style: italic;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-mute);
}
.scroll-hint em {
  font-family: var(--cjk);
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}
.scroll-hint::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-soft);
}
@media (max-width: 640px) {
  .scroll-hint::after {
    display: none;
  }
  .scroll-hint em {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-indent: 0;
  }
}

.exhibitors {
  position: relative;
}
.exhibitors h2 {
  font-family: var(--cjk);
  font-size: clamp(1.8rem, 3.9vw, 2.9rem);
  letter-spacing: 0.16em;
  margin-top: 1.1rem;
}

.pour-sticky-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  margin-bottom: -100vh;
  z-index: 0;
  overflow: hidden;
  background: var(--ink);
}
.pour-sticky-bg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, 0);
  will-change: transform;
}
.pour-sticky-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 14, 11, 0.82) 0%, rgba(16, 14, 11, 0.6) 35%, rgba(16, 14, 11, 0.7) 65%, rgba(16, 14, 11, 0.9) 100%);
}

.exhibitors-content {
  position: relative;
  z-index: 2;
  padding: clamp(5rem, 14vh, 10rem) var(--pad-x);
}

.exhibitor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.7rem, 1.4vw, 1.3rem);
  grid-auto-rows: 1fr;
}
@media (max-width: 900px) {
  .exhibitor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.exhibitor-card {
  display: block;
  border: 1px solid var(--line-soft);
  overflow: hidden;
  background: rgba(25, 21, 16, 0.66);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: border-color 0.5s ease, transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.5s ease;
}
.exhibitor-card.is-link {
  color: inherit;
  text-decoration: none;
}
.exhibitor-card.is-link:hover {
  border-color: rgba(190, 151, 88, 0.4);
  background: rgba(34, 28, 21, 0.8);
  transform: translateY(-5px);
}
.exhibitor-card.is-link:hover h4 {
  color: var(--gold);
}
.exhibitor-card.is-link:focus-visible {
  outline: 2px solid rgba(190, 151, 88, 0.75);
  outline-offset: 3px;
}
.exhibitor-card h4 {
  transition: color 0.4s ease;
}
.exhibitor-card .thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line-soft);
}
.exhibitor-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.exhibitor-card .thumb.is-empty {
  background: repeating-linear-gradient(45deg, rgba(240, 234, 220, 0.02) 0 8px, transparent 8px 16px), linear-gradient(140deg, #2A231B, #141109);
  font-family: var(--cjk);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: var(--paper-mute);
  text-align: center;
  padding: 0.5rem;
}
.exhibitor-card .info {
  padding: 1.1rem clamp(0.9rem, 1.4vw, 1.3rem) 1.5rem;
}
.exhibitor-card h4 {
  font-family: var(--stack);
  font-size: 0.98rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  text-wrap: balance;
  line-break: strict;
}
.exhibitor-card p {
  font-family: var(--cjk);
  font-size: 0.74rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: var(--paper-dim);
  line-break: strict;
}
@media (max-width: 560px) {
  .exhibitor-card .info {
    padding: 0.85rem 0.7rem 1.1rem;
  }
  .exhibitor-card h4 {
    font-size: 0.86rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.4rem;
  }
  .exhibitor-card p {
    font-size: 0.68rem;
    line-height: 1.85;
    letter-spacing: 0.01em;
  }
}

.closing-poster {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(90% 70% at 50% 40%, var(--ink-2) 0%, var(--ink) 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 8vh, 6rem) var(--pad-x);
  gap: clamp(2rem, 5vh, 3.4rem);
  border-top: 1px solid var(--line-soft);
}
@media (max-width: 640px) {
  .closing-poster {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.closing-poster .poster-frame {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.closing-poster .poster-frame img {
  display: block;
  max-width: 100%;
  max-height: 74vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
  border: 1px solid var(--line-soft);
}
.closing-poster .poster-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
}
.closing-poster .socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.closing-poster .socials a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--paper-mute);
  transition: color 0.35s ease, transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.closing-poster .socials a:hover {
  color: var(--gold);
  transform: translateY(-2px);
}
.closing-poster .socials a:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}
.closing-poster .socials svg {
  width: 21px;
  height: 21px;
  display: block;
}
.closing-poster .socials .x-mark {
  width: 18px;
  height: 18px;
}
.closing-poster .cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 2.8rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--cjk);
  font-size: 0.88rem;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  overflow: hidden;
  transition: color 0.45s ease;
}
.closing-poster .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
  z-index: -1;
}
.closing-poster .cta:hover {
  color: var(--ink);
}
.closing-poster .cta:hover::before {
  transform: scaleX(1);
}
.closing-poster .cta:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

footer {
  padding: clamp(2.5rem, 6vh, 4rem) var(--pad-x);
  border-top: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--en);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  color: var(--paper-mute);
}
footer .f-brand {
  font-family: var(--cjk);
  letter-spacing: 0.26em;
  color: var(--paper-dim);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .mascot-wrap img {
    animation: none;
  }
  .belief-card,
  .exhibitor-card,
  .product-shot {
    transition: none;
  }
}
.sticky-cta {
  position: fixed;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0.5s;
  right: clamp(1.2rem, 2.5vw, 2.4rem);
  bottom: clamp(1.2rem, 2.5vw, 2.4rem);
  width: 148px;
  height: 148px;
  color: var(--gold);
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.5));
}
.sticky-cta__hex {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
  overflow: visible;
}
.sticky-cta__hex .ring {
  opacity: 0.6;
}
.sticky-cta:hover .sticky-cta__hex .ring {
  opacity: 0.85;
}
.sticky-cta__label {
  position: relative;
  z-index: 1;
  font-family: var(--cjk);
  font-size: 0.76rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--ink);
}
.sticky-cta:hover .sticky-cta__hex {
  transform: scale(1.06) rotate(-4deg);
}
.sticky-cta:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}
.sticky-cta.is-scrolling {
  opacity: 0.5;
}
.sticky-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
}
@media (max-width: 640px) {
  .sticky-cta {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0.95rem 1rem calc(0.95rem + env(safe-area-inset-bottom, 0px));
    background: var(--gold);
    border-top: 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
    filter: none;
  }
  .sticky-cta__hex {
    display: none;
  }
  .sticky-cta__label {
    font-size: 0.9rem;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    color: var(--ink);
  }
  .sticky-cta__label br {
    display: none;
  }
  .sticky-cta.is-hidden {
    transform: translateY(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-cta,
  .sticky-cta__hex {
    transition: opacity 0.2s ease, visibility 0.2s;
    transform: none;
  }
  .sticky-cta:hover .sticky-cta__hex {
    transform: none;
  }
}
