@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #FFF6EE;
  --white: #FFFFFF;
  --text: #4A2C1A;
  --title: #5C3A21;
  --coral: #E07A5F;
  --hover: #C45C4A;
  --honey: #F0B429;
  --ticker: #F3E6D8;
  --border: #E8D5C4;
  --footer: #3D2416;
  --shadow: 0 10px 30px rgba(61, 36, 22, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--title);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.5em;
}
.wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

/* Top bar */
.topbar {
  background: var(--coral);
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.topbar a { color: #fff; font-weight: 600; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 84px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.logo-mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg);
  border: 2px solid var(--border);
  flex-shrink: 0;
}
.logo-mark img, .logo-mark svg { width: 100%; height: 100%; object-fit: cover; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  color: var(--title);
}
.logo-text span { font-size: 12px; color: #8a6a54; }

.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid var(--border);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  font-size: 22px;
  color: var(--title);
  cursor: pointer;
}

.main-nav { margin-left: auto; }
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 4px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.main-nav a {
  display: block;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  border-radius: 999px;
}
.main-nav a:hover { color: var(--hover); }
.main-nav a.active {
  color: #fff;
  background: var(--coral);
}

.search-box { position: relative; flex-shrink: 0; }
.search-box input {
  width: 170px;
  border: 1px solid var(--border);
  background: var(--bg);
  border-radius: 999px;
  padding: 8px 14px 8px 34px;
  font: inherit;
  font-size: 13px;
  color: var(--text);
}
.search-box::before {
  content: "⌕";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8a6a54;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.btn-brown { background: var(--title); color: #fff; }
.btn-brown:hover { background: var(--text); }
.btn-honey { background: var(--honey); color: var(--title); }
.btn-honey:hover { filter: brightness(0.95); }
.btn-outline {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--title);
}

/* Hero / Swiper */
.hero { position: relative; }
.hero-swiper { height: min(78vh, 640px); background: #2a160e; }
.hero-swiper .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(42,22,14,.72) 0%, rgba(42,22,14,.25) 60%, transparent 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 560px;
}
.hero-copy h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.hero-copy p { font-size: 1.1rem; margin: 0 0 22px; opacity: .95; }
.hero-swiper .swiper-pagination-bullet { background: #fff; opacity: .45; }
.hero-swiper .swiper-pagination-bullet-active { background: var(--honey); opacity: 1; }
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: #fff;
}

/* Ticker */
.ticker {
  background: var(--ticker);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  white-space: nowrap;
}
.ticker-track {
  display: inline-flex;
  gap: 48px;
  padding: 10px 0;
  animation: ticker 32s linear infinite;
}
.ticker span { font-size: 14px; color: var(--text); }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Sections */
.section { padding: 64px 0; }
.section-kicker {
  color: var(--coral);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.honey-band {
  background: var(--honey);
  padding: 56px 0;
}
.honey-band h2 { margin-bottom: 8px; }

.cards-4, .cards-3, .catalog {
  display: grid;
  gap: 22px;
}
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.catalog { grid-template-columns: repeat(3, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.card img { width: 100%; height: 180px; object-fit: cover; }
.card-body { padding: 18px 18px 22px; }
.card h3 { font-size: 1.35rem; margin-bottom: 6px; }
.card p { margin: 0 0 12px; font-size: 15px; }

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}
.about-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 18px;
}

.units {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.unit {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}

.page-hero {
  padding: 56px 0 24px;
}
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); }

.form {
  display: grid;
  gap: 14px;
  max-width: 640px;
}
.form input, .form textarea, .form select {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  color: var(--text);
}
.form label { font-weight: 600; font-size: 14px; }

.search-results {
  display: none;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 280px;
  z-index: 20;
  padding: 8px;
}
.search-results a { display: block; padding: 8px 10px; border-radius: 8px; }
.search-results a:hover { background: var(--bg); }

/* Footer */
.site-footer {
  background: var(--footer);
  color: #f3e6d8;
  padding: 48px 0 20px;
  margin-top: 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 28px;
}
.site-footer h3 { color: var(--honey); font-size: 1.3rem; }
.site-footer a { color: #f3e6d8; }
.site-footer a:hover { color: var(--honey); }
.footer-copy {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 28px;
  padding-top: 16px;
  font-size: 13px;
  opacity: .8;
}

@media (max-width: 980px) {
  .cards-4, .cards-3, .catalog, .about-grid, .units, .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 12px 16px 20px;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; }
  .search-box { display: none; }
  .header-inner { min-height: 72px; }
}
@media (max-width: 640px) {
  .cards-4, .cards-3, .catalog, .about-grid, .units, .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-swiper { height: 68vh; }
}
