:root {
  --ink: #17211d;
  --muted: #64706a;
  --paper: #fbfcf9;
  --surface: #ffffff;
  --line: #dbe3dd;
  --green: #2c6b57;
  --green-soft: #dcece5;
  --coral: #d86448;
  --coral-soft: #f7dfd7;
  --aqua: #4b8e9b;
  --aqua-soft: #dbeef1;
  --violet: #665a8f;
  --violet-soft: #e5e0f1;
  --shadow: 0 16px 50px rgba(23, 33, 29, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px 32px;
  background: rgba(251, 252, 249, 0.92);
  border-bottom: 1px solid rgba(219, 227, 221, 0.8);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark span {
  border: 2px solid var(--ink);
  padding: 4px 10px;
  border-radius: 4px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: var(--green-soft);
  outline: none;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 80px 32px 96px;
  background: #edf5f0;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(237, 245, 240, 0.98) 0%, rgba(237, 245, 240, 0.88) 42%, rgba(237, 245, 240, 0.24) 100%),
    repeating-linear-gradient(90deg, rgba(44, 107, 87, 0.08) 0 1px, transparent 1px 96px);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.section-kicker {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 5rem;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: 1.2rem;
  color: #31413a;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}

.button--primary {
  color: #fff;
  background: var(--ink);
}

.button--ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
}

.hero__stage {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(58vw, 780px);
  height: 620px;
  z-index: 1;
}

.hero-pack {
  position: absolute;
  display: block;
  border: 1px solid rgba(23, 33, 29, 0.18);
  box-shadow: 0 28px 60px rgba(23, 33, 29, 0.18);
}

.hero-pack::after {
  content: "beona";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(23, 33, 29, 0.58);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-pack--tube {
  width: 164px;
  height: 420px;
  right: 520px;
  bottom: -50px;
  background: linear-gradient(180deg, #f9f3ec 0%, #ffffff 54%, #dcece5 100%);
  border-radius: 76px 76px 18px 18px;
  transform: rotate(-11deg);
}

.hero-pack--bottle {
  width: 146px;
  height: 500px;
  right: 350px;
  bottom: -84px;
  background: linear-gradient(180deg, #dbeef1 0%, #ffffff 48%, #f7dfd7 100%);
  border-radius: 42px 42px 8px 8px;
}

.hero-pack--jar {
  width: 240px;
  height: 180px;
  right: 150px;
  bottom: 40px;
  background: linear-gradient(180deg, #ffffff 0%, #e5e0f1 100%);
  border-radius: 28px 28px 10px 10px;
}

.hero-pack--box {
  width: 190px;
  height: 330px;
  right: 30px;
  bottom: -24px;
  background: linear-gradient(180deg, #ffffff 0%, #dcece5 100%);
  border-radius: 8px;
  transform: rotate(8deg);
}

.hero-pack--dropper {
  width: 94px;
  height: 360px;
  right: 275px;
  bottom: 70px;
  background: linear-gradient(180deg, #17211d 0 14%, #ffffff 14% 58%, #f7dfd7 100%);
  border-radius: 32px 32px 8px 8px;
  transform: rotate(12deg);
}

.intro-section,
.lines-section,
.products-section {
  padding: 88px 32px;
}

.section-heading {
  max-width: 940px;
  margin: 0 auto 36px;
}

.section-heading h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 32px;
  align-items: end;
}

.brand-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.brand-grid article {
  min-height: 260px;
  padding: 28px;
  background: var(--surface);
}

.brand-grid span {
  display: inline-flex;
  color: var(--coral);
  font-weight: 800;
  margin-bottom: 42px;
}

.brand-grid h3,
.line-panel h3,
.product-card h3 {
  margin: 0;
  letter-spacing: 0;
}

.brand-grid p,
.line-panel p,
.product-card p {
  color: var(--muted);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat {
  min-height: 160px;
  padding: 28px 32px;
  background: #f4f8f5;
}

.stat strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 10px;
  font-weight: 800;
}

.stat small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.line-panels {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.line-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(280px, 1fr);
  gap: 32px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.line-panel ul {
  columns: 2;
  margin: 0;
  padding-left: 18px;
  color: #31413a;
}

.line-panel li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.products-section {
  background: #ffffff;
}

.catalog-controls {
  max-width: 1180px;
  margin: 0 auto 26px;
  display: grid;
  gap: 14px;
}

.search-wrap {
  display: grid;
  gap: 8px;
}

.search-wrap label {
  font-weight: 800;
}

.search-wrap input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  background: var(--paper);
}

.search-wrap input:focus {
  border-color: var(--green);
  outline: 3px solid var(--green-soft);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip span {
  color: var(--muted);
  font-weight: 700;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  border-color: var(--green);
  background: var(--green-soft);
  outline: none;
}

.catalog-summary {
  max-width: 1180px;
  margin: 0 auto 18px;
  color: var(--muted);
}

.catalog-summary strong {
  color: var(--ink);
}

.product-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  display: grid;
  grid-template-rows: 210px 1fr;
  min-height: 510px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(23, 33, 29, 0.05);
}

.product-card[hidden] {
  display: none;
}

.product-card__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(220, 236, 229, 0.8), rgba(255, 255, 255, 0.7)),
    repeating-linear-gradient(90deg, rgba(23, 33, 29, 0.05) 0 1px, transparent 1px 38px);
}

.product-card__visual::before {
  content: "";
  position: absolute;
  bottom: 22px;
  width: 82px;
  height: 150px;
  border: 1px solid rgba(23, 33, 29, 0.18);
  box-shadow: var(--shadow);
  background: #fff;
}

.product-card__visual--tube::before {
  width: 86px;
  height: 164px;
  border-radius: 42px 42px 8px 8px;
  background: linear-gradient(180deg, #fff 0%, #f7dfd7 100%);
}

.product-card__visual--bottle::before {
  width: 74px;
  height: 172px;
  border-radius: 28px 28px 7px 7px;
  background: linear-gradient(180deg, #17211d 0 16%, #fff 16% 68%, #dbeef1 100%);
}

.product-card__visual--jar::before {
  width: 142px;
  height: 88px;
  border-radius: 26px 26px 8px 8px;
  background: linear-gradient(180deg, #fff 0%, #e5e0f1 100%);
}

.product-card__visual--compact::before {
  width: 138px;
  height: 112px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f7dfd7 100%);
}

.product-card__visual--photo {
  background: #fbfaf7;
}

.product-card__visual--photo::before {
  content: none;
}

.product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.packshot-brand,
.packshot-code {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  color: rgba(23, 33, 29, 0.68);
}

.packshot-brand {
  margin-top: 22px;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.packshot-code {
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 700;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.product-card__meta,
.product-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: 1.03rem;
  line-height: 1.25;
}

.product-card p {
  margin: 0;
  font-size: 0.92rem;
}

.product-card__footer {
  margin-top: auto;
  justify-content: flex-start;
}

.status-pill,
.volume-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: none;
}

.status-pill--current {
  color: #164733;
  background: var(--green-soft);
}

.status-pill--future {
  color: #2f5660;
  background: var(--aqua-soft);
}

.status-pill--archive {
  color: #604330;
  background: var(--coral-soft);
}

.volume-pill {
  color: #4d436f;
  background: var(--violet-soft);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px;
  color: #dfe8e1;
  background: var(--ink);
}

.site-footer span {
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 680px;
  margin: 0;
  color: #b8c5bd;
}

@media (max-width: 980px) {
  .hero {
    min-height: 760px;
    align-items: start;
    padding-top: 72px;
  }

  .hero h1 {
    font-size: 3.8rem;
  }

  .hero__stage {
    width: 100%;
    height: 380px;
    opacity: 0.9;
  }

  .hero-pack--tube {
    right: 66%;
    height: 310px;
  }

  .hero-pack--bottle {
    right: 44%;
    height: 360px;
  }

  .hero-pack--jar {
    right: 22%;
    width: 190px;
  }

  .hero-pack--box {
    right: 4%;
    height: 280px;
  }

  .hero-pack--dropper {
    display: none;
  }

  .section-heading--split,
  .line-panel {
    grid-template-columns: 1fr;
  }

  .brand-grid,
  .stats-band,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
  }

  .hero,
  .intro-section,
  .lines-section,
  .products-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: 720px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .section-heading h2 {
    font-size: 1.9rem;
  }

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

  .line-panel {
    padding: 20px;
  }

  .line-panel ul {
    columns: 1;
  }

  .product-card {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
