/* ===== Local Font Faces ===== */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/playfair-regular-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/playfair-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/playfair-regular-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/playfair-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-bold.woff2') format('woff2');
  unicode-range: U+0000-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/playfair-italic-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/playfair-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/lato-light.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/lato-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/lato-medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/lato-semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/lato-bold.woff2') format('woff2');
}

/* ===== Global Reset & Base ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Farbpalette – abgeleitet vom Logo (warme Honig-/Naturtöne) */
  --gold:        #D4A017;
  --gold-light:  #F0D060;
  --gold-dark:   #A67C00;
  --honey:       #F5C547;
  --cream:       #FFF8E7;
  --brown:       #5C3D1A;
  --brown-light: #7A5A30;
  --brown-dark:  #3B250E;
  --green:       #4A7C3F;
  --green-light: #6DA35E;
  --white:       #FFFFFF;
  --text:        #3B250E;
  --text-light:  #6B5030;

  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Lato', 'Segoe UI', Arial, sans-serif;
  --max-width:    1200px;
  --radius:       12px;
  --shadow:       0 4px 24px rgba(92, 61, 26, .12);
  --shadow-lg:    0 8px 40px rgba(92, 61, 26, .18);
  --transition:   .35s ease;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a   { color: var(--gold-dark); text-decoration: none; transition: color var(--transition); -webkit-tap-highlight-color: transparent; }
a:hover { color: var(--gold); }
button { -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
  color: var(--brown-dark);
}

/* ===== Utility ===== */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section-title {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: .4em;
  position: relative;
}

.section-subtitle {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  color: var(--text-light);
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--honey));
  margin: .55em auto 0;
  border-radius: 2px;
}

section {
  padding: 5rem 0;
  scroll-margin-top: 72px;
}

section:nth-child(even) {
  background: var(--white);
}

/* ===== Navigation ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(59, 37, 14, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background var(--transition), box-shadow var(--transition);
}

.navbar.scrolled {
  background: rgba(59, 37, 14, .97);
  box-shadow: 0 2px 20px rgba(0,0,0,.25);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
}

.nav-logo img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  border: 2px solid var(--gold);
  background: var(--cream);
  padding: 2px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-links a {
  color: var(--cream);
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .3px;
  position: relative;
  padding-bottom: 4px;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  min-width: 44px;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--cream);
  margin: 6px 0;
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

/* Hamburger → X animation */
.nav-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,
    rgba(59, 37, 14, .55) 0%,
    rgba(59, 37, 14, .35) 50%,
    rgba(59, 37, 14, .7) 100%);
}

.hero-content {
  max-width: 780px;
  padding: 0 24px;
}

.hero-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  border: 4px solid var(--gold);
  margin: 0 auto 1.5rem;
  box-shadow: 0 0 40px rgba(212, 160, 23, .3);
  background: var(--cream);
  padding: 8px;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  margin-bottom: .5em;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}

.hero h1 span {
  display: block;
  font-size: .45em;
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-top: .3em;
}

.hero p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  opacity: .92;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .5px;
  transition: all var(--transition);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--honey));
  color: var(--brown-dark);
  box-shadow: 0 4px 16px rgba(212, 160, 23, .35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(212, 160, 23, .5);
  color: var(--brown-dark);
}

.btn-outline {
  border: 2px solid var(--gold);
  color: var(--gold-light);
  background: transparent;
  margin-left: 12px;
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--brown-dark);
}

.hero-buttons {
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-buttons .btn-outline {
  margin-left: 0;
}

/* ===== Über Uns ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.about-image:hover img {
  transform: scale(1.03);
}

.about-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

.about-text p {
  margin-bottom: 1rem;
  color: var(--text-light);
}

.about-text .highlight {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--honey));
  color: var(--brown-dark);
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 600;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
}

.about-feature .icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.about-feature h4 {
  font-size: .95rem;
  margin-bottom: .15em;
}

.about-feature p {
  font-size: .85rem;
  margin-bottom: 0;
}

/* ===== Honig-Sorten ===== */
.honey-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2rem;
}

.honey-card {
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}

section:nth-child(even) .honey-card {
  background: var(--white);
  border: 1px solid rgba(212,160,23,.15);
}

.honey-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.honey-card-image {
  aspect-ratio: auto;
  overflow: hidden;
}

.honey-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.honey-card:hover .honey-card-image img {
  transform: scale(1.06);
}

.honey-card-body {
  padding: 1.5rem;
}

.honey-card-body h3 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}

.honey-card-body .origin {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .82rem;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: .6rem;
}

.honey-card-body p {
  font-size: .93rem;
  color: var(--text-light);
}

/* ===== Philosophie ===== */
.philosophy {
  position: relative;
  background: linear-gradient(135deg, var(--brown-dark), var(--brown));
  color: var(--cream);
  text-align: center;
  overflow: hidden;
}

.philosophy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('img/WinterlandschaftBienen.jpg') center/cover no-repeat;
  opacity: .15;
}

.philosophy .container {
  position: relative;
}

.philosophy .section-title {
  color: var(--cream);
}

.philosophy .section-title::after {
  background: linear-gradient(90deg, var(--gold), var(--honey));
}

.philosophy-content {
  max-width: 800px;
  margin: 0 auto;
}

.philosophy blockquote {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: var(--gold-light);
}

.philosophy p {
  font-size: 1.05rem;
  opacity: .9;
  margin-bottom: 1rem;
}

.philosophy-icons {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.philosophy-icon {
  text-align: center;
}

.philosophy-icon .icon {
  font-size: 2.5rem;
  margin-bottom: .5rem;
}

.philosophy-icon span {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  color: var(--gold-light);
}

/* ===== Galerie ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(59, 37, 14, 0);
  transition: background var(--transition);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover::after {
  background: rgba(59, 37, 14, .2);
}

.gallery-item.tall {
  grid-row: span 2;
  aspect-ratio: auto;
}

/* ===== Kontakt ===== */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-info h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.contact-info p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: 1.2rem;
}

.contact-detail .icon {
  font-size: 1.3rem;
  color: var(--gold-dark);
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-detail strong {
  display: block;
  font-size: .85rem;
  color: var(--brown-dark);
  margin-bottom: 2px;
}

.contact-detail span {
  font-size: .95rem;
  color: var(--text-light);
}



/* ===== Footer ===== */
.footer {
  background: var(--brown-dark);
  color: rgba(255, 248, 231, .7);
  padding: 3rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  border: 2px solid var(--gold);
  background: var(--cream);
  padding: 3px;
}

.footer-brand span {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--cream);
}

.footer p {
  font-size: .9rem;
  line-height: 1.6;
}

.footer h4 {
  color: var(--gold-light);
  font-size: 1rem;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: .5rem;
}

.footer-links a {
  color: rgba(255, 248, 231, .7);
  font-size: .9rem;
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 248, 231, .1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: .82rem;
}

.footer-legal a {
  color: rgba(255, 248, 231, .5);
  font-size: .82rem;
  margin-left: 1.5rem;
  transition: color var(--transition);
}

.footer-legal a:hover {
  color: var(--gold);
}

/* ===== Scroll-to-top ===== */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--gold), var(--honey));
  color: var(--brown-dark);
  border: none;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  z-index: 900;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

/* ===== Legal Pages (Impressum/Datenschutz) ===== */
.legal-page {
  padding-top: 100px;
  min-height: 100vh;
}

.legal-page .legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 24px;
}

.legal-page h1 {
  font-size: 2.2rem;
  margin-bottom: .3em;
}

.legal-page h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--honey));
  margin-top: .5em;
  border-radius: 2px;
}

.legal-page h2 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: .6rem;
  color: var(--brown);
}

.legal-page p,
.legal-page li {
  color: var(--text-light);
  margin-bottom: .8rem;
  font-size: .97rem;
}

.legal-page ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-page a {
  color: var(--gold-dark);
  text-decoration: underline;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2rem;
  font-weight: 600;
  color: var(--gold-dark);
}

.legal-back:hover {
  color: var(--gold);
}

/* ===== Animations (fade-in on scroll) ===== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  /* Navigation → hamburger dropdown */
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: rgba(59, 37, 14, .97);
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .4s ease;
    z-index: 999;
    pointer-events: none;
  }
  .nav-links.open {
    max-height: 400px;
    padding: 1rem 0;
    pointer-events: auto;
  }
  .nav-links li {
    width: 100%;
    list-style: none;
  }
  .nav-links a {
    font-size: 1.05rem;
    padding: .9rem 2rem;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255,248,231,.08);
  }
  .nav-links li:last-child a {
    border-bottom: none;
  }
  .nav-toggle {
    display: block;
  }

  /* Layout */
  .about-grid,
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  .about-image {
    max-height: 400px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item.tall {
    grid-row: span 1;
    aspect-ratio: 4/3;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 100svh;
  }
  .hero-logo {
    width: 110px;
    height: 110px;
  }
  .hero p {
    font-size: 1rem;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .honey-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .honey-card-image {
    aspect-ratio: auto;
  }
  .about-features {
    grid-template-columns: 1fr;
  }
  .about-image {
    max-height: 300px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .6rem;
  }
  .gallery-item.tall {
    grid-row: span 1;
    aspect-ratio: 4/3;
  }
  .philosophy-icons {
    gap: 1.5rem;
  }
  .philosophy-icon .icon {
    font-size: 2rem;
  }
  .contact-detail {
    padding: .4rem 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-legal a {
    margin-left: 0;
    margin-right: 1rem;
  }
  section {
    padding: 3.5rem 0;
  }
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .scroll-top {
    bottom: 1.2rem;
    right: 1.2rem;
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }
  .legal-page h1 {
    font-size: 1.6rem;
  }
  .legal-page h2 {
    font-size: 1.15rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  .hero h1 {
    font-size: 1.8rem;
  }
  .hero h1 span {
    font-size: .5em;
    letter-spacing: 1.5px;
  }
  .hero-logo {
    width: 90px;
    height: 90px;
  }
  .btn {
    padding: 12px 28px;
    font-size: .95rem;
    width: 100%;
    text-align: center;
  }
  .honey-grid {
    max-width: none;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .philosophy blockquote {
    font-size: 1.05rem;
  }
  .about-text h2 {
    font-size: 1.5rem;
  }
  .section-title {
    font-size: 1.6rem;
  }
}
