/* base/tokens.css */
:root {
  
  --olive-900: #171a0c;
  --olive-800: #2b3113;
  --olive-700: #3b421a;
  --olive-600: #6d712e; 
  --olive-500: #8d8b55; 
  --olive-400: #b7b98a;
  --olive-100: #f2f4e6;

  --lime-700: #4d5714;
  --lime-600: #63701c;
  --lime-500: #a3b23f;
  --lime-400: #c2d160;

  --white: #ffffff;

  
  --whatsapp: #17803f;
  --whatsapp-hover: #146c35;
  --whatsapp-bright: #1fa855;
  --whatsapp-rgb: 23, 128, 63;

  
  --bg: #ffffff;
  --surface: #f7f8f0;
  --surface-2: #eef0e0;
  --card: #ffffff;
  --header-bg: rgba(255, 255, 255, 0.92);

  --border: #d4d9bd;
  --border-soft: #e4e8d2;

  --text: #1f2313;
  --text-muted: #4a5231;
  --text-soft: #666e4c;
  --heading: #232811;

  --brand: var(--olive-600);
  --brand-hover: var(--olive-800);
  --brand-on: var(--white);
  --brand-soft: var(--olive-100);
  --brand-soft-on: var(--lime-600);

  --accent: var(--lime-500);
  --accent-text: var(--lime-600);

  
  --inverse-bg: var(--olive-900);
  --inverse-text: rgba(255, 255, 255, 0.88);
  --inverse-heading: #ffffff;
  --inverse-accent: var(--lime-400);
  --inverse-border: rgba(255, 255, 255, 0.22);

  --shadow-rgb: 43, 49, 19;
  --shadow-opacity: 1;

  color-scheme: light;
}


:root[data-theme="dark"] {
  --bg: #12150b;
  --surface: #191d10;
  --surface-2: #222717;
  --card: #1c2113;
  --header-bg: rgba(18, 21, 11, 0.9);

  --border: #3d4527;
  --border-soft: #2c331b;

  --text: #ecefdd;
  --text-muted: #bfc7a5;
  --text-soft: #9aa383;
  --heading: #f4f6e8;

  --brand: var(--lime-500);
  --brand-hover: var(--lime-400);
  --brand-on: #12150b;
  --brand-soft: #262c17;
  --brand-soft-on: var(--lime-400);

  --accent: var(--lime-500);
  --accent-text: var(--lime-400);

  --inverse-bg: #0d1007;
  --inverse-border: rgba(255, 255, 255, 0.16);

  --shadow-rgb: 0, 0, 0;
  --shadow-opacity: 2.2;

  color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #12150b;
    --surface: #191d10;
    --surface-2: #222717;
    --card: #1c2113;
    --header-bg: rgba(18, 21, 11, 0.9);

    --border: #3d4527;
    --border-soft: #2c331b;

    --text: #ecefdd;
    --text-muted: #bfc7a5;
    --text-soft: #9aa383;
    --heading: #f4f6e8;

    --brand: var(--lime-500);
    --brand-hover: var(--lime-400);
    --brand-on: #12150b;
    --brand-soft: #262c17;
    --brand-soft-on: var(--lime-400);

    --accent: var(--lime-500);
    --accent-text: var(--lime-400);

    --inverse-bg: #0d1007;
    --inverse-border: rgba(255, 255, 255, 0.16);

    --shadow-rgb: 0, 0, 0;
    --shadow-opacity: 2.2;

    color-scheme: dark;
  }
}

:root {
  --shadow-sm: 0 2px 12px rgba(var(--shadow-rgb), calc(0.06 * var(--shadow-opacity)));
  --shadow-md: 0 12px 32px rgba(var(--shadow-rgb), calc(0.1 * var(--shadow-opacity)));
  --shadow-lg: 0 24px 56px rgba(var(--shadow-rgb), calc(0.16 * var(--shadow-opacity)));
  --shadow-whatsapp: 0 12px 28px rgba(var(--whatsapp-rgb), 0.3);

  
  --shadow-soft:
    0 1px 2px rgba(var(--shadow-rgb), calc(0.05 * var(--shadow-opacity))),
    0 10px 26px rgba(var(--shadow-rgb), calc(0.07 * var(--shadow-opacity)));

  
  --gradient-leaf: linear-gradient(135deg, var(--olive-700), var(--olive-600) 55%, var(--lime-500));
  --gradient-cta: linear-gradient(140deg, var(--olive-900), var(--olive-700) 52%, var(--olive-600));
  --gradient-page-hero: linear-gradient(135deg, var(--olive-900), var(--olive-800) 55%, var(--olive-700));

  --motion-duration: 0.7s;

  
  --font: "Figtree", "Segoe UI", system-ui, sans-serif;
  --font-display: "Outfit", "Figtree", system-ui, sans-serif;

  --step--1: clamp(0.92rem, 0.1vw + 0.9rem, 0.98rem);
  --step-0: clamp(1.0625rem, 0.18vw + 1.02rem, 1.14rem);
  --step-1: clamp(1.18rem, 0.32vw + 1.1rem, 1.32rem);
  --step-2: clamp(1.35rem, 0.6vw + 1.2rem, 1.62rem);
  --step-3: clamp(1.6rem, 1.1vw + 1.35rem, 2.1rem);
  --step-4: clamp(1.95rem, 2vw + 1.5rem, 2.9rem);
  --step-5: clamp(2.4rem, 4.2vw + 1.4rem, 4.25rem);

  --leading-tight: 1.06;
  --leading-snug: 1.25;
  --leading-normal: 1.65;

  --measure: 68ch;
  --measure-narrow: 56ch;

  
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --transition: 0.22s ease;
  --ease-smooth: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --focus-ring: color-mix(in srgb, var(--brand) 55%, transparent);

  
  --header-height: clamp(60px, 5vw, 68px);
  --container-max: 1200px;
  --container-narrow: 800px;
  --container-gutter: clamp(1.15rem, 3vw, 1.75rem);
  
  --section-y: clamp(2.5rem, 4.5vw, 4.25rem);
  
  --section-header-gap: clamp(1.4rem, 2.4vw, 2rem);
}

/* base/reset.css */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  scrollbar-width: auto;
  scrollbar-color: var(--lime-600) var(--surface);
}

html::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
html::-webkit-scrollbar-track {
  background: var(--surface);
}
html::-webkit-scrollbar-thumb {
  background: var(--lime-500);
  border-radius: 999px;
  border: 2px solid var(--surface);
}
html::-webkit-scrollbar-thumb:hover {
  background: var(--lime-500);
}

body.lightbox-open { overflow: hidden; }

body {
  font-family: var(--font);
  font-size: var(--step-0);
  line-height: var(--leading-normal);
  color: var(--text);
  background: var(--bg);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}


h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: var(--leading-snug);
  letter-spacing: -0.03em;
  color: var(--heading);
  text-wrap: balance;
}

h1 { line-height: var(--leading-tight); letter-spacing: -0.045em; }
h2 { letter-spacing: -0.038em; }


p, li, dd { text-wrap: pretty; }

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

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

ul, ol { list-style: none; }

button { font: inherit; color: inherit; }

:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: 6px;
}

::selection {
  background: var(--accent);
  color: var(--olive-900);
}

.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
  z-index: 2000;
  padding: 0.75rem 1.25rem;
  background: var(--olive-800);
  color: var(--white);
  font-weight: 700;
  border-radius: 0 0 var(--radius) var(--radius);
  transition: transform var(--transition);
}
.skip-link:focus-visible {
  transform: translate(-50%, 0);
  color: var(--white);
}

/* layout/grid.css */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-gutter);
}
.container--narrow { max-width: var(--container-narrow); }

.section {
  padding: var(--section-y) 0;
  scroll-margin-top: calc(var(--header-height) + 1rem);
}
.section-alt { background: var(--surface); }

.section-footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.btn-block { width: 100%; }

/* layout/header.css */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid var(--border-soft);
  transition: box-shadow 0.3s var(--ease-smooth), background-color 0.3s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--header-height);
}


@media (min-width: 1080px) {
  .site-header .header-inner {
    max-width: none;
  }
}

.header-inner > * {
  position: relative;
  top: 2px;
}


.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
  color: var(--heading);
}
.logo-mark {
  display: grid;
  perspective: 240px;
}
.logo-mark svg {
  width: clamp(40px, 4.8vw, 50px);
  height: auto;
  transform-style: preserve-3d;
  transition: transform 0.5s var(--ease-spring);
}
.logo-link:hover .logo-mark svg { transform: rotateY(-18deg) rotateX(8deg) scale(1.05); }

.logo-mark__top { fill: var(--lime-400); }
.logo-mark__left { fill: var(--olive-500); }
.logo-mark__right { fill: var(--olive-800); }

.logo-text {
  display: flex;
  align-items: center;
  min-width: 0;
}
.logo-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 1.9vw + 1rem, 1.9rem);
  letter-spacing: -0.04em;
  color: var(--heading);
  line-height: 1;
}


.logo-link--footer { color: var(--inverse-heading); }
.logo-link--footer .logo-name { color: var(--inverse-heading); }
.logo-link--footer .logo-mark__top { fill: var(--lime-400); }
.logo-link--footer .logo-mark__left { fill: var(--olive-500); }
.logo-link--footer .logo-mark__right { fill: var(--olive-800); }


.main-nav { display: none; flex: 1 1 auto; justify-content: center; min-width: 0; }
.main-nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.2rem;
}
.main-nav a {
  display: block;
  padding: 0.5rem 0.9rem;
  color: var(--text-muted);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.16rem;
  white-space: nowrap;
  border-radius: 999px;
  transition: color var(--transition), background var(--transition);
}
.main-nav a:hover { color: var(--heading); background: var(--surface); }
.main-nav a.active {
  color: var(--brand-soft-on);
  font-weight: 700;
  background: var(--brand-soft);
}

.header-actions {
  display: none;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  margin-left: auto;
}
.header-cta { padding: 0.78rem 1.35rem; font-size: 1.02rem; }

.header-locale {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft);
  white-space: nowrap;
  line-height: 1;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: var(--surface);
}
.header-locale--mobile {
  display: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  padding: 0.4rem 0.65rem;
}


.theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--text-muted);
  cursor: pointer;
  transition: color var(--transition), border-color var(--transition), background var(--transition);
}

.theme-toggle[hidden] { display: none; }
.theme-toggle:hover {
  color: var(--brand-soft-on);
  border-color: var(--brand);
  background: var(--brand-soft);
}
.theme-toggle > span {
  grid-area: 1 / 1;
  display: inline-flex;
  transition: opacity 0.25s ease, transform 0.4s var(--ease-spring);
}
.theme-toggle svg { width: 20px; height: 20px; }


.theme-toggle .icon-moon { opacity: 1; transform: rotate(0) scale(1); }
.theme-toggle .icon-sun { opacity: 0; transform: rotate(-90deg) scale(0.5); }
:root[data-theme="dark"] .theme-toggle .icon-moon { opacity: 0; transform: rotate(90deg) scale(0.5); }
:root[data-theme="dark"] .theme-toggle .icon-sun { opacity: 1; transform: rotate(0) scale(1); }


.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.55rem;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--heading);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.header-mobile-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
}

.mobile-nav {
  position: fixed;
  inset: var(--header-height) 0 0;
  background: var(--bg);
  z-index: 999;
  padding: 1.25rem var(--container-gutter) 2rem;
  overflow-y: auto;
  border-top: 1px solid var(--border-soft);
}
.mobile-nav:not(.open) { display: none; }
.mobile-nav li { border-bottom: 1px solid var(--border-soft); }
.mobile-nav a {
  display: block;
  padding: 0.95rem 0;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
}
.mobile-nav a.active { color: var(--accent-text); }
.mobile-nav li.mobile-nav-item--cta {
  border-bottom: none;
  padding-top: 1.25rem;
  display: grid;
  gap: 0.7rem;
}
.mobile-nav a.mobile-nav-cta,
.mobile-nav a.mobile-nav-mail {
  display: flex;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.02rem;
}
.mobile-nav a.mobile-nav-cta { color: var(--white); }
.mobile-nav a.mobile-nav-mail { color: var(--heading); }

body.nav-open { overflow: hidden; }

/* layout/footer.css */
.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--inverse-bg);
  color: var(--inverse-text);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 1.5rem;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 45% at 8% 0%, rgba(109, 113, 46, 0.5), transparent 58%),
    radial-gradient(ellipse 42% 40% at 92% 100%, rgba(163, 178, 63, 0.18), transparent 55%);
  pointer-events: none;
}
.site-footer .container { position: relative; z-index: 1; }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.5rem, 3vw, 2.25rem);
    align-items: start;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1.25fr);
    column-gap: clamp(2.5rem, 5vw, 4.5rem);
    row-gap: 2rem;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-col:last-child {
    justify-self: end;
    text-align: left;
    min-width: min(100%, 16rem);
  }
}

.footer-brand .logo-link { margin-bottom: 0.9rem; }
.footer-brand p {
  font-size: var(--step-0);
  line-height: 1.65;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.8);
}

.footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.15rem;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--inverse-border);
  color: rgba(255, 255, 255, 0.85);
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}
.footer-social a:hover {
  background: var(--olive-600);
  border-color: var(--olive-600);
  color: var(--white);
  transform: translateY(-2px);
}
.footer-social svg { width: 20px; height: 20px; }

.footer-col h4 {
  font-family: var(--font-display);
  color: var(--inverse-heading);
  font-size: 1.08rem;
  margin-bottom: 0.9rem;
}
.footer-col li {
  margin-bottom: 0.5rem;
  font-size: var(--step-0);
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}
.footer-col a { color: rgba(255, 255, 255, 0.8); }
.footer-col a:hover { color: var(--inverse-accent); }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.4rem;
  text-align: center;
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.65);
}

/* components/buttons.css */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.88rem 1.55rem;
  font-size: clamp(0.98rem, 0.3vw + 0.92rem, 1.05rem);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-align: center;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.3s var(--ease-smooth),
    background var(--transition),
    color var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
  text-decoration: none;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.985); }


.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, transparent 35%, rgba(255, 255, 255, 0.28) 50%, transparent 65%);
  transform: translateX(-110%);
  transition: transform 0.6s var(--ease-out);
}
.btn:hover::after { transform: translateX(110%); }

.btn-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.btn-icon svg {
  width: 1.25em;
  height: 1.25em;
}


.btn-whatsapp {
  background: var(--whatsapp);
  color: var(--white);
  border-color: var(--whatsapp);
  box-shadow: var(--shadow-whatsapp);
}
.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  background: var(--whatsapp-hover);
  border-color: var(--whatsapp-hover);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(var(--whatsapp-rgb), 0.42);
}

.btn-primary {
  background: var(--brand);
  color: var(--brand-on);
  border-color: var(--brand);
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--brand-hover);
  border-color: var(--brand-hover);
  color: var(--brand-on);
}

.btn-outline {
  background: transparent;
  color: var(--heading);
  border-color: var(--brand);
}
.btn-outline:hover,
.btn-outline:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--brand-on);
}


.btn-white {
  background: var(--white);
  color: var(--olive-800);
  box-shadow: 0 8px 24px rgba(23, 26, 12, 0.25);
}
.btn-white:hover { background: var(--olive-100); color: var(--olive-900); }

.btn-outline-white {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-outline-white:hover,
.btn-outline-white:focus-visible {
  background: var(--white);
  border-color: var(--white);
  color: var(--olive-800);
}

.btn-sm { padding: 0.55rem 1.1rem; font-size: 0.94rem; }
.btn-lg { padding: 1rem 1.9rem; font-size: 1.08rem; }
.btn-xl {
  padding: 1.15rem 2.15rem;
  font-size: clamp(1.05rem, 0.5vw + 0.98rem, 1.2rem);
  min-height: 62px;
}

/* components/hero.css */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  
  padding: clamp(0.7rem, 1.5vw, 1.15rem) 0 clamp(0.9rem, 1.8vw, 1.35rem);
  background:
    radial-gradient(ellipse 60% 55% at 88% 12%, rgba(163, 178, 63, 0.2), transparent 60%),
    radial-gradient(ellipse 50% 60% at 2% 100%, rgba(109, 113, 46, 0.12), transparent 62%),
    var(--bg);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.hero-content { max-width: 36rem; min-width: 0; }

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 100%;
  margin-bottom: 1.1rem;
  padding: 0.45rem 1rem 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--brand-soft);
  border: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: clamp(0.72rem, 2.4vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-soft-on);
  animation: heroEnter 0.8s var(--ease-out) 0.05s both;
}
.hero-kicker__logo {
  display: grid;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
}
.hero-kicker__logo svg {
  width: 100%;
  height: 100%;
}

.hero h1 {
  font-size: var(--step-5);
  font-weight: 800;
  margin-bottom: 1.1rem;
  animation: heroEnter 0.8s var(--ease-out) 0.12s both;
}

.hero h1 em {
  font-style: normal;
  color: var(--accent-text);
}

.hero-lead {
  margin-bottom: 1.85rem;
  font-size: var(--step-1);
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 46ch;
  animation: heroEnter 0.8s var(--ease-out) 0.2s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  animation: heroEnter 0.8s var(--ease-out) 0.28s both;
}


.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(300px, 44vw, 480px);
  isolation: isolate;
  animation: heroEnter 0.9s var(--ease-out) 0.3s both;
}
.hero-visual__blob {
  position: absolute;
  z-index: 0;
  
  width: min(104%, 620px);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 46%,
      rgba(163, 178, 63, 0.5) 0%,
      rgba(141, 139, 85, 0.3) 40%,
      rgba(109, 113, 46, 0.14) 64%,
      transparent 78%
    );
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: blobPulse 10s var(--ease-smooth) infinite alternate;
}
.hero-visual .product-visual,
.hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 560px);
  height: auto;
  max-height: min(58vw, 380px);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius);
  filter: drop-shadow(0 22px 36px rgba(var(--shadow-rgb), calc(0.2 * var(--shadow-opacity))));
  animation: heroFloat 7s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes blobPulse {
  from { transform: translate(-50%, -50%) scale(0.97); opacity: 0.92; }
  to { transform: translate(-50%, -50%) scale(1.05); opacity: 1; }
}

@keyframes heroEnter {
  from { opacity: 0.01; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* components/section-header.css */
.section-header {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto var(--section-header-gap);
}
.section-label {
  display: inline-block;
  position: relative;
  color: var(--accent-text);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.88rem, 0.3vw + 0.82rem, 0.98rem);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.7rem;
  padding-bottom: 0.5rem;
}
.section-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.5rem;
  height: 3px;
  transform: translateX(-50%);
  background: var(--accent);
  border-radius: 2px;
}
.section-header h2 {
  font-size: var(--step-4);
  margin-bottom: 0.65rem;
}
.section-header p {
  color: var(--text-muted);
  font-size: var(--step-1);
  line-height: 1.6;
  max-width: 54ch;
  margin-inline: auto;
}

.about-copy .section-label { text-align: left; }
.about-copy .section-label::after { left: 0; transform: none; }


.section-header--selector {
  margin-bottom: clamp(0.85rem, 1.8vw, 1.25rem);
}
.section-header--selector .section-label {
  margin-bottom: 0.85rem;
}
.selector-scroll {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--card);
  color: var(--accent-text);
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: border-color var(--transition), background var(--transition), color var(--transition);
  animation: selectorBounce 1.55s ease-in-out infinite;
}
.selector-scroll:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand-soft-on);
  animation-play-state: paused;
}
.selector-scroll:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}
.selector-scroll__icon {
  display: grid;
  place-items: center;
}
.selector-scroll__icon svg {
  width: 1.7rem;
  height: 1.7rem;
  stroke-width: 3;
}

@keyframes selectorBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(0.28rem); }
}

#selector-completo {
  scroll-margin-top: calc(var(--header-height) + 0.85rem);
}

/* components/products.css */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: clamp(0.75rem, 1.5vw, 1.1rem);
}
.filter-chip {
  padding: 0.62rem 1.28rem;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: var(--card);
  color: var(--text-muted);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.96rem, 0.25vw + 0.9rem, 1.06rem);
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}
.filter-chip:hover {
  border-color: var(--brand);
  color: var(--heading);
}
.filter-chip.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--brand-on);
}

.filter-empty {
  text-align: center;
  color: var(--text-muted);
  font-size: var(--step-1);
  padding: 2.5rem 0;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.1rem, 2.2vw, 1.6rem);
  perspective: 1400px;
}


.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transform-style: preserve-3d;
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(0);
  transition:
    transform 0.4s var(--ease-smooth),
    box-shadow 0.4s var(--ease-smooth),
    border-color var(--transition);
}
.product-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--brand);
}
.product-card.is-tilting { transition: transform 0.12s linear, box-shadow 0.4s var(--ease-smooth); }
.product-card[hidden] { display: none; }

.product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 5 / 4;
  padding: clamp(0.4rem, 0.9vw, 0.65rem);
  overflow: hidden;
  min-width: 0;
  background:
    radial-gradient(ellipse 70% 70% at 50% 40%, rgba(163, 178, 63, 0.2), transparent 70%),
    var(--surface);
  border-bottom: 1px solid var(--border-soft);
}
.product-card__media img,
.product-card__media .product-visual {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  transform: translateZ(28px);
  transition: transform 0.45s var(--ease-smooth);
}
.product-card:hover .product-card__media img,
.product-card:hover .product-card__media .product-visual {
  transform: translateZ(40px) translateY(-4px) scale(1.04);
}

.product-card__badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--brand);
  color: var(--brand-on);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: translateZ(30px);
}

.product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(1.25rem, 2.5vw, 1.6rem);
}
.product-card__category {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin-bottom: 0.5rem;
}
.product-card h3 {
  font-size: var(--step-2);
  margin-bottom: 0.5rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  hyphens: auto;
}
.product-card__body > p {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.58;
  margin-bottom: 1rem;
}

.product-card__specs-label {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin-bottom: 0.45rem;
}
.product-card__specs {
  flex: 1;
  margin-bottom: 1.35rem;
  display: grid;
  gap: 0.35rem;
}
.product-card__specs li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.5;
  overflow-wrap: break-word;
}
.product-card__specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
}

.product-card__actions {
  margin-top: auto;
  display: grid;
  gap: 0.6rem;
  justify-items: center;
}
.product-card__mail {
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--text-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-card__mail:hover { color: var(--accent-text); }


.product-visual .pv-shadow { fill: rgba(var(--shadow-rgb), calc(0.09 * var(--shadow-opacity))); }
.product-visual .pv-body {
  fill: var(--card);
  stroke: var(--heading);
  stroke-width: 4;
}
.product-visual .pv-line {
  fill: none;
  stroke: var(--heading);
  stroke-width: 3;
  stroke-linecap: round;
}
.product-visual .pv-wheel { fill: var(--brand); }
.product-visual .pv-accent-fill { fill: var(--accent); }
.product-visual .pv-accent-line {
  fill: none;
  stroke: var(--accent);
  stroke-width: 5;
  stroke-linecap: round;
}
.product-visual .pv-ball-shine { fill: rgba(255, 255, 255, 0.55); }

/* components/picker.css */
.picker {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
  min-width: 0;
  width: 100%;
}


.picker__form {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  align-content: start;
}

.picker__group { border: none; }

.picker__legend {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--step-1);
  color: var(--heading);
  line-height: 1.3;
}

.picker__step {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-soft-on);
  font-size: 0.92rem;
  font-weight: 800;
}

.picker__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.picker__option {
  position: relative;
  cursor: pointer;
}

.picker__option input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.picker__option span {
  display: block;
  padding: 0.68rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: var(--card);
  color: var(--text-muted);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform 0.25s var(--ease-spring);
}
.picker__option:hover span {
  border-color: var(--brand);
  color: var(--heading);
}
.picker__option input:checked + span {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--brand-on);
  transform: scale(1.04);
}
.picker__option input:focus-visible + span {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}


.picker__result {
  position: relative;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  padding: clamp(1.25rem, 3vw, 2.1rem);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow-md);
  text-align: center;
}
.picker__result::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--gradient-leaf);
}

.picker__result-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-text);
}
.picker__result-icon svg { width: 18px; height: 18px; }

.picker__result-visual {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1rem;
  padding: clamp(0.65rem, 1.8vw, 1rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse 70% 70% at 50% 45%, rgba(163, 178, 63, 0.14), transparent 70%),
    var(--surface);
}
.picker__visual-slot {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
}
.picker__visual-slot[hidden] { display: none; }
.picker__result-visual .media-zoom,
.picker__result-visual .product-visual,
.picker__result-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(300px, 58vw);
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius-sm);
  animation: pickerPop 0.45s var(--ease-spring) both;
}
.picker__result-visual .media-zoom {
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  animation: none;
}
.picker__result-visual .media-zoom img {
  max-height: min(300px, 58vw);
  animation: pickerPop 0.45s var(--ease-spring) both;
}
@keyframes pickerPop {
  from { opacity: 0; transform: scale(0.9) translateY(8px); }
  to { opacity: 1; transform: none; }
}

.picker__result h3 {
  font-size: var(--step-2);
  margin-bottom: 0.4rem;
  overflow-wrap: break-word;
}
.picker__result-tagline {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 38ch;
  margin: 0 auto 1.1rem;
}

.picker__result-specs {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.4rem;
  text-align: left;
  max-width: 24rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.picker__result-specs li {
  position: relative;
  padding-left: 1.35rem;
  font-size: clamp(0.92rem, 0.3vw + 0.88rem, 1rem);
  color: var(--text-muted);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.picker__result-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
}

.picker__cta { width: min(100%, 22rem); }

.picker__disclaimer {
  margin-top: 0.9rem;
  font-size: 0.94rem;
  color: var(--text-soft);
  line-height: 1.5;
  max-width: 34ch;
  margin-inline: auto;
}

@media (min-width: 860px) {
  .picker { grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); }
  .picker__result { position: sticky; top: calc(var(--header-height) + 1.25rem); }
}

/* components/lightbox.css */
.media-zoom {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  border-radius: inherit;
}
.media-zoom img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
  pointer-events: none;
}
.media-zoom__hint {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--olive-800) 78%, transparent);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity var(--transition), transform var(--transition);
  pointer-events: none;
}
.media-zoom:hover .media-zoom__hint,
.media-zoom:focus-visible .media-zoom__hint {
  opacity: 1;
  transform: translateY(0);
}
.media-zoom:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

.product-card__media .media-zoom {
  height: 100%;
}
.product-card__media .media-zoom img {
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lightbox {
  width: min(96vw, 920px);
  max-height: min(92vh, 900px);
  margin: auto;
  padding: 0;
  border: none;
  border-radius: var(--radius-xl);
  background: var(--card);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.lightbox::backdrop {
  background: color-mix(in srgb, var(--olive-900) 72%, transparent);
  backdrop-filter: blur(6px);
}
.lightbox__bar {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0.55rem 0.55rem 0;
}
.lightbox__close {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
  color: var(--heading);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}
.lightbox__close:hover {
  background: var(--brand-soft);
  border-color: var(--brand);
  color: var(--brand-soft-on);
}
.lightbox__close:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}
.lightbox__figure {
  margin: 0;
  padding: 0.35rem 1rem 1.15rem;
}
.lightbox__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 760px);
  margin-inline: auto;
  object-fit: contain;
  border-radius: var(--radius);
}
.lightbox__caption {
  margin-top: 0.75rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--heading);
}

@media (max-width: 600px) {
  .media-zoom__hint {
    opacity: 1;
    transform: none;
    font-size: 0.68rem;
    padding: 0.22rem 0.55rem;
  }
  .lightbox {
    width: min(100vw - 1rem, 920px);
    max-height: 94vh;
    border-radius: var(--radius-lg);
  }
  .lightbox__img {
    max-height: min(72vh, 640px);
  }
}

/* components/testimonials.css */
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 0;
  padding: clamp(1.35rem, 2.6vw, 1.85rem);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand);
  box-shadow: var(--shadow-md);
}


.testimonial-card__quote {
  position: absolute;
  top: -0.35rem;
  right: 0.4rem;
  color: var(--brand);
  opacity: 0.09;
  pointer-events: none;
}
.testimonial-card__quote svg {
  width: 84px;
  height: 84px;
  fill: currentColor;
  stroke: none;
}


.testimonial-card__rating {
  display: flex;
  gap: 0.15rem;
  color: var(--accent-text);
}
.testimonial-card__star svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.testimonial-card__star.is-filled svg { fill: currentColor; }


.testimonial-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
}


.testimonial-card__text {
  position: relative;
  margin: 0;
  flex: 1 1 auto;
}
.testimonial-card__text p {
  margin: 0;
  font-size: var(--step-0);
  line-height: 1.6;
  color: var(--text);
  text-wrap: pretty;
}


.testimonial-card__person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border-soft);
}

.testimonial-card__photo {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border);
}


.testimonial-card__initials {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gradient-leaf);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.testimonial-card__identity {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.testimonial-card__name {
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--heading);
}
.testimonial-card__role {
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--text-soft);
}


.testimonial-card__product {
  margin: 0;
  padding: 0.45rem 0.8rem;
  align-self: flex-start;
  border-radius: 999px;
  background: var(--brand-soft);
  font-size: 0.84rem;
  color: var(--brand-soft-on);
}
.testimonial-card__product strong { font-weight: 700; }

.testimonials-window {
  min-height: clamp(12rem, 32vw, 20rem);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(163, 178, 63, 0.12), transparent 70%),
    var(--card);
  box-shadow: var(--shadow-soft);
}


@media (min-width: 620px) {
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 992px) {
  .testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* components/benefits.css */
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.benefit-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 2.5vw, 1.9rem);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.4s var(--ease-smooth),
    box-shadow 0.4s var(--ease-smooth),
    border-color var(--transition);
}
.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-leaf);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease-out);
}
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand);
}
.benefit-card:hover::before { transform: scaleX(1); }

.benefit-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand-soft-on);
  transition: background 0.35s ease, color 0.35s ease, transform 0.4s var(--ease-spring);
}
.benefit-card:hover .benefit-card__icon {
  background: var(--brand);
  color: var(--brand-on);
  transform: scale(1.06) rotate(-4deg);
}
.benefit-card__icon svg { width: 26px; height: 26px; }

.benefit-card h3 {
  font-size: var(--step-1);
  margin-bottom: 0.5rem;
  line-height: 1.28;
}
.benefit-card p {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.58;
}

/* components/contact-cta.css */
.contact-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-xl);
  background: var(--gradient-cta);
  color: var(--inverse-text);
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.25rem, 4vw, 3rem);
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.contact-cta__glow {
  position: absolute;
  top: -35%;
  right: -12%;
  width: min(420px, 70%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163, 178, 63, 0.45), transparent 68%);
  pointer-events: none;
  z-index: -1;
  animation: ctaPulse 7s var(--ease-smooth) infinite alternate;
}
@keyframes ctaPulse {
  from { transform: scale(1); opacity: 0.65; }
  to { transform: scale(1.18); opacity: 1; }
}

.contact-cta__inner { position: relative; }

.contact-cta h2 {
  color: var(--inverse-heading);
  font-size: var(--step-4);
  margin-bottom: 1.35rem;
}

.contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}
.contact-cta__actions .btn-whatsapp {
  box-shadow: 0 18px 40px rgba(var(--whatsapp-rgb), 0.5);
}

.section--cta {
  padding-top: clamp(1.75rem, 3.5vw, 2.5rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

/* components/contact.css */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2.5vw, 1.85rem);
  align-items: start;
}

.contact-info-card,
.contact-note-card {
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  padding: clamp(1.45rem, 3vw, 2.1rem);
  box-shadow: var(--shadow-soft);
}

.contact-info-card h3,
.contact-note-card h3 {
  font-size: var(--step-2);
  margin-bottom: 1.35rem;
}

.contact-detail {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.25rem;
}
.contact-detail:last-child { margin-bottom: 0; }

.contact-detail-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand-soft-on);
}
.contact-detail-icon svg { width: 22px; height: 22px; }

.contact-detail strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--heading);
  line-height: 1.3;
}
.contact-detail strong a { color: inherit; }
.contact-detail strong a:hover { color: var(--accent-text); }
.contact-detail span {
  display: block;
  margin-top: 0.15rem;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.contact-note-card > p {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.58;
  margin-bottom: 1rem;
}

.contact-checklist {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.15rem;
}
.contact-checklist li {
  position: relative;
  padding-left: 1.9rem;
  font-size: 1.02rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.contact-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--brand-soft);
  border: 1.5px solid var(--accent);
}
.contact-checklist li::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 0.63rem;
  width: 0.4rem;
  height: 0.65rem;
  border: solid var(--accent-text);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-note-card__scroll {
  width: fit-content;
  height: auto;
  margin: 0.35rem auto 0;
  padding: 0.55rem 1.15rem 0.55rem 0.7rem;
  border-radius: 999px;
  gap: 0.45rem;
  display: flex;
  align-items: center;
  place-items: unset;
  grid: unset;
}
.contact-note-card__scroll .selector-scroll__icon {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  flex-shrink: 0;
}
.contact-note-card__scroll .selector-scroll__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.contact-note-card__scroll-label {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

#escribenos {
  scroll-margin-top: calc(var(--header-height) + 0.85rem);
}

/* components/faq.css */
.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.faq-item[open] {
  border-color: var(--brand);
  box-shadow: var(--shadow-sm);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem clamp(1.1rem, 2.5vw, 1.5rem);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.05rem, 0.8vw + 0.95rem, 1.18rem);
  color: var(--heading);
  line-height: 1.35;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent-text); }

.faq-item__chevron {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand-soft);
  transition: background var(--transition), transform 0.3s var(--ease-smooth);
}
.faq-item__chevron::before,
.faq-item__chevron::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--brand-soft-on);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: opacity var(--transition), background var(--transition);
}
.faq-item__chevron::before { width: 13px; height: 2.5px; }
.faq-item__chevron::after { width: 2.5px; height: 13px; }
.faq-item[open] .faq-item__chevron { background: var(--brand); }
.faq-item[open] .faq-item__chevron::before { background: var(--brand-on); }
.faq-item[open] .faq-item__chevron::after { opacity: 0; }

.faq-item > p {
  padding: 0 clamp(1.1rem, 2.5vw, 1.5rem) 1.35rem;
  color: var(--text-muted);
  font-size: var(--step-0);
  line-height: 1.65;
  max-width: var(--measure);
}

/* pages/about.css */
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--gradient-page-hero);
  color: var(--inverse-text);
  padding: clamp(1.15rem, 2.8vw, 2rem) 0;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 92% 15%, rgba(163, 178, 63, 0.3), transparent 58%),
    radial-gradient(ellipse 40% 55% at 0% 100%, rgba(141, 139, 85, 0.28), transparent 55%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }

.page-hero h1 {
  color: var(--inverse-heading);
  font-size: var(--step-4);
  margin-bottom: 0.45rem;
  max-width: 22ch;
  animation: heroEnter 0.7s var(--ease-out) 0.12s both;
}
.page-hero p {
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--step-1);
  line-height: 1.55;
  max-width: 58ch;
  margin-bottom: 0;
  animation: heroEnter 0.7s var(--ease-out) 0.2s both;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.96rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  animation: heroEnter 0.65s var(--ease-out) 0.05s both;
}
.breadcrumb a { color: var(--inverse-accent); }
.breadcrumb a:hover { color: var(--white); }


.page-productos > .section:first-of-type {
  padding-top: clamp(0.15rem, 0.6vw, 0.4rem);
}
.page-productos .filter-bar {
  margin-bottom: clamp(0.5rem, 1.1vw, 0.75rem);
}
.page-productos .page-hero {
  padding-bottom: clamp(0.85rem, 2vw, 1.35rem);
}


.page-home #selector {
  padding-top: clamp(0.75rem, 1.6vw, 1.15rem);
}
.page-home #selector .section-header--selector {
  margin-bottom: clamp(0.85rem, 1.8vw, 1.25rem);
}
.page-home .section--cta {
  padding-top: clamp(1.05rem, 2.2vw, 1.55rem);
}
.page-home #testimonios {
  padding-bottom: 0;
}
.page-home #testimonios .section-footer {
  margin-top: clamp(0.65rem, 1.4vw, 1rem);
  margin-bottom: 0;
}
.page-home #contacto.section--cta {
  padding-top: 0;
}


.page-testimonios .page-hero {
  padding-bottom: clamp(0.65rem, 1.4vw, 1rem);
}
.page-testimonios > .section:first-of-type {
  padding-top: clamp(0.85rem, 1.8vw, 1.35rem);
  padding-bottom: 0;
}
.page-testimonios > .section.section--cta {
  padding-top: 0;
  padding-bottom: clamp(1.25rem, 2.5vw, 1.85rem);
}
.page-testimonios .testimonial-grid:has(.testimonial-card:only-child) {
  justify-items: center;
}
.page-testimonios .testimonial-grid:has(.testimonial-card:only-child) .testimonial-card {
  width: min(100%, 28rem);
}


.page-contacto .section--contact-cards {
  padding-top: clamp(1.1rem, 2.2vw, 1.6rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 1.85rem);
}


.page-nosotros .page-hero {
  padding: clamp(0.55rem, 1.4vw, 1rem) 0;
}
.page-nosotros .page-hero p {
  margin-bottom: 0;
}
.page-nosotros > .section:first-of-type {
  padding-top: clamp(0.25rem, 0.8vw, 0.55rem);
  padding-bottom: clamp(0.45rem, 1vw, 0.75rem);
}
.page-nosotros .about-copy--row {
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.page-nosotros .section--cta {
  padding-top: clamp(0.35rem, 0.9vw, 0.65rem);
  padding-bottom: clamp(1rem, 2.2vw, 1.5rem);
}
.page-nosotros .contact-cta {
  padding: clamp(1.25rem, 2.8vw, 1.85rem) clamp(1.15rem, 3.5vw, 2.5rem);
}
.page-nosotros .contact-cta h2 {
  margin-bottom: 0.95rem;
}


.about-copy h2 {
  font-size: var(--step-3);
  margin-bottom: 0.8rem;
}
.about-copy h2:not(:first-of-type) { margin-top: 2.25rem; }
.about-copy p {
  color: var(--text-muted);
  font-size: var(--step-1);
  line-height: 1.7;
  margin-bottom: 0;
  max-width: none;
}

.about-copy--row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
}
.about-copy--row .about-block h2 { margin-top: 0; }

@media (min-width: 820px) {
  .about-copy--row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
  }
}

.about-note {
  margin-top: 1.6rem;
  padding: 1.2rem 1.4rem;
  background: var(--brand-soft);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  color: var(--text);
  font-size: var(--step-0);
  line-height: 1.65;
}
.about-note strong { color: var(--heading); }

/* utilities/accessibility.css */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* utilities/animations.css */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity var(--motion-duration) var(--ease-smooth),
    transform var(--motion-duration) var(--ease-smooth);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.reveal.reveal-fade {
  transform: none;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* layout/responsive.css */
@media (max-width: 767px) {
  :root {
    --section-y: 2.15rem;
    --header-height: 58px;
  }

  .hero { padding-top: 0.55rem; }
  .page-home .hero {
    padding-bottom: 0.2rem;
  }
  .hero-content { max-width: none; }
  .hero h1 {
    margin-bottom: 0.85rem;
  }
  .hero-lead {
    margin-bottom: 1.2rem;
  }
  .hero-kicker {
    letter-spacing: 0.08em;
    padding: 0.4rem 0.85rem 0.4rem 0.55rem;
  }
  .hero-kicker__logo {
    width: 1.05rem;
    height: 1.05rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-inline: auto;
  }
  .hero-actions .btn {
    width: min(100%, 22rem);
  }
  .hero-visual {
    min-height: 190px;
    margin-top: -0.15rem;
  }
  .hero-visual__blob {
    width: min(72%, 250px);
  }
  .hero-visual img {
    width: min(100%, 300px);
    max-height: 220px;
  }

  .page-home #selector {
    padding-top: 0.2rem;
    margin-top: -0.35rem;
  }
  .page-home #selector .section-header--selector {
    margin-bottom: 0.7rem;
  }
  .page-home #selector .section-label {
    margin-bottom: 0.55rem;
  }
  .page-home .selector-scroll {
    margin-bottom: 0.65rem;
  }

  .product-card__media {
    padding: 0.4rem 0.45rem;
  }
  .product-card__media img,
  .product-card__media .product-visual {
    width: 100%;
    height: 100%;
  }

  .picker__option { flex: 1 1 calc(50% - 0.55rem); }
  .picker__option span {
    text-align: center;
    padding: 0.62rem 0.75rem;
    font-size: 0.92rem;
  }
  .picker__cta { width: 100%; }
  .picker__result-visual .media-zoom img,
  .picker__result-visual img,
  .picker__result-visual .product-visual {
    max-height: min(240px, 62vw);
  }

  .contact-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-cta__actions .btn { width: 100%; }

  .site-footer {
    padding: 1.55rem 0 0.95rem;
  }
  .footer-grid {
    gap: 1.15rem;
    margin-bottom: 1rem;
  }
  .footer-brand .logo-link {
    margin-bottom: 0.5rem;
  }
  .footer-brand p {
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 30ch;
  }
  .footer-col h4 {
    font-size: 0.94rem;
    margin-bottom: 0.5rem;
  }
  .footer-col li {
    margin-bottom: 0.32rem;
    font-size: 0.84rem;
    line-height: 1.42;
  }
  .footer-bottom {
    padding-top: 0.85rem;
    font-size: 0.8rem;
  }

  .page-home #testimonios {
    padding-bottom: 0;
  }
  .page-home #testimonios .section-footer {
    margin-top: 0.55rem;
  }
  .page-home #contacto.section--cta {
    padding-top: 0;
    padding-bottom: 1rem;
    margin-top: -0.15rem;
  }
  .page-home #contacto .contact-cta {
    padding: 1.35rem 1rem;
  }
  .page-home #contacto .contact-cta h2 {
    font-size: var(--step-3);
    margin-bottom: 1rem;
  }

  .page-testimonios > .section:first-of-type {
    padding-top: 0.65rem;
    padding-bottom: 0;
  }
  .page-testimonios > .section.section--cta {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .page-testimonios .contact-cta {
    padding: 1.35rem 1rem;
  }
  .page-testimonios .contact-cta h2 {
    font-size: var(--step-3);
    margin-bottom: 1rem;
  }

  .filter-bar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    margin-inline: calc(var(--container-gutter) * -1);
    padding-inline: var(--container-gutter);
    scrollbar-width: none;
  }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-chip { flex: 0 0 auto; }
}

@media (max-width: 599px) {
  .footer-grid { text-align: center; gap: 1rem; }
  .footer-brand p { margin-inline: auto; }
  .footer-brand .logo-link,
  .footer-social { justify-content: center; }
}

@media (min-width: 600px) and (max-width: 899px) {
  .footer-col:last-child {
    justify-self: stretch;
    min-width: 0;
  }
}

@media (max-width: 400px) {
  .hero-kicker { letter-spacing: 0.04em; }
  .picker__option { flex: 1 1 100%; }
  .header-locale--mobile { display: none; }
}

@media (min-width: 401px) and (max-width: 767px) {
  .header-locale--mobile { display: inline-flex; }
}


@media (min-width: 600px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


@media (min-width: 768px) {
  .hero-inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


@media (min-width: 768px) {
  .header-mobile-actions .theme-toggle,
  .header-mobile-actions .header-locale--mobile { display: none !important; }
  .header-actions {
    display: flex;
    margin-left: auto;
  }
  .header-mobile-actions { margin-left: 0; }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .menu-toggle { display: flex; }
  .main-nav { display: none; }
}

@media (min-width: 992px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}


@media (min-width: 1080px) {
  .menu-toggle { display: none; }
  .mobile-nav { display: none !important; }
  
  .header-mobile-actions { display: none; }
  
  .header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: clamp(0.85rem, 1.6vw, 1.35rem);
    align-items: center;
    justify-content: unset;
  }
  .main-nav,
  .header-actions { display: flex; }
  .header-actions {
    margin-left: 0;
    margin-right: 0.7rem;
    justify-self: end;
  }
  .main-nav {
    flex: 0 1 auto;
    justify-content: flex-start;
    justify-self: start;
    margin-right: 0;
    min-width: 0;
  }
  .main-nav a { padding-inline: 0.7rem; }
}

@media (min-width: 1100px) {
  .benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1280px) {
  .main-nav a { padding-inline: 0.85rem; font-size: 1.22rem; }
  .product-grid--featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1400px) {
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* utilities/reduced-motion.css */
@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;
    transition: none;
  }
  .btn:hover,
  .product-card,
  .product-card:hover,
  .benefit-card:hover,
  .testimonial-card:hover,
  .offer-card:hover,
  .picker__option input:checked + span,
  .logo-link:hover .logo-mark svg {
    transform: none;
  }
  .hero-visual .product-visual,
  .hero-visual img,
  .hero-visual__blob,
  .selector-scroll {
    animation: none;
  }
}
