/* ========================================================================
   ANF TANNING COMPANY — Main Stylesheet
   Luxury editorial design · Mobile-first · CSS custom properties
   Sections:
   1. Reset & Base
   2. CSS Variables / Design Tokens
   3. Typography
   4. Layout Utilities
   5. Buttons
   6. Header / Navbar
   7. Mobile Menu / Hamburger
   8. Hero
   9. Generic Section Shell
   10. About Section
   11. Founder Section
   12. Products Section
   13. Gallery + Lightbox
   14. Manufacturing Process
   15. Contact Section + Map
   16. Footer
   17. Floating Buttons (WhatsApp + Call)
   18. Back-to-Top
   19. Scroll-Reveal Animations
   ========================================================================== */

/* ============================================================ */
/* 1. RESET & BASE                                               */
/* ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--color-black);
  background: var(--color-offwhite);
  line-height: 1.7;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }

a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease, border-color .25s ease, background-color .25s ease, opacity .25s ease, transform .25s ease;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: inherit;
}

ul, ol { list-style: none; }

input, select, textarea, button { font-family: inherit; font-size: 1rem; }

::selection { background: var(--color-gold); color: var(--color-brown-dark); }

/* Scrollbar — Webkit */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--color-offwhite); }
::-webkit-scrollbar-thumb { background: var(--color-brown); border-radius: 10px; border: 2px solid var(--color-offwhite); }
::-webkit-scrollbar-thumb:hover { background: var(--color-brown-dark); }

/* ============================================================ */
/* 1B. LOCAL ICON SYSTEM                                         */
/* ============================================================ */
i.fa-solid,
i.fa-brands {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: -0.125em;
}

i.fa-solid::before,
i.fa-brands::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  flex-shrink: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.pillar-icon.fa-solid::before { width: 1rem; height: 1rem; }

i.fa-arrow-right::before,
i.fa-arrow-right-long::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>');
}

i.fa-expand::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M3 10V3h7v2H5v5H3Zm11-7h7v7h-2V5h-5V3ZM3 14h2v5h5v2H3v-7Zm16 0h2v7h-7v-2h5v-5Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M3 10V3h7v2H5v5H3Zm11-7h7v7h-2V5h-5V3ZM3 14h2v5h5v2H3v-7Zm16 0h2v7h-7v-2h5v-5Z"/></svg>');
}

i.fa-paper-plane::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M21 3 3 11l7 2 2 8 9-18Zm-9.6 13.6-1.2-4.8 7.8-6.2-6.6 11Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M21 3 3 11l7 2 2 8 9-18Zm-9.6 13.6-1.2-4.8 7.8-6.2-6.6 11Z"/></svg>');
}

i.fa-circle-check::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="m8.5 12.5 2.3 2.3 4.8-5.1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="m8.5 12.5 2.3 2.3 4.8-5.1"/></svg>');
}

i.fa-check::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"><path d="m5 12 4.2 4.2L19 6.8"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"><path d="m5 12 4.2 4.2L19 6.8"/></svg>');
}

i.fa-chevron-up::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"><path d="m6 14 6-6 6 6"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"><path d="m6 14 6-6 6 6"/></svg>');
}

i.fa-phone::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M6.6 2h3.2l1.3 4.3-2 1.9a16 16 0 0 0 6.8 6.8l1.9-2L22 14.2v3.2c0 .8-.6 1.4-1.4 1.5-.6 0-1.1.1-1.6.1C9.7 19 2 11.3 2 2.9c0-.5 0-1 .1-1.5C2.2.6 2.8 0 3.6 0h3Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M6.6 2h3.2l1.3 4.3-2 1.9a16 16 0 0 0 6.8 6.8l1.9-2L22 14.2v3.2c0 .8-.6 1.4-1.4 1.5-.6 0-1.1.1-1.6.1C9.7 19 2 11.3 2 2.9c0-.5 0-1 .1-1.5C2.2.6 2.8 0 3.6 0h3Z"/></svg>');
}

i.fa-envelope::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 7.1L4.7 7h14.6L12 12.1Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 7.1L4.7 7h14.6L12 12.1Z"/></svg>');
}

i.fa-clock::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="M12 7v5l3 2"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="M12 7v5l3 2"/></svg>');
}

i.fa-location-dot::before,
i.fa-pinterest-p::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 22s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Zm0-8.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 22s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Zm0-8.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z"/></svg>');
}

i.fa-leaf::before,
i.fa-seedling::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 20c9 0 12-7 12-14-7 0-14 3-14 12"/><path d="M6 20c2-4 5-7 10-10"/><path d="M12 20v-4"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 20c9 0 12-7 12-14-7 0-14 3-14 12"/><path d="M6 20c2-4 5-7 10-10"/><path d="M12 20v-4"/></svg>');
}

i.fa-flask::before,
i.fa-flask-vial::before,
i.fa-microscope::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.1" stroke-linecap="round" stroke-linejoin="round"><path d="M10 2v7l-5 8a3 3 0 0 0 2.5 4.5h9A3 3 0 0 0 19 17l-5-8V2"/><path d="M8 2h8"/><path d="M8 14h8"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.1" stroke-linecap="round" stroke-linejoin="round"><path d="M10 2v7l-5 8a3 3 0 0 0 2.5 4.5h9A3 3 0 0 0 19 17l-5-8V2"/><path d="M8 2h8"/><path d="M8 14h8"/></svg>');
}

i.fa-award::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="m12 2 2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.4-4.4 2.4.8-5L4.8 7.2l5-.7L12 2Zm-3 14 3 1.8 3-1.8V22l-3-1.7L9 22v-6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="m12 2 2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.4-4.4 2.4.8-5L4.8 7.2l5-.7L12 2Zm-3 14 3 1.8 3-1.8V22l-3-1.7L9 22v-6Z"/></svg>');
}

i.fa-droplet::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 2c3.4 4.4 6.5 7.7 6.5 11.2A6.5 6.5 0 0 1 5.5 13.2C5.5 9.7 8.6 6.4 12 2Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 2c3.4 4.4 6.5 7.7 6.5 11.2A6.5 6.5 0 0 1 5.5 13.2C5.5 9.7 8.6 6.4 12 2Z"/></svg>');
}

i.fa-box-archive::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M3 4h18v5H3V4Zm1 7h16v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8Zm5 2v2h6v-2H9Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M3 4h18v5H3V4Zm1 7h16v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8Zm5 2v2h6v-2H9Z"/></svg>');
}

i.fa-instagram::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1"/></svg>');
}

i.fa-facebook-f::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M13 22v-8h3l.7-4H13V7.7c0-1.2.4-2 2.1-2H17V2.2c-.8-.1-1.8-.2-3-.2-3 0-4.9 1.8-4.9 5.2V10H6v4h3.1v8H13Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M13 22v-8h3l.7-4H13V7.7c0-1.2.4-2 2.1-2H17V2.2c-.8-.1-1.8-.2-3-.2-3 0-4.9 1.8-4.9 5.2V10H6v4h3.1v8H13Z"/></svg>');
}

i.fa-linkedin-in::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M4.98 3.5a2.6 2.6 0 1 0 0 5.2 2.6 2.6 0 0 0 0-5.2Zm.02 7.4H2V21h3V10.9Zm7.5 0h-2.9V21h3V15.9c0-2.7 3.5-2.9 3.5 0V21h3v-6.9c0-5.5-6-5.3-7.6-2.6V10.9Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M4.98 3.5a2.6 2.6 0 1 0 0 5.2 2.6 2.6 0 0 0 0-5.2Zm.02 7.4H2V21h3V10.9Zm7.5 0h-2.9V21h3V15.9c0-2.7 3.5-2.9 3.5 0V21h3v-6.9c0-5.5-6-5.3-7.6-2.6V10.9Z"/></svg>');
}

i.fa-tiktok::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M14 3c.5 2 1.7 3.2 4 3.6V10c-1.7-.1-3-.6-4-1.5v6.2a5.2 5.2 0 1 1-4.5-5.2v3.2a2 2 0 1 0 1.3 1.9V3H14Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M14 3c.5 2 1.7 3.2 4 3.6V10c-1.7-.1-3-.6-4-1.5v6.2a5.2 5.2 0 1 1-4.5-5.2v3.2a2 2 0 1 0 1.3 1.9V3H14Z"/></svg>');
}

i.fa-youtube::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M21.6 7.2c-.2-.9-.9-1.6-1.8-1.8C18.2 5 12 5 12 5s-6.2 0-7.8.4c-.9.2-1.6.9-1.8 1.8C2 8.8 2 12 2 12s0 3.2.4 4.8c.2.9.9 1.6 1.8 1.8C5.8 19 12 19 12 19s6.2 0 7.8-.4c.9-.2 1.6-.9 1.8-1.8.4-1.6.4-4.8.4-4.8s0-3.2-.4-4.8ZM10 15.5v-7l6 3.5-6 3.5Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M21.6 7.2c-.2-.9-.9-1.6-1.8-1.8C18.2 5 12 5 12 5s-6.2 0-7.8.4c-.9.2-1.6.9-1.8 1.8C2 8.8 2 12 2 12s0 3.2.4 4.8c.2.9.9 1.6 1.8 1.8C5.8 19 12 19 12 19s6.2 0 7.8-.4c.9-.2 1.6-.9 1.8-1.8.4-1.6.4-4.8.4-4.8s0-3.2-.4-4.8ZM10 15.5v-7l6 3.5-6 3.5Z"/></svg>');
}

i.fa-whatsapp::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 2a9.5 9.5 0 0 0-8.2 14.3L2 22l5.9-1.7A9.5 9.5 0 1 0 12 2Zm4.3 13.4c-.2.6-1.2 1.2-1.8 1.2-.5 0-1.2.2-4-1.1-2.2-1-3.7-3.5-3.8-3.7-.2-.2-.9-1.2-.9-2.3 0-1.2.6-1.8.8-2 .2-.2.5-.3.7-.3h.5c.2 0 .4 0 .6.5.2.5.8 2 .9 2.1.1.2.1.4 0 .6-.1.2-.2.4-.4.6l-.4.4c-.2.2-.3.3-.1.7.2.4.9 1.5 1.9 2.4 1.3 1.1 2.3 1.5 2.7 1.7.3.1.5.1.7-.1l.8-1c.2-.3.5-.3.8-.2l2 .9c.3.1.6.2.7.4.1.2.1 1-.1 1.6Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 2a9.5 9.5 0 0 0-8.2 14.3L2 22l5.9-1.7A9.5 9.5 0 1 0 12 2Zm4.3 13.4c-.2.6-1.2 1.2-1.8 1.2-.5 0-1.2.2-4-1.1-2.2-1-3.7-3.5-3.8-3.7-.2-.2-.9-1.2-.9-2.3 0-1.2.6-1.8.8-2 .2-.2.5-.3.7-.3h.5c.2 0 .4 0 .6.5.2.5.8 2 .9 2.1.1.2.1.4 0 .6-.1.2-.2.4-.4.6l-.4.4c-.2.2-.3.3-.1.7.2.4.9 1.5 1.9 2.4 1.3 1.1 2.3 1.5 2.7 1.7.3.1.5.1.7-.1l.8-1c.2-.3.5-.3.8-.2l2 .9c.3.1.6.2.7.4.1.2.1 1-.1 1.6Z"/></svg>');
}

/* ============================================================ */
/* 2. CSS VARIABLES / DESIGN TOKENS                              */
/* ============================================================ */
:root {
  /* Brand palette */
  --color-brown-dark:  #4A2C1A;
  --color-brown:       #6F4E37;
  --color-brown-light: #8D6A52;
  --color-gold:        #C9A24B;
  --color-gold-light:  #D4AF37;
  --color-gold-faint:  rgba(201, 162, 75, 0.18);
  --color-offwhite:    #FAF8F5;
  --color-white:       #FFFFFF;
  --color-black:       #111111;
  --color-muted:       #6B6B6B;

  /* Typography */
  --font-heading: 'Playfair Display', serif;
  --font-body:    'Poppins', sans-serif;

  /* Layout */
  --max-width:        1240px;
  --section-pad:      clamp(4rem, 9vw, 8rem);
  --nav-height:       80px;
  --nav-height-mobile: 64px;

  /* Shadows & borders */
  --shadow-sm:  0 2px 10px rgba(17, 17, 17, 0.06);
  --shadow-md:  0 12px 40px rgba(74, 44, 26, 0.08);
  --shadow-lg:  0 25px 80px rgba(74, 44, 26, 0.14);
  --radius-card: 2px;
  --gold-hairline: 1px solid var(--color-gold);
  --gold-hairline-soft: 1px solid rgba(201, 162, 75, 0.35);

  /* Transitions */
  --ease:   cubic-bezier(.2, .7, .2, 1);
  --ease-slow: cubic-bezier(.2, .8, .2, 1);
}

/* ============================================================ */
/* 3. TYPOGRAPHY                                                 */
/* ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--color-brown-dark);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.75rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
h4 { font-size: 1.05rem; }
h5 { font-size: .9rem; letter-spacing: .2em; text-transform: uppercase; color: var(--color-brown-dark); }

p { color: #3a3a3a; font-size: 1rem; }
p + p { margin-top: 1rem; }

.eyebrow {
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 1rem;
  display: inline-block;
}

em, i { font-style: italic; }

/* ============================================================ */
/* 4. LAYOUT UTILITIES                                           */
/* ============================================================ */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: var(--section-pad) 0;
  position: relative;
}

.section-head {
  text-align: left;
  max-width: 780px;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title { margin-bottom: 1.5rem; }
.section-divider {
  width: 60px;
  height: 1px;
  background: var(--color-gold);
  margin: 0 0 1.75rem 0;
  position: relative;
}
.section-divider.center { margin-left: auto; margin-right: auto; }
.section-divider::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gold);
}
.section-divider.center::after { right: -12px; left: auto; }

.section-lede {
  font-size: 1.05rem;
  font-weight: 300;
  color: #3a3a3a;
  line-height: 1.8;
}
.section-lede.center { margin-left: auto; margin-right: auto; max-width: 680px; }

.center { text-align: center; }

/* ============================================================ */
/* 5. BUTTONS                                                    */
/* ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding: .95rem 2rem;
  font-family: var(--font-body);
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all .35s var(--ease);
  white-space: nowrap;
}

.btn-primary {
  background: #2f6a43;
  color: var(--color-white);
  border-color: #2f6a43;
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background: #3c8454;
  border-color: #6dbb78;
  color: #e9f9e9;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47, 106, 67, .24);
  outline: none;
}

.btn-secondary {
  background: transparent;
  color: var(--color-white);
  border-color: #6dbb78;
}
.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #6dbb78;
  color: #123d22;
  transform: translateY(-2px);
  outline: none;
}

.btn-submit {
  width: 100%;
  justify-content: center;
}

/* ============================================================ */
/* 6. HEADER / NAVBAR                                            */
/* ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1200;
  min-height: var(--nav-height-mobile);
  transition: background .35s var(--ease), box-shadow .35s var(--ease), height .35s var(--ease), backdrop-filter .35s var(--ease);
  background: transparent;
  display: flex;
  align-items: center;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 24px rgba(17, 17, 17, .06);
  height: calc(var(--nav-height-mobile) - 8px);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  gap: 1.25rem;
}

/* Logo */
.logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: .25rem 0;
  position: relative;
  margin-right: .75rem;
  flex-shrink: 0;
}
.logo::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 36px;
  height: 2px;
  background: var(--color-gold);
  transition: width .35s var(--ease);
}
.logo:hover::after { width: 100%; }

.logo-img {
  display: block;
  max-height: 48px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.logo-mark {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--color-white);
  letter-spacing: .12em;
  transition: color .3s ease;
}
.logo-tagline {
  font-family: var(--font-body);
  font-size: .6rem;
  font-weight: 300;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-top: .15rem;
  transition: color .3s ease;
}
.site-header.scrolled .logo-mark,
.site-footer .logo-mark { color: var(--color-brown-dark); }
.site-header.scrolled .logo-tagline,
.site-footer .logo-tagline { color: var(--color-brown); }

/* Desktop nav */
.site-nav { display: none; }

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  padding-left: 0.5rem;
}

.nav-link {
  position: relative;
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-white);
  padding: .25rem 0;
  transition: color .3s ease;
  white-space: nowrap;
}
.site-header.scrolled .nav-link { color: var(--color-black); }

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px; left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--color-gold);
  transition: width .35s var(--ease);
}
.nav-link:hover,
.nav-link.active { color: var(--color-gold-light); }
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }

.nav-link-cta {
  padding: .65rem 1.5rem;
  border: 1px solid var(--color-gold);
  color: var(--color-gold-light);
}
.nav-link-cta::after { display: none; }
.nav-link-cta:hover {
  background: var(--color-gold);
  color: var(--color-brown-dark);
}

/* ============================================================ */
/* 7. MOBILE MENU / HAMBURGER                                    */
/* ============================================================ */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 22px;
  padding: 0;
  z-index: 110;
}
.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--color-white);
  border-radius: 2px;
  transition: all .35s var(--ease);
  transform-origin: center;
}
.site-header.scrolled .hamburger span { background: var(--color-brown-dark); }
.hamburger.active span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 0; right: -100%;
  height: 100vh;
  width: min(100vw, 390px);
  background: linear-gradient(180deg, #2f6a43 0%, #1a4a2f 100%);
  box-shadow: -10px 0 60px rgba(0,0,0,.3);
  border-left: 1px solid rgba(109, 187, 120, .28);
  padding: calc(7rem + env(safe-area-inset-top)) 1.5rem calc(2rem + env(safe-area-inset-bottom));
  transition: right .5s var(--ease);
  z-index: 1205;
  overflow-y: auto;
}
.mobile-menu.open { right: 0; }

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-nav-link {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--color-white);
  padding: .5rem 0;
  border-bottom: var(--gold-hairline-soft);
  position: relative;
  transition: padding-left .3s var(--ease), color .3s ease;
}
.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: var(--color-gold-light);
  padding-left: 1rem;
}
.mobile-nav-cta {
  background: var(--color-gold);
  color: var(--color-brown-dark);
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  border: 0;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: var(--font-body);
  margin-top: .5rem;
}
.mobile-nav-cta:hover { padding-left: 0; background: var(--color-gold-light); }

/* Backdrop when menu open — added to <body> */
body.menu-open { overflow: hidden; }
body.menu-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(17,17,17,.55);
  z-index: 1190;
  backdrop-filter: blur(2px);
}

/* ============================================================ */
/* 8. HERO                                                       */
/* ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  color: var(--color-white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(18, 45, 26, 0.28) 0%, rgba(18, 45, 26, 0.14) 45%, rgba(18, 45, 26, 0.34) 100%),
    url('../images/gallery/WhatsApp\ Image\ 2026-08-02\ at\ 8.58.19\ PM.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 50%, rgba(9,34,18,.16) 100%);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.05) 50%, rgba(9,34,18,.35) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding-top: var(--nav-height-mobile);
  max-width: 820px;
}

.hero-title {
  color: #f5fff4;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.hero-title em {
  color: #dff7df;
  display: block;
  font-size: 0.55em;
  font-weight: 600;
  margin-top: 0.35rem;
}

.hero-subtitle {
  color: #ebf8e9;
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.hero-divider {
  width: 60px;
  height: 1px;
  background: #6dbb78;
  margin: 0 0 2rem 0;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.hero .eyebrow {
  color: #dff7df;
}

/* Scroll-down indicator */
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  z-index: 3;
  color: #2f6a43;
  font-family: var(--font-body);
  font-size: .65rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  cursor: pointer;
}
.hero-scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #6dbb78, transparent);
  position: relative;
  overflow: hidden;
}
.hero-scroll-line::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 30%;
  background: #cfeac5;
  animation: scrollLine 2.2s infinite var(--ease-slow);
}
@keyframes scrollLine {
  0%   { top: -30%; }
  100% { top: 100%; }
}
.hero-scroll:hover { color: #3c8454; }

/* ============================================================ */
/* 9. GENERIC SECTION SHELL — alternating bg                    */
/* ============================================================ */
.section-about,
.section-products,
.section-process,
.section-contact { background: var(--color-offwhite); }

.section-founder,
.section-gallery { background: var(--color-white); }

/* ============================================================ */
/* 10. ABOUT SECTION                                             */
/* ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 3.5rem);
  align-items: start;
}

.about-text {
  max-width: 900px;
  margin: 0 auto;
}

.about-text .section-divider { margin-left: 0; margin-right: auto; }

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: var(--gold-hairline-soft);
}
.pillar {
  text-align: left;
}
.pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-gold-faint);
  color: var(--color-gold);
  font-size: 1rem;
  margin-bottom: 1rem;
}
.pillar h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--color-brown-dark);
  margin-bottom: .35rem;
}
.pillar p {
  font-size: .82rem;
  color: var(--color-muted);
  line-height: 1.55;
}

.about-media {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.about-slider {
  position: relative;
  width: 100%;
}

.about-slide {
  display: none;
}

.about-slide.active {
  display: block;
}

.about-slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
  border: var(--gold-hairline-soft);
  box-shadow: var(--shadow-md);
  filter: saturate(1.05);
}

.about-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-top: 1rem;
}

.about-slider-btn {
  border: none;
  background: var(--color-brown-dark);
  color: var(--color-white);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  transition: transform .2s ease, background .2s ease;
}

.about-slider-btn:hover {
  transform: translateY(-1px);
  background: var(--color-gold);
}

.about-slider-dots {
  display: flex;
  gap: .45rem;
}

.about-slider-dot {
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  border: none;
  background: rgba(74, 44, 26, .25);
  cursor: pointer;
  padding: 0;
}

.about-slider-dot.active {
  background: var(--color-gold);
  transform: scale(1.1);
}

/* ============================================================ */
/* 11. FOUNDER SECTION                                           */
/* ============================================================ */
.section-founder {
  position: relative;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 3.5rem);
  align-items: start;
}

.founder-media {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.founder-gallery {
  display: grid;
  gap: 1rem;
}

.founder-parent-card,
.founder-child-card {
  position: relative;
  overflow: hidden;
  border: var(--gold-hairline-soft);
  box-shadow: var(--shadow-md);
  background: var(--color-white);
}

.founder-parent-card {
  border-radius: 1.15rem;
}

.founder-parent-image,
.founder-child-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.founder-parent-image {
  aspect-ratio: 4 / 5;
  object-position: center top;
  filter: contrast(1.02) saturate(1.05);
}

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

.founder-child-card {
  min-height: 220px;
  border-radius: 1rem;
}

.founder-child-card img {
  height: 100%;
  aspect-ratio: 4 / 3;
}

.founder-copy {
  max-width: 900px;
  margin: 0 auto;
}

.founder-title {
  font-family: var(--font-body);
  font-size: .8rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 1.25rem;
}

.founder-quote {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.55;
  color: var(--color-brown-dark);
  padding: 1.5rem 0 1.5rem 2rem;
  margin: 1rem 0 2rem;
  border-left: 2px solid var(--color-gold);
  position: relative;
}
.founder-quote::before {
  content: "\201C";
  position: absolute;
  top: .5rem;
  left: -1.5rem;
  font-family: var(--font-heading);
  font-size: 5rem;
  color: var(--color-gold-faint);
  line-height: 1;
}

.founder-signature {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--color-brown-dark);
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: var(--gold-hairline-soft);
  display: inline-block;
}

/* ============================================================ */
/* 12. PRODUCTS SECTION                                          */
/* ============================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
}

.product-card {
  background: var(--color-white);
  border: var(--gold-hairline-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .45s var(--ease);
  position: relative;
  box-shadow: var(--shadow-sm);
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-gold);
}

.product-img-wrap {
  position: relative;
  overflow: hidden;
  background: var(--color-offwhite);
  aspect-ratio: 4 / 5;
}
.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease-slow);
}
.product-card:hover .product-img { transform: scale(1.06); }

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--font-body);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .4rem .85rem;
  background: var(--color-brown-dark);
  color: var(--color-white);
  z-index: 2;
}
.product-badge.gold { background: var(--color-gold); color: var(--color-brown-dark); }

.product-body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--color-brown-dark);
  margin-bottom: .3rem;
}
.product-price {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-gold);
  margin-bottom: .85rem;
}
.product-desc {
  font-size: .88rem;
  color: #555;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1.25rem;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--color-brown-dark);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  align-self: flex-start;
  transition: all .3s var(--ease);
}
.product-link i { font-size: .7rem; transition: transform .3s var(--ease); }
.product-link:hover {
  color: var(--color-gold);
  border-color: var(--color-gold);
}
.product-link:hover i { transform: translateX(4px); }

/* ============================================================ */
/* 13. GALLERY + LIGHTBOX                                        */
/* ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  max-width: 900px;
  margin: 0 auto;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--color-white);
  border: 1px solid rgba(74,44,26,.12);
  border-radius: 1rem;
  padding: .8rem;
  box-shadow: 0 12px 30px rgba(17,17,17,.05);
  display: grid;
  gap: .75rem;
}
.gallery-media {
  overflow: hidden;
  border-radius: .7rem;
  height: 220px;
  background: var(--color-brown-dark);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s var(--ease-slow), opacity .3s ease;
}
.gallery-item:hover img {
  transform: scale(1.03);
  opacity: .9;
}
.gallery-info {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 0 .2rem .2rem;
}
.gallery-info h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--color-brown-dark);
  margin: 0;
}
.gallery-info p {
  margin: 0;
  color: var(--color-brown-soft);
  font-size: .9rem;
  line-height: 1.6;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.lightbox.open {
  display: flex;
  opacity: 1;
}
.lightbox-figure {
  max-width: 90vw;
  max-height: 86vh;
  position: relative;
  transform: scale(.94);
  transition: transform .35s var(--ease);
}
.lightbox.open .lightbox-figure { transform: scale(1); }
.lightbox-figure img {
  max-width: 100%;
  max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 30px 120px rgba(0,0,0,.6);
  border: 1px solid rgba(201,162,75,.35);
}
.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 50px; height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: rgba(255,255,255,.08);
  border: 1px solid var(--color-gold);
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 50%;
  transition: all .3s ease;
  z-index: 1;
}
.lightbox-close:hover {
  background: var(--color-gold);
  color: var(--color-brown-dark);
  transform: rotate(90deg);
}

/* ============================================================ */
/* 14. MANUFACTURING PROCESS TIMELINE                            */
/* ============================================================ */
.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-top: 1rem;
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 2rem 1.5rem;
  background: var(--color-white);
  border: var(--gold-hairline-soft);
  position: relative;
  transition: all .4s var(--ease);
  box-shadow: var(--shadow-sm);
}
.process-step:hover {
  border-color: var(--color-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.step-num {
  font-family: var(--font-heading);
  font-size: clamp(2.75rem, 5vw, 3.75rem);
  font-weight: 700;
  color: var(--color-gold);
  line-height: .9;
  letter-spacing: -.02em;
  padding-top: .1rem;
}

.step-body {
  display: flex;
  flex-direction: column;
}
.step-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gold-faint);
  color: var(--color-brown-dark);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.step-body h3 {
  margin-bottom: .75rem;
  color: var(--color-brown-dark);
}
.step-body p {
  color: #4a4a4a;
  font-size: .9rem;
  line-height: 1.7;
}

/* ============================================================ */
/* 15. CONTACT SECTION + MAP                                     */
/* ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  margin-bottom: 4rem;
}

/* Form */
.contact-form {
  background: var(--color-white);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: var(--gold-hairline-soft);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.form-group label {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--color-brown-dark);
}
.form-group label span { color: var(--color-gold); }

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--color-offwhite);
  border: 1px solid rgba(111, 78, 55, .15);
  padding: .85rem 1rem;
  font-family: var(--font-body);
  font-size: .92rem;
  font-weight: 300;
  color: var(--color-black);
  transition: all .3s var(--ease);
  width: 100%;
  resize: vertical;
  outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #9c9c9c; font-weight: 300; }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--color-gold);
  background: var(--color-white);
  box-shadow: 0 0 0 3px var(--color-gold-faint);
}

.form-group.has-error input,
.form-group.has-error textarea {
  border-color: #c94b4b;
  background: rgba(201, 75, 75, .04);
}

.form-error {
  font-size: .75rem;
  color: #c94b4b;
  min-height: 1rem;
  display: none;
}
.form-group.has-error .form-error { display: block; }

.form-success {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem 1.25rem;
  background: rgba(76, 160, 98, .08);
  border: 1px solid rgba(76, 160, 98, .3);
  color: #2b6d3a;
  font-size: .88rem;
  line-height: 1.5;
  animation: slideDown .4s var(--ease);
}
.form-success i { color: #4ca062; font-size: 1.2rem; margin-top: 2px; }
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Contact Info cards */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.info-card {
  background: var(--color-white);
  padding: 1.5rem;
  border: var(--gold-hairline-soft);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  align-items: start;
  transition: all .35s var(--ease);
}
.info-card:hover {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}
.info-icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gold-faint);
  color: var(--color-brown-dark);
  font-size: 1rem;
  flex-shrink: 0;
}
.info-card h4 {
  font-family: var(--font-heading);
  color: var(--color-brown-dark);
  margin: 0 0 .35rem;
  line-height: 1.3;
}
.info-card p,
.info-card a {
  color: #4a4a4a;
  font-size: .88rem;
  line-height: 1.6;
  margin: 0;
  transition: color .25s ease;
}
.info-card a:hover { color: var(--color-gold); }

/* Social bar in contact */
.contact-social {
  background: var(--color-brown-dark);
  padding: 1.75rem 1.5rem;
  margin-top: .5rem;
}
.contact-social h5 {
  color: var(--color-gold-light);
  margin-bottom: 1rem;
}
.contact-social .social-list {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}
.contact-social .social-list a {
  background: transparent;
  color: var(--color-white);
  border: 1px solid rgba(201,162,75,.45);
}
.contact-social .social-list a:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-brown-dark);
}

/* Social list — used in contact + footer */
.social-list {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.social-list a {
  width: 40px; height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gold-faint);
  color: var(--color-brown-dark);
  font-size: .95rem;
  transition: all .3s var(--ease);
  position: relative;
  overflow: hidden;
}
.social-list a:hover {
  background: var(--color-brown-dark);
  color: var(--color-gold-light);
  transform: translateY(-3px);
}

/* Map */
.map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border: var(--gold-hairline-soft);
  box-shadow: var(--shadow-sm);
  background:
    radial-gradient(circle at top right, rgba(201, 162, 75, .12), transparent 45%),
    linear-gradient(135deg, #f7f1ea 0%, #efe2d0 100%);
}
.map-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(.15) contrast(1.02);
}
.map-frame[hidden],
.map-offline[hidden] { display: none; }

.map-offline {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(1.5rem, 4vw, 3rem);
  gap: 1rem;
}

.map-offline h3 {
  margin: 0;
  color: var(--color-brown-dark);
}

.map-offline p {
  max-width: 34rem;
  color: #4a4a4a;
}

.btn-map {
  width: auto;
  justify-content: center;
}

/* ============================================================ */
/* 16. FOOTER                                                    */
/* ============================================================ */
.site-footer {
  background: var(--color-black);
  color: #c9c9c9;
  padding-top: clamp(4rem, 8vw, 6rem);
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
}

.footer-brand p {
  color: #9c9c9c;
  font-size: .9rem;
  line-height: 1.75;
  max-width: 420px;
  margin-top: 1.25rem;
}

.footer-col h5 {
  color: var(--color-gold-light);
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: .75rem;
}
.footer-col h5::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 30px;
  height: 1px;
  background: var(--color-gold);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.footer-links a {
  color: #bdbdbd;
  font-size: .88rem;
  transition: all .25s ease;
  padding-left: 0;
  position: relative;
}
.footer-links a:hover {
  color: var(--color-gold-light);
  padding-left: 10px;
}
.footer-links a::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 0; height: 1px;
  background: var(--color-gold);
  transition: width .3s var(--ease);
}
.footer-links a:hover::before { width: 6px; }

.footer-social { margin-bottom: 2rem; }
.footer-social a {
  background: rgba(255,255,255,.05);
  color: #c9c9c9;
  border: 1px solid rgba(255,255,255,.1);
}
.footer-social a:hover {
  background: var(--color-gold);
  color: var(--color-black);
  border-color: var(--color-gold);
}

.footer-newsletter {
  display: flex;
  gap: 0;
  position: relative;
  margin-top: .75rem;
}
.footer-newsletter input {
  flex: 1;
  padding: .75rem 1rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--color-white);
  font-size: .85rem;
  outline: none;
  transition: all .3s ease;
}
.footer-newsletter input::placeholder { color: #7a7a7a; }
.footer-newsletter input:focus {
  border-color: var(--color-gold);
  background: rgba(255,255,255,.08);
}
.footer-newsletter button {
  padding: 0 1.1rem;
  background: var(--color-gold);
  color: var(--color-black);
  transition: background .3s ease;
  font-size: .9rem;
}
.footer-newsletter button:hover { background: var(--color-gold-light); }
.newsletter-thanks {
  display: block;
  position: absolute;
  bottom: -1.75rem;
  left: 0;
  color: var(--color-gold-light);
  font-size: .75rem;
  letter-spacing: .05em;
}
.newsletter-thanks i { margin-right: .25rem; }

/* Footer bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.5rem 0;
  background: #0a0a0a;
}
.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  align-items: center;
}
.footer-bottom p,
.footer-bottom a {
  color: #8a8a8a;
  font-size: .78rem;
  transition: color .25s ease;
}
.footer-bottom a:hover { color: var(--color-gold-light); }
.footer-legal {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-legal .sep { color: #4a4a4a; }

.logo-light::after { background: var(--color-gold); }

/* ============================================================ */
/* 17. FLOATING BUTTONS (WhatsApp + Call)                        */
/* ============================================================ */
.floating-actions {
  position: fixed;
  right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: .75rem;
  z-index: 900;
}

.float-btn {
  width: 56px; height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 1.4rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  position: relative;
  transition: all .35s var(--ease);
  z-index: 1;
}
.float-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.float-btn i { position: relative; z-index: 2; }

.float-whatsapp { background: #25D366; }
.float-whatsapp:hover { background: #1fb557; color: var(--color-white); }

.float-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  opacity: .6;
  animation: pulseRing 1.8s infinite var(--ease-slow);
  z-index: 0;
}
@keyframes pulseRing {
  0%   { transform: scale(1);    opacity: .55; }
  80%  { transform: scale(1.65); opacity: 0; }
  100% { transform: scale(1.65); opacity: 0; }
}

.float-call {
  background: var(--color-brown-dark);
  border: 1px solid var(--color-gold);
}
.float-call:hover { background: var(--color-gold); color: var(--color-brown-dark); }

/* ============================================================ */
/* 18. BACK TO TOP                                               */
/* ============================================================ */
.back-to-top {
  position: fixed;
  left: 1.25rem;
  bottom: calc(1.25rem + env(safe-area-inset-bottom));
  width: 44px; height: 44px;
  background: var(--color-brown-dark);
  color: var(--color-gold-light);
  border: 1px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .4s var(--ease);
  z-index: 800;
  box-shadow: var(--shadow-md);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--color-gold);
  color: var(--color-brown-dark);
  transform: translateY(-4px);
}

/* ============================================================ */
/* 19. SCROLL-REVEAL ANIMATIONS                                  */
/* ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--ease-slow), transform .8s var(--ease-slow);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for grid children (auto-applied via JS data-delay, or manual classes) */
.products-grid .product-card:nth-child(1) { transition-delay: .05s; }
.products-grid .product-card:nth-child(2) { transition-delay: .12s; }
.products-grid .product-card:nth-child(3) { transition-delay: .19s; }
.products-grid .product-card:nth-child(4) { transition-delay: .26s; }
.products-grid .product-card:nth-child(5) { transition-delay: .33s; }
.products-grid .product-card:nth-child(6) { transition-delay: .4s; }

.gallery-grid .gallery-item:nth-child(1) { transition-delay: .04s; }
.gallery-grid .gallery-item:nth-child(2) { transition-delay: .08s; }
.gallery-grid .gallery-item:nth-child(3) { transition-delay: .12s; }
.gallery-grid .gallery-item:nth-child(4) { transition-delay: .16s; }
.gallery-grid .gallery-item:nth-child(5) { transition-delay: .2s; }
.gallery-grid .gallery-item:nth-child(6) { transition-delay: .24s; }
.gallery-grid .gallery-item:nth-child(7) { transition-delay: .28s; }
.gallery-grid .gallery-item:nth-child(8) { transition-delay: .32s; }

.process-timeline .process-step:nth-child(1) { transition-delay: .06s; }
.process-timeline .process-step:nth-child(2) { transition-delay: .14s; }
.process-timeline .process-step:nth-child(3) { transition-delay: .22s; }
.process-timeline .process-step:nth-child(4) { transition-delay: .3s; }
.process-timeline .process-step:nth-child(5) { transition-delay: .38s; }

.info-card:nth-child(1) { transition-delay: .05s; }
.info-card:nth-child(2) { transition-delay: .12s; }
.info-card:nth-child(3) { transition-delay: .19s; }
.info-card:nth-child(4) { transition-delay: .26s; }

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}
