:root {
  --bg: #050506;
  --panel: rgba(18, 20, 24, 0.78);
  --panel-strong: #111318;
  --line: rgba(220, 184, 103, 0.34);
  --gold: #d8b45f;
  --gold-light: #D7B862;
  --text: #f5efe2;
  --muted: #b8b0a1;
  --wine: #551524;
  --emerald: #0d3c35;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 92px;
  background: radial-gradient(circle at top left, rgba(85, 21, 36, 0.3), transparent 34%),
    linear-gradient(135deg, #050506 0%, #10131a 48%, #050506 100%);
  color: var(--text);
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  letter-spacing: 0;
}

body.locked {
  overflow: hidden;
}

html.age-unconfirmed body {
  overflow: hidden;
}

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

p {
  color: var(--muted);
  line-height: 1.8;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(14px);
}

.age-gate.hidden {
  display: none;
}

html.age-confirmed .age-gate {
  display: none;
}

.age-card {
  width: min(520px, 100%);
  padding: 42px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(17, 19, 24, 0.96), rgba(42, 25, 20, 0.92));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.age-card h1 {
  margin: 8px 0 14px;
  font-size: clamp(28px, 5vw, 42px);
}

.age-actions,
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(216, 180, 95, 0.16);
  background: rgba(5, 5, 6, 0.48);
  backdrop-filter: blur(12px);
  transition: background 0.25s ease, min-height 0.25s ease;
}

.site-header.scrolled {
  min-height: 64px;
  background: rgba(5, 5, 6, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 136px;
  color: var(--gold-light);
}

.brand-home {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 42px;
  border: 1px solid rgba(216, 180, 95, 0.48);
  background: rgba(216, 180, 95, 0.06);
  overflow: hidden;
}

.brand-home img {
  display: block;
  width: 42px;
  height: 30px;
  object-fit: contain;
}

.brand-name {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}

.brand-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.18em;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 180, 95, 0.8), transparent);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.site-nav a {
  color: #e9dfca;
}

.nav-group {
  position: relative;
  padding: 22px 0;
}

.mega-menu {
  position: absolute;
  top: 64px;
  left: 50%;
  display: none;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 28px;
  width: 460px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(10, 11, 14, 0.98);
  transform: translateX(-50%);
}

.nav-group:hover .mega-menu {
  display: grid;
}

.mega-menu strong,
.mega-menu a {
  display: block;
  margin-bottom: 12px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--gold-light);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: 120px clamp(22px, 7vw, 96px) 50px;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) center / cover no-repeat;
  transform: scale(1.02);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 5, 6, 0.92), rgba(5, 5, 6, 0.58) 48%, rgba(5, 5, 6, 0.78)),
    radial-gradient(circle at 78% 46%, rgba(216, 180, 95, 0.18), transparent 38%);
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(64px, 12vw, 150px);
  line-height: 0.92;
  color: var(--gold-light);
}

.hero-content p {
  max-width: 640px;
  font-size: 18px;
}

.hero-bottles {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: clamp(34px, 5vw, 72px);
  min-height: 470px;
}

.product-photo {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
}

.product-photo::before {
  content: "";
  position: absolute;
  inset: 12% -18% 4%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 213, 141, 0.28), rgba(85, 21, 36, 0.18) 42%, transparent 70%);
  filter: blur(8px);
}

.product-photo img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.58));
  transition: transform 0.35s ease;
}

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

.hero-product {
  width: clamp(172px, 18vw, 250px);
  min-height: 430px;
}

.hero-product img {
  max-height: clamp(390px, 62vh, 640px);
}

.product-photo figcaption {
  position: absolute;
  right: 12%;
  bottom: 4%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(5, 5, 6, 0.72);
  color: var(--gold-light);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-product figcaption {
  position: static;
  margin: -34px auto 0;
  z-index: 1;
}

.card-product {
  width: min(280px, 58%);
  height: 340px;
}

.card-product img {
  max-height: 340px;
}

.detail-product {
  width: min(360px, 70vw);
  min-height: 620px;
}

.detail-product img {
  max-height: 620px;
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 148px;
  height: 420px;
  border: 1px solid rgba(241, 213, 141, 0.42);
  border-radius: 44px 44px 18px 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 50% 30%, rgba(241, 213, 141, 0.38), transparent 52%);
  box-shadow: 0 0 90px rgba(216, 180, 95, 0.24);
}

.product-visual::before {
  content: "";
  position: absolute;
  top: -54px;
  width: 54px;
  height: 70px;
  border: 1px solid rgba(241, 213, 141, 0.4);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(#201313, #0c0d10);
}

.product-visual span {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
  font-weight: 700;
}

.product-visual.bottle-amber {
  background-color: #6c3c18;
}

.product-visual.bottle-ruby {
  background-color: #4e0f22;
}

.product-visual.small {
  width: 86px;
  height: 210px;
}

.product-visual.small::before {
  top: -32px;
  width: 34px;
  height: 42px;
}

.product-visual.small span {
  width: 54px;
  height: 54px;
}

.product-visual.large {
  width: min(220px, 50vw);
  height: 560px;
}

.section,
.detail-layout,
.timeline,
.form-section {
  padding: 92px clamp(22px, 7vw, 96px);
}

.form-alert {
  border: 1px solid rgba(194, 150, 75, 0.55);
  background: rgba(194, 150, 75, 0.12);
  color: #f7d89b;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.member-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 8px;
}

.member-summary div {
  border: 1px solid rgba(194, 150, 75, 0.26);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 8px;
  padding: 13px 14px;
}

.member-summary span,
.member-summary strong {
  display: block;
}

.member-summary span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.member-summary strong {
  color: #f3dfb8;
  margin-top: 4px;
  word-break: break-word;
}

.detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.admin-body {
  background: #f4f5f7;
  color: #1d2430;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 240px 1fr;
}

.admin-sidebar {
  background: #111827;
  color: #fff;
  min-height: 100vh;
  padding: 24px 18px;
  position: sticky;
  top: 0;
}

.admin-brand {
  color: #f5c86a;
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
  text-decoration: none;
}

.admin-sidebar nav {
  display: grid;
  gap: 6px;
}

.admin-sidebar a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
}

.admin-sidebar a:hover {
  background: rgba(245, 200, 106, 0.14);
  color: #fff;
}

.admin-main {
  padding: 32px;
  overflow-x: auto;
}

.admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.admin-head h1 {
  margin: 0;
  font-size: 28px;
}

.admin-btn,
.admin-inline-form button,
.admin-form button,
.admin-login button {
  border: 0;
  background: #b88635;
  color: #101010;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.admin-stats div,
.admin-panel,
.admin-form,
.admin-login {
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.admin-stats div {
  padding: 18px;
}

.admin-stats span {
  display: block;
  color: #64748b;
  font-size: 13px;
}

.admin-stats strong {
  display: block;
  font-size: 30px;
  margin-top: 6px;
}

.admin-panel {
  padding: 20px;
  margin-bottom: 22px;
}

.admin-panel h2 {
  margin-top: 0;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 8px;
  overflow: hidden;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid #e7ebf0;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
}

.admin-table a {
  color: #8a5a16;
  font-weight: 700;
}

.admin-form {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.admin-form label,
.admin-login label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: #334155;
}

.admin-form input,
.admin-form textarea,
.admin-form select,
.admin-inline-form input,
.admin-inline-form select,
.admin-login input {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
  color: #111827;
}

.admin-form .wide {
  grid-column: 1 / -1;
}

.admin-inline-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.admin-detail p {
  margin: 8px 0;
}

.admin-alert {
  border: 1px solid #f59e0b;
  background: #fff7ed;
  color: #9a3412;
  padding: 12px 14px;
  border-radius: 6px;
  margin-bottom: 18px;
}

.admin-login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #111827;
  color: #111827;
}

.admin-login {
  width: min(420px, calc(100vw - 32px));
  padding: 28px;
  display: grid;
  gap: 16px;
}

.admin-login h1 {
  margin: 0;
}

.member-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.member-card {
  border: 1px solid rgba(194, 150, 75, 0.28);
  background: rgba(12, 14, 18, 0.76);
  padding: 24px;
  border-radius: 8px;
}

.member-card h2 {
  margin: 8px 0 12px;
  color: #f0c46d;
}

.member-section h2 {
  margin-bottom: 16px;
}

.member-table-wrap {
  overflow-x: auto;
}

.member-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: rgba(8, 10, 13, 0.72);
  border: 1px solid rgba(194, 150, 75, 0.22);
}

.member-table th,
.member-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.member-table th {
  color: #d8b872;
  font-size: 13px;
}

.member-table a {
  color: #f0c46d;
}

.member-auth-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 132px auto 80px;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.member-auth-intro,
.member-auth-card {
  border: 1px solid rgba(194, 150, 75, 0.28);
  background: linear-gradient(145deg, rgba(14, 17, 22, 0.96), rgba(26, 24, 22, 0.92));
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.member-auth-intro {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  background:
    radial-gradient(circle at 22% 14%, rgba(240, 196, 109, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(12, 15, 20, 0.98), rgba(25, 22, 19, 0.94));
  position: relative;
  overflow: hidden;
}

.member-auth-intro::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(240, 196, 109, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.member-auth-intro h1 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  margin: 10px 0 18px;
}

.member-auth-intro p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
}

.member-benefits {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.member-benefits div {
  border: 1px solid rgba(240, 196, 109, 0.25);
  background: rgba(255, 255, 255, 0.045);
  padding: 14px 16px;
  border-radius: 8px;
}

.member-benefits strong,
.member-benefits span {
  display: block;
}

.member-benefits strong {
  color: #f0c46d;
  margin-bottom: 4px;
}

.member-benefits span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.member-auth-card {
  padding: clamp(24px, 4vw, 42px);
}

.member-auth-form {
  display: grid;
  gap: 18px;
}

.member-auth-form label {
  display: grid;
  gap: 8px;
  color: #e9dcc2;
  font-weight: 700;
}

.member-auth-form input {
  width: 100%;
  border: 1px solid rgba(240, 196, 109, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
}

.member-auth-form input:focus {
  outline: 2px solid rgba(240, 196, 109, 0.35);
  border-color: rgba(240, 196, 109, 0.7);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-note {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.auth-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.auth-switch a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(240, 196, 109, 0.35);
  border-radius: 999px;
  padding: 0 14px;
  color: #f0c46d;
  text-decoration: none;
  font-weight: 700;
}

.auth-switch a:hover {
  background: rgba(240, 196, 109, 0.12);
  border-color: rgba(240, 196, 109, 0.72);
}

@media (max-width: 900px) {
  .admin-body {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    min-height: auto;
    position: static;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-main {
    padding: 20px;
  }

  .admin-stats,
  .admin-form,
  .member-dashboard,
  .member-summary {
    grid-template-columns: 1fr;
  }

  .member-auth-shell {
    grid-template-columns: 1fr;
    margin-top: 112px;
  }

  .member-auth-intro {
    min-height: auto;
  }

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

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 34px;
}

.section-head h2,
.feature-band h2,
.cta-band h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 68px);
}

.eyebrow,
.tag {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
}

.product-grid,
.cards-three,
.cocktail-grid,
.gift-grid,
.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

.product-card,
.info-card,
.panel,
.image-card {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(16px);
  padding: 26px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.product-card:hover,
.info-card:hover,
.image-card:hover {
  transform: translateY(-5px);
  border-color: rgba(241, 213, 141, 0.72);
}

.card-visual {
  display: grid;
  place-items: center;
  min-height: 350px;
  margin-bottom: 20px;
  background: radial-gradient(circle, rgba(216, 180, 95, 0.18), transparent 58%);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.chips span {
  padding: 8px 11px;
  border: 1px solid rgba(216, 180, 95, 0.28);
  color: #eadfc7;
  font-size: 13px;
}

.btn,
.filter-row button,
.filters select,
input,
textarea,
select {
  min-height: 44px;
  border: 1px solid var(--line);
  padding: 12px 18px;
  font: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.primary {
  border-color: var(--gold-light);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #080808;
  font-weight: 700;
}

.btn.secondary {
  color: var(--gold-light);
  background: transparent;
}

.text-link {
  color: var(--gold-light);
  border-bottom: 1px solid currentColor;
}

.feature-band,
.cta-band,
.newsletter,
.page-hero {
  margin: 0 clamp(22px, 7vw, 96px);
  padding: clamp(44px, 8vw, 88px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(85, 21, 36, 0.82), rgba(13, 60, 53, 0.72)),
    radial-gradient(circle at 72% 30%, rgba(216, 180, 95, 0.2), transparent 42%);
}

.photo-band {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: end;
}

.photo-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--band-image) center / cover no-repeat;
  transition: transform 0.5s ease;
}

.photo-band:hover::before {
  transform: scale(1.03);
}

.photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 5, 6, 0.9), rgba(5, 5, 6, 0.38), rgba(5, 5, 6, 0.82));
}

.photo-band > div {
  max-width: 680px;
}

.poster-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.64fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1280px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(34px, 5vw, 64px);
  background: linear-gradient(135deg, rgba(8, 9, 12, 0.98), rgba(22, 14, 16, 0.94));
}

.poster-copy {
  max-width: 620px;
}

.poster-art {
  margin: 0;
  border: 1px solid rgba(216, 180, 95, 0.42);
  background: #07080a;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

.poster-art img {
  display: block;
  width: 100%;
  height: auto;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.photo-panel {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.photo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--panel-image) center / cover no-repeat;
  transition: transform 0.35s ease;
}

.photo-panel:hover::before {
  transform: scale(1.04);
}

.photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.18), rgba(5, 5, 6, 0.9));
}

.large-copy {
  max-width: 860px;
  font-size: 20px;
}

.newsletter {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 80px;
}

.newsletter form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

input,
textarea,
select {
  width: 100%;
  color: var(--text);
  background: #0a0b0e;
}

.page-hero {
  margin-top: 116px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  min-height: 86vh;
  padding-top: 128px;
}

.detail-visual {
  display: grid;
  place-items: center;
}

.detail-copy h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 84px);
}

.specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.specs div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.specs dt {
  color: var(--muted);
}

.specs dd {
  margin: 6px 0 0;
  color: var(--gold-light);
}

.notice,
.success-message {
  border: 1px solid var(--line);
  padding: 14px 16px;
  color: var(--gold-light);
  background: rgba(216, 180, 95, 0.08);
}

.flavor-experience {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
}

.flavor-radar,
.tasting-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(18, 20, 24, 0.9), rgba(36, 22, 20, 0.68));
  backdrop-filter: blur(16px);
}

.flavor-radar {
  padding: clamp(24px, 4vw, 42px);
}

.flavor-radar svg {
  display: block;
  width: min(100%, 420px);
  margin: 0 auto 28px;
}

.flavor-radar line,
.radar-grid {
  fill: none;
  stroke: rgba(216, 184, 98, 0.3);
  stroke-width: 1;
}

.radar-grid.middle {
  stroke-opacity: 0.55;
}

.radar-grid.inner {
  stroke-opacity: 0.35;
}

.radar-shape {
  fill: rgba(215, 184, 98, 0.22);
  stroke: var(--gold-light);
  stroke-width: 2;
  filter: drop-shadow(0 0 16px rgba(215, 184, 98, 0.2));
}

.radar-dot {
  fill: var(--gold-light);
  stroke: #080808;
  stroke-width: 1;
}

.radar-legend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.radar-legend div {
  border-top: 1px solid rgba(216, 184, 98, 0.25);
  padding-top: 10px;
}

.radar-legend span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.radar-legend strong {
  display: block;
  margin-top: 4px;
  color: var(--gold-light);
  font-size: 24px;
  line-height: 1;
}

.tasting-panel {
  display: grid;
  gap: 0;
  padding: 8px 0;
}

.tasting-panel article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}

.tasting-panel article + article {
  border-top: 1px solid rgba(216, 184, 98, 0.2);
}

.tasting-panel article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(216, 184, 98, 0.42);
  color: var(--gold-light);
  font-weight: 700;
}

.tasting-panel h3 {
  margin: 4px 0 8px;
  color: var(--text);
  font-size: clamp(22px, 3vw, 34px);
}

.tasting-panel p {
  margin: 0;
}

.pairing-strip {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) repeat(4, minmax(130px, 1fr));
  gap: 12px;
  align-items: stretch;
  margin-top: 28px;
}

.pairing-strip > div,
.pairing-strip span {
  border: 1px solid rgba(216, 184, 98, 0.36);
  background: rgba(215, 184, 98, 0.07);
}

.pairing-strip > div {
  padding: 16px 18px;
}

.pairing-strip h3 {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 24px;
}

.pairing-strip span {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 14px 16px;
  color: var(--gold-light);
  text-align: center;
}

.filters {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 34px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.filter-row button {
  color: var(--gold-light);
  background: transparent;
  cursor: pointer;
}

.filter-row button.active {
  background: var(--gold);
  color: #080808;
}

.image-card div {
  min-height: 240px;
  margin: -26px -26px 24px;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.05), rgba(5, 5, 6, 0.3)),
    var(--card-image) center / cover no-repeat;
}

.form-section {
  max-width: 860px;
  margin: 0 auto;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--gold-light);
}

.timeline {
  max-width: 940px;
  margin: 0 auto;
}

.timeline-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  padding-bottom: 34px;
}

.timeline-item span {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(216, 180, 95, 0.12);
}

.story-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 36px;
  align-items: center;
}

.story-copy {
  display: grid;
  gap: 18px;
}

.story-image {
  margin: 0;
  min-height: 520px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #08090c;
}

.story-image img,
.promo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(240px, 1fr));
  gap: 18px;
}

.promo-tile {
  margin: 0;
  min-height: 260px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #08090c;
}

.promo-tile.large {
  grid-row: span 2;
}

.promo-tile img {
  object-fit: contain;
  transition: transform 0.45s ease;
}

.promo-tile:hover img {
  transform: scale(1.035);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050506;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  gap: 28px;
  padding: 58px clamp(22px, 7vw, 96px);
}

.footer-grid a {
  display: block;
  margin: 9px 0;
  color: var(--muted);
}

.drink-warning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: block;
  padding: 10px clamp(10px, 2vw, 22px);
  border-top: 1px solid rgba(241, 213, 141, 0.34);
  background: #1d1f24;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.34);
}

.drink-warning img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px 28px;
    background: rgba(5, 5, 6, 0.98);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a,
  .nav-group {
    padding: 12px 0;
  }

  .mega-menu {
    position: static;
    display: grid;
    width: 100%;
    padding: 16px;
    transform: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .hero-bottles {
    min-height: 360px;
  }

  .hero-product {
    width: clamp(150px, 24vw, 210px);
    min-height: 340px;
  }

  .hero-product img {
    max-height: 430px;
  }

  .product-visual {
    width: 110px;
    height: 310px;
  }

  .footer-grid,
  .gift-grid,
  .cards-three,
  .cocktail-grid,
  .store-grid,
  .story-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand {
    min-width: auto;
    gap: 9px;
  }

  .brand-home {
    width: 46px;
    height: 36px;
  }

  .brand-home img {
    width: 36px;
    height: 26px;
  }

  .brand-name {
    font-size: 25px;
  }

  body {
    padding-bottom: 70px;
  }

  .hero {
    padding: 108px 20px 44px;
  }

  .hero-actions,
  .age-actions,
  .newsletter,
  .filters {
    align-items: stretch;
    flex-direction: column;
  }

  .product-grid,
  .split,
  .footer-grid,
  .gift-grid,
  .cards-three,
  .cocktail-grid,
  .store-grid,
  .flavor-experience,
  .pairing-strip,
  .specs,
  .story-intro,
  .promo-mosaic {
    grid-template-columns: 1fr;
  }

  .section,
  .detail-layout,
  .timeline,
  .form-section {
    padding: 64px 20px;
  }

  .feature-band,
  .cta-band,
  .newsletter,
  .page-hero {
    margin-left: 20px;
    margin-right: 20px;
    padding: 34px 22px;
  }

  .poster-band {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .page-hero {
    margin-top: 96px;
  }

  .product-visual.large {
    height: 430px;
  }

  .hero-bottles {
    align-items: end;
    min-height: 300px;
    gap: 20px;
  }

  .hero-product {
    width: 46%;
    min-height: 280px;
  }

  .hero-product img {
    max-height: 330px;
  }

  .product-photo figcaption {
    width: 52px;
    height: 52px;
    right: 4%;
    bottom: 1%;
    font-size: 14px;
  }

  .hero-product figcaption {
    position: static;
    margin-top: -28px;
  }

  .card-visual {
    min-height: 300px;
  }

  .card-product {
    width: min(240px, 64%);
    height: 300px;
  }

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

  .detail-product {
    min-height: 470px;
  }

  .detail-product img {
    max-height: 470px;
  }

  .story-image,
  .promo-tile {
    min-height: 360px;
  }

  .promo-tile.large {
    grid-row: span 1;
  }

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

  .tasting-panel article {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }
}
