:root{
  --teal:#0A4A52;
  --teal-deep:#0F766E;
  --etl:#07D0CA;
  --orange:#E8652B;
  --orange-dark:#C2410C;
  --gold:#FDC300;
  --black:#0F0F0F;
  --char:#374151;
  --gray:#6B7280;
  --gray2:#9CA3AF;
  --bord:#E5E7EB;
  --white:#FFFFFF;
  --off:#FAFAF7;
  --cream:#F5F1E8;
  --amber:#B45309;
  --red:#B91C1C;
  --radius:8px;
  --radius-sm:6px;
  --shadow-sm:0 1px 2px rgba(10,74,82,0.05);
  --shadow:0 4px 14px rgba(10,74,82,0.08);
  --shadow-lg:0 10px 30px rgba(10,74,82,0.12);
  --maxw:1200px;
}

@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}
}
