:root {
  --ink: #121212;
  --soft-ink: #3e3e3a;
  --muted: #74736d;
  --line: #e7e2d8;
  --line-dark: #c9c0b2;
  --paper: #ffffff;
  --wash: #f7f4ee;
  --wash-2: #eee7dc;
  --accent: #9b6a32;
  --accent-soft: #d8c3a3;
  --dark: #15130f;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 18px 45px rgba(28, 24, 18, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
  line-height: 1.58;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--soft-ink); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo-frame {
  display: grid;
  place-items: center;
  width: 124px;
  height: 50px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.brand-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .04em;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: .76rem;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.site-nav a {
  min-width: 86px;
  padding: 10px 13px 9px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 850;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.site-nav a span {
  display: block;
  margin-top: 4px;
  color: inherit;
  font-size: .64rem;
  font-weight: 700;
  text-transform: none;
}

.site-nav a.active,
.site-nav a:hover {
  background: var(--dark);
  color: #fff;
}

.nav-toggle {
  display: none;
  min-height: 42px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: #fff;
  padding: 10px 15px;
  color: var(--ink);
  font-weight: 850;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 640px;
  padding: clamp(42px, 6vw, 72px) clamp(20px, 6vw, 80px);
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, #fff 53%, var(--wash) 53%, var(--wash) 100%);
  color: var(--ink);
}

.hero-bg {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: min(540px, 68vh);
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-shade {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: min(720px, 100%);
  padding: 0;
}

.hero-content:before,
.page-banner div:before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin-bottom: 24px;
  background: var(--ink);
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
  font-weight: 500;
  line-height: 1.04;
  overflow-wrap: break-word;
}

.hero h1,
.page-banner h1 {
  max-width: 820px;
  color: var(--ink);
  font-size: clamp(2.8rem, 5vw, 5.15rem);
  letter-spacing: -.025em;
}

.hero-cn {
  max-width: 660px;
  margin-top: 22px;
  color: var(--soft-ink);
  font-size: 1.06rem;
  overflow-wrap: anywhere;
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid var(--dark);
  border-radius: 0;
  background: var(--dark);
  color: #fff;
  font-size: .83rem;
  font-weight: 850;
  line-height: 1.1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.champagne {
  background: var(--dark);
  color: #fff;
}

.button.outline,
.button.outline.dark {
  background: transparent;
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--ink);
  font-weight: 850;
  border-bottom: 1px solid currentColor;
}

.text-link.gold {
  color: var(--accent);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-strip div {
  padding: 30px clamp(16px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child { border-right: 0; }
.trust-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 500;
  line-height: 1;
}

.trust-strip span {
  color: var(--muted);
  font-size: .9rem;
}

.brand-showcase {
  padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 80px);
  background: var(--wash);
}

.brand-showcase-card {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.brand-showcase-card img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.brand-showcase-card h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.section,
.split-section,
.image-feature,
.contact-layout {
  padding: clamp(66px, 9vw, 118px) clamp(20px, 6vw, 80px);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto 34px;
}

.section-head > .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
  max-width: none;
  margin-bottom: 0;
}

.section-head h2 {
  grid-column: 1;
  grid-row: 2;
}

.section-head > p:not(.eyebrow),
.section-head > a {
  grid-column: 2;
  grid-row: 2;
  max-width: 520px;
  justify-self: end;
  color: var(--muted);
}

.section-head h2,
.split-section h2,
.image-feature h2,
.contact-panel h2,
.inquiry-form h2,
.product-intro h1 {
  font-size: clamp(2.15rem, 4.5vw, 4.5rem);
}

.split-section,
.image-feature {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .92fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.split-section.reverse {
  grid-template-columns: minmax(320px, .92fr) minmax(0, .92fr);
}

.split-section img,
.image-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.split-section img {
  background: var(--wash);
}

.image-feature {
  max-width: none;
  margin: 0;
  color: var(--ink);
  background: var(--wash);
}

.image-feature > * {
  min-width: 0;
}

.image-feature img {
  justify-self: end;
  max-width: 590px;
}

.image-feature p {
  color: var(--soft-ink);
}

.wine-grid,
.service-grid,
.credential-grid,
.terroir-grid,
.occasion-grid {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  gap: 22px;
}

.wine-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-grid {
  grid-template-columns: repeat(4, minmax(220px, 1fr));
}

.wine-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.wine-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.wine-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.wine-card .card-actions {
  margin-top: auto;
  padding-top: 18px;
}

.wine-image {
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 28px;
  border-bottom: 1px solid var(--line);
  background: var(--wash);
}

.wine-image span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.wine-image img {
  width: auto;
  height: auto;
  max-width: 84%;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 18px 14px rgba(28, 24, 18, .14));
}

.wine-card h3 {
  font-size: 1.28rem;
}

.wine-card p {
  color: var(--soft-ink);
}

.zh-title {
  margin-top: 7px;
  color: var(--muted);
  font-weight: 800;
}

.mini-spec {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
}

.mini-spec div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.dark-panel,
.occasion-section {
  background: var(--dark);
  color: #fff;
}

.dark-panel h2,
.dark-panel h3,
.occasion-section h2,
.occasion-section h3,
.dark-panel .eyebrow,
.occasion-section .eyebrow {
  color: #fff;
}

.dark-panel p,
.occasion-section p {
  color: rgba(255,255,255,.72);
}

.service-grid,
.credential-grid,
.terroir-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid article,
.credential-grid article,
.terroir-grid article,
.occasion-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.dark-panel .service-grid article,
.occasion-section .occasion-grid article {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}

.service-grid article:before,
.credential-grid article:before,
.terroir-grid article:before,
.occasion-grid article:before {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-bottom: 18px;
  background: currentColor;
  opacity: .5;
}

.credential-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.18;
}

.gallery-row,
.award-wall {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(20px, 6vw, 80px) clamp(66px, 8vw, 98px);
  gap: 18px;
}

.gallery-row {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-row img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--wash);
}

.award-wall {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1320px;
}

.award-wall figure {
  margin: 0;
  display: grid;
  grid-template-rows: 230px auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.award-wall img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  background: var(--wash);
}

.award-wall figcaption {
  padding: 14px;
  border-top: 1px solid var(--line);
}

.award-wall strong {
  display: block;
  color: var(--ink);
  font-size: .92rem;
  line-height: 1.25;
}

.award-wall span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .8rem;
}

.founder-section {
  background: var(--wash);
}

.source-note {
  color: var(--muted);
  font-size: .92rem;
  border-left: 1px solid var(--ink);
  padding-left: 14px;
}

.occasion-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.occasion-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.8);
  font-weight: 850;
}

.partnership-product-card {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  padding: 48px 44px 58px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(247,239,221,.92)),
    var(--wash);
  box-shadow: var(--shadow);
  isolation: isolate;
}

#inquiry-flow {
  scroll-margin-top: 96px;
}

.partnership-product-card:before {
  content: "";
  position: absolute;
  inset: 9% 17% 14%;
  z-index: -1;
  border: 1px solid rgba(176,137,75,.25);
  border-radius: 50% 50% 42% 42%;
  background: radial-gradient(circle at 50% 38%, rgba(224,191,118,.28), rgba(255,255,255,0) 68%);
}

.partnership-product-halo {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(215,184,116,.13);
  filter: blur(2px);
}

.partnership-product-card img,
.split-section .partnership-product-card img {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 450px;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 22px 18px rgba(35,20,12,.2));
}

.partnership-product-brand {
  position: absolute;
  top: 30px;
  left: 34px;
  color: rgba(111,77,32,.46);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .28em;
}

.partnership-product-card p {
  position: absolute;
  right: 30px;
  bottom: 20px;
  left: 30px;
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}

.page-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .9fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: 450px;
  overflow: hidden;
  padding: clamp(54px, 8vw, 100px) clamp(20px, 6vw, 80px);
  background: var(--wash);
}

.page-banner:before {
  display: none;
}

.page-banner img {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--radius);
}

.page-banner div {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  max-width: 760px;
}

.page-banner p {
  max-width: 680px;
  color: var(--soft-ink);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
  padding: clamp(64px, 9vw, 116px) clamp(20px, 6vw, 80px);
  background: var(--wash);
}

.product-visual {
  display: grid;
  place-items: center;
  min-height: 530px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.product-visual img {
  width: auto;
  max-width: 78%;
  max-height: 450px;
  object-fit: contain;
  filter: drop-shadow(0 18px 14px rgba(28, 24, 18, .14));
}

.product-intro {
  max-width: 760px;
}

.product-intro p {
  max-width: 690px;
}

.cn-copy {
  color: var(--muted);
}

.product-story {
  padding: clamp(66px, 8vw, 104px) clamp(20px, 6vw, 80px);
  background: var(--paper);
}

.product-story-head {
  max-width: 790px;
  margin: 0 auto 36px;
  text-align: center;
}

.product-story-head h2 {
  margin: 10px 0 12px;
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.product-story-head p:last-child {
  color: var(--muted);
}

.product-story-frame {
  max-width: 790px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.product-story-frame img {
  width: 100%;
  height: auto;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: #fff;
}

.spec-table th,
.spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

.spec-table th {
  width: 32%;
  color: var(--ink);
  background: var(--wash);
}

.side-card,
.contact-panel,
.inquiry-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 28px;
}

.related-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 0;
}

.steps {
  padding-left: 20px;
}

.steps li {
  margin: 10px 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-list p {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-list strong {
  display: block;
  color: var(--ink);
}

.inquiry-form {
  display: grid;
  gap: 14px;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: #fff;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
.site-nav a:focus-visible,
.text-link:focus-visible {
  outline: 2px solid var(--accent-soft);
  outline-offset: 3px;
}

.form-note {
  color: var(--muted);
  font-size: .9rem;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  max-width: var(--max);
  margin: clamp(20px, 5vw, 56px) auto;
  padding: clamp(30px, 5vw, 56px);
  background: var(--dark);
  color: #fff;
}

.contact-band h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.contact-band .eyebrow,
.contact-band p {
  color: rgba(255,255,255,.76);
}

.contact-band .button {
  border-color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr .6fr;
  gap: 24px;
  padding: 44px clamp(20px, 6vw, 80px);
  border-top: 1px solid var(--line);
  background: var(--wash);
  color: var(--soft-ink);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  color: var(--soft-ink);
}

.site-footer a {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  color: var(--ink);
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  border-bottom-color: currentColor;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-nav {
    justify-self: stretch;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: var(--radius);
  }

  .featured-grid,
  .service-grid,
  .credential-grid,
  .terroir-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .award-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    display: flex;
    min-height: 72px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand-logo-frame {
    width: 108px;
    height: 44px;
  }

  .brand small {
    max-width: 168px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px 20px 18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: #fff;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 13px 0;
  }

  .hero,
  .page-banner,
  .split-section,
  .split-section.reverse,
  .image-feature,
  .product-hero,
  .product-detail-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    background: #fff;
  }

  .hero-content,
  .hero-bg,
  .page-banner div,
  .page-banner img {
    grid-column: 1;
  }

  .hero-bg,
  .page-banner img {
    grid-row: auto;
    height: 430px;
  }

  .section-head,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .section-head > p {
    justify-self: start;
  }

  .section-head > .eyebrow,
  .section-head h2,
  .section-head > p:not(.eyebrow),
  .section-head > a {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .brand-showcase-card {
    grid-template-columns: 1fr;
  }

  .occasion-grid {
    grid-template-columns: 1fr;
  }

  .gallery-row {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 420px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 10px 16px;
    gap: 10px;
  }

  .brand {
    gap: 10px;
    max-width: calc(100% - 80px);
  }

  .brand-logo-frame {
    width: 92px;
    height: 40px;
    padding: 4px 7px;
  }

  .brand strong {
    font-size: .98rem;
  }

  .brand small {
    display: none;
  }

  .nav-toggle {
    padding: 9px 12px;
  }

  .hero,
  .section,
  .split-section,
  .image-feature,
  .contact-layout,
  .product-hero,
  .page-banner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1,
  .page-banner h1 {
    font-size: 2.18rem;
  }

  .hero-bg,
  .page-banner img {
    height: 260px;
  }

  .hero-actions,
  .card-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .partnership-product-card {
    min-height: 460px;
    padding: 44px 24px 54px;
  }

  .partnership-product-card img,
  .split-section .partnership-product-card img {
    max-width: 76%;
    max-height: 360px;
  }

  .trust-strip,
  .wine-grid,
  .featured-grid,
  .service-grid,
  .credential-grid,
  .terroir-grid,
  .award-wall {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brand-showcase {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wine-image {
    min-height: 300px;
  }

  .split-section img,
  .image-feature img,
  .gallery-row img {
    min-height: 250px;
  }

  .award-wall figure {
    grid-template-rows: 230px auto;
  }

  .product-visual {
    min-height: 350px;
  }

  .product-visual img {
    max-height: 305px;
  }

  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
  }

  .spec-table th {
    padding-bottom: 5px;
    border-bottom: 0;
  }

  .spec-table td {
    padding-top: 5px;
  }

  .contact-band {
    margin-left: 16px;
    margin-right: 16px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
