:root {
  --leaf: #6da823;
  --leaf-dark: #426b16;
  --tomato: #df2d25;
  --ink: #231811;
  --brown: #8b4a12;
  --paper: #fbf8ef;
  --cream: #fffdf7;
  --line: rgba(35, 24, 17, 0.13);
  --shadow: 0 18px 50px rgba(48, 32, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 8px clamp(18px, 5vw, 64px);
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 118px;
  height: auto;
}

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

.site-nav a {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(109, 168, 35, 0.13);
}

.site-nav .nav-action {
  color: #fff;
  background: var(--tomato);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: clamp(500px, 72vh, 660px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #271a0f;
}

.hero-bg,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 16, 9, 0.96), rgba(26, 16, 9, 0.76) 42%, rgba(26, 16, 9, 0.2) 72%),
    linear-gradient(0deg, rgba(26, 16, 9, 0.62), transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(48px, 9vw, 96px) clamp(18px, 6vw, 80px);
  color: #fff;
}

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

.hero .eyebrow {
  color: #b9df79;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.visit-actions,
.section-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

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

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

.button.secondary.dark {
  color: var(--ink);
  border-color: rgba(35, 24, 17, 0.25);
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-info div {
  min-height: 118px;
  padding: 26px clamp(18px, 4vw, 48px);
  background: var(--paper);
}

.quick-info strong,
.quick-info span {
  display: block;
}

.quick-info strong {
  margin-bottom: 8px;
  color: var(--brown);
  font-size: 0.83rem;
  text-transform: uppercase;
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

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

.section-action {
  margin-top: 28px;
}

.product-band {
  background: #f1f6e8;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: stretch;
}

.feature-image {
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

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

.product-card,
.event-card {
  min-height: 214px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.product-card span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--leaf-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card p,
.event-card p {
  margin-bottom: 0;
  color: rgba(35, 24, 17, 0.72);
}

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

.events .eyebrow {
  color: #b9df79;
}

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

.event-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.event-card time {
  display: block;
  margin-bottom: 38px;
  color: #b9df79;
  font-weight: 800;
}

.event-card p {
  color: rgba(255, 255, 255, 0.74);
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(42px, 7vw, 72px) clamp(18px, 5vw, 72px);
  background: var(--paper);
}

.visit p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
}

.visit-actions {
  justify-content: flex-end;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 126px;
}

.site-footer p {
  margin: 0;
  color: rgba(35, 24, 17, 0.72);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  background: #1f9d55;
  box-shadow: 0 14px 32px rgba(31, 157, 85, 0.34);
  font-weight: 800;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #168044;
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: 8px;
  }

  .quick-info,
  .product-layout,
  .event-list,
  .visit {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .brand img {
    width: 104px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 44px;
  }

  .hero-actions .button,
  .visit-actions .button {
    width: 100%;
  }

  .quick-info div {
    min-height: auto;
  }

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

  .feature-image {
    min-height: 300px;
  }

  .product-card,
  .event-card {
    min-height: 188px;
  }

  .whatsapp-float {
    position: static;
    width: calc(100% - 32px);
    margin: 18px 16px 0;
    border-radius: 8px;
  }
}
