:root {
  --brown-950: #2a130b;
  --brown-900: #3b1d10;
  --brown-800: #4b2514;
  --brown-700: #6b351b;
  --gold-500: #c99835;
  --gold-300: #e6c87a;
  --cream-100: #fbf7ef;
  --cream-200: #f2e8d6;
  --green-700: #3e672d;
  --text: #2b211b;
  --muted: #6e625a;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(59, 29, 16, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: #fffdf9; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; background: white; padding: 10px 14px; border-radius: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 249, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(201, 152, 53, .2); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: Georgia, serif; font-size: 1.2rem; color: var(--brown-900); }
.brand small { color: var(--gold-500); margin-top: 4px; font-size: .76rem; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .92rem; color: var(--brown-900); }
.site-nav a:hover { color: var(--gold-500); }
.nav-cta { background: var(--brown-900); color: white !important; padding: 11px 16px; border-radius: 999px; }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 20%, rgba(230, 200, 122, .25), transparent 28%), linear-gradient(135deg, #fffdf8 0%, #f8efdf 100%); padding: 88px 0 82px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(90deg, var(--brown-900), var(--gold-500), var(--green-700)); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; }
.eyebrow { color: var(--gold-500); text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 900; margin: 0 0 12px; }
h1, h2, h3 { color: var(--brown-900); line-height: 1.1; margin-top: 0; }
h1 { font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5.7rem); max-width: 820px; margin-bottom: 24px; letter-spacing: -.04em; }
h2 { font-family: Georgia, serif; font-size: clamp(2.15rem, 4vw, 3.6rem); margin-bottom: 18px; letter-spacing: -.025em; }
h3 { font-size: 1.15rem; }
.hero-text, .lead, .section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 900; transition: .2s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brown-900); color: white; box-shadow: 0 12px 24px rgba(59,29,16,.18); }
.button-secondary { border-color: var(--brown-900); color: var(--brown-900); background: rgba(255,255,255,.6); }
.button-gold { background: var(--gold-500); color: var(--brown-950); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { border: 1px solid rgba(75,37,20,.15); background: rgba(255,255,255,.65); border-radius: 999px; padding: 8px 12px; font-size: .82rem; font-weight: 800; color: var(--brown-800); }
.art-card { position: relative; border-radius: 34px; background: rgba(255,255,255,.72); border: 1px solid rgba(201,152,53,.28); padding: 30px; box-shadow: var(--shadow); }
.art-card img { width: 100%; min-height: 340px; object-fit: contain; }
.art-badge { position: absolute; left: 24px; right: 24px; bottom: 20px; background: rgba(59,29,16,.92); color: white; border-radius: 16px; padding: 14px 18px; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.art-badge span { font-size: .82rem; opacity: .8; }
.promise-strip { background: var(--brown-900); color: white; }
.promise-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.promise-grid div { padding: 24px; border-right: 1px solid rgba(255,255,255,.12); display: grid; gap: 3px; }
.promise-grid div:last-child { border-right: 0; }
.promise-grid strong { color: var(--gold-300); font-size: 1.1rem; }
.promise-grid span { font-size: .86rem; opacity: .78; }
.section { padding: 92px 0; }
.section-tint { background: var(--cream-100); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.cards { display: grid; gap: 20px; }
.product-grid { grid-template-columns: repeat(4,1fr); }
.card { position: relative; min-height: 285px; background: white; border: 1px solid rgba(75,37,20,.12); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 32px rgba(59,29,16,.06); display: flex; flex-direction: column; }
.card-number { color: var(--gold-500); font-weight: 900; letter-spacing: .12em; }
.card h3 { margin-top: 36px; font-size: 1.35rem; }
.card p { color: var(--muted); }
.card a { margin-top: auto; font-weight: 900; color: var(--green-700); }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: start; }
.feature-list { display: grid; gap: 18px; }
.feature { display: grid; grid-template-columns: 42px 1fr; gap: 16px; background: white; padding: 22px; border-radius: 18px; border: 1px solid rgba(75,37,20,.1); }
.feature > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--green-700); color: white; font-weight: 900; }
.feature h3 { margin-bottom: 6px; }
.feature p { margin: 0; color: var(--muted); }
.farm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.farm-panel { background: linear-gradient(145deg, #faf2e4, #fff); border-radius: 30px; padding: 30px; border: 1px solid rgba(201,152,53,.26); }
.check-list { list-style: none; padding: 0; display: grid; gap: 10px; }
.check-list li::before { content: "✓"; color: var(--green-700); font-weight: 900; margin-right: 10px; }
.section-dark { background: var(--brown-950); color: white; }
.section-dark h2, .section-dark h3 { color: white; }
.light p { color: rgba(255,255,255,.7) !important; }
.steps { list-style: none; padding: 0; margin: 0 0 36px; display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.steps li { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 20px; }
.steps li > span { width: 38px; height: 38px; border-radius: 50%; background: var(--gold-500); color: var(--brown-950); display: grid; place-items: center; font-weight: 900; margin-bottom: 18px; }
.steps p { color: rgba(255,255,255,.68); font-size: .92rem; margin-bottom: 0; }
.center { text-align: center; }
.contact-section { padding-top: 70px; padding-bottom: 70px; }
.contact-card { border-radius: 28px; background: var(--cream-100); padding: 42px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border: 1px solid rgba(201,152,53,.26); }
.contact-card h2 { margin-bottom: 10px; }
.contact-actions { display: grid; gap: 12px; text-align: center; max-width: 380px; }
.contact-actions span { color: var(--muted); font-size: .88rem; }
.site-footer { background: var(--brown-950); color: white; }
.footer-art img { width: 100%; max-height: 150px; object-fit: cover; object-position: center; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 28px; font-size: .86rem; color: rgba(255,255,255,.7); }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 40; background: #1f8f4d; color: white; text-decoration: none; padding: 13px 17px; border-radius: 999px; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; border: 0; background: var(--brown-900); color: white; border-radius: 999px; padding: 10px 14px; font-weight: 800; }
  .site-nav { display: none; position: absolute; top: 70px; left: 18px; right: 18px; background: white; border-radius: 18px; box-shadow: var(--shadow); padding: 18px; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 9px; }
  .hero-grid, .split-grid, .farm-grid, .contact-card { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .promise-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1160px); }
  .hero { padding-top: 56px; }
  h1 { font-size: 3.05rem; }
  .brand span { display: none; }
  .product-grid, .promise-grid, .steps { grid-template-columns: 1fr; }
  .promise-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .art-card { padding: 16px; }
  .art-card img { min-height: 250px; }
  .art-badge { position: static; margin-top: 8px; flex-direction: column; align-items: flex-start; }
  .section { padding: 68px 0; }
  .contact-card { padding: 28px; }
  .footer-bottom { flex-direction: column; }
}
