* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #27312d;
  background: #f7f4ee;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 20;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: #fff;
  background: #263b33;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: #fdfbf6;
  background: rgba(38, 59, 51, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

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

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.05;
  font-weight: 700;
}

.brand small {
  color: rgba(253, 251, 246, 0.72);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  color: #fdfbf6;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.menu-toggle em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.site-menu {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-menu ul {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-menu a,
.site-menu span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  color: rgba(253, 251, 246, 0.82);
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 650;
}

.site-menu a:hover,
.site-menu .sdoc span,
.site-menu .sdocs span,
.site-menu .shop-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.site-menu .shop-link {
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.breadcrumb {
  max-width: 1160px;
  margin: 18px auto 0;
  padding: 0 clamp(18px, 4vw, 28px);
  color: #65746d;
  font-size: 0.88rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #9b8d6e;
}

.page-shell {
  overflow: hidden;
}

.page-shell > h1._level1_page_ {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hero,
.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(540px, 74vh, 760px);
  padding: clamp(96px, 14vw, 150px) clamp(18px, 6vw, 72px) clamp(56px, 8vw, 86px);
  color: #fff;
  background: #263b33;
  isolation: isolate;
}

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

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(26, 39, 34, 0.85), rgba(26, 39, 34, 0.36) 58%, rgba(26, 39, 34, 0.2)),
    linear-gradient(0deg, rgba(26, 39, 34, 0.72), rgba(26, 39, 34, 0.05) 46%);
}

.hero-inner,
.page-hero-inner {
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: #d7c27a;
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.96;
  font-weight: 700;
}

.hero p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

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

.button,
.cms-button,
.text-cta,
button.submit,
input.submit,
.ddmf1col input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  color: #fff;
  background: #8b2f35;
  border: 1px solid #8b2f35;
  border-radius: 6px;
  text-decoration: none;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.button.secondary,
.cms-button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.45);
}

.text-cta {
  min-height: auto;
  padding: 0;
  color: #8b2f35;
  background: transparent;
  border: 0;
}

.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 28px);
}

.section-muted {
  max-width: none;
  background: #ece6d9;
}

.section-muted > * {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-intro h2,
.split-copy h2,
.newsletter-panel h2,
.social-news h2,
.contact-form h2,
.recipe-panel h2 {
  margin: 0;
  color: #263b33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 3.9rem);
  line-height: 1;
}

.section-intro p:not(.eyebrow),
.split-copy p:not(.eyebrow),
.newsletter-panel p,
.social-news p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #596961;
}

.feature-grid,
.news-grid,
.event-grid,
.recipe-grid,
.package-grid,
.accessory-grid,
.contact-details,
.stat-grid,
.abc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.news-card,
.event-card,
.recipe-card,
.package-card,
.mini-card,
.accessory-card,
.stat-card,
.realblog_show_box,
.newsblogEntry {
  min-width: 0;
  padding: 22px;
  background: #fffdf8;
  border: 1px solid rgba(38, 59, 51, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(38, 59, 51, 0.08);
}

.feature-card {
  color: inherit;
  text-decoration: none;
}

.feature-card h3,
.news-card h3,
.event-card h3,
.recipe-card h3,
.package-card h3,
.mini-card h3,
.accessory-card h3 {
  margin: 14px 0 8px;
  color: #263b33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.feature-card p,
.news-card p,
.event-card p,
.recipe-card p,
.package-card p,
.mini-card p,
.accessory-card p {
  margin: 0;
  color: #63736c;
}

.news-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 16px;
}

.news-card span,
.event-card span,
.package-card span,
.accessory-card span,
.recipe-card strong {
  color: #8b2f35;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.accessory-card {
  display: grid;
  align-content: start;
  min-height: 326px;
}

.accessory-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--pinot);
  background: var(--soft-alt);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.accessory-card span {
  margin-top: 26px;
  line-height: 1.25;
}

.accessory-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.accessory-card a {
  display: inline-flex;
  align-self: end;
  align-items: center;
  min-height: 44px;
  margin-top: 24px;
  color: var(--pinot);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.accessory-card a:hover {
  color: var(--vine);
}

.split-section,
.contact-layout,
.news-journal,
.social-news,
.sustainability {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.split-media img,
.news-lead-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 8px;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1160px;
  margin: -44px auto 0;
  padding: 0 clamp(18px, 4vw, 28px);
  position: relative;
  z-index: 2;
}

.stat-card {
  border-radius: 0;
  box-shadow: none;
}

.stat-card:first-child {
  border-radius: 8px 0 0 8px;
}

.stat-card:last-child {
  border-radius: 0 8px 8px 0;
}

.stat-card strong {
  display: block;
  color: #8b2f35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.stat-card span {
  color: #5f6f68;
  font-weight: 700;
}

.newsletter-panel,
.social-card,
.gallery-band,
.directions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
  background: #263b33;
  border-radius: 8px;
}

.newsletter-panel h2,
.newsletter-panel p,
.newsletter-panel .eyebrow,
.social-card,
.gallery-band h2,
.gallery-band p {
  color: #fff;
}

.newsletter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.newsletter-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.news-lead-copy time,
.news-card time,
.event-card time {
  display: block;
  margin-top: 8px;
  color: #877b64;
  font-weight: 700;
}

.news-topic-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.news-topic-strip article {
  padding: 16px;
  background: #f3eee5;
  border-radius: 8px;
}

.news-topic-strip strong {
  display: block;
  color: #263b33;
}

.news-topic-strip span {
  color: #62726b;
  font-size: 0.9rem;
}

.social-news {
  color: #fff;
  background: #385247;
}

.social-news > div:first-child {
  padding: clamp(28px, 5vw, 48px);
}

.social-card {
  grid-template-columns: 1fr;
  align-content: center;
  min-height: 220px;
  background: #8b2f35;
}

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

.abc-grid span {
  padding: 16px;
  color: #263b33;
  background: #fffdf8;
  border: 1px solid rgba(38, 59, 51, 0.12);
  border-radius: 8px;
  font-weight: 750;
}

.order-form,
.contact-form,
.ddmf1col {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  background: #fffdf8;
  border: 1px solid rgba(38, 59, 51, 0.12);
  border-radius: 8px;
}

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

label,
.fieldwrap {
  display: grid;
  gap: 7px;
  color: #263b33;
  font-weight: 750;
}

input,
select,
textarea,
.ddmf_text,
.ddmf_select,
.ddmf_textwide {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  color: #27312d;
  background: #faf7f0;
  border: 1px solid rgba(38, 59, 51, 0.2);
  border-radius: 6px;
  font: inherit;
}

textarea,
.ddmf_textwide {
  min-height: 130px;
  resize: vertical;
}

fieldset {
  border: 1px solid rgba(38, 59, 51, 0.16);
  border-radius: 8px;
  padding: 18px;
}

legend {
  padding: 0 8px;
  color: #8b2f35;
  font-weight: 800;
}

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

.directions {
  color: #27312d;
  background: #d9d0bd;
}

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

.recipe-panel {
  padding: 24px;
  background: #fffdf8;
  border: 1px solid rgba(38, 59, 51, 0.12);
  border-radius: 8px;
}

.recipe-panel h2 {
  font-size: 2rem;
}

.realblog_show_date,
.newsblogCounter,
.newsblogPagenav {
  color: #8b2f35;
  font-weight: 800;
}

.realblog_search_input,
.realblog_search_text,
.newsblogReadMore {
  font: inherit;
}

.newsblogPagenav a,
.newsblogBoxActive,
.newsblogBoxInactive,
.realblog_table_paging a {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin: 4px;
  border-radius: 6px;
  background: #fffdf8;
  border: 1px solid rgba(38, 59, 51, 0.16);
  text-decoration: none;
}

.newsblogBoxActive {
  color: #fff;
  background: #8b2f35;
}

.footer-brand img,
.partner-badge img {
  object-fit: contain;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) auto;
  gap: 32px;
  padding: clamp(42px, 7vw, 70px) clamp(18px, 6vw, 72px);
  color: #fdfbf6;
  background: #1f2f2a;
}

.footer-brand img {
  width: 132px;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-contact span {
  color: rgba(253, 251, 246, 0.72);
}

.footer-contact,
.footer-links {
  display: grid;
  gap: 9px;
  align-content: start;
}

.footer-contact a,
.footer-links a {
  color: #fdfbf6;
  text-decoration: none;
}

.login {
  color: rgba(253, 251, 246, 0.72);
}

/* React/Vercel visual parity overrides */
:root {
  --ink: #111715;
  --muted: #5d6763;
  --paper: #ffffff;
  --soft: #eef4ef;
  --soft-alt: #f5f1e6;
  --vine: #143c33;
  --vine-dark: #08231d;
  --pinot: #7b2638;
  --pinot-dark: #581729;
  --riesling: #c4a15a;
  --line: #d9dfda;
  --shadow: 0 24px 70px rgba(17, 23, 21, 0.14);
  --max: 1180px;
}

body {
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
}

p {
  color: var(--muted);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px max(22px, calc((100vw - var(--max)) / 2));
  color: var(--ink);
  border-bottom: 1px solid rgba(217, 223, 218, 0.86);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  gap: 12px;
  min-width: 190px;
  color: var(--vine-dark);
}

.brand .brand-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  aspect-ratio: 1 / 1;
  flex: 0 0 42px;
  border-radius: 50%;
  background: var(--pinot-dark);
  color: var(--riesling);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.brand-seal--logo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.brand span:last-child {
  display: block;
}

.brand strong {
  color: var(--vine-dark);
  font-size: 21px;
  font-weight: 500;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
}

.site-menu {
  justify-self: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  width: 100%;
}

.site-menu ul {
  gap: 6px;
}

.site-menu a,
.site-menu span {
  min-height: 42px;
  padding: 0 12px;
  color: #25312d;
  border-radius: 999px;
  background: transparent;
  font-size: 14px;
  font-weight: 650;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
  white-space: nowrap;
}

.site-menu a:hover,
.site-menu .sdoc span,
.site-menu .sdocs span {
  color: var(--vine-dark);
  background: var(--soft);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(238, 244, 239, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 30px;
  height: 30px;
  padding: 0 9px;
  color: var(--muted);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.language-switch a:hover,
.language-switch a.is-active {
  color: #fff;
  background: var(--vine);
}

.site-menu .shop-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 13px;
  color: #fff;
  background: var(--vine);
  border: 0;
}

.site-menu .shop-link::before {
  display: none;
  content: "";
}

.consent-backdrop[hidden] {
  display: none;
}

body.has-consent-open {
  overflow: hidden;
}

.consent-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
  background-color: var(--vine-dark);
  background-image:
    linear-gradient(90deg, #08231d 0%, #08231d 18%, rgba(8, 35, 29, 0.96) 34%, rgba(8, 35, 29, 0.72) 100%),
    url("/userfiles/images/eser/home-hero-native.jpg");
  background-position:
    center,
    88% center;
  background-repeat: no-repeat;
  background-size:
    cover,
    cover;
}

.consent-dialog {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px 34px;
  width: min(860px, 100%);
  padding: 34px;
  border: 1px solid rgba(217, 223, 218, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.consent-brand {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-right: 28px;
  border-right: 1px solid var(--line);
  color: var(--vine-dark);
}

.consent-brand .brand-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: var(--pinot-dark);
}

.consent-brand .brand-seal img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.consent-brand strong,
.consent-brand small {
  display: block;
  line-height: 1.05;
}

.consent-brand strong {
  color: var(--vine-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.consent-brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.consent-copy h2 {
  margin-top: 10px;
  font-size: 42px;
}

.consent-copy p:last-child {
  margin-top: 16px;
  max-width: 590px;
  font-size: 17px;
}

.consent-options {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.consent-option {
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.consent-option:hover {
  transform: translateY(-1px);
}

.consent-option span {
  color: var(--pinot);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.consent-option strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.12;
}

.consent-option small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.consent-option.is-muted {
  background: var(--soft);
}

.consent-option.is-muted:hover {
  border-color: rgba(20, 60, 51, 0.28);
  background: #fff;
}

.consent-option.is-primary {
  border-color: var(--vine);
  background: var(--vine);
}

.consent-option.is-primary:hover {
  border-color: var(--pinot);
  background: var(--pinot);
}

.consent-option.is-primary span,
.consent-option.is-primary strong,
.consent-option.is-primary small {
  color: #fff;
}

.consent-option.is-primary span {
  color: var(--riesling);
}

.consent-note {
  grid-column: 1 / -1;
  font-size: 13px;
}

.button svg,
.site-menu .shop-link svg,
.text-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-menu .shop-link:hover {
  color: #fff;
  background: var(--pinot);
}

.menu-toggle {
  color: var(--vine);
  background: #fff;
  border-color: var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.menu-toggle:hover {
  border-color: rgba(14, 69, 57, 0.24);
  box-shadow: 0 10px 24px rgba(14, 43, 35, 0.12);
}

.menu-toggle span {
  transition:
    opacity 160ms ease,
    transform 180ms ease;
  transform-origin: center;
}

.site-header.is-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.breadcrumb {
  display: none;
}

.hero.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100svh - 148px);
  min-height: 480px;
  max-height: 720px;
  padding: 64px max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: var(--vine-dark);
}

.hero.home-hero::before,
.hero.home-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: var(--hero-image);
  background-repeat: no-repeat;
}

.hero.home-hero::before {
  z-index: -3;
  background-position: center top;
  background-size: cover;
  filter: blur(16px);
  opacity: 0.74;
  transform: scale(1.04);
}

.hero.home-hero::after {
  z-index: -2;
  background-position: center 18px;
  background-size: auto 140%;
}

.hero.home-hero .hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 35, 29, 0.94) 0%, rgba(8, 35, 29, 0.72) 42%, rgba(8, 35, 29, 0.14) 100%),
    linear-gradient(0deg, rgba(8, 35, 29, 0.46), rgba(8, 35, 29, 0.05));
}

.hero.home-hero .hero-inner {
  width: min(640px, 100%);
}

.hero.home-hero h1 {
  color: #f8f2e3;
  font-size: 72px;
  font-weight: 500;
  text-shadow: 0 2px 24px rgba(8, 35, 29, 0.34);
}

.hero.home-hero .eyebrow {
  color: #e7c879;
}

.hero.home-hero .hero-copy {
  max-width: 590px;
  margin-top: 22px;
  color: #e8ded0;
  font-size: 22px;
  line-height: 1.45;
}

.hero-generation-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  width: fit-content;
  max-width: min(620px, 100%);
  margin-top: 28px;
  padding: 7px;
  color: #f6efe0;
  background: rgba(246, 239, 224, 0.9);
  border: 1px solid rgba(196, 161, 90, 0.62);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(8, 35, 29, 0.22);
  backdrop-filter: blur(16px);
}

.hero-key-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  overflow: hidden;
  background: var(--pinot-dark);
  border: 1px solid rgba(196, 161, 90, 0.75);
  border-radius: 50%;
}

.hero-key-mark img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.hero-generation-card .hero-fact {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--vine-dark);
  border-right: 1px solid rgba(20, 60, 51, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hero.home-hero .hero-generation-card p {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 0 13px 0 12px;
  color: #6f5520;
  background: rgba(196, 161, 90, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hero-note {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 24px;
  display: grid;
  gap: 6px;
  width: 310px;
  padding: 18px;
  color: #fff;
  background: rgba(8, 35, 29, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.hero.home-hero .hero-note span {
  color: var(--riesling);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero.home-hero .hero-note strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.hero.home-hero .hero-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.55;
}

.hero.home-hero .hero-note small {
  margin-top: 6px;
  color: var(--riesling);
  font-size: 13px;
  font-weight: 800;
}

.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 470px;
  padding: 128px max(24px, calc((100vw - var(--max)) / 2)) 72px;
  overflow: hidden;
  color: #fff;
  background: var(--vine-dark);
}

.page-hero::before {
  background: var(--hero-image) center / cover no-repeat;
}

.page-hero::after {
  background:
    linear-gradient(90deg, rgba(8, 35, 29, 0.9), rgba(8, 35, 29, 0.62), rgba(8, 35, 29, 0.12)),
    linear-gradient(0deg, rgba(8, 35, 29, 0.45), rgba(8, 35, 29, 0.02));
}

.page-hero-inner {
  width: min(720px, 100%);
  align-self: end;
}

.page-hero h1,
.page-hero p,
.page-hero .eyebrow {
  color: #fff;
}

.page-hero h1 {
  font-size: 72px;
  font-weight: 500;
}

.page-hero p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 22px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  gap: 44px;
  align-items: start;
}

.archive-slider {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.archive-image-wrap {
  position: relative;
  height: clamp(360px, 34vw, 430px);
  overflow: hidden;
  border-radius: 8px;
  background: var(--vine-dark);
  box-shadow: var(--shadow);
}

.archive-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-caption {
  display: grid;
  gap: 4px;
  padding: 0 4px;
  border-radius: 8px;
  background: transparent;
}

.archive-caption span {
  color: var(--pinot);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-caption p {
  color: var(--muted);
  font-size: 16px;
}

.archive-control {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  background: rgba(8, 35, 29, 0.62);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.archive-control:hover,
.archive-control:focus-visible {
  background: rgba(8, 35, 29, 0.86);
  transform: translateY(-50%) scale(1.04);
}

.archive-control.previous {
  left: 18px;
}

.archive-control.next {
  right: 18px;
}

.archive-control svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.archive-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.archive-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(20, 60, 51, 0.34);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.archive-dots button.is-active {
  border-color: var(--pinot);
  background: var(--pinot);
}

.timeline {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 22px 24px 22px 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 244, 239, 0.72)),
    #fff;
  box-shadow: 0 18px 45px rgba(8, 35, 29, 0.07);
}

.timeline-item::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--pinot);
  content: "";
}

.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(123, 38, 56, 0.08);
  color: var(--pinot);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.timeline-copy {
  min-width: 0;
}

.timeline-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.03;
}

.timeline-copy p {
  max-width: 34rem;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.section.sustainability {
  display: grid;
}

.section.sustainability > * {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.sustainability h2 {
  font-size: clamp(36px, 4vw, 58px);
}

.sustainability p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 20px;
}

.sustainability-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sustainability-list .mini-card {
  min-height: 182px;
  padding: 22px;
}

.mini-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(123, 38, 56, 0.08);
  color: var(--pinot);
  font-size: 12px;
  font-weight: 900;
}

.eyebrow {
  color: var(--pinot);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button,
.cms-button,
button.submit,
input.submit,
.ddmf1col input[type="submit"] {
  gap: 9px;
  min-height: 46px;
  padding: 0 19px;
  color: var(--vine);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button.primary,
.cms-button.primary {
  color: #fff;
  background: var(--vine);
  border-color: transparent;
}

.button.primary:hover,
.cms-button.primary:hover {
  background: var(--pinot);
}

.button.light,
.button.secondary,
.cms-button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}

.button.light:hover,
.button.secondary:hover {
  background: rgba(255, 255, 255, 0.22);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.stat-card,
.stat-card:first-child,
.stat-card:last-child {
  display: grid;
  gap: 4px;
  min-height: 132px;
  padding: 28px;
  place-content: center;
  text-align: center;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.stat-card:last-child {
  border-right: 0;
}

.stat-card strong {
  color: var(--vine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.stat-card span {
  color: var(--muted);
  font-weight: 650;
}

.site-footer {
  display: block;
  padding: 56px max(24px, calc((100vw - var(--max)) / 2)) 28px;
  color: #fff;
  background: var(--vine-dark);
}

.site-footer p,
.site-footer a,
.site-footer span {
  color: rgba(255, 255, 255, 0.78);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(220px, 0.75fr) minmax(420px, 1.45fr);
  gap: 36px;
  align-items: start;
}

.footer-brand img,
.footer-top img {
  width: 160px;
  height: auto;
  margin: 0;
}

.footer-brand p,
.footer-top p {
  max-width: 310px;
  margin-top: 18px;
}

.footer-contact {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-contact a:hover,
.footer-bottom a:hover,
.footer-bottom .login a:hover {
  color: #fff;
}

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

.partner-badge {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.partner-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 8px;
  border-radius: 7px;
  background: #fff;
}

.partner-mark img {
  width: 100%;
  max-width: 76px;
  max-height: 38px;
  object-fit: contain;
  filter: contrast(1.18) saturate(1.18) brightness(0.92);
}

.partner-badge strong,
.partner-badge small {
  display: block;
  color: #fff;
}

.partner-badge strong {
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.12;
}

.partner-badge small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.18;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
}

.footer-bottom .login,
.footer-bottom .login span {
  display: inline-flex;
}

.footer-bottom .login a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer-bottom button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  cursor: pointer;
}

.footer-bottom button:hover {
  color: #fff;
}

.section {
  max-width: none;
  padding: 96px max(24px, calc((100vw - var(--max)) / 2));
}

.section > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.section > .section-intro {
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
}

.section-muted {
  background: var(--soft);
}

.origin-section,
.award-strip-section {
  display: grid;
}

.origin-section > *,
.award-strip-section > * {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.origin-section {
  grid-template-columns: minmax(0, 0.76fr) minmax(560px, 1.24fr);
  align-items: center;
  gap: 56px;
}

.origin-copy {
  max-width: 460px;
}

.origin-copy h2,
.award-strip-copy h2 {
  margin-top: 10px;
}

.origin-copy h2 {
  font-size: 44px;
}

.origin-copy p:last-of-type {
  margin-top: 18px;
  font-size: 18px;
}

.principle-board {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(217, 223, 218, 0.8);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(54, 34, 31, 0.96), rgba(96, 69, 62, 0.9) 46%, rgba(33, 25, 23, 0.98)),
    var(--soft);
  box-shadow: var(--shadow);
}

.principle-board::before {
  position: absolute;
  inset: -32px;
  content: "";
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 225, 202, 0.22), transparent 18%),
    radial-gradient(circle at 86% 15%, rgba(255, 214, 196, 0.26), transparent 17%),
    radial-gradient(circle at 62% 70%, rgba(255, 255, 255, 0.12), transparent 19%),
    url("/userfiles/images/eser/weingut-cellar.jpg") center / cover;
  filter: blur(11px) saturate(0.8);
  opacity: 0.68;
  transform: scale(1.08);
}

.principle-board::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 35, 29, 0.2), transparent 34%, rgba(8, 35, 29, 0.26)),
    repeating-linear-gradient(132deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 46px);
}

.principle-card {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 8px;
  width: 178px;
  min-height: 132px;
  padding: 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  box-shadow: 0 18px 36px rgba(17, 23, 21, 0.18);
}

.principle-card::before {
  display: block;
  width: 58px;
  height: 16px;
  content: "";
  background:
    radial-gradient(circle at 8px 8px, rgba(196, 161, 90, 0.2) 0 7px, transparent 8px),
    radial-gradient(circle at 24px 8px, rgba(196, 161, 90, 0.2) 0 7px, transparent 8px),
    radial-gradient(circle at 40px 8px, rgba(196, 161, 90, 0.2) 0 7px, transparent 8px);
}

.principle-card.is-active {
  transform: translateY(-6px);
  border-color: rgba(196, 161, 90, 0.95);
  background: #fff;
  box-shadow: 0 24px 48px rgba(17, 23, 21, 0.24);
}

.principle-card span {
  color: var(--pinot);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.principle-card strong {
  color: #58605d;
  font-size: 16px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.22;
}

.principle-card-0 {
  top: 196px;
  left: 5%;
}

.principle-card-1 {
  top: 38px;
  left: 20%;
}

.principle-card-2 {
  top: 168px;
  left: 40%;
}

.principle-card-3 {
  top: 44px;
  right: 19%;
}

.principle-card-4 {
  top: 202px;
  right: 5%;
}

.principle-detail {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  color: #fff;
  background: rgba(8, 35, 29, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.principle-detail span {
  color: var(--riesling);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.principle-detail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.wine-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.wine-choice-board {
  min-height: 374px;
  background:
    linear-gradient(135deg, rgba(46, 32, 25, 0.95), rgba(96, 54, 40, 0.88) 45%, rgba(8, 35, 29, 0.96)),
    var(--soft);
}

.wine-choice-board::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 226, 177, 0.22), transparent 18%),
    radial-gradient(circle at 86% 18%, rgba(196, 161, 90, 0.2), transparent 19%),
    radial-gradient(circle at 50% 74%, rgba(255, 255, 255, 0.14), transparent 22%),
    url("/userfiles/images/eser/weine-hero.jpg") center / cover;
  filter: blur(10px) saturate(0.86);
  opacity: 0.72;
}

.wine-choice-board .principle-card {
  width: 160px;
  min-height: 112px;
  padding: 17px;
}

.wine-choice-board .principle-card strong {
  font-size: 15px;
}

.wine-choice-board .principle-card-0 {
  top: 166px;
  left: 5%;
}

.wine-choice-board .principle-card-1 {
  top: 38px;
  left: 20%;
}

.wine-choice-board .principle-card-2 {
  top: 150px;
  left: 40%;
}

.wine-choice-board .principle-card-3 {
  top: 42px;
  right: 20%;
}

.wine-choice-board .principle-card-4 {
  top: 162px;
  right: 5%;
}

.wine-choice-board .principle-detail {
  bottom: 18px;
}

.wine-copy {
  display: grid;
  gap: 4px;
}

.lede {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: var(--pinot);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease;
}

.text-link:hover {
  transform: translateY(-1px);
}

.level-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.level-card {
  min-height: 265px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.level-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  color: var(--vine);
  background: var(--river);
  border-radius: 50%;
  font-weight: 900;
}

.level-card h3 {
  margin: 0;
  color: var(--vine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.1;
}

.level-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.instagram-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.instagram-section > * {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.instagram-copy {
  max-width: 520px;
}

.instagram-copy h2 {
  margin: 10px 0 0;
  color: var(--vine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.04;
}

.instagram-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: #43524d;
  font-size: 18px;
  line-height: 1.6;
}

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

.snapwidget-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(217, 223, 218, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.snapwidget-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  color: #fff;
  background: var(--vine);
}

.snapwidget-head span {
  color: var(--riesling);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.snapwidget-head strong {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.snapwidget-frame {
  min-height: 420px;
  background:
    linear-gradient(0deg, rgba(250, 247, 240, 0.92), rgba(250, 247, 240, 0.92)),
    url("/userfiles/images/eser/austrieb.jpg") center / cover;
}

.snapwidget-widget,
.instagram-widget {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
  background: #fff;
}

.award-strip-section {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.award-strip-copy {
  max-width: 460px;
}

.award-strip-copy h2 {
  font-size: 34px;
}

.award-badge-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.award-badge {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 186px;
  padding: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.award-badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  padding: 10px;
  background: #fff;
  border-radius: 7px;
}

.award-badge img {
  width: 100%;
  max-width: 108px;
  max-height: 88px;
  object-fit: contain;
}

.award-badge strong {
  color: var(--vine);
  font-size: 14px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 850;
  line-height: 1.15;
}

.award-badge small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 72px;
  }

  .consent-backdrop {
    place-items: start center;
    padding: 16px;
  }

  .consent-dialog {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .consent-brand {
    padding-right: 0;
    padding-bottom: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .consent-copy h2 {
    font-size: 32px;
  }

  .consent-copy p:last-child {
    margin-top: 12px;
    font-size: 16px;
  }

  .consent-options {
    grid-template-columns: 1fr;
  }

  .consent-option {
    min-height: auto;
    gap: 6px;
    padding: 16px;
  }

  .menu-toggle {
    display: block;
  }

  .site-menu {
    position: fixed;
    top: 72px;
    right: 16px;
    left: 16px;
    z-index: 12;
    display: none;
    width: auto;
    max-height: calc(100svh - 92px);
    overflow-y: auto;
    align-content: start;
    align-items: stretch;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    justify-items: stretch;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 22px 60px rgba(14, 43, 35, 0.18);
  }

  .site-header.is-open .site-menu {
    display: grid;
  }

  .site-menu ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-self: stretch;
    width: 100%;
    gap: 4px;
  }

  .site-menu > * {
    min-width: 0;
    justify-self: stretch;
    width: 100%;
  }

  .site-menu a,
  .site-menu span,
  .site-menu .shop-link {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 0 14px;
    border-radius: 8px;
    color: var(--vine-dark);
    font-size: 16px;
    font-weight: 800;
  }

  .site-menu ul a,
  .site-menu ul span {
    gap: 12px;
  }

  .site-menu ul a::after,
  .site-menu ul span::after {
    width: 7px;
    height: 7px;
    margin-left: auto;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    opacity: 0.34;
    transform: rotate(45deg);
  }

  .site-menu a:hover,
  .site-menu .sdoc span,
  .site-menu .sdocs span {
    color: var(--vine-dark);
    background: var(--soft);
  }

  .site-menu .language-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
    width: 100%;
    margin-top: 4px;
    padding: 4px;
    border-radius: 10px;
    background: rgba(238, 244, 239, 0.92);
  }

  .site-menu .language-switch a {
    width: 100%;
    min-height: 38px;
    height: 38px;
    justify-content: center;
    padding: 0;
    border-radius: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }

  .site-menu .language-switch a:hover,
  .site-menu .language-switch a.is-active {
    color: #fff;
    background: var(--vine);
  }

  .site-menu .shop-link {
    min-height: 52px;
    justify-content: center;
    gap: 10px;
    margin-top: 2px;
    color: #fff;
    background: var(--vine);
    border-radius: 10px;
    font-size: 16px;
  }

  .site-menu .shop-link:hover {
    color: #fff;
    background: var(--pinot);
  }

  .feature-grid,
  .news-grid,
  .event-grid,
  .recipe-grid,
  .package-grid,
  .accessory-grid,
  .contact-details,
  .stat-grid,
  .abc-grid,
  .stats-band,
  .split-section,
  .origin-section,
  .award-strip-section,
  .wine-showcase,
  .instagram-section,
  .level-grid,
  .contact-layout,
  .news-journal,
  .social-news,
  .sustainability,
  .story-grid,
  .site-footer,
  .recipe-detail {
    grid-template-columns: 1fr;
  }

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

  .stats-band {
    margin-top: 0;
    padding-top: 0;
  }

  .stat-card,
  .stat-card:first-child,
  .stat-card:last-child {
    border-radius: 0;
  }

  .newsletter-panel,
  .directions,
  .gallery-band {
    grid-template-columns: 1fr;
  }

  .newsletter-actions {
    justify-content: flex-start;
  }

  .origin-section,
  .award-strip-section,
  .instagram-section {
    grid-template-columns: 1fr;
  }

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

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

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .partner-row {
    grid-column: 1 / -1;
  }

  .wine-choice-board .principle-card {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand .brand-seal {
    width: 42px;
    height: 42px;
  }

  .brand span:last-child {
    display: none;
  }

  .site-menu {
    top: 68px;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100svh - 86px);
  }

  .hero.home-hero {
    align-items: end;
    height: calc(100svh - 116px);
    min-height: 470px;
    padding: 48px 20px;
  }

  .hero.home-hero::after {
    background-position: 62% 18px;
    background-size: auto 146%;
  }

  .hero.home-hero .hero-shade {
    background:
      linear-gradient(0deg, rgba(8, 35, 29, 0.94) 0%, rgba(8, 35, 29, 0.62) 58%, rgba(8, 35, 29, 0.18) 100%),
      linear-gradient(90deg, rgba(8, 35, 29, 0.4), rgba(8, 35, 29, 0.05));
  }

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

  .hero.home-hero .hero-copy {
    font-size: 17px;
  }

  .hero-generation-card {
    gap: 5px;
    width: min(100%, 360px);
    padding: 8px;
    border-radius: 18px;
  }

  .hero-key-mark {
    width: 34px;
    height: 34px;
  }

  .hero-generation-card .hero-fact,
  .hero.home-hero .hero-generation-card p {
    min-height: 30px;
    padding: 0 10px;
    border-right: 0;
    font-size: 12px;
  }

  .hero.home-hero .hero-generation-card p {
    width: 100%;
    justify-content: center;
  }

  .page-hero {
    min-height: 420px;
    padding: 108px 20px 54px;
  }

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

  .page-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .section-intro h2,
  .origin-copy h2,
  .award-strip-copy h2,
  .instagram-copy h2 {
    font-size: 31px;
  }

  .hero-note {
    display: none;
  }

  .button {
    width: 100%;
  }

  .stats-band {
    grid-template-columns: 1fr;
  }

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

  .footer-top,
  .partner-row,
  .sustainability-list {
    grid-template-columns: 1fr;
  }

  .archive-control.previous {
    left: 12px;
  }

  .archive-control.next {
    right: 12px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .timeline-item span {
    justify-self: start;
  }

  .footer-bottom {
    display: grid;
  }

  .stat-card,
  .stat-card:first-child,
  .stat-card:last-child {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .form-grid,
  .news-topic-strip,
  .abc-grid,
  .award-badge-strip,
  .level-grid {
    grid-template-columns: 1fr;
  }

  .principle-board {
    min-height: 520px;
  }

  .principle-card {
    position: relative;
    inset: auto;
    width: auto;
    min-height: auto;
    margin: 12px;
  }

  .principle-detail {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 12px;
    grid-template-columns: 1fr;
  }

  .snapwidget-frame,
  .snapwidget-widget,
  .instagram-widget {
    min-height: 360px;
  }
}

@media (max-width: 390px) {
  .page-hero h1 {
    font-size: 36px;
  }

  .section-intro h2,
  .origin-copy h2,
  .award-strip-copy h2,
  .instagram-copy h2 {
    font-size: 28px;
  }
}
