

:root {

  --color-brand: #cba076;
  --color-brand-dark: #a67e54;
  --color-brand-light: #ddc4a8;

  --color-accent: #cba076;
  --color-accent-dark: #a67e54;
  --color-star: #f1bb02;

  --color-ink: #1c1a17;
  --color-ink-soft: #555555;
  --color-muted: #8c8780;
  --color-line: #c8c6c5;
  --color-surface: #ffffff;
  --color-bg: #faf7f2;
  --color-bg-alt: #f1ebe1;
  --color-bg-sobre: #ede6de;

  --color-heading: #232323;
  --color-body: #5d5d5d;
  --color-eyebrow: rgba(0, 0, 0, 0.75);

  --color-footer-text: #3d3d3d;
  --color-footer-muted: #737373;
  --color-footer-hairline: #f3f3f3;
  --color-footer-divider: #dfdfe0;
  --color-footer-border: #d9d9d9;
  --color-footer-hover: #f5f5f5;

  --color-dark: #272727;
  --color-dark-warm: #4f4a45;
  --color-dark-2: #323232;
  --color-dark-3: #3d3d3d;
  --color-dark-4: #454545;
  --color-on-dark: #ffffff;
  --color-on-dark-soft: #d9d6d3;
  --color-on-dark-line: #f1f1f1;

  --divider-on-dark: rgba(255, 255, 255, 0.5);
  --border-on-dark: rgba(241, 241, 241, 0.35);
  --border-on-dark-strong: rgba(241, 241, 241, 0.7);

  --color-nav-bg: rgba(237, 230, 222, 0.85);
  --color-nav-bg-solid: #ede6de;
  --color-nav-menu-bg: rgba(237, 230, 222, 0.96);
  --color-nav-text: #4f4a45;
  --color-nav-border: rgba(79, 74, 69, 0.2);

  --scrim-control: rgba(255, 255, 255, 0.08);
  --scrim-control-hover: rgba(255, 255, 255, 0.2);
  --scrim-modal: rgba(20, 20, 20, 0.92);

  --gradient-scrim-bottom: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );

  --color-success: #3f7d54;
  --color-error: #b3402f;
  --color-on-brand: #1c1a17;

  --color-success-surface: #eaf5ee;
  --color-success-ink: #1e4d2b;
  --color-error-surface: #fbeae7;
  --color-error-ink: #7a1d12;

  --color-whatsapp: #25d366;
  --color-whatsapp-dark: #1ebe5d;

  --font-heading: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  --text-2xs: 0.625rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.625rem;
  --text-3xl: 2.5rem;
  --text-4xl: 2.75rem;
  --text-5xl: 3rem;
  --text-6xl: 3.5rem;

  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;

  --leading-none: 1;
  --leading-tight: 1.1;
  --leading-snug: 1.3;
  --leading-normal: 1.5;
  --leading-relaxed: 1.6;

  --tracking-tighter: -0.5px;
  --tracking-tight: -0.36px;
  --tracking-normal: 0;
  --tracking-tightest: -1px;
  --tracking-wide: 0.5px;
  --tracking-wider: 0.02em;
  --tracking-caps: 0.01em;
  --tracking-kicker: 0.06em;
  --tracking-eyebrow: 0.18em;
  --tracking-cta: 0.7px;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-4xl: 6rem;

  --space-20: 1.25rem;
  --space-40: 2.5rem;
  --space-56: 3.5rem;
  --space-64: 4rem;
  --space-80: 5rem;

  --section-padding: clamp(3rem, 8vw, 7rem);
  --section-pad-top: clamp(4rem, 8vw, 7.5rem);
  --section-pad-bottom: 56px;

  --container-max: 1440px;
  --container-narrow: 760px;

  --container-pad: clamp(1rem, 4vw, 2rem);

  --gutter: 32px;

  --container-inset: max(var(--gutter), calc((100% - var(--container-max)) / 2));

  --nav-h: 100px;
  --nav-h-mobile: 72px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 3px rgba(28, 26, 23, 0.08);
  --shadow-md: 0 6px 20px rgba(28, 26, 23, 0.1);
  --shadow-lg: 0 18px 48px rgba(28, 26, 23, 0.16);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 150ms var(--ease);
  --transition-base: 250ms var(--ease);
  --transition-slow: 400ms var(--ease);

  --ease-media: cubic-bezier(0.22, 0.61, 0.36, 1);
  --media-zoom-duration: 800ms;
  --media-zoom-scale: 1.03;

  --ease-out-soft: cubic-bezier(0.16, 1, 0.3, 1);
  --reveal-duration: 700ms;
  --reveal-distance: 28px;

  --z-header: 100;
  --z-above-nav: 150;
  --z-overlay: 200;
  --z-modal: 300;
}

@media (max-width: 600px) {
  :root {
    --gutter: 20px;
  }
}
