:root {
  --amber: #f6c25b;
  --deep: #1b0f05;
  --cream: #fff9f1;
  --text: #2e1b10;
  --accent: #c7751f;
  --muted: #70533a;
  --max-width: 1180px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 20% 20%, #fff4dc, #fffaf2 50%, #fffaf2),
    #fffaf2;
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 12px;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 249, 241, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.25rem 1.65rem;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--deep);
  font-size: 1.45rem;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu a {
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.04em;
  font-size: 1.05rem;
}

.menu a.active {
  color: var(--accent);
}

.hero {
  position: relative;
  min-height: 80vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero video,
.hero .hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

.hero .pattern {
  position: absolute;
  inset: 0;
  background-image: url("./images/pattern.png");
  opacity: 0.25;
  mix-blend-mode: screen;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
}

.hero-content {
  position: relative;
  padding: 2rem;
  max-width: 960px;
  display: grid;
  gap: 1rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffe7b2;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--deep);
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.55) 1px 1px 0,
    rgba(0, 0, 0, 0.6) -1px -1px 0;
}

.lead {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  color: #ffecc7;
  text-shadow: rgba(0, 0, 0, 0.5) 0 2px 12px;
  margin: 0;
}

.hero-subtext {
  color: #f2e6d2;
  font-weight: 600;
}

.section {
  padding: 4.5rem 1.25rem;
}

.section.light {
  background: #ffffff;
}

.section.cream {
  background: #fff7ea;
}

.section .container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  margin-bottom: 0.5rem;
  color: var(--deep);
}

.section p {
  margin: 0.5rem 0 0;
  color: var(--text);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  align-items: center;
}

.card {
  background: #fff;
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  background: rgba(247, 194, 91, 0.15);
  color: var(--accent);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.jar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.jar-grid img {
  box-shadow: var(--shadow);
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.faq {
  border-radius: 12px;
  padding: 1.5rem;
  min-height: 220px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.faq:nth-child(odd) {
  background: #111;
  color: #fff;
}

.faq:nth-child(odd) h3,
.faq:nth-child(odd) p,
.faq:nth-child(odd) blockquote {
  color: #fff;
}

.faq:nth-child(even) {
  background: #f8c44d;
  color: #1b0f05;
}

.faq:nth-child(even) h3,
.faq:nth-child(even) p,
.faq:nth-child(even) blockquote {
  color: #000;
}

.faq h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

.faq p,
.faq blockquote {
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

form {
  display: grid;
  gap: 1rem;
}

label {
  font-weight: 700;
  color: var(--deep);
}

input,
textarea,
select {
  width: 100%;
  padding: 0.85rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(199, 117, 31, 0.2);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: linear-gradient(120deg, var(--amber), #f2b040);
  color: #361c07;
  font-weight: 800;
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(246, 194, 91, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}

button:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(246, 194, 91, 0.45);
}

button:active,
.button:active {
  transform: translateY(0);
}

.footer {
  text-align: center;
  padding: 1.75rem 1.25rem 2.5rem;
  color: var(--muted);
  background: #fef6e8;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.footer a {
  color: var(--accent);
  font-weight: 700;
}

.spacer {
  height: 2rem;
}

.pattern-strip {
  background: url("./images/pattern.png");
  background-size: 260px;
  opacity: 0.4;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-small {
  min-height: 320px;
  padding: 4rem 1.25rem;
  color: #fff;
  text-align: center;
}

.hero-small h1,
.hero-small p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.45) 0 2px 14px;
}

blockquote {
  margin: 0;
  font-style: italic;
  color: var(--muted);
  padding-left: 0.75rem;
  border-left: 3px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 720px) {
  .menu {
    gap: 1rem;
  }

  .brand {
    font-size: 1.25rem;
  }

  .menu a {
    font-size: 1rem;
  }

  .hero {
    min-height: 70vh;
  }

  .nav {
    padding: 0.75rem 1rem;
  }

  .section {
    padding: 3.5rem 1rem;
  }

  .faq-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
