:root {
  --ink: #211c1c;
  --muted: #645a55;
  --paper: #fbf7f1;
  --panel: #fffdf8;
  --line: #e4d8ca;
  --wine: #7f1935;
  --wine-deep: #4c1022;
  --leaf: #42664c;
  --gold: #b88a3d;
  --clay: #c55f38;
  --shadow: 0 18px 45px rgba(58, 34, 24, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  min-height: 96vh;
  background:
    linear-gradient(90deg, rgba(26, 18, 18, .82), rgba(60, 23, 30, .58), rgba(28, 44, 35, .2)),
    url("https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?auto=format&fit=crop&w=2200&q=82") center/cover;
  color: white;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  background: rgba(30, 18, 18, .7);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand-lockup strong,
.brand-lockup small { display: block; }

.brand-lockup small {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.brand-logo {
  width: 58px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .58);
  background: #f9f4ea;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
}

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

.nav-actions a {
  color: rgba(255, 255, 255, .84);
  white-space: nowrap;
}

.nav-actions .nav-email {
  color: #f3c56d;
  font-weight: 800;
}

.lang-toggle {
  width: 44px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  align-items: end;
  gap: 40px;
  padding: clamp(88px, 13vw, 160px) clamp(20px, 6vw, 84px) 54px;
}

.hero-content { max-width: 900px; }

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px);
}

.hero-brand img {
  width: 118px;
  height: 94px;
  object-fit: cover;
  border-radius: 8px;
  background: #f9f4ea;
}

.hero-brand .hero-logo-full {
  width: min(260px, 34vw);
  height: auto;
  max-height: 150px;
  object-fit: contain;
  padding: 8px;
}

.hero-brand strong,
.hero-brand span {
  display: block;
  letter-spacing: 0;
}

.hero-brand strong {
  font-size: 22px;
  line-height: 1.1;
}

.hero-brand span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(17px, 2vw, 22px);
}

.hero-cta,
.nav-actions,
.category-strip {
  flex-wrap: wrap;
}

.hero-cta {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: var(--gold);
  color: #24150c;
}

.button.secondary {
  border-color: rgba(255, 255, 255, .45);
  color: white;
  background: rgba(255, 255, 255, .08);
}

.hero-stats {
  display: grid;
  gap: 12px;
  align-self: end;
}

.hero-stats div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(20, 15, 15, .42);
  backdrop-filter: blur(12px);
}

.hero-stats strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.hero-stats span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

main > section {
  padding: 76px clamp(20px, 6vw, 84px);
}

.intro-section,
.catalog-header,
.service-section,
.market-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.intro-section p:last-child,
.service-copy p,
.contact-section p,
.market-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.category-strip {
  position: sticky;
  top: 81px;
  z-index: 15;
  display: flex;
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(251, 247, 241, .94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.category-chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--muted);
  font-weight: 750;
  cursor: pointer;
}

.category-chip.active {
  background: var(--wine);
  border-color: var(--wine);
  color: white;
}

.catalog { padding-top: 56px; }

.catalog-header {
  grid-template-columns: minmax(240px, 1fr) minmax(240px, 380px);
  margin-bottom: 30px;
}

.search-box {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  font: inherit;
}

input,
select {
  min-height: 46px;
  padding: 0 13px;
}

textarea { padding: 12px 13px; resize: vertical; }

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

.brand-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 8px 24px rgba(70, 45, 34, .06);
}

.brand-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand-meta span,
.region-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.brand-meta span {
  background: rgba(127, 25, 53, .09);
  color: var(--wine);
}

.region-pill {
  background: rgba(66, 102, 76, .12);
  color: var(--leaf);
}

.brand-card h3 {
  font-size: 24px;
  color: var(--wine-deep);
}

.brand-card p {
  margin: 0;
  color: var(--muted);
}

.series-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.series-list li {
  padding-left: 14px;
  border-left: 3px solid var(--gold);
  color: #423732;
  font-size: 14px;
}

.card-button {
  justify-self: start;
  margin-top: 2px;
  background: var(--wine);
  color: white;
}

.service-section {
  background:
    linear-gradient(90deg, rgba(251, 247, 241, .96), rgba(251, 247, 241, .8)),
    url("https://images.unsplash.com/photo-1519671482749-fd09be7ccebf?auto=format&fit=crop&w=1800&q=82") center/cover;
}

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

.process-grid article,
.market-grid article {
  padding: 22px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, .9);
}

.process-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--clay);
  font-weight: 900;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
}

.market-section { background: #f5efe5; }

.news-section {
  background: #fffdf8;
}

.news-header {
  display: grid;
  grid-template-columns: minmax(240px, 460px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  margin-bottom: 28px;
}

.news-compliance {
  display: grid;
  justify-items: end;
  gap: 14px;
}

.news-refresh {
  border-color: var(--line);
  background: var(--wine);
  color: white;
}

.news-grid {
  display: grid;
  gap: 24px;
}

.news-group {
  display: grid;
  gap: 14px;
}

.news-group > h3 {
  margin: 0;
  color: var(--wine-deep);
  font-size: 22px;
}

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

.china-news-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-card,
.news-placeholder {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.news-card {
  display: grid;
  gap: 14px;
}

.news-card-china {
  background: #fff8ed;
  border-color: rgba(184, 138, 61, .36);
}

.news-card h3 {
  margin: 0;
  color: var(--wine-deep);
}

.news-card a {
  justify-self: start;
  color: var(--wine);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-summary {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.news-summary strong {
  color: var(--ink);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.news-meta span {
  color: var(--leaf);
}

.news-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
}

.news-sources span {
  font-weight: 850;
}

.news-sources a {
  color: var(--wine);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-rights-note {
  max-width: 980px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.contact-section {
  background: var(--wine-deep);
  color: white;
}

.contact-section .section-kicker,
.contact-section p { color: rgba(255, 255, 255, .74); }

.company-abn {
  margin-top: 16px;
  font-weight: 850;
  color: #f3c56d;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: #f3c56d;
  font-weight: 850;
}

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

.contact-form textarea,
.contact-form button { grid-column: 1 / -1; }

.site-footer {
  padding: 28px clamp(20px, 6vw, 84px);
  background: #171313;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: white;
}

.footer-brand span,
.footer-brand strong,
.footer-brand small,
.footer-brand a {
  display: block;
}

.footer-brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 800;
}

.footer-brand a {
  margin-top: 2px;
  color: #f3c56d;
}

.footer-brand img {
  width: 54px;
  height: 42px;
  object-fit: cover;
  border-radius: 8px;
  background: #f9f4ea;
}

.site-footer a {
  color: #f3c56d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  max-width: 1100px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .62);
}

.sources { margin-bottom: 0; }

.detail-page {
  background: #f8f1e7;
}

.detail-header .topbar {
  position: sticky;
}

.detail-main {
  min-height: 70vh;
}

.detail-hero {
  padding: 48px clamp(20px, 6vw, 84px) 58px;
  color: white;
  background:
    linear-gradient(90deg, rgba(29, 18, 20, .88), rgba(75, 18, 37, .62)),
    url("https://images.unsplash.com/photo-1510812431401-41d2bd2722f3?auto=format&fit=crop&w=1800&q=82") center/cover;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  font-weight: 800;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.detail-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: .98;
}

.detail-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 2vw, 22px);
}

.detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.detail-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 800;
}

.detail-logo-panel {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  text-align: center;
  backdrop-filter: blur(14px);
}

.detail-logo-panel img {
  width: 180px;
  height: 138px;
  object-fit: cover;
  border-radius: 8px;
  background: #f9f4ea;
}

.detail-logo-panel strong {
  font-size: 22px;
}

.detail-logo-panel span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  padding: 54px clamp(20px, 6vw, 84px) 80px;
}

.detail-content article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(70, 45, 34, .06);
}

.detail-content h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 34px);
}

.detail-content p,
.detail-content li {
  color: var(--muted);
}

.detail-series,
.detail-service ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-series li,
.detail-service li {
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}

.detail-service {
  grid-column: 1 / -1;
}

.wine-photo-section {
  grid-column: 1 / -1;
}

.wine-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  margin: 18px 0 0;
  border-radius: 8px;
  background: #211c1c;
}

.wine-photo-card img,
.wine-series-tile img,
.category-brand-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wine-photo-card figcaption,
.category-brand-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  color: white;
  background: linear-gradient(0deg, rgba(20, 12, 14, .82), rgba(20, 12, 14, 0));
}

.wine-photo-card figcaption strong,
.wine-photo-card figcaption span,
.category-brand-photo figcaption strong,
.category-brand-photo figcaption span {
  display: block;
}

.wine-photo-card figcaption span,
.category-brand-photo figcaption span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.wine-series-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.wine-series-tile {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.wine-series-tile img {
  aspect-ratio: 4 / 3;
}

.wine-series-tile span {
  display: block;
  padding: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.detail-service .button {
  margin-top: 22px;
}

.detail-empty {
  display: grid;
  place-items: start;
  gap: 16px;
  min-height: 60vh;
  padding: 80px clamp(20px, 6vw, 84px);
}

.detail-empty h1 {
  margin: 0;
  font-size: clamp(38px, 6vw, 72px);
}

.category-detail-content {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 22px;
  padding: 54px clamp(20px, 6vw, 84px) 80px;
  align-items: start;
}

.category-service,
.category-brand-detail {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(70, 45, 34, .06);
}

.category-service {
  position: sticky;
  top: 104px;
  padding: 24px;
}

.category-service h2,
.category-brand-detail h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 36px);
}

.category-service p,
.category-service li,
.category-brand-detail p,
.category-brand-detail li {
  color: var(--muted);
}

.category-service ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.category-service li {
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}

.category-service .button {
  margin-top: 22px;
}

.category-brand-list {
  display: grid;
  gap: 18px;
}

.category-brand-detail {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.category-brand-photo {
  position: relative;
  overflow: hidden;
  height: 260px;
  margin: -26px -26px 8px;
  border-radius: 8px 8px 0 0;
  background: #211c1c;
}

.category-brand-detail h3 {
  margin: 4px 0 0;
  color: var(--wine-deep);
}

.category-brand-detail p {
  margin: 0;
}

.photo-rights-note {
  padding: 10px 12px;
  border: 1px solid rgba(184, 138, 61, .28);
  border-radius: 8px;
  background: rgba(184, 138, 61, .08);
  font-size: 13px;
}

@media (max-width: 1040px) {
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .detail-hero-grid,
  .detail-content,
  .category-detail-content { grid-template-columns: 1fr; }

  .category-service { position: static; }
}

@media (max-width: 760px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-actions { gap: 12px; }

  .hero {
    padding-top: 64px;
  }

  .hero h1 { font-size: 42px; }

  .hero-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-brand .hero-logo-full {
    width: min(260px, 72vw);
  }

  .hero-stats,
  .intro-section,
  .catalog-header,
  .service-section,
  .news-header,
  .market-section,
  .contact-section,
  .process-grid,
  .market-grid,
  .news-grid,
  .news-grid-inner,
  .china-news-grid,
  .brand-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .wine-series-gallery {
    grid-template-columns: 1fr;
  }

  .wine-photo-card {
    min-height: 260px;
  }

  .category-strip {
    position: static;
    overflow: visible;
  }
}
