:root {
  /* Colors */
  --color-accent: #f3b218;
  --color-accent-dark: #d49a10;
  --color-text-dark: #1a1a1a;
  --color-text-body: #404040;
  --color-text-muted: #7a7a7a;
  --color-white: #ffffff;
  --color-sand: #e8dcc8;
  --color-sand-dark: #c9b896;
  --color-bg-light: #f9f6f0;
  --color-bg-quote: #f1e7de;
  --color-bg-sand: #f5efe3;
  --color-overlay: rgba(26, 26, 26, 0.65);
  --color-footer-bg: #1a1a1a;
  --color-footer-text: #b8b8b8;

  /* Footer (redesigned) — deep warm charcoal card */
  --color-footer-surface: #1f1e1a;
  --color-footer-surface-2: #262420;
  --color-footer-heading: #ffffff;
  --color-footer-body: #b3ada2;
  --color-footer-muted: #8f887c;
  --color-footer-border: rgba(243, 178, 24, 0.14);
  --radius-footer: 36px;
  --shadow-footer-card: 0 -24px 60px rgba(26, 26, 26, 0.12);
  --shadow-footer-social: 0 8px 20px rgba(26, 26, 26, 0.28);
  --shadow-footer-social-hover: 0 12px 28px rgba(243, 178, 24, 0.4);

  /* Footer — compact spacing & type scale */
  --footer-logo-height: 85px;
  --footer-font-title: 21px;
  --footer-font-heading: 16px;
  --footer-font-body: 14px;
  --footer-font-label: 11px;
  --footer-font-small: 12px;
  --footer-line-height: 1.65;
  --footer-padding-top: 68px;
  --footer-padding-bottom: 26px;
  --footer-grid-gap-y: 42px;
  --footer-grid-gap-x: 32px;
  --footer-col-title-gap: 16px;
  --footer-brand-logo-gap: 11px;
  --footer-brand-subtitle-gap: 10px;
  --footer-follow-gap: 26px;
  --footer-follow-title-gap: 10px;
  --footer-divider-margin-top: 40px;
  --footer-divider-margin-bottom: 16px;
  --footer-contact-gap: 10px;
  --footer-links-gap: 9px;
  --footer-social-gap: 10px;
  --footer-icon-gap: 10px;
  --footer-social-size: 38px;
  --footer-social-icon: 16px;
  --footer-contact-icon-size: 34px;
  --footer-contact-icon-svg: 17px;
  --footer-bottom-gap: 4px;

  /* Social brand backgrounds */
  --social-instagram: #e4405f;
  --social-tripadvisor: #34e0a1;
  --social-whatsapp: #25d366;
  --social-icon-color: #1a1a1a;

  /* Typography */
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Noto Sans", sans-serif;

  --font-size-base: 16px;
  --font-size-sm: 14px;
  --font-size-nav: 16px;
  --font-size-h1: 64px;
  --font-size-h2: 34px;
  --font-size-h3: 24px;
  --font-size-h5: 18px;
  --font-size-quote: 21px;
  --font-size-label: 13px;

  --line-height-base: 1.7;
  --line-height-heading: 1.2;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  /* Spacing */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 60px;
  --space-2xl: 100px;
  --space-3xl: 120px;

  --section-padding-y: 100px;
  --section-padding-y-sm: 60px;

  /* Layout */
  --container-width: 1140px;
  --container-width-narrow: 800px;
  --header-height: 86px;

  /* Borders & Shadows */
  --radius-sm: 4px;
  --radius-pill: 999px;
  --shadow-card: 0 12px 40px rgba(26, 26, 26, 0.08);
  --shadow-card-hover: 0 20px 50px rgba(26, 26, 26, 0.14);
  --shadow-feature: 0 8px 30px rgba(26, 26, 26, 0.06);
  --shadow-feature-hover: 0 16px 40px rgba(26, 26, 26, 0.1);
  --shadow-header: 0 2px 20px rgba(0, 0, 0, 0.15);
  --shadow-testimonial: 0 16px 48px rgba(26, 26, 26, 0.08);

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;

  /* Dividers */
  --divider-width-sm: 8%;
  --divider-width-md: 10%;
  --divider-width-lg: 15%;
  --divider-height: 3px;
  --divider-height-accent: 4px;

  /* Scrollbar */
  --scrollbar-size: 11px;
  --scrollbar-track: var(--color-bg-quote);
  --scrollbar-thumb: var(--color-accent);
  --scrollbar-thumb-hover: var(--color-accent-dark);
  --scrollbar-thumb-active: #b8860b;
  --scrollbar-border: var(--color-sand);
}
