:root {
  --ink: #101512;
  --ink-soft: #17201a;
  --pine: #1d382f;
  --gold: #a9894f;
  --gold-light: #d2b77d;
  --mist: #f3efe5;
  --paper: #e7dfd1;
  --text: #303731;
  --font-display: "LXGW WenKai", "KaiTi", serif;
  --font-serif: "LXGW WenKai", "KaiTi", serif;
  --font-body: "LXGW WenKai", "KaiTi", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.78;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
}

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

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

.brand,
.hero h1,
.story-image p,
.story-copy h3,
.brand-proposition h2,
.craft-intro h3,
.product-content h3,
.product-detail h3,
.coffee-copy h2,
.club-manifesto::after,
.club-name span,
.club-manifesto > strong,
.club-copy h3,
.club-benefits strong,
.film-copy h3,
.wechat-photo-caption,
.wechat-content h2,
.service-card strong,
.qr-card strong,
.footer-mark p {
  font-weight: 400;
  font-synthesis: none;
}

::selection {
  color: var(--ink);
  background: var(--gold-light);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  padding: 0 clamp(24px, 5vw, 84px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid rgba(210, 183, 125, 0.12);
  background: rgba(12, 18, 14, 0.78);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.22em;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 36px);
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.14em;
}

.desktop-nav a,
.header-cta {
  position: relative;
  transition: color 220ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 1px;
  background: var(--gold-light);
  transition: width 220ms ease;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: var(--gold-light);
}

.desktop-nav a:hover::after {
  width: 100%;
}

.header-cta {
  justify-self: end;
  padding: 10px 22px;
  border: 1px solid rgba(210, 183, 125, 0.58);
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.19em;
}

.mobile-nav {
  display: none;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 44% 56%;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 17% 22%, rgba(68, 92, 75, 0.3), transparent 31%),
    var(--ink);
}

.hero-copy {
  z-index: 3;
  padding: 164px clamp(32px, 7vw, 120px) 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.3em;
}

.hero h1 {
  margin: 0;
  max-width: 540px;
  font-family: var(--font-display);
  font-size: clamp(66px, 6.15vw, 104px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.12em;
}

.hero h1 span {
  display: block;
  margin-top: 20px;
  padding-left: 0.65em;
  color: #dbc38e;
  font-size: 0.68em;
  font-weight: 400;
  letter-spacing: 0.3em;
}

.hero-lead {
  margin: 40px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.07em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  min-width: 144px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.2em;
  transition: transform 220ms ease, background-color 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: var(--ink);
  border: 1px solid var(--gold-light);
  background: var(--gold-light);
}

.button-gold:hover {
  background: #ead29d;
}

.text-link {
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.83);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.16em;
}

.text-link span {
  margin-left: 16px;
  color: var(--gold-light);
}

.hero-signature {
  margin-top: auto;
  padding-top: 62px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.32em;
}

.hero-signature i {
  display: block;
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.hero-visual {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transform: scale(1.025);
  animation: heroBreath 14s ease-in-out infinite alternate;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(16, 21, 18, 0.76) 7%, transparent 34%),
    linear-gradient(0deg, rgba(16, 21, 18, 0.56), transparent 38%);
}

.vertical-seal {
  position: absolute;
  right: 34px;
  bottom: 60px;
  margin: 0;
  padding: 20px 12px;
  color: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  letter-spacing: 0.28em;
  transform: translateX(-50%) rotate(90deg);
}

.scroll-cue i {
  width: 58px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

@keyframes heroBreath {
  from { transform: scale(1.025); }
  to { transform: scale(1.075); }
}

.section {
  padding: 132px clamp(24px, 7vw, 120px);
}

.story {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 12%, rgba(169, 137, 79, 0.1), transparent 24%),
    var(--mist);
}

.story::after {
  content: "交";
  position: absolute;
  z-index: 0;
  right: -0.08em;
  top: 250px;
  color: rgba(142, 128, 94, 0.05);
  font-family: var(--font-serif);
  font-size: min(42vw, 680px);
  line-height: 1;
}

.section-kicker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #746d5c;
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.26em;
}

.section-kicker span {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.section-kicker i {
  width: 48px;
  height: 1px;
  background: #b7ad95;
}

.section-kicker p {
  margin: 0;
}

.story-grid {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(56px, 8vw, 130px);
  align-items: center;
}

.story-image {
  position: relative;
  padding: 28px 0 0 28px;
}

.story-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 70%;
  border: 1px solid rgba(144, 126, 88, 0.36);
}

.story-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(0.78) contrast(1.06);
}

.story-image p {
  position: absolute;
  z-index: 2;
  right: -28px;
  bottom: 38px;
  margin: 0;
  padding: 20px 17px;
  color: #f4efe3;
  background: rgba(30, 52, 43, 0.9);
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0.26em;
  writing-mode: vertical-rl;
}

.small-title {
  margin: 0 0 24px;
  color: #9b875d;
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.22em;
}

.story-copy h3,
.section-heading h2,
.wechat-content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
}

.story-copy h3 {
  color: #202921;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: 1.28;
  letter-spacing: 0.14em;
}

.story-copy h3 em {
  color: var(--gold);
  font-style: normal;
}

.story-body {
  margin-top: 36px;
  max-width: 530px;
  color: #565d57;
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 2.05;
  letter-spacing: 0.055em;
}

.story-body p {
  margin: 0 0 14px;
}

.brand-quote {
  max-width: 530px;
  margin: 30px 0 0;
  padding: 22px 0 20px 24px;
  border-left: 2px solid rgba(155, 119, 68, 0.66);
}

.brand-quote span {
  display: block;
  color: #9b7744;
  font-family: var(--font-serif);
  font-size: 10px;
  letter-spacing: 0.22em;
}

.brand-quote p {
  margin: 10px 0 0;
  color: #29362e;
  font-family: var(--font-display);
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.brand-quote cite {
  display: block;
  margin-top: 8px;
  color: #8f7954;
  font-family: var(--font-serif);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.2em;
}

.xianxia-manifesto {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  min-height: 430px;
  margin: 118px auto 0;
  padding: 76px clamp(38px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
  overflow: hidden;
  color: #f0eadf;
  border: 1px solid rgba(210, 183, 125, 0.22);
  background:
    linear-gradient(90deg, rgba(14, 22, 17, 0.96), rgba(20, 37, 30, 0.93)),
    radial-gradient(circle at 70% 18%, rgba(210, 183, 125, 0.2), transparent 32%);
}

.xianxia-manifesto::before {
  content: "仙交";
  position: absolute;
  left: -0.04em;
  bottom: -0.31em;
  color: rgba(210, 183, 125, 0.035);
  font-family: var(--font-display);
  font-size: min(25vw, 340px);
  line-height: 1;
  letter-spacing: 0.06em;
}

.xianxia-manifesto::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 26px;
  bottom: 26px;
  width: 1px;
  background: rgba(210, 183, 125, 0.18);
  pointer-events: none;
}

.xianxia-lead,
.xianxia-copy,
.xianxia-values {
  position: relative;
  z-index: 1;
}

.xianxia-lead .small-title {
  color: var(--gold-light);
}

.xianxia-lead h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 3.8vw, 52px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.xianxia-lead h3 em {
  display: inline-block;
  color: var(--gold-light);
  font-style: normal;
  white-space: nowrap;
}

.xianxia-copy {
  padding-left: clamp(28px, 4vw, 58px);
  border-left: 1px solid rgba(210, 183, 125, 0.24);
}

.xianxia-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: 0.06em;
}

.xianxia-copy strong {
  display: block;
  margin-top: 28px;
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.xianxia-values {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -8px;
  border-top: 1px solid rgba(210, 183, 125, 0.2);
  border-bottom: 1px solid rgba(210, 183, 125, 0.2);
}

.xianxia-values article {
  min-height: 154px;
  padding: 24px clamp(20px, 2.4vw, 34px) 25px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(210, 183, 125, 0.2);
}

.xianxia-values article:last-child {
  border-right: 0;
}

.xianxia-value-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.xianxia-value-heading strong {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
}

.xianxia-values small {
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--font-serif);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.xianxia-values b {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.xianxia-values p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.xianxia-film {
  max-width: 1260px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(210, 183, 125, 0.22);
  background: #111a15;
}

.xianxia-film-copy {
  padding: 44px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f1eadf;
  background:
    linear-gradient(155deg, rgba(169, 137, 79, 0.1), transparent 48%),
    #14211a;
}

.xianxia-film-copy small {
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.22em;
}

.xianxia-film-copy h3 {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.xianxia-film-copy p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.xianxia-film-copy span {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.xianxia-film-media {
  position: relative;
  min-width: 0;
  background: #08100c;
}

.xianxia-film-media video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.xianxia-gallery {
  max-width: 1260px;
  height: auto;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.xianxia-gallery-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 1.6 / 1;
  background: #101813;
}

.xianxia-gallery-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(7, 13, 9, 0.28) 68%, rgba(7, 13, 9, 0.9) 100%),
    linear-gradient(90deg, rgba(10, 19, 14, 0.12), transparent 45%);
  pointer-events: none;
}

.xianxia-gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(.2,.8,.2,1);
}

.xianxia-gallery-card:hover img {
  transform: scale(1.025);
}

.xianxia-gallery-sushi img {
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
}

.xianxia-gallery-sushi {
  background: #101813;
}

.xianxia-gallery-sushi:hover img {
  transform: scale(1.125);
}

.xianxia-gallery-sushi::after {
  background: linear-gradient(180deg, transparent 45%, rgba(12, 22, 16, 0.18) 63%, rgba(8, 15, 11, 0.94) 100%);
}

.xianxia-gallery-toast img,
.xianxia-gallery-bond img {
  object-position: center;
}

.xianxia-gallery-card figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 26px;
  color: #f4eee2;
}

.xianxia-gallery-card figcaption small {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.22em;
}

.xianxia-gallery-card figcaption strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.xianxia-gallery-card figcaption span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-serif);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.craft-panel {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: 112px auto 0;
  padding: 54px 60px;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  align-items: center;
  gap: 50px;
  color: #f3eee3;
  border: 1px solid rgba(210, 183, 125, 0.18);
  background: var(--pine);
}

.craft-intro p {
  margin: 0;
  color: var(--gold-light);
  font-size: 13px;
  letter-spacing: 0.28em;
}

.craft-intro h3 {
  margin: 13px 0 10px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.craft-intro span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-step {
  position: relative;
  padding: 8px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.process-step small {
  grid-column: 1 / -1;
  margin-bottom: 19px;
  color: rgba(255, 255, 255, 0.25);
  font-family: var(--font-serif);
}

.process-step strong {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
}

.process-step span {
  padding-bottom: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.products {
  color: white;
  background:
    radial-gradient(circle at 70% 15%, rgba(169, 137, 79, 0.07), transparent 26%),
    var(--ink);
}

.section-kicker.light {
  color: rgba(255, 255, 255, 0.5);
}

.section-kicker.light i {
  background: rgba(255, 255, 255, 0.25);
}

.section-heading {
  max-width: 1260px;
  margin: 0 auto 66px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.section-heading > div:last-child {
  text-align: right;
}

.section-heading h2 {
  font-size: clamp(32px, 3.25vw, 50px);
  letter-spacing: 0.1em;
}

.section-heading > div:last-child p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-serif);
  font-size: 17px;
  letter-spacing: 0.16em;
}

.product-grid {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.product-card {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(210, 183, 125, 0.16);
}

.product-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(169, 137, 79, 0.16);
  pointer-events: none;
}

.product-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  transition: transform 600ms ease;
}

.product-card:hover::before {
  transform: scale(1.025);
}

.product-zhuji {
  color: #263029;
}

.product-zhuji::before {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(145deg, #eeeae1, #cfc6b4);
}

.product-dingfengbo {
  color: #f0eadf;
}

.product-dingfengbo::before {
  background:
    radial-gradient(circle at 52% 35%, rgba(169, 137, 79, 0.2), transparent 32%),
    linear-gradient(145deg, #263a32, #101713);
}

.product-label {
  position: absolute;
  z-index: 3;
  top: 38px;
  left: 42px;
  right: 42px;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.64;
}

.product-label p {
  margin: 0;
}

.product-card > img {
  position: absolute;
  z-index: 1;
  top: 58px;
  left: 50%;
  width: 68%;
  height: 462px;
  object-fit: contain;
  transform: translateX(-50%);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
}

.product-zhuji > img {
  width: 110%;
}

.product-dingfengbo > img {
  width: 70%;
}

.product-card:hover > img {
  transform: translateX(-50%) translateY(-8px);
}

.product-content {
  position: absolute;
  z-index: 3;
  left: 44px;
  right: 44px;
  bottom: 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  column-gap: 22px;
}

.product-content p {
  grid-column: 1 / -1;
  margin: 0 0 7px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.15em;
}

.product-content h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.product-content strong {
  align-self: center;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.product-content strong span {
  display: block;
}

.product-content strong .age-blend {
  margin-top: 7px;
  white-space: nowrap;
}

.product-content > span {
  grid-column: 1 / 3;
  margin-top: 14px;
  max-width: 400px;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.62;
}

.product-content a {
  grid-column: 3;
  grid-row: 2 / 5;
  padding: 12px 0 8px;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.14em;
}

.product-price {
  grid-column: 1 / 3;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.market-price {
  min-width: 176px;
  padding: 9px 14px 10px;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  border: 1px solid currentColor;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-family: var(--font-serif);
  opacity: 0.96;
}

.product-zhuji .market-price {
  background: rgba(255, 255, 255, 0.34);
}

.market-price small {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.product-content .market-price strong {
  font-family: var(--font-serif);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: line-through;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}

.market-price i {
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.05em;
}

.product-price b {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.product-price em {
  margin-left: 5px;
  font-family: var(--font-serif);
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0;
}

.member-unit {
  margin-left: 4px;
  color: currentColor;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.product-editorials {
  max-width: 1260px;
  margin: 86px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.product-editorial {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(169, 137, 79, 0.25);
  background: #17231d;
}

.product-editorial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 14, 11, 0.93) 0%, rgba(8, 14, 11, 0.25) 58%, transparent 100%);
  pointer-events: none;
}

.product-editorial > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 700ms ease;
}

.product-editorial:hover > img {
  transform: scale(1.025);
}

.editorial-zhuji > img {
  object-position: 45% center;
  filter: saturate(0.78) contrast(1.08);
}

.editorial-dingfengbo {
  background:
    radial-gradient(circle at 50% 35%, rgba(199, 155, 81, 0.24), transparent 36%),
    linear-gradient(145deg, #34281a, #111813 70%);
}

.editorial-dingfengbo::before {
  content: "定";
  position: absolute;
  right: -0.08em;
  top: -0.25em;
  color: rgba(210, 183, 125, 0.055);
  font-family: var(--font-display);
  font-size: 300px;
  line-height: 1;
}

.editorial-dingfengbo > img {
  width: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.06);
}

.product-editorial > div {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 38px;
  color: #f4eee2;
}

.product-editorial > div > span {
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 0.22em;
}

.product-editorial h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.11em;
}

.product-editorial p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.complete-detail {
  position: relative;
  max-width: 1120px;
  margin: 94px auto 0;
  padding: 28px;
  display: grid;
  grid-template-columns: 238px minmax(0, 790px);
  align-items: start;
  gap: 26px;
  border: 1px solid rgba(210, 183, 125, 0.2);
  background:
    radial-gradient(circle at 12% 8%, rgba(169, 137, 79, 0.14), transparent 24%),
    linear-gradient(145deg, #18251e, #0d1511 72%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.18);
}

.complete-detail-rail {
  position: sticky;
  top: 112px;
  min-height: 510px;
  padding: 38px 28px;
  display: flex;
  flex-direction: column;
  color: #f1eadf;
  border: 1px solid rgba(210, 183, 125, 0.2);
  background:
    linear-gradient(180deg, rgba(169, 137, 79, 0.11), transparent 44%),
    rgba(10, 19, 14, 0.72);
}

.complete-detail-rail small {
  color: var(--gold-light);
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.complete-detail-rail strong {
  margin-top: 34px;
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.complete-detail-rail p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.14em;
}

.complete-detail-rail span {
  margin-top: auto;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(210, 183, 125, 0.18);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.complete-detail-scroll {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  overflow: hidden;
  background: #1c0c07;
  border: 1px solid rgba(210, 183, 125, 0.16);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.complete-detail-scroll img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.product-depth {
  max-width: 1260px;
  margin: 84px auto 0;
  display: grid;
  gap: 28px;
}

.product-detail {
  position: relative;
  padding: 48px 52px 42px;
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  column-gap: clamp(50px, 7vw, 100px);
  overflow: hidden;
  border: 1px solid rgba(210, 183, 125, 0.22);
}

.product-detail::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(210, 183, 125, 0.11);
  border-radius: 50%;
}

.product-detail-zhuji {
  color: #263029;
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(135deg, #eee9df, #d7cebd);
}

.product-detail-dingfengbo {
  color: #f2ede2;
  background:
    radial-gradient(circle at 88% 12%, rgba(169, 137, 79, 0.14), transparent 28%),
    linear-gradient(135deg, #24352d, #111813);
}

.product-detail-heading > span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.2em;
}

.product-detail-heading h3 {
  margin: 13px 0 0;
  font-family: var(--font-display);
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.product-detail-heading p {
  margin: 22px 0 0;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  opacity: 0.68;
}

.product-specs {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  opacity: 0.74;
}

.product-specs > div {
  min-height: 104px;
  padding: 20px 22px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.product-specs dt {
  font-size: 11px;
  letter-spacing: 0.16em;
  opacity: 0.66;
}

.product-specs dd {
  margin: 10px 0 0;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.product-specs .blend-line {
  color: var(--gold-light);
  white-space: nowrap;
}

.product-detail-zhuji .product-specs .blend-line {
  color: #7f6438;
}

.product-detail-bottom {
  grid-column: 1 / -1;
  margin-top: 34px;
  padding-top: 25px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid currentColor;
  opacity: 0.72;
}

.product-detail-bottom > div:first-child > span {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.product-detail-bottom p {
  margin: 7px 0 0;
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.07em;
}

.scene-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.scene-tags span {
  padding: 7px 12px;
  border: 1px solid currentColor;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.coffee {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(54px, 8vw, 130px);
  background:
    radial-gradient(circle at 15% 75%, rgba(151, 95, 67, 0.09), transparent 28%),
    #eee8dc;
}

.coffee-copy {
  max-width: 560px;
  justify-self: end;
}

.coffee-copy .small-title {
  margin-top: 58px;
}

.coffee-copy h2 {
  margin: 0;
  color: #252e28;
  font-family: var(--font-display);
  font-size: clamp(44px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.coffee-copy h2 em {
  color: #976047;
  font-style: normal;
}

.coffee-lead {
  max-width: 500px;
  margin: 32px 0 0;
  color: #585f59;
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.coffee-price {
  margin: 34px 0 32px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.coffee-price > span {
  color: #8e745e;
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: 0.14em;
}

.coffee-price strong {
  color: #976047;
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 500;
}

.coffee-price small {
  margin-left: 6px;
  color: #777269;
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 400;
}

.button-dark {
  color: white;
  background: var(--pine);
}

.button-dark:hover {
  background: #2f5447;
}

.coffee-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(117, 99, 66, 0.18);
  background: #f8f5ed;
}

.coffee-visual img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: contain;
  padding: 34px;
}

.coffee-visual > span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 13px 18px;
  color: #f6ecdc;
  background: #8f5944;
  font-family: var(--font-serif);
  font-size: 13px;
  letter-spacing: 0.16em;
}

.club {
  color: white;
  background:
    radial-gradient(circle at 82% 14%, rgba(169, 137, 79, 0.11), transparent 26%),
    #151e19;
}

.club-heading {
  margin-bottom: 70px;
}

.club-grid {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(350px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(60px, 8vw, 116px);
  align-items: center;
}

.club-manifesto {
  position: relative;
  min-height: 600px;
  padding: 58px 52px 44px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(210, 183, 125, 0.3);
  background:
    radial-gradient(circle at 50% 42%, rgba(210, 183, 125, 0.09), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.008));
}

.club-manifesto::before {
  content: "";
  position: absolute;
  top: -56px;
  right: -52px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(210, 183, 125, 0.15);
  border-radius: 50%;
}

.club-manifesto::after {
  content: "交";
  position: absolute;
  right: -0.06em;
  bottom: -0.16em;
  color: rgba(210, 183, 125, 0.035);
  font-family: var(--font-display);
  font-size: 280px;
  line-height: 1;
}

.club-manifesto > p {
  margin: 0;
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.28em;
}

.club-name {
  position: relative;
  z-index: 1;
  margin-top: 66px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-top: 1px solid rgba(210, 183, 125, 0.28);
  border-bottom: 1px solid rgba(210, 183, 125, 0.28);
}

.club-name span {
  display: grid;
  width: auto;
  height: 108px;
  place-items: center;
  color: var(--gold-light);
  border-right: 1px solid rgba(210, 183, 125, 0.2);
  background: transparent;
  font-family: var(--font-display);
  font-size: 68px;
  box-shadow: none;
}

.club-name span:last-child {
  border-right: 0;
}

.club-manifesto > strong {
  position: relative;
  z-index: 1;
  margin-top: 44px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.club-manifesto > small {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.34);
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: 0.3em;
}

.club-copy .small-title {
  color: var(--gold-light);
}

.club-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: 0.07em;
}

.club-copy > p:not(.small-title) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.club-benefits {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.club-benefits article {
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.club-benefits span {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 12px;
}

.club-benefits strong {
  display: block;
  margin-top: 11px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.club-benefits p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-serif);
  font-size: 15px;
}

.club-link {
  flex: 0 0 auto;
}

.club-entry {
  margin-top: 38px;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.club-entry > div > span {
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.club-entry p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: 0.06em;
}

.films {
  color: #29302b;
  background:
    radial-gradient(circle at 8% 20%, rgba(169, 137, 79, 0.1), transparent 24%),
    #e8e1d5;
}

.films-heading > div:last-child p {
  color: #7b7c74;
}

.film-grid {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 24px;
}

.film-card {
  min-width: 0;
  border: 1px solid rgba(105, 94, 68, 0.2);
  background: rgba(248, 244, 235, 0.72);
}

.film-media {
  position: relative;
  overflow: hidden;
  background: #101512;
}

.film-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #101512;
}

.film-landscape .film-media,
.film-square .film-media {
  aspect-ratio: 1 / 1;
}

.film-landscape .film-media video {
  object-fit: contain;
}

.film-number {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #f5ecdb;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(12, 18, 14, 0.58);
  font-size: 11px;
  letter-spacing: 0.06em;
  pointer-events: none;
}

.film-copy {
  padding: 24px 24px 28px;
}

.film-copy h3 {
  margin: 0;
  color: #27322b;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
}

.film-copy p {
  margin: 12px 0 0;
  color: #74776f;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.wechat {
  padding-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(440px, 0.9fr);
  color: var(--text);
  background: var(--mist);
}

.wechat-photo {
  position: relative;
  min-height: 720px;
  margin-left: calc(clamp(24px, 7vw, 120px) * -1);
}

.wechat-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}

.wechat-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 16, 12, 0.68), transparent 45%);
}

.wechat-photo-caption {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 6vw, 94px);
  bottom: 62px;
  color: white;
  font-family: var(--font-display);
}

.wechat-photo-caption span,
.wechat-photo-caption strong {
  display: block;
}

.wechat-photo-caption span {
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 15px;
  letter-spacing: 0.2em;
}

.wechat-photo-caption strong {
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.wechat-content {
  align-self: center;
  padding: 80px 0 80px clamp(50px, 7vw, 110px);
}

.wechat-content h2 {
  margin-top: 44px;
  color: #202921;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.wechat-content > p {
  max-width: 490px;
  margin: 31px 0 0;
  color: #5e645f;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.qr-card {
  width: min(100%, 520px);
  margin-top: 38px;
  padding: 16px 28px 16px 16px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: white;
  background: var(--pine);
  border: 1px solid rgba(210, 183, 125, 0.2);
  box-shadow: 0 18px 45px rgba(36, 50, 42, 0.12);
}

.service-card {
  width: min(100%, 520px);
  margin-top: 20px;
  padding: 16px 28px 16px 16px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #2a332c;
  border: 1px solid rgba(103, 92, 65, 0.2);
  background: #fbf8f0;
}

.service-card img {
  width: 116px;
  height: 116px;
  object-fit: cover;
}

.service-card div {
  display: flex;
  flex-direction: column;
}

.service-card strong {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.service-card span {
  margin-top: 8px;
  color: #74776f;
  font-size: 14px;
}

.service-card small {
  margin-top: 16px;
  color: #9b764b;
  font-size: 13px;
}

.qr-card img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  background: white;
}

.qr-card div {
  display: flex;
  flex-direction: column;
}

.qr-card strong {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.qr-card span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.qr-card small {
  margin-top: 18px;
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: 0.12em;
}

footer {
  min-height: 300px;
  padding: 72px clamp(24px, 7vw, 120px) 44px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: end;
  gap: 50px;
  color: white;
  background:
    radial-gradient(circle at 15% 0, rgba(68, 92, 75, 0.28), transparent 30%),
    var(--ink);
}

.footer-mark img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.footer-mark p {
  margin: 14px 0 0;
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: 0.2em;
}

.footer-contact {
  padding-left: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-contact p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 0.14em;
}

.footer-contact a {
  display: block;
  width: fit-content;
  font-family: var(--font-serif);
  color: var(--gold-light);
  border-bottom: 1px solid rgba(210, 183, 125, 0.45);
  font-size: 24px;
  letter-spacing: 0.12em;
}

.footer-contact address {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-serif);
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.06em;
}

.footer-note {
  justify-self: end;
  text-align: right;
  color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.footer-note span {
  display: block;
  margin-top: 12px;
  font-family: var(--font-serif);
}

.footer-note a {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.42);
}

.footer-note a:hover {
  color: var(--gold-light);
}

.floating-wecom {
  position: fixed;
  z-index: 45;
  right: 26px;
  bottom: 28px;
  width: 62px;
  height: 62px;
  display: grid;
  place-content: center;
  color: #f4ecdc;
  border: 1px solid rgba(210, 183, 125, 0.58);
  border-radius: 50%;
  background: rgba(28, 56, 47, 0.94);
  box-shadow: 0 14px 34px rgba(7, 14, 10, 0.24);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, background-color 220ms ease;
}

.floating-wecom:hover {
  color: #fff;
  background: #2f584a;
  transform: translateY(-3px);
}

.floating-wecom span,
.floating-wecom strong {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.wecom-dialog {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.wecom-dialog.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  animation: wecom-dialog-in 220ms ease both;
}

.wecom-dialog-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(210, 183, 125, 0.22), transparent 34%),
    rgba(12, 25, 20, 0.9);
  backdrop-filter: blur(12px);
  cursor: default;
}

.wecom-dialog-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 38px 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #24342c;
  text-align: center;
  background:
    linear-gradient(rgba(251, 248, 240, 0.96), rgba(251, 248, 240, 0.96)),
    radial-gradient(circle at 50% 0, rgba(210, 183, 125, 0.28), transparent 48%);
  border: 1px solid rgba(210, 183, 125, 0.58);
  box-shadow: 0 28px 80px rgba(4, 12, 8, 0.34);
}

.wecom-dialog.is-open .wecom-dialog-panel {
  animation: wecom-panel-in 260ms cubic-bezier(.2,.8,.2,1) both;
}

.wecom-dialog-panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(155, 118, 75, 0.18);
}

.wecom-dialog-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #6f745f;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.wecom-dialog-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.wecom-dialog-panel p {
  margin: 14px 0 0;
  color: #9b764b;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.wecom-dialog-panel h2 {
  margin: 10px 0 22px;
  color: #24342c;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.wecom-dialog-qr {
  width: min(62vw, 250px);
  aspect-ratio: 1;
  padding: 10px;
  object-fit: cover;
  background: white;
  border: 1px solid rgba(155, 118, 75, 0.22);
  box-shadow: 0 14px 36px rgba(36, 52, 44, 0.12);
}

.wecom-dialog-panel strong {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.wecom-dialog-panel > span {
  margin-top: 9px;
  color: #787b72;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.wecom-dialog-return {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding-bottom: 5px;
  color: #8f6941;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(143, 105, 65, 0.42);
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.16em;
  cursor: pointer;
}

@keyframes wecom-dialog-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes wecom-panel-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1024px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav {
    display: block;
    justify-self: end;
  }

  .mobile-nav summary {
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    width: 19px;
    height: 1px;
    background: white;
  }

  .mobile-nav nav {
    position: fixed;
    top: 78px;
    left: 18px;
    right: 18px;
    padding: 28px;
    display: grid;
    gap: 22px;
    color: white;
    background: rgba(24, 33, 27, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
  }

  .mobile-nav nav a {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    letter-spacing: 0.15em;
  }

  .hero-copy {
    padding-left: 48px;
    padding-right: 36px;
  }

  .story-grid {
    gap: 65px;
  }

  .xianxia-manifesto {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    padding: 58px 46px;
  }

  .xianxia-seal {
    display: none;
  }

  .craft-panel {
    grid-template-columns: 1fr;
  }

  .product-editorial {
    min-height: 500px;
  }

  .product-editorial > img {
    min-height: 500px;
  }

  .wechat {
    grid-template-columns: 1fr 1fr;
  }

  .coffee {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
  }

  .club-grid {
    gap: 55px;
  }

  .film-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .film-card:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
  }

  footer {
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-note {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 64px;
    padding: 0 18px;
    background: rgba(11, 16, 12, 0.72);
    backdrop-filter: blur(12px);
  }

  .brand {
    gap: 8px;
    font-size: 21px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .mobile-nav summary {
    width: 42px;
    height: 42px;
  }

  .mobile-nav nav {
    top: 68px;
    left: 12px;
    right: 12px;
    max-height: calc(100svh - 80px);
    overflow-y: auto;
    padding: 16px 22px;
    gap: 0;
  }

  .mobile-nav nav a {
    padding: 14px 0;
  }

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

  .hero-copy {
    min-height: 0;
    padding: 112px 22px 46px;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 0.24em;
  }

  .hero h1 {
    font-size: clamp(50px, 15.5vw, 62px);
    line-height: 1;
  }

  .hero h1 span {
    margin-top: 12px;
    padding-left: 0.45em;
  }

  .hero-lead {
    margin-top: 27px;
    font-size: 15px;
    line-height: 1.9;
  }

  .hero-actions {
    margin-top: 28px;
    gap: 20px;
  }

  .button {
    min-width: 120px;
    height: 46px;
    font-size: 14px;
  }

  .hero-signature {
    margin-top: 0;
    padding-top: 38px;
    gap: 12px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .hero-signature i {
    width: 30px;
  }

  .hero-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .hero-visual > img {
    position: absolute;
    inset: 0;
  }

  .hero-veil {
    background: linear-gradient(180deg, var(--ink), transparent 22%, rgba(17, 22, 18, 0.28));
  }

  .vertical-seal {
    right: 18px;
    bottom: 28px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 66px 20px;
  }

  .section-kicker {
    gap: 12px;
  }

  .section-kicker span {
    font-size: 26px;
  }

  .section-kicker i {
    width: 34px;
  }

  .story-grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .story-image {
    padding: 14px 0 0 14px;
  }

  .story-image p {
    right: -5px;
    bottom: 20px;
    padding: 14px 12px;
    font-size: 13px;
  }

  .story-copy h3 {
    font-size: 40px;
    line-height: 1.35;
  }

  .story-body {
    font-size: 16px;
    line-height: 1.95;
  }

  .brand-quote {
    margin-top: 24px;
    padding: 15px 0 15px 17px;
  }

  .brand-quote p {
    font-size: 24px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .brand-quote cite {
    font-size: 10px;
    line-height: 1.7;
  }

  .xianxia-manifesto {
    min-height: 0;
    margin-top: 56px;
    padding: 38px 22px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .xianxia-manifesto::after {
    top: 18px;
    right: 18px;
    bottom: 18px;
  }

  .xianxia-lead h3 {
    font-size: clamp(30px, 9.2vw, 36px);
    letter-spacing: 0.08em;
  }

  .xianxia-copy {
    padding: 0;
    border-left: 0;
  }

  .xianxia-values {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .xianxia-values article {
    min-height: 0;
    padding: 22px 10px 23px;
    border-right: 0;
    border-bottom: 1px solid rgba(210, 183, 125, 0.2);
  }

  .xianxia-values article:last-child {
    border-bottom: 0;
  }

  .xianxia-value-heading {
    margin-bottom: 13px;
  }

  .xianxia-values b {
    font-size: 16px;
  }

  .xianxia-values p {
    font-size: 13px;
  }

  .xianxia-film {
    margin-top: 18px;
    grid-template-columns: 1fr;
  }

  .xianxia-film-copy {
    padding: 28px 22px;
  }

  .xianxia-film-copy h3 {
    font-size: 28px;
  }

  .xianxia-film-copy p {
    margin-top: 14px;
  }

  .xianxia-film-copy span {
    margin-top: 18px;
  }

  .xianxia-film-media video {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .xianxia-gallery {
    height: auto;
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xianxia-gallery-card {
    height: auto;
    aspect-ratio: 1.6 / 1;
  }

  .xianxia-gallery-card figcaption {
    left: 22px;
    right: 22px;
    bottom: 21px;
  }

  .xianxia-gallery-card figcaption strong {
    font-size: 23px;
  }

  .xianxia-copy {
    padding: 26px 0 0;
    border-top: 1px solid rgba(210, 183, 125, 0.24);
    border-left: 0;
  }

  .xianxia-copy p {
    font-size: 15px;
    line-height: 1.9;
  }

  .xianxia-seal {
    display: none;
  }

  .craft-panel {
    margin-top: 52px;
    padding: 28px 20px;
    gap: 28px;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
  }

  .process-step {
    padding: 4px 12px;
  }

  .section-heading {
    margin-bottom: 30px;
    display: block;
  }

  .section-heading > div:last-child {
    margin-top: 30px;
    text-align: left;
  }

  .section-heading h2 {
    font-size: 31px;
    line-height: 1.45;
  }

  .section-heading > div:last-child p {
    margin-top: 8px;
    font-size: 15px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-card {
    min-height: 620px;
  }

  .product-card > img {
    top: 34px;
    width: 74%;
    height: 318px;
  }

  .product-zhuji > img {
    width: 112%;
  }

  .product-dingfengbo > img {
    width: 76%;
  }

  .product-label {
    top: 24px;
    left: 24px;
    right: 24px;
    font-size: 10px;
  }

  .product-content {
    left: 26px;
    right: 26px;
    bottom: 28px;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
  }

  .product-content h3 {
    font-size: 38px;
  }

  .product-content strong {
    font-size: 14px;
    line-height: 1.45;
  }

  .product-content > span {
    grid-column: 1 / -1;
    margin-top: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.7;
  }

  .product-price {
    grid-column: 1 / -1;
    margin-top: 12px;
    align-items: center;
    gap: 10px;
  }

  .market-price {
    min-width: 160px;
    padding: 8px 11px 9px;
  }

  .market-price small {
    font-size: 11px;
  }

  .product-content .market-price strong {
    font-size: 24px;
  }

  .product-price b {
    font-size: 15px;
  }

  .product-price em {
    font-size: 25px;
  }

  .product-content a {
    grid-column: 2;
    grid-row: 4;
    justify-self: end;
    font-size: 13px;
  }

  .product-editorials {
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-editorial,
  .product-editorial > img {
    min-height: 480px;
  }

  .product-editorial > div {
    left: 24px;
    right: 24px;
    bottom: 25px;
  }

  .product-editorial h3 {
    font-size: 30px;
  }

  .product-editorial p {
    font-size: 15px;
    line-height: 1.85;
  }

  .editorial-dingfengbo > img {
    width: 100%;
    padding: 0;
  }

  .complete-detail {
    margin-top: 42px;
    padding: 12px 0 0;
    grid-template-columns: 1fr;
    gap: 12px;
    border-right: 0;
    border-left: 0;
    background:
      linear-gradient(180deg, #18251e, #101813 24%, #101813);
    box-shadow: none;
  }

  .complete-detail-rail {
    position: relative;
    top: auto;
    min-height: 0;
    margin: 0 12px;
    padding: 22px 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 8px 18px;
  }

  .complete-detail-rail small {
    grid-column: 1 / -1;
  }

  .complete-detail-rail strong {
    margin: 10px 0 0;
    font-size: 38px;
  }

  .complete-detail-rail p {
    margin: 10px 0 0;
    font-size: 17px;
    text-align: right;
  }

  .complete-detail-rail span {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 14px;
  }

  .complete-detail-scroll {
    box-shadow: none;
  }

  .product-depth {
    margin-top: 42px;
    gap: 18px;
  }

  .product-detail {
    padding: 30px 20px 26px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-heading h3 {
    font-size: 31px;
  }

  .product-detail-heading p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.9;
  }

  .product-specs {
    grid-template-columns: 1fr;
  }

  .product-specs > div {
    min-height: auto;
    padding: 13px 14px;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .product-specs dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .product-detail-bottom {
    grid-column: auto;
    margin-top: 22px;
    padding-top: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .scene-tags {
    justify-content: flex-start;
  }

  .coffee {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .coffee-copy {
    justify-self: auto;
  }

  .coffee-copy .small-title {
    margin-top: 30px;
  }

  .coffee-copy h2 {
    font-size: 39px;
  }

  .coffee-lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.9;
  }

  .coffee-price {
    margin: 26px 0;
  }

  .coffee-price strong {
    font-size: 36px;
  }

  .coffee-visual,
  .coffee-visual img {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .coffee-visual img {
    padding: 16px;
  }

  .club-heading {
    margin-bottom: 34px;
  }

  .club-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .club-manifesto {
    min-height: 390px;
    padding: 34px 22px 28px;
  }

  .club-name {
    margin-top: 34px;
    padding: 14px 0;
  }

  .club-name span {
    width: auto;
    height: 66px;
    font-size: 41px;
  }

  .club-manifesto > strong {
    margin-top: 24px;
    font-size: 20px;
  }

  .club-copy h3 {
    font-size: 34px;
  }

  .club-copy > p:not(.small-title) {
    font-size: 16px;
    line-height: 1.95;
  }

  .club-benefits {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .club-entry {
    align-items: flex-start;
    flex-direction: column;
  }

  .film-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .film-card:first-child {
    grid-column: auto;
    display: block;
  }

  .film-copy {
    padding: 20px 20px 22px;
  }

  .film-copy h3 {
    font-size: 20px;
  }

  .wechat {
    padding: 0;
    grid-template-columns: 1fr;
  }

  .wechat-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin: 0;
  }

  .wechat-photo-caption {
    left: 24px;
    bottom: 28px;
  }

  .wechat-photo-caption strong {
    font-size: 30px;
  }

  .wechat-content {
    padding: 62px 20px 70px;
  }

  .wechat-content h2 {
    margin-top: 30px;
    font-size: 34px;
    line-height: 1.45;
  }

  .wechat-content > p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.9;
  }

  .qr-card {
    width: 100%;
    margin-top: 28px;
    padding: 13px;
    gap: 14px;
  }

  .qr-card img {
    width: 92px;
    height: 92px;
  }

  .qr-card strong {
    font-size: 18px;
  }

  .qr-card small {
    margin-top: 8px;
  }

  .service-card {
    width: 100%;
    margin-top: 14px;
    padding: 13px;
    gap: 14px;
  }

  .service-card img {
    width: 92px;
    height: 92px;
  }

  .service-card strong {
    font-size: 17px;
  }

  footer {
    min-height: 0;
    padding: 48px 20px 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-contact {
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .footer-contact a {
    font-size: 20px;
  }

  .footer-note {
    grid-column: auto;
  }

  .floating-wecom {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }

  .wecom-dialog {
    padding: 14px;
  }

  .wecom-dialog-panel {
    max-height: calc(100vh - 28px);
    padding: 26px 20px 24px;
  }

  .wecom-dialog-panel h2 {
    margin: 8px 0 16px;
    font-size: 24px;
  }

  .wecom-dialog-qr {
    width: min(64vw, 220px);
  }

  .wecom-dialog-panel strong {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(48px, 15vw, 58px);
  }

  .hero-actions {
    justify-content: space-between;
  }

  .text-link {
    font-size: 13px;
  }

  .product-card {
    min-height: 600px;
  }

  .product-card > img {
    height: 300px;
  }

  .product-content {
    left: 22px;
    right: 22px;
  }

  .product-content strong .age-blend {
    font-size: 12px;
  }

  .qr-card span,
  .service-card span {
    font-size: 12px;
  }

  .qr-card small,
  .service-card small {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
