:root {
  --color-accent: #ffde42;
  --color-olive: #4c5c2d;
  --color-deep-olive: #313e17;
  --color-dark: #1b0c0c;
  --color-bg: #f8f8f3;
  --color-white: #ffffff;
  --font-primary: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  --shadow-soft: 0 8px 24px rgba(27, 12, 12, 0.12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --space-xs: 0.4rem;
  --space-sm: 0.7rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.2rem;
  --gradient-soft: linear-gradient(135deg, rgba(255, 222, 66, 0.35), rgba(76, 92, 45, 0.15));
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-primary);
  color: var(--color-dark);
  background: var(--color-bg);
  line-height: 1.5;
  scroll-behavior: smooth;
}

a,
button,
input,
textarea {
  transition: all 0.25s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
  padding: var(--space-sm) var(--space-md);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
}

.brand {
  display: block;
}

.brand img {
  width: 4rem;
  position: relative;
  z-index: 20;
}

.brand img {
  display: inline-block;
  transform: rotate(-5deg);
  transition: transform var(--transition-normal);
}

.brand:hover img {
  transform: rotate(0);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .brand img {
    width: 3rem;
    position: relative;
    z-index: 20;
  }
}

@media (max-width: 768px) {
  .brand img {
    width: 3rem;
    position: relative;
    z-index: 20;
  }
}

@media (max-width: 576px) {
  .brand img {
    width: 2rem;
    position: relative;
    z-index: 20;
  }
}

@media (max-width: 400px) {
  .brand img {
    width: 2rem;
    position: relative;
    z-index: 20;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-md);
  margin-bottom: var(--space-sm);
}

.nav a,
.site-footer a {
  color: var(--color-olive);
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--color-dark);
}

main {
  max-width: 1180px;
  margin: 0 auto;
  padding: var(--space-lg) var(--space-md) 6rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: var(--space-lg);
  align-items: center;
  animation: rise-in 0.7s ease;
}

.hero-copy h1 {
  font-family: var(--font-heading);
  color: var(--color-deep-olive);
  margin: var(--space-xs) 0;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
}

.eyebrow {
  color: var(--color-olive);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.lead {
  max-width: 42ch;
}

.rating {
  font-weight: 600;
}

.badge {
  display: inline-block;
  margin-left: var(--space-xs);
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-sm);
  background: var(--color-accent);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-top: var(--space-sm);
}

.hero-points span {
  background: var(--gradient-soft);
  border-radius: var(--radius-sm);
  padding: 0.35rem 0.55rem;
  font-size: 0.86rem;
}

.price {
  display: flex;
  align-items: baseline;
  gap: var(--space-sm);
}

.old-price {
  text-decoration: line-through;
  color: #777;
}

.hero-media img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.order-card,
.panel {
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: var(--space-lg);
}

.order-card {
  align-self: stretch;
}

form {
  display: grid;
  gap: var(--space-xs);
}

label {
  font-weight: 600;
}

input,
textarea {
  border: 1px solid #d4d4d4;
  border-radius: var(--radius-sm);
  padding: 0.75rem;
  font: inherit;
}

input:focus,
textarea:focus {
  border-color: var(--color-olive);
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 92, 45, 0.2);
}

button,
.email-btn {
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: var(--color-dark);
  font-weight: 700;
  cursor: pointer;
  padding: 0.8rem 1rem;
  text-decoration: none;
  text-align: center;
}

button:hover,
.email-btn:hover {
  transform: translateY(-1px);
  background: #f5cf19;
}

.error {
  min-height: 1rem;
  margin: 0 0 var(--space-xs);
  color: #a02020;
  font-size: 0.88rem;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  font-weight: 500;
}

.consent input {
  margin-top: 0.2rem;
}

.panel {
  margin-top: var(--space-lg);
  display: grid;
  gap: var(--space-sm);
  animation: fade-up 0.8s ease;
}

.highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.highlight-item {
  border: 1px solid rgba(76, 92, 45, 0.2);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  background: var(--color-white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.highlight-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.interactive-panel {
  background: var(--gradient-soft);
}

.toggle-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.toggle-btn {
  background: var(--color-white);
  border: 1px solid rgba(49, 62, 23, 0.2);
}

.toggle-btn.active {
  background: var(--color-deep-olive);
  color: var(--color-white);
}

.toggle-content {
  padding: var(--space-md);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  border: 1px solid rgba(49, 62, 23, 0.12);
}

.contact-cta iframe {
  border: 0;
  width: 100%;
  border-radius: var(--radius-md);
}

.centered {
  max-width: 650px;
  margin: 4rem auto;
  text-align: center;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  background: var(--color-dark);
  color: #f0f0f0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.site-footer a {
  color: #f0f0f0;
}

.cookie-banner,
.cookie-panel {
  position: fixed;
  right: 1rem;
  left: 1rem;
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  z-index: 50;
}

.cookie-banner {
  bottom: 1rem;
}

.cookie-panel {
  bottom: 7rem;
  max-width: 460px;
  margin: 0 auto;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.cookie-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .highlight-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}