/* ---------------------------------------------
   UNTARLA — design tokens
--------------------------------------------- */
:root{
  --linen: #F1ECDD;
  --linen-deep: #E3DAC0;
  --ink: #2E2A1F;
  --ink-soft: #55503f;
  --olive: #5F6E3A;
  --olive-deep: #4A5730;
  --honey: #B8863B;
  --cream-card: #FBF7EC;
  --line: rgba(46,42,31,0.14);

  --font-display: "Fraunces", serif;
  --font-body: "Work Sans", sans-serif;

  --wrap: 1140px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin: 0;
  background: var(--linen);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

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

.wrap{
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 28px;
}

h1, h2, h3{
  font-family: var(--font-display);
  font-weight: 600;
  margin: 0 0 0.4em;
  color: var(--ink);
}

p{ margin: 0 0 1em; color: var(--ink-soft); }

:focus-visible{
  outline: 2px solid var(--olive-deep);
  outline-offset: 3px;
}

/* ---------------------------------------------
   Header
--------------------------------------------- */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(241,236,221,0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}

.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}

.wordmark{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.wordmark.small{ font-size: 1.1rem; }

.main-nav{
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.95rem;
}

.main-nav a{
  color: var(--ink-soft);
  transition: color 0.15s ease;
}

.main-nav a:hover{ color: var(--olive-deep); }

.nav-cta{
  background: var(--olive);
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 3px;
}

.nav-cta:hover{ background: var(--olive-deep); }

.lang-toggle{
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 5px 12px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  cursor: pointer;
  color: var(--ink-soft);
}

.lang-opt{ padding: 1px 3px; }
.lang-opt.active{ color: var(--ink); font-weight: 600; }
.lang-sep{ opacity: 0.4; }

/* ---------------------------------------------
   Hero
--------------------------------------------- */
.hero{ padding: 88px 0 96px; }

.hero-inner{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.eyebrow{
  color: var(--olive-deep);
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.hero h1{
  font-size: 2.6rem;
  line-height: 1.05;
  margin-bottom: 22px;
}

.hero h1 .tagline{
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--honey);
  margin-top: 6px;
}

.hero-lede{
  max-width: 46ch;
  font-size: 1.08rem;
  color: var(--ink-soft);
}

.hero-actions{
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.btn{
  display: inline-block;
  padding: 13px 26px;
  border-radius: 3px;
  font-size: 0.98rem;
  font-weight: 500;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
  border: 1.5px solid transparent;
}

.btn-primary{
  background: var(--honey);
  color: #fff;
}
.btn-primary:hover{ background: #a3762f; }

.btn-ghost{
  border-color: var(--ink);
  color: var(--ink);
}
.btn-ghost:hover{ background: var(--ink); color: var(--linen); }

.hero-art{ display: flex; justify-content: center; }
.jar-svg{ width: 100%; max-width: 320px; height: auto; }

/* ---------------------------------------------
   About
--------------------------------------------- */
.about{ padding: 40px 0 100px; }

.about-inner{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-top: 56px;
}

.about-num{
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--linen-deep);
  line-height: 1;
}

.about-text h2{ font-size: 1.9rem; max-width: 20ch; }
.about-text p{ max-width: 62ch; }
.about-secondary{ color: var(--olive-deep); font-style: italic; }

/* ---------------------------------------------
   Products
--------------------------------------------- */
.products{ background: var(--linen-deep); padding: 92px 0; }

.section-head{ max-width: 56ch; margin-bottom: 48px; }
.section-head h2{ font-size: 1.9rem; }

.product-row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.product{ padding-top: 4px; }

.product-swatch{
  width: 100%;
  aspect-ratio: 1 / 0.72;
  border-radius: 3px;
  margin-bottom: 18px;
}

.swatch-fig{ background: linear-gradient(135deg, #7a3b4a, #a86a5a); }
.swatch-honey{ background: linear-gradient(135deg, #d4a13a, #b8863b); }
.swatch-olive{ background: linear-gradient(135deg, #5f6e3a, #7c8a4f); }
.swatch-choc{ background: linear-gradient(135deg, #4a3627, #6b4c34); }

.product h3{ font-size: 1.15rem; margin-bottom: 8px; }
.product p{ font-size: 0.92rem; }

/* ---------------------------------------------
   Benefits
--------------------------------------------- */
.benefits{ padding: 96px 0; }

.benefits .section-head{ text-align: left; }

.benefit-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 56px;
}

.benefit{ border-top: 1px solid var(--line); padding-top: 20px; }
.benefit h3{ font-size: 1.1rem; color: var(--olive-deep); }
.benefit p{ font-size: 0.95rem; margin: 0; }

/* ---------------------------------------------
   Contact
--------------------------------------------- */
.contact{ background: var(--ink); color: var(--linen); padding: 96px 0; }

.contact-inner{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
}

.contact h2{ color: var(--linen); font-size: 1.9rem; max-width: 16ch; }
.contact-copy p{ color: #cfc9b6; max-width: 42ch; }
.contact-email{
  font-family: var(--font-display);
  font-style: italic;
  color: var(--honey) !important;
  font-size: 1.15rem;
}

.contact-form{
  background: #3a3527;
  padding: 32px;
  border-radius: 4px;
}

.form-row{ margin-bottom: 18px; }

.form-row label{
  display: block;
  font-size: 0.85rem;
  margin-bottom: 6px;
  color: #d8d2bd;
}

.form-row input,
.form-row textarea{
  width: 100%;
  background: #2E2A1F;
  border: 1px solid #55503f;
  border-radius: 3px;
  padding: 11px 12px;
  color: var(--linen);
  font-family: var(--font-body);
  font-size: 0.95rem;
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus{
  border-color: var(--honey);
  outline: none;
}

.btn-form{
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 4px;
}

.form-status{
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 0.9rem;
  min-height: 1.2em;
}

.form-status.success{ color: #a8c07a; }
.form-status.error{ color: #d98a7a; }

/* ---------------------------------------------
   Footer
--------------------------------------------- */
.site-footer{ padding: 32px 0; }

.footer-inner{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

/* ---------------------------------------------
   Responsive
--------------------------------------------- */
@media (max-width: 900px){
  .main-nav{ display: none; }
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-art{ order: -1; max-width: 240px; margin: 0 auto; }
  .about-inner{ grid-template-columns: 1fr; }
  .about-num{ display: none; }
  .product-row{ grid-template-columns: repeat(2, 1fr); }
  .benefit-list{ grid-template-columns: 1fr; }
  .contact-inner{ grid-template-columns: 1fr; }
}

@media (max-width: 520px){
  .hero h1{ font-size: 2.1rem; }
  .product-row{ grid-template-columns: 1fr; }
  .header-inner{ height: 64px; }
  .contact-form{ padding: 22px; }
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ transition: none !important; }
}
