/* =========================================================
   Weinkontor Wetzel – Stylesheet
   Breakpoints: 480 / 768 / 1024 / 1280
   ========================================================= */

@font-face {
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/RedHatText-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/RedHatText-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url("../assets/fonts/RedHatText-Bold.woff2") format("woff2");
}

:root {
  --color-black: #0b0b0b;
  --color-black-2: #141414;
  --color-white: #ffffff;
  --color-accent: #735611;
  --color-accent-light: #ac9152;
  --color-heading: #333333;
  --color-body: #6f7075;
  --color-border: rgba(0, 0, 0, 0.1);
  --font: "Red Hat Text", "Segoe UI", Arial, sans-serif;
  --container: 1300px;
  --transition: 0.3s ease;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--color-body);
  background: var(--color-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5 {
  font-family: var(--font);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-heading);
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0 0 0.6em;
}
p { margin: 0 0 1.2em; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 4rem 0; }
.eyebrow {
  display: block;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--color-accent);
  color: #fff; padding: 0.75rem 1.25rem; z-index: 2000;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.btn {
  display: inline-block;
  background: var(--color-white);
  color: var(--color-heading);
  padding: 1rem 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
.btn:hover { background: var(--color-accent); color: #fff; }
.btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
}
.btn-outline:hover { background: #fff; color: var(--color-heading); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
}
.site-header.is-static { position: relative; background: var(--color-black); }
.site-header .logo img { height: 115px; width: auto; display: block; }
.site-header .logo,
.hero-logo-wrap {
  background: rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  padding: 0.5rem 0.9rem;
  display: inline-flex;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.menu-toggle {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  cursor: pointer;
  padding: 0.6rem 0.5rem;
}
.menu-toggle .bars { display: inline-flex; flex-direction: column; gap: 4px; }
.menu-toggle .bars span { width: 22px; height: 2px; background: #fff; display: block; }

/* =========================================================
   OFF-CANVAS FULLSCREEN MENU
   ========================================================= */
.site-nav {
  position: fixed;
  inset: 0;
  background: var(--color-black);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  overflow-y: auto;
}
.site-nav.is-open { opacity: 1; visibility: visible; transform: scale(1); }
.site-nav ul { text-align: center; padding: 4rem 1.25rem; }
.site-nav li { margin: 0.5rem 0; }
.site-nav a {
  display: inline-block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: color var(--transition);
}
.site-nav a:hover, .site-nav a.is-active { color: var(--color-accent-light); }
.nav-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.5rem;
}

/* =========================================================
   HERO SLIDESHOW (Home)
   ========================================================= */
.hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.8s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
}
.hero-content {
  position: relative; z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 4rem;
}
.hero-logo-wrap { margin-bottom: 0.75rem; }
.hero-content img.hero-logo { height: 140px; width: auto; margin-bottom: 0; }
.hero-content h1 { color: #fff; font-size: 2.6rem; margin-bottom: 0.4rem; }
.hero-content p.subtitle { text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.9rem; color: #fff; }

/* Page banner (inner pages) */
.page-banner {
  position: relative;
  height: 60vh;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.page-banner::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.4);
}
.page-banner h1 { position: relative; z-index: 1; color: #fff; font-size: 2.6rem; margin: 0; }

/* =========================================================
   CTA TILES (image + overlay text)
   ========================================================= */
.tiles { display: grid; grid-template-columns: 1fr; }
.tile {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.tile::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.65) 100%);
  transition: background var(--transition);
}
.tile:hover::after { background: linear-gradient(180deg, rgba(0,0,0,0.15) 30%, rgba(0,0,0,0.75) 100%); }
.tile-content { position: relative; z-index: 1; }
.tile h2 { color: #fff; font-size: 1.6rem; margin-bottom: 0; }
.tile .btn { margin-top: 1rem; padding: 0.6rem 1.5rem; font-size: 0.78rem; }
.tiles-3 .tile { min-height: 320px; }
.tiles-hero .tile { min-height: 520px; background-position: center 20%; }

/* =========================================================
   WINE GRID
   ========================================================= */
.wine-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.5rem;
  text-align: center;
}
.wine-grid img { margin: 0 auto 1rem; max-height: 260px; object-fit: contain; }
.wine-grid .wine-name { color: var(--color-body); font-size: 1rem; }

/* =========================================================
   SHOP CTA (full bleed)
   ========================================================= */
.shop-cta {
  position: relative;
  padding: 6rem 1.5rem;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.shop-cta::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.shop-cta > * { position: relative; z-index: 1; }
.shop-cta h2 { color: #fff; font-size: 2rem; max-width: 700px; margin: 0 auto 1rem; }
.shop-cta p { max-width: 500px; margin: 0 auto 1.75rem; }

/* =========================================================
   CONTENT / SPLIT SECTIONS
   ========================================================= */
.split { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
.split img { width: 100%; height: auto; }
.content-block h3 { font-size: 1.4rem; }
.content-block h2 { font-size: 1.9rem; }
.content-block p { color: var(--color-body); }
.content-block ul { list-style: disc; padding-left: 1.4rem; margin-bottom: 1.2em; color: var(--color-body); }

.prose h2 { font-size: 1.8rem; margin-top: 2.5rem; }
.prose h3 { font-size: 1.25rem; margin-top: 2rem; }
.prose h5 { font-size: 1rem; margin-top: 1.5rem; }
.prose p, .prose li { color: var(--color-body); }
.prose ul { list-style: disc; padding-left: 1.4rem; }
.prose li strong { color: var(--color-heading); }

/* =========================================================
   GALLERY GRIDS (Etiketten / Fotoalbum)
   ========================================================= */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.gallery figure { margin: 0; overflow: hidden; background: #f4f2ee; }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; transition: transform var(--transition); }
.gallery a:hover img { transform: scale(1.05); }
.gallery.etiketten img { object-fit: contain; aspect-ratio: 3/4; background: #fff; }
.gallery--lightbox a { cursor: zoom-in; }

/* =========================================================
   LIGHTBOX
   ========================================================= */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.94);
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-image {
  max-width: 88vw;
  max-height: 82vh;
  object-fit: contain;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
}
.lightbox-close,
.lightbox-nav {
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.lightbox-close:hover,
.lightbox-nav:hover { background: var(--color-accent); }
.lightbox-close {
  top: 1rem; right: 1rem;
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
}
.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 1.5rem;
}
.lightbox-prev { left: 0.75rem; }
.lightbox-next { right: 0.75rem; }
.lightbox-counter {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .lightbox-prev { left: 1.5rem; }
  .lightbox-next { right: 1.5rem; }
  .lightbox-close { top: 1.5rem; right: 1.5rem; }
}

/* =========================================================
   KONTAKT
   ========================================================= */
.kontakt-info { text-align: center; padding: 4rem 0 2rem; }
.kontakt-info .lead { color: var(--color-body); font-size: 1.3rem; margin-bottom: 2rem; }
.kontakt-info p { font-size: 1.1rem; color: var(--color-heading); }
.kontakt-info a { color: var(--color-heading); }
.kontakt-info a:hover { color: var(--color-accent); }
.crest-divider { text-align: center; padding: 2rem 0; }
.crest-divider img { height: 70px; margin: 0 auto; opacity: 0.85; }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-content { max-width: 900px; margin: 0 auto; }
.legal-content h2 { font-size: 1.3rem; margin-top: 2.2rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--color-body); }
.legal-content ul { list-style: disc; padding-left: 1.4rem; margin-bottom: 1.2em; }
.legal-content a { color: var(--color-accent); text-decoration: underline; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--color-black); color: rgba(255,255,255,0.75); }
.site-footer .footer-main {
  padding: 10rem 1.5rem 4.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  text-align: center;
}
.footer-main h3 { color: #fff; font-size: 1.2rem; margin-bottom: 1.5rem; }
.footer-main p { margin-bottom: 0.75rem; line-height: 1.9; }
.footer-main a:hover { color: var(--color-accent-light); }
.social-links { display: flex; justify-content: center; gap: 1rem; margin-top: 1.75rem; }
.social-links a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
}
.social-links a:hover { background: var(--color-accent); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  background: var(--color-black-2);
}
.footer-bottom nav ul { display: flex; gap: 1.25rem; }
.footer-bottom nav a:hover { color: var(--color-accent-light); }

/* =========================================================
   COOKIE BANNER
   ========================================================= */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: var(--color-black);
  color: #fff;
  padding: 1.25rem;
  z-index: 900;
  transform: translateY(100%);
  transition: transform var(--transition);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__text { font-size: 0.9rem; margin: 0; max-width: 640px; }
.cookie-banner__text a { color: #fff; text-decoration: underline; }
.cookie-banner__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.cookie-banner__actions { display: flex; gap: 0.6rem; flex-wrap: wrap; flex-shrink: 0; }
.cookie-banner__actions button {
  border: none;
  padding: 0.65rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}
.cookie-btn-ghost { background: transparent; color: #fff; text-decoration: underline; }
.cookie-btn-primary { background: #fff; color: #111; }

/* =========================================================
   BREAKPOINTS
   ========================================================= */
@media (min-width: 480px) {
  .wine-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
  h1 { font-size: 2.6rem; }
  .hero-content h1 { font-size: 3.4rem; }
  .section { padding: 6rem 0; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .tiles-3 { grid-template-columns: repeat(3, 1fr); }
  .tiles-hero .tile { min-height: 640px; }
  .split { grid-template-columns: 1fr 1fr; gap: 3.5rem; }
  .split.reverse > *:first-child { order: 2; }
  .site-footer .footer-main { grid-template-columns: 1fr 1fr; gap: 5rem; text-align: left; padding: 12rem 2rem 5rem; }
  .footer-main .social-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: row; justify-content: space-between; padding: 1.75rem 2rem; }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .kontakt-info p { font-size: 1.2rem; }
}

@media (min-width: 1024px) {
  .site-header { padding: 1.5rem 2.5rem; }
  .hero-content { padding-bottom: 6rem; }
  .content-block { max-width: 620px; }
  .tiles-hero .tile { min-height: 760px; }
}

@media (min-width: 1280px) {
  .container { padding: 0 2rem; }
  .gallery { grid-template-columns: repeat(5, 1fr); }
}
