.maotai-front-page {
  background: #f6f0e6;
  color: #1b1611;
}

.maotai-front-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  z-index: 30;
}

.maotai-front-page .main-content {
  background:
    radial-gradient(circle at top left, rgba(200, 163, 93, 0.18), transparent 26%),
    linear-gradient(180deg, #f6f0e6 0%, #f9f5ed 35%, #f5efe4 100%);
}

.maotai-front-page .site-header .header-topbar {
  --header-row-background: rgba(0, 0, 0, 0.78);
  --header-row-foreground: rgba(255, 255, 255, 0.92);
  --header-row-foreground-active: #d2ab63;
  --header-row-border: rgba(255, 255, 255, 0.06);
}

.maotai-front-page .site-header .header-main,
.maotai-front-page .site-header .header-nav {
  --header-row-background: rgba(0, 0, 0, 0.32);
  --header-row-foreground: rgba(255, 255, 255, 0.96);
  --header-row-foreground-active: #d4af67;
  --header-row-border: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: none;
}

.maotai-front-page .site-header.is-transparent .header-main,
.maotai-front-page .site-header.is-transparent .header-nav,
.maotai-front-page .site-header.is-transparent:not([data-sticky-type=active]):not(:hover) .header-main,
.maotai-front-page .site-header.is-transparent:not([data-sticky-type=active]):not(:hover) .header-nav {
  --header-row-background: rgba(0, 0, 0, 0.32);
  --header-row-foreground: rgba(255, 255, 255, 0.96);
  --header-row-foreground-active: #d4af67;
  --header-row-border: rgba(255, 255, 255, 0.05);
  background-color: rgba(0, 0, 0, 0.32);
}

.maotai-front-page .site-header.is-transparent:not([data-sticky-type=active]):not(:hover) .header-main .site-brand .default-logo,
.maotai-front-page .site-header.is-transparent:not([data-sticky-type=active]):not(:hover) .header-nav .site-brand .default-logo {
  opacity: 1;
}

.maotai-front-page .site-header .site-navigation > ul > li > a,
.maotai-front-page .site-header .site-action-button .site-action-link {
  letter-spacing: 0.08em;
}

.maotai-front-page .site-header .site-brand img {
  filter: brightness(1.05);
}

.maotai-front-page .site-header .header-main .search-input::placeholder,
.maotai-front-page .site-header .header-nav .search-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.maotai-front-page .site-header .header-topbar,
.maotai-front-page .site-header .header-main,
.maotai-front-page .site-header .header-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.maotai-home {
  --maotai-bg: #f6f0e6;
  --maotai-paper: #fbf7ef;
  --maotai-ink: #1b1611;
  --maotai-muted: #6d6255;
  --maotai-emerald: #123629;
  --maotai-emerald-deep: #0b2119;
  --maotai-gold: #c8a35d;
  --maotai-gold-soft: #e9d7af;
  --maotai-line: rgba(27, 22, 17, 0.12);
  --maotai-shadow: 0 26px 70px rgba(18, 24, 22, 0.12);
  --maotai-radius-xl: 34px;
  --maotai-radius-lg: 26px;
  --maotai-radius-md: 20px;
  --maotai-display: "Cormorant Garamond", Georgia, serif;
  --maotai-sans: "Instrument Sans", "Segoe UI", sans-serif;
  color: var(--maotai-ink);
  font-family: var(--maotai-sans);
}

.maotai-home section {
  position: relative;
  z-index: 1;
}

.maotai-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--maotai-emerald);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.maotai-kicker::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--maotai-gold), transparent);
}

.maotai-kicker--light {
  color: rgba(255, 255, 255, 0.92);
}

.maotai-kicker--light::before {
  background: linear-gradient(90deg, rgba(212, 175, 103, 0.95), transparent);
}

.maotai-section-heading {
  max-width: 46rem;
  margin-bottom: 2.5rem;
}

.maotai-section-heading--split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.maotai-section-heading h2,
.maotai-cta h2,
.maotai-story-card h3,
.maotai-process-step h3,
.maotai-product-card h3,
.maotai-journal-card h3 {
  font-family: var(--maotai-display);
  letter-spacing: -0.03em;
}

.maotai-section-heading h2,
.maotai-cta h2 {
  margin: 0.85rem 0 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.98;
  color: var(--maotai-emerald-deep);
}

.maotai-section-heading p,
.maotai-cta p {
  margin: 1rem 0 0;
  color: var(--maotai-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.maotai-button,
.maotai-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--maotai-emerald);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.maotai-button:hover,
.maotai-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(11, 33, 25, 0.2);
  color: #fff;
}

.maotai-button--secondary,
.maotai-button--secondary:visited {
  background: transparent;
  border-color: rgba(18, 54, 41, 0.18);
  color: var(--maotai-emerald);
}

.maotai-button--secondary:hover,
.maotai-button--secondary:focus {
  color: var(--maotai-emerald);
  background: rgba(18, 54, 41, 0.06);
}

.maotai-text-link,
.maotai-text-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--maotai-emerald);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.maotai-text-link::after {
  content: "->";
  transition: transform 0.2s ease;
}

.maotai-text-link:hover::after,
.maotai-text-link:focus::after {
  transform: translateX(0.2rem);
}

.maotai-hero {
  padding: 0;
  overflow: clip;
}

.maotai-hero--video {
  position: relative;
  margin-bottom: 0;
}

.maotai-hero-video {
  position: relative;
  min-height: 100vh;
  background: #0a0a0a;
  overflow: hidden;
}

.maotai-hero-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maotai-hero-video__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.08) 35%, rgba(0, 0, 0, 0.18) 100%);
}

.maotai-hero-video .container {
  position: relative;
  z-index: 2;
}

.maotai-hero-video__content {
  max-width: 42rem;
  padding: clamp(8rem, 16vh, 11rem) 0 7rem;
}

.maotai-hero-video__content h1 {
  margin: 1rem 0 0;
  color: #fff;
  font-family: var(--maotai-display);
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.maotai-hero:not(.maotai-hero--video) h1 {
  margin: 0;
  max-width: 12ch;
  color: var(--maotai-emerald-deep);
  font-family: var(--maotai-display);
  font-size: clamp(3.3rem, 7vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.maotai-hero__lede {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
  line-height: 1.9;
}

.maotai-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.maotai-hero--video .maotai-button {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.maotai-hero--video .maotai-button--secondary,
.maotai-hero--video .maotai-button--secondary:visited {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.maotai-hero--video .maotai-button--secondary:hover,
.maotai-hero--video .maotai-button--secondary:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.maotai-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.maotai-hero__facts li {
  min-height: 100%;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(18, 54, 41, 0.1);
  border-radius: 18px;
  background: rgba(251, 247, 239, 0.78);
  box-shadow: 0 14px 30px rgba(18, 24, 22, 0.04);
}

.maotai-hero__facts strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--maotai-emerald-deep);
  font-size: 0.95rem;
}

.maotai-hero__facts span {
  color: var(--maotai-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.maotai-hero__visual {
  position: relative;
}

.maotai-stage {
  position: relative;
  min-height: 39rem;
  padding: 2rem;
  border: 1px solid rgba(18, 54, 41, 0.08);
  border-radius: var(--maotai-radius-xl);
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.72) 0%, rgba(234, 223, 201, 0.94) 100%),
    linear-gradient(135deg, rgba(200, 163, 93, 0.14), transparent 50%);
  box-shadow: var(--maotai-shadow);
  overflow: hidden;
}

.maotai-stage::before,
.maotai-stage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(0);
}

.maotai-stage::before {
  inset: auto auto 12% -10%;
  width: 14rem;
  height: 14rem;
  background: rgba(200, 163, 93, 0.12);
}

.maotai-stage::after {
  inset: 6% -8% auto auto;
  width: 11rem;
  height: 11rem;
  background: rgba(18, 54, 41, 0.08);
}

.maotai-stage__halo {
  position: absolute;
  inset: 15% 18% auto;
  width: 64%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.74) 0%, rgba(233, 215, 175, 0.26) 45%, rgba(233, 215, 175, 0) 72%);
}

.maotai-stage__copy {
  position: absolute;
  inset: 1.4rem 1.6rem auto auto;
  color: rgba(11, 33, 25, 0.08);
  font-family: var(--maotai-display);
  font-size: clamp(4.2rem, 8vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.maotai-stage__card {
  position: absolute;
  z-index: 3;
  max-width: 13rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(18, 54, 41, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 40px rgba(18, 24, 22, 0.06);
  backdrop-filter: blur(10px);
}

.maotai-stage__card span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--maotai-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.maotai-stage__card strong {
  color: var(--maotai-emerald-deep);
  font-family: var(--maotai-display);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.maotai-stage__card--left {
  left: 1.6rem;
  bottom: 4rem;
}

.maotai-stage__card--right {
  right: 1.6rem;
  top: 6rem;
}

.maotai-bottle {
  position: relative;
  width: 11rem;
  height: 25rem;
  margin: 0 auto;
  filter: drop-shadow(0 20px 28px rgba(18, 24, 22, 0.2));
}

.maotai-bottle--hero {
  position: absolute;
  left: 50%;
  bottom: 2.2rem;
  z-index: 2;
  transform: translateX(-50%);
  animation: maotaiFloat 5.5s ease-in-out infinite;
}

.maotai-bottle__cap,
.maotai-bottle__neck,
.maotai-bottle__body,
.maotai-bottle__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.maotai-bottle__cap {
  top: 0;
  width: 2.6rem;
  height: 2.4rem;
  border-radius: 0.95rem 0.95rem 0.55rem 0.55rem;
  background: linear-gradient(180deg, #ead49a 0%, #b78c42 100%);
}

.maotai-bottle__neck {
  top: 2rem;
  width: 3.6rem;
  height: 4.6rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #f8edd7 0%, #d9c097 100%);
}

.maotai-bottle__body {
  top: 5.4rem;
  width: 11rem;
  height: 19rem;
  border-radius: 2.7rem 2.7rem 2.2rem 2.2rem;
  background: linear-gradient(180deg, #fdf8ec 0%, #dcc59c 52%, #b98d45 100%);
}

.maotai-bottle__body::before,
.maotai-bottle__body::after {
  content: "";
  position: absolute;
  inset: auto;
}

.maotai-bottle__body::before {
  left: 50%;
  top: 1.1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2.1rem);
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 2.2rem 2.2rem 1.8rem 1.8rem;
}

.maotai-bottle__body::after {
  left: 50%;
  bottom: 1.2rem;
  width: 5.8rem;
  height: 0.7rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.maotai-bottle__label {
  top: 10.1rem;
  width: 7rem;
  height: 6.7rem;
  border-radius: 1rem;
  background: rgba(255, 248, 234, 0.95);
  border: 1px solid rgba(185, 141, 69, 0.36);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.maotai-bottle__label::before,
.maotai-bottle__label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
}

.maotai-bottle__label::before {
  top: 1.4rem;
  width: 4.3rem;
  height: 0.5rem;
  background: rgba(11, 33, 25, 0.72);
}

.maotai-bottle__label::after {
  top: 2.5rem;
  width: 3rem;
  height: 0.32rem;
  background: rgba(200, 163, 93, 0.78);
}

.maotai-bottle.is-emerald .maotai-bottle__body {
  background: linear-gradient(180deg, #efe3bc 0%, #d7b16a 24%, #194334 100%);
}

.maotai-bottle.is-gold .maotai-bottle__body {
  background: linear-gradient(180deg, #fff4db 0%, #debf83 48%, #bb934e 100%);
}

.maotai-bottle.is-ivory .maotai-bottle__body {
  background: linear-gradient(180deg, #fefbf2 0%, #ebd9b2 46%, #ccb081 100%);
}

.maotai-story,
.maotai-collection,
.maotai-journal,
.maotai-cta {
  padding: 2rem 0 4.8rem;
}

.maotai-story__grid,
.maotai-collection__grid,
.maotai-journal__grid {
  display: grid;
  gap: 1.45rem;
}

.maotai-story__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maotai-story-card,
.maotai-product-card,
.maotai-journal-card {
  min-height: 100%;
  padding: 1.7rem;
  border: 1px solid var(--maotai-line);
  border-radius: var(--maotai-radius-lg);
  background: rgba(251, 247, 239, 0.82);
  box-shadow: 0 18px 44px rgba(18, 24, 22, 0.05);
}

.maotai-story-card__eyebrow {
  color: var(--maotai-gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.maotai-story-card h3,
.maotai-product-card h3,
.maotai-journal-card h3 {
  margin: 0.8rem 0 0;
  color: var(--maotai-emerald-deep);
  font-size: 1.9rem;
  line-height: 1;
}

.maotai-story-card p,
.maotai-product-card p,
.maotai-journal-card p,
.maotai-process-step p {
  margin: 0.95rem 0 0;
  color: var(--maotai-muted);
  font-size: 0.96rem;
  line-height: 1.8;
}

.maotai-process {
  padding: 1rem 0 4.8rem;
}

.maotai-process__panel {
  padding: 2.2rem;
  border-radius: var(--maotai-radius-xl);
  background: linear-gradient(135deg, rgba(11, 33, 25, 0.98), rgba(18, 54, 41, 0.9));
  box-shadow: 0 28px 65px rgba(11, 33, 25, 0.22);
}

.maotai-process__panel .maotai-kicker,
.maotai-process__panel .maotai-section-heading h2 {
  color: #fff;
}

.maotai-process__panel .maotai-kicker::before {
  background: linear-gradient(90deg, rgba(233, 215, 175, 0.85), transparent);
}

.maotai-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.maotai-process-step {
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.maotai-process-step__number {
  color: var(--maotai-gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.maotai-process-step h3 {
  margin: 0.85rem 0 0;
  color: #fff;
  font-size: 1.75rem;
}

.maotai-process-step p {
  color: rgba(255, 255, 255, 0.75);
}

.maotai-collection__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maotai-product-card {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.maotai-product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 21rem;
  padding: 1.5rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, rgba(18, 54, 41, 0.04), rgba(200, 163, 93, 0.12));
}

.maotai-product-card__photo {
  width: auto;
  max-width: 100%;
  max-height: 19rem;
  object-fit: contain;
}

.maotai-product-card__content {
  display: grid;
  gap: 0.9rem;
}

.maotai-product-card__content p {
  margin: 0;
}

.maotai-product-card__price {
  color: var(--maotai-emerald);
  font-size: 1.1rem;
  font-weight: 800;
}

.maotai-journal__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maotai-journal-card__date {
  color: var(--maotai-gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.maotai-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem;
  border: 1px solid rgba(18, 54, 41, 0.12);
  border-radius: var(--maotai-radius-xl);
  background:
    radial-gradient(circle at top right, rgba(200, 163, 93, 0.16), transparent 28%),
    rgba(251, 247, 239, 0.88);
  box-shadow: var(--maotai-shadow);
}

.maotai-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

@keyframes maotaiFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@media (max-width: 1279px) {
  .maotai-story__grid,
  .maotai-collection__grid,
  .maotai-journal__grid,
  .maotai-process__steps,
  .maotai-cta__panel,
  .maotai-section-heading--split {
    grid-template-columns: 1fr;
  }

  .maotai-section-heading--split,
  .maotai-cta__panel {
    display: grid;
    align-items: start;
  }

  .maotai-cta__actions {
    justify-content: start;
  }
}

@media (max-width: 1024px) {
  .maotai-hero-video {
    min-height: 100vh;
  }

  .maotai-hero-video__content {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

  .maotai-stage {
    min-height: 34rem;
  }

  .maotai-bottle {
    width: 9.5rem;
    height: 22rem;
  }

  .maotai-bottle__body {
    width: 9.5rem;
    height: 16.6rem;
  }

  .maotai-bottle__label {
    top: 9rem;
    width: 6rem;
    height: 5.8rem;
  }

  .maotai-stage__card {
    max-width: 11rem;
  }
}

@media (max-width: 767px) {
  .maotai-story__grid,
  .maotai-collection__grid,
  .maotai-journal__grid,
  .maotai-process__steps {
    grid-template-columns: 1fr;
  }

  .maotai-hero h1 {
    max-width: 100%;
  }

  .maotai-hero-video {
    min-height: 100vh;
  }

  .maotai-stage {
    min-height: 30rem;
    padding: 1.25rem;
  }

  .maotai-stage__copy {
    font-size: 4.2rem;
  }

  .maotai-stage__card {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .maotai-bottle--hero {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    animation: none;
  }

  .maotai-bottle--hero,
  .maotai-bottle--hero.is-emerald {
    margin-top: 3rem;
  }

  .maotai-cta__panel,
  .maotai-process__panel,
  .maotai-story-card,
  .maotai-product-card,
  .maotai-journal-card {
    padding: 1.4rem;
  }
}
