:root {
  --black: #0d0c0b;
  --black-soft: #1a1816;
  --gold: #c9a227;
  --gold-light: #e8c547;
  --red: #8b1e1e;
  --red-banner: #a52a2a;
  --orange-glow: #d4622a;
  --green-roast: #2d5a3d;
  --cream: #f5efe6;
  --text-muted: #b8aea3;
  --font-display: "Great Vibes", cursive;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Outfit", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--cream);
  background: var(--black);
  line-height: 1.6;
}

a {
  color: var(--gold-light);
  text-decoration: none;
}

a:hover {
  color: var(--cream);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(1100px, 92vw);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(13, 12, 11, 0.95), transparent);
  padding: 1rem 0;
}

.nav {
  width: min(1100px, 92vw);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo,
.nav-logo {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: var(--gold);
  letter-spacing: 0.02em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links a {
  color: var(--cream);
  opacity: 0.85;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--gold-light);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--cream);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 1.5rem 4rem;
  overflow: hidden;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  width: min(1100px, 92vw);
  text-align: left;
}

.hero-layout .hero-inner {
  text-align: left;
}

.hero-bags {
  margin: 0;
}

.hero-bags img {
  width: 100%;
  max-height: min(70vh, 520px);
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.55));
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(212, 98, 42, 0.35), transparent),
    radial-gradient(ellipse 60% 40% at 20% 20%, rgba(201, 162, 39, 0.15), transparent),
    linear-gradient(180deg, var(--black-soft) 0%, var(--black) 60%);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cpath fill='%23ffffff' fill-opacity='0.03' d='M0 120 Q100 80 200 100 T400 90 L400 200 L0 200 Z'/%3E%3C/svg%3E")
    bottom / cover no-repeat;
  opacity: 0.8;
}

.hero-inner {
  position: relative;
  max-width: 640px;
}

.hero-kicker,
.hero-tagline {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.5rem;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 12vw, 6rem);
  font-weight: 400;
  margin: 0 0 1rem;
  color: var(--gold-light);
  text-shadow: 0 4px 40px rgba(201, 162, 39, 0.35);
  line-height: 1.1;
}

.hero-subtitle,
.hero-sub {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  color: var(--text-muted);
  margin: 0 0 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-badge {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5.5rem;
  margin-top: 2rem;
  padding: 1rem 0.5rem;
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  background: rgba(13, 12, 11, 0.6);
}

.hero-badge .seal {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.badge {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--orange-glow));
  color: var(--black);
}

.badge-outline {
  background: transparent;
  border: 1px solid rgba(201, 162, 39, 0.5);
  color: var(--gold-light);
}

.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--red-banner);
  color: var(--cream);
  box-shadow: 0 8px 24px rgba(139, 30, 30, 0.4);
}

.btn-primary:hover {
  color: var(--cream);
  box-shadow: 0 12px 32px rgba(139, 30, 30, 0.5);
}

.btn-secondary,
.btn-ghost {
  border: 1px solid var(--gold);
  color: var(--gold-light);
  background: transparent;
}

.section {
  padding: 5rem 0;
}

.section-header,
.section-head {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 3rem;
}

.section-kicker {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--gold);
  margin: 0 0 0.5rem;
}

.section-header h2,
.section-head h2,
.story h2,
.contact h2,
.impact h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--cream);
}

.section-header p,
.section-head p {
  color: var(--text-muted);
  margin: 0;
}

.products {
  background: var(--black-soft);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.product-card {
  background: var(--black);
  border: 1px solid rgba(201, 162, 39, 0.15);
  border-radius: 8px;
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
}

.product-dark {
  border-color: rgba(165, 42, 42, 0.35);
}

.product-light {
  border-color: rgba(45, 90, 61, 0.4);
}

.product-photo {
  margin: -1.75rem -1.75rem 1.25rem;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4 / 5;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-photo--dark img {
  object-position: 22% 58%;
}

.product-photo--light img {
  object-position: 78% 58%;
}

.product-card-light {
  border-color: rgba(45, 90, 61, 0.4);
}

.product-tag,
.product-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 2px;
}

.product-tag-dark,
.product-dark .product-label {
  background: var(--red-banner);
  color: var(--cream);
}

.product-tag-light,
.product-light .product-label {
  background: var(--green-roast);
  color: var(--cream);
}

.product-card h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
}

.product-weight {
  font-size: 0.85rem;
  color: var(--gold);
  margin: 0 0 1rem;
}

.product-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0 0 1rem;
}

.product-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-meta li::before {
  content: "• ";
  color: var(--gold);
}

.packaging-showcase {
  margin: 0;
  text-align: center;
}

.packaging-showcase img {
  margin-inline: auto;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.packaging-showcase figcaption {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  font-style: italic;
}

.story {
  background: var(--black-soft);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.story-text p {
  color: var(--text-muted);
  margin: 0 0 1rem;
}

.story-th {
  font-size: 1.05rem;
  color: var(--gold) !important;
  margin-top: 1.5rem !important;
}

.story-visual {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(201, 162, 39, 0.15);
}

.story-visual img {
  width: 100%;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}

.story-grid p {
  color: var(--text-muted);
  max-width: 52ch;
}

.story-orbit-wrap {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(212, 98, 42, 0.2), transparent);
}

.story-visual.story-orbit-wrap {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: none;
}

.mission,
.impact {
  background: linear-gradient(135deg, rgba(139, 30, 30, 0.25), rgba(13, 12, 11, 0.9));
  border-block: 1px solid rgba(201, 162, 39, 0.2);
}

.impact-inner {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}

.impact blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.impact blockquote p {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-style: italic;
  line-height: 1.7;
  color: var(--cream);
  margin: 0;
}

.impact-note {
  margin-top: 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.mission-quote {
  margin: 0;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.mission-quote p {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-style: italic;
  line-height: 1.7;
  color: var(--cream);
  margin: 0 0 1.5rem;
}

.mission-quote footer {
  font-size: 0.9rem;
  color: var(--gold);
  font-style: normal;
}

.contact-inner {
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-grid p {
  color: var(--text-muted);
}

.contact-email a {
  font-size: 1.15rem;
  font-weight: 600;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-form input,
.contact-form textarea {
  font: inherit;
  padding: 0.75rem 1rem;
  background: var(--black-soft);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: var(--cream);
}

.form-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0;
}

.contact-inner p {
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto 1.5rem;
}

.site-footer {
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand,
.footer-logo {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--gold);
  margin: 0 0 0.5rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: min(1100px, 92vw);
  margin-inline: auto;
}

.footer-copy,
.site-footer p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 768px) {
  .hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-layout .hero-inner {
    text-align: center;
  }

  .hero-bags {
    order: -1;
  }

  .hero-bags img {
    max-height: 280px;
    margin-inline: auto;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--black-soft);
    padding: 1rem 4vw;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }

  .story-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .story-visual.story-orbit-wrap {
    margin-inline: auto;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}
