@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* ================================================================
   DESIGN TOKENS
   ================================================================ */
:root {
  /* Greener, nature-inspired palette */
  --color-primary: #14b8a6;
  --color-primary-dark: #0d9488;
  --color-primary-darker: #0f766e;
  --color-primary-light: #ccfbf1;
  --color-primary-ultra-light: #f0fdfa;
  --color-green: #10b981;
  --color-green-light: #d1fae5;
  --color-green-dark: #059669;
  --color-heading: #0f172a;
  --color-body: #475569;
  --color-body-light: #64748b;
  --color-white: #fff;
  --color-bg: #fff;
  --color-bg-alt: #f0fdf8;
  --color-bg-warm: #f8fafc;
  --color-border: #e2e8f0;
  --color-border-green: #a7f3d0;
  --color-footer-bg: #0f1f1b;
  --color-footer-text: #94a3b8;

  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 5rem;
  --space-4xl: 7rem;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 50%;

  --shadow-sm: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.03);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -2px rgba(0,0,0,.03);
  --shadow-lg: 0 10px 25px -5px rgba(0,0,0,.06), 0 8px 10px -6px rgba(0,0,0,.04);
  --shadow-xl: 0 20px 50px -12px rgba(0,0,0,.08);
  --shadow-green: 0 10px 30px -8px rgba(20,184,166,.2);
  --shadow-green-lg: 0 16px 40px -8px rgba(20,184,166,.3);

  --transition-fast: .15s ease;
  --transition-base: .3s ease;
  --transition-slow: .6s cubic-bezier(.16,1,.3,1);

  --header-height: 80px;
  --container-max: 1200px;
  --container-wide: 1400px;

  /* Nature decoration SVGs (teal + white variants) */
  --deco-mountains: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120'%3E%3Cpath d='M0 120L60 40L90 75L130 15L170 75L200 50L240 90L280 30L320 80L370 20L400 70V120Z' fill='%2314b8a6'/%3E%3C/svg%3E");
  --deco-mountains-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120'%3E%3Cpath d='M0 120L60 40L90 75L130 15L170 75L200 50L240 90L280 30L320 80L370 20L400 70V120Z' fill='white'/%3E%3C/svg%3E");
  --deco-trees: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 150'%3E%3Crect x='27' y='110' width='6' height='40' fill='%2314b8a6'/%3E%3Cpolygon points='30,35 10,75 50,75' fill='%2314b8a6'/%3E%3Cpolygon points='30,55 14,90 46,90' fill='%2314b8a6'/%3E%3Cpolygon points='30,75 18,105 42,105' fill='%2314b8a6'/%3E%3Crect x='67' y='115' width='6' height='35' fill='%2314b8a6'/%3E%3Cpolygon points='70,45 53,80 87,80' fill='%2314b8a6'/%3E%3Cpolygon points='70,63 56,93 84,93' fill='%2314b8a6'/%3E%3Cpolygon points='70,80 60,108 80,108' fill='%2314b8a6'/%3E%3C/svg%3E");
  --deco-trees-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 150'%3E%3Crect x='27' y='110' width='6' height='40' fill='white'/%3E%3Cpolygon points='30,35 10,75 50,75' fill='white'/%3E%3Cpolygon points='30,55 14,90 46,90' fill='white'/%3E%3Cpolygon points='30,75 18,105 42,105' fill='white'/%3E%3Crect x='67' y='115' width='6' height='35' fill='white'/%3E%3Cpolygon points='70,45 53,80 87,80' fill='white'/%3E%3Cpolygon points='70,63 56,93 84,93' fill='white'/%3E%3Cpolygon points='70,80 60,108 80,108' fill='white'/%3E%3C/svg%3E");
  --deco-leaf: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 80'%3E%3Cpath d='M30 75C30 75 5 55 5 30C5 10 20 2 30 2C40 2 55 10 55 30C55 55 30 75 30 75Z' fill='%2314b8a6' opacity='.45'/%3E%3Cline x1='30' y1='72' x2='30' y2='12' stroke='%2314b8a6' stroke-width='1.2' opacity='.6'/%3E%3C/svg%3E");
  --deco-leaf-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 80'%3E%3Cpath d='M30 75C30 75 5 55 5 30C5 10 20 2 30 2C40 2 55 10 55 30C55 55 30 75 30 75Z' fill='white' opacity='.45'/%3E%3Cline x1='30' y1='72' x2='30' y2='12' stroke='white' stroke-width='1.2' opacity='.6'/%3E%3C/svg%3E");
  --deco-trail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 300'%3E%3Cpath d='M180 0C160 50 40 60 60 120S170 170 140 220S30 260 50 300' fill='none' stroke='%2314b8a6' stroke-width='2.5' stroke-dasharray='8 10' stroke-linecap='round'/%3E%3C/svg%3E");
  --deco-trail-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 300'%3E%3Cpath d='M180 0C160 50 40 60 60 120S170 170 140 220S30 260 50 300' fill='none' stroke='white' stroke-width='2.5' stroke-dasharray='8 10' stroke-linecap='round'/%3E%3C/svg%3E");

  /* Left-hugging mountains (tallest peak near left, slopes right, flat base) */
  --deco-mtn-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 100'%3E%3Cpath d='M0 100V28L30 8L55 45L80 18L105 55L130 35L160 65L195 50L230 72L260 100Z' fill='%2314b8a6'/%3E%3C/svg%3E");
  --deco-mtn-left-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 100'%3E%3Cpath d='M0 100V28L30 8L55 45L80 18L105 55L130 35L160 65L195 50L230 72L260 100Z' fill='white'/%3E%3C/svg%3E");
  /* Right-hugging mountains (tallest peak near right, slopes left, flat base) */
  --deco-mtn-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 100'%3E%3Cpath d='M0 100L30 72L65 50L100 65L130 35L155 55L180 18L205 45L230 8L260 28V100Z' fill='%2314b8a6'/%3E%3C/svg%3E");
  --deco-mtn-right-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 100'%3E%3Cpath d='M0 100L30 72L65 50L100 65L130 35L155 55L180 18L205 45L230 8L260 28V100Z' fill='white'/%3E%3C/svg%3E");

  /* Trail-specific shapes */
  --deco-footsteps: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 220'%3E%3Cellipse cx='18' cy='28' rx='8' ry='14' fill='%2314b8a6' transform='rotate(-10 18 28)'/%3E%3Cellipse cx='16' cy='10' rx='3.5' ry='4.5' fill='%2314b8a6' transform='rotate(-10 16 10)'/%3E%3Cellipse cx='42' cy='78' rx='8' ry='14' fill='%2314b8a6' transform='rotate(10 42 78)'/%3E%3Cellipse cx='44' cy='60' rx='3.5' ry='4.5' fill='%2314b8a6' transform='rotate(10 44 60)'/%3E%3Cellipse cx='18' cy='128' rx='8' ry='14' fill='%2314b8a6' transform='rotate(-10 18 128)'/%3E%3Cellipse cx='16' cy='110' rx='3.5' ry='4.5' fill='%2314b8a6' transform='rotate(-10 16 110)'/%3E%3Cellipse cx='42' cy='178' rx='8' ry='14' fill='%2314b8a6' transform='rotate(10 42 178)'/%3E%3Cellipse cx='44' cy='160' rx='3.5' ry='4.5' fill='%2314b8a6' transform='rotate(10 44 160)'/%3E%3C/svg%3E");
  --deco-compass: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Ccircle cx='40' cy='40' r='36' fill='none' stroke='%2314b8a6' stroke-width='1.8'/%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%2314b8a6' stroke-width='.8' stroke-dasharray='3 5'/%3E%3Cpolygon points='40,10 44,36 40,30 36,36' fill='%2314b8a6'/%3E%3Cpolygon points='40,70 44,44 40,50 36,44' fill='%2314b8a6' opacity='.35'/%3E%3Cpolygon points='10,40 36,36 30,40 36,44' fill='%2314b8a6' opacity='.35'/%3E%3Cpolygon points='70,40 44,36 50,40 44,44' fill='%2314b8a6' opacity='.35'/%3E%3Ccircle cx='40' cy='40' r='2.5' fill='%2314b8a6'/%3E%3Cline x1='40' y1='4' x2='40' y2='10' stroke='%2314b8a6' stroke-width='1.5'/%3E%3Cline x1='40' y1='70' x2='40' y2='76' stroke='%2314b8a6' stroke-width='1.5'/%3E%3Cline x1='4' y1='40' x2='10' y2='40' stroke='%2314b8a6' stroke-width='1.5'/%3E%3Cline x1='70' y1='40' x2='76' y2='40' stroke='%2314b8a6' stroke-width='1.5'/%3E%3C/svg%3E");
  --deco-peak: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 70'%3E%3Cpolygon points='40,5 78,70 2,70' fill='%2314b8a6'/%3E%3Cpolygon points='40,5 52,22 28,22' fill='%2314b8a6' opacity='.25'/%3E%3C/svg%3E");
  --deco-signpost: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 100'%3E%3Crect x='28' y='15' width='4' height='85' fill='%2314b8a6' rx='2'/%3E%3Cpath d='M10 20h38l8 10-8 10H10V20z' fill='%2314b8a6'/%3E%3Cpath d='M50 48H12l-8 9 8 9h38V48z' fill='%2314b8a6' opacity='.55'/%3E%3Ccircle cx='30' cy='8' r='6' fill='none' stroke='%2314b8a6' stroke-width='1.5'/%3E%3C/svg%3E");

  /* Light-opacity variants for multi-background stacking */
  --deco-mountains-l: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120'%3E%3Cpath d='M0 120L60 40L90 75L130 15L170 75L200 50L240 90L280 30L320 80L370 20L400 70V120Z' fill='%2314b8a6' opacity='.14'/%3E%3C/svg%3E");
  --deco-mountains-wl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120'%3E%3Cpath d='M0 120L60 40L90 75L130 15L170 75L200 50L240 90L280 30L320 80L370 20L400 70V120Z' fill='white' opacity='.09'/%3E%3C/svg%3E");
  --deco-trees-l: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 150'%3E%3Cg opacity='.14'%3E%3Crect x='27' y='110' width='6' height='40' fill='%2314b8a6'/%3E%3Cpolygon points='30,35 10,75 50,75' fill='%2314b8a6'/%3E%3Cpolygon points='30,55 14,90 46,90' fill='%2314b8a6'/%3E%3Cpolygon points='30,75 18,105 42,105' fill='%2314b8a6'/%3E%3Crect x='67' y='115' width='6' height='35' fill='%2314b8a6'/%3E%3Cpolygon points='70,45 53,80 87,80' fill='%2314b8a6'/%3E%3Cpolygon points='70,63 56,93 84,93' fill='%2314b8a6'/%3E%3Cpolygon points='70,80 60,108 80,108' fill='%2314b8a6'/%3E%3C/g%3E%3C/svg%3E");
  --deco-trees-wl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 150'%3E%3Cg opacity='.09'%3E%3Crect x='27' y='110' width='6' height='40' fill='white'/%3E%3Cpolygon points='30,35 10,75 50,75' fill='white'/%3E%3Cpolygon points='30,55 14,90 46,90' fill='white'/%3E%3Cpolygon points='30,75 18,105 42,105' fill='white'/%3E%3Crect x='67' y='115' width='6' height='35' fill='white'/%3E%3Cpolygon points='70,45 53,80 87,80' fill='white'/%3E%3Cpolygon points='70,63 56,93 84,93' fill='white'/%3E%3Cpolygon points='70,80 60,108 80,108' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  --deco-leaf-l: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 80'%3E%3Cg opacity='.14'%3E%3Cpath d='M30 75C30 75 5 55 5 30C5 10 20 2 30 2C40 2 55 10 55 30C55 55 30 75 30 75Z' fill='%2314b8a6'/%3E%3Cline x1='30' y1='72' x2='30' y2='12' stroke='%2314b8a6' stroke-width='1.2'/%3E%3C/g%3E%3C/svg%3E");
  --deco-leaf-wl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 80'%3E%3Cg opacity='.09'%3E%3Cpath d='M30 75C30 75 5 55 5 30C5 10 20 2 30 2C40 2 55 10 55 30C55 55 30 75 30 75Z' fill='white'/%3E%3Cline x1='30' y1='72' x2='30' y2='12' stroke='white' stroke-width='1.2'/%3E%3C/g%3E%3C/svg%3E");
  --deco-trail-l: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 300'%3E%3Cpath d='M180 0C160 50 40 60 60 120S170 170 140 220S30 260 50 300' fill='none' stroke='%2314b8a6' stroke-width='2.5' stroke-dasharray='8 10' stroke-linecap='round' opacity='.14'/%3E%3C/svg%3E");
  --deco-trail-wl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 300'%3E%3Cpath d='M180 0C160 50 40 60 60 120S170 170 140 220S30 260 50 300' fill='none' stroke='white' stroke-width='2.5' stroke-dasharray='8 10' stroke-linecap='round' opacity='.09'/%3E%3C/svg%3E");
  --deco-footsteps-l: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 220'%3E%3Cg opacity='.14'%3E%3Cellipse cx='18' cy='28' rx='8' ry='14' fill='%2314b8a6' transform='rotate(-10 18 28)'/%3E%3Cellipse cx='16' cy='10' rx='3.5' ry='4.5' fill='%2314b8a6' transform='rotate(-10 16 10)'/%3E%3Cellipse cx='42' cy='78' rx='8' ry='14' fill='%2314b8a6' transform='rotate(10 42 78)'/%3E%3Cellipse cx='44' cy='60' rx='3.5' ry='4.5' fill='%2314b8a6' transform='rotate(10 44 60)'/%3E%3Cellipse cx='18' cy='128' rx='8' ry='14' fill='%2314b8a6' transform='rotate(-10 18 128)'/%3E%3Cellipse cx='16' cy='110' rx='3.5' ry='4.5' fill='%2314b8a6' transform='rotate(-10 16 110)'/%3E%3Cellipse cx='42' cy='178' rx='8' ry='14' fill='%2314b8a6' transform='rotate(10 42 178)'/%3E%3Cellipse cx='44' cy='160' rx='3.5' ry='4.5' fill='%2314b8a6' transform='rotate(10 44 160)'/%3E%3C/g%3E%3C/svg%3E");
  --deco-footsteps-wl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 220'%3E%3Cg opacity='.09'%3E%3Cellipse cx='18' cy='28' rx='8' ry='14' fill='white' transform='rotate(-10 18 28)'/%3E%3Cellipse cx='16' cy='10' rx='3.5' ry='4.5' fill='white' transform='rotate(-10 16 10)'/%3E%3Cellipse cx='42' cy='78' rx='8' ry='14' fill='white' transform='rotate(10 42 78)'/%3E%3Cellipse cx='44' cy='60' rx='3.5' ry='4.5' fill='white' transform='rotate(10 44 60)'/%3E%3Cellipse cx='18' cy='128' rx='8' ry='14' fill='white' transform='rotate(-10 18 128)'/%3E%3Cellipse cx='16' cy='110' rx='3.5' ry='4.5' fill='white' transform='rotate(-10 16 110)'/%3E%3Cellipse cx='42' cy='178' rx='8' ry='14' fill='white' transform='rotate(10 42 178)'/%3E%3Cellipse cx='44' cy='160' rx='3.5' ry='4.5' fill='white' transform='rotate(10 44 160)'/%3E%3C/g%3E%3C/svg%3E");
  --deco-compass-l: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg opacity='.12'%3E%3Ccircle cx='40' cy='40' r='36' fill='none' stroke='%2314b8a6' stroke-width='1.8'/%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%2314b8a6' stroke-width='.8' stroke-dasharray='3 5'/%3E%3Cpolygon points='40,10 44,36 40,30 36,36' fill='%2314b8a6'/%3E%3Cpolygon points='40,70 44,44 40,50 36,44' fill='%2314b8a6' opacity='.35'/%3E%3Cpolygon points='10,40 36,36 30,40 36,44' fill='%2314b8a6' opacity='.35'/%3E%3Cpolygon points='70,40 44,36 50,40 44,44' fill='%2314b8a6' opacity='.35'/%3E%3Ccircle cx='40' cy='40' r='2.5' fill='%2314b8a6'/%3E%3C/g%3E%3C/svg%3E");
  --deco-compass-wl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg opacity='.08'%3E%3Ccircle cx='40' cy='40' r='36' fill='none' stroke='white' stroke-width='1.8'/%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='white' stroke-width='.8' stroke-dasharray='3 5'/%3E%3Cpolygon points='40,10 44,36 40,30 36,36' fill='white'/%3E%3Cpolygon points='40,70 44,44 40,50 36,44' fill='white' opacity='.35'/%3E%3Cpolygon points='10,40 36,36 30,40 36,44' fill='white' opacity='.35'/%3E%3Cpolygon points='70,40 44,36 50,40 44,44' fill='white' opacity='.35'/%3E%3Ccircle cx='40' cy='40' r='2.5' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  --deco-peak-l: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 70'%3E%3Cg opacity='.13'%3E%3Cpolygon points='40,5 78,70 2,70' fill='%2314b8a6'/%3E%3Cpolygon points='40,5 52,22 28,22' fill='%2314b8a6' opacity='.25'/%3E%3C/g%3E%3C/svg%3E");
  --deco-signpost-l: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 100'%3E%3Cg opacity='.22'%3E%3Crect x='28' y='15' width='4' height='85' fill='%2314b8a6' rx='2'/%3E%3Cpath d='M10 20h38l8 10-8 10H10V20z' fill='%2314b8a6'/%3E%3Cpath d='M50 48H12l-8 9 8 9h38V48z' fill='%2314b8a6' opacity='.55'/%3E%3Ccircle cx='30' cy='8' r='6' fill='none' stroke='%2314b8a6' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  --deco-signpost-wl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 100'%3E%3Cg opacity='.12'%3E%3Crect x='28' y='15' width='4' height='85' fill='white' rx='2'/%3E%3Cpath d='M10 20h38l8 10-8 10H10V20z' fill='white'/%3E%3Cpath d='M50 48H12l-8 9 8 9h38V48z' fill='white' opacity='.55'/%3E%3Ccircle cx='30' cy='8' r='6' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  --deco-trail-w-thick: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 300'%3E%3Cpath d='M180 0C160 50 40 60 60 120S170 170 140 220S30 260 50 300' fill='none' stroke='white' stroke-width='5' stroke-dasharray='12 14' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ================================================================
   RESET & BASE
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background-color: #0f1f1b; overflow-x: clip; }
body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-body);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition-fast); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
address { font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--color-heading);
  font-weight: 600;
  line-height: 1.25;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.5rem); font-weight: 700; letter-spacing: -.02em; }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.015em; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.15rem; }
p + p { margin-top: var(--space-sm); }

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-md);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .container { padding: 0 var(--space-lg); }
}

/* ================================================================
   HEADER
   ================================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: box-shadow var(--transition-base), background var(--transition-base);
  height: var(--header-height);
  display: flex;
  align-items: center;
}
.site-header.scrolled {
  box-shadow: 0 1px 0 var(--color-border), 0 4px 20px rgba(0,0,0,.04);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img { max-height: 64px; width: auto; }

.main-nav ul {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}
.main-nav a {
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 500;
  color: var(--color-body);
  padding: .5rem .85rem;
  border-radius: 8px;
  transition: color var(--transition-fast), background var(--transition-fast);
}
.main-nav a:hover {
  color: var(--color-primary-dark);
  background: var(--color-primary-ultra-light);
}
.main-nav a.active {
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
  font-weight: 600;
}

.header-cta { margin-left: var(--space-sm); }

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px; height: 44px;
  z-index: 1001;
}
.menu-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--color-heading);
  border-radius: 2px;
  transition: transform var(--transition-base), opacity var(--transition-fast);
}
.nav-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

body.nav-open { overflow: hidden; touch-action: none; }

@media (max-width: 900px) {
  .menu-toggle { display: flex; }
  .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--color-white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-3xl) var(--space-lg);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform .18s ease-out, opacity .18s ease-out;
    will-change: transform, opacity;
    z-index: 1000;
  }
  .nav-open .main-nav { transform: translateY(0); opacity: 1; }
  .main-nav ul { flex-direction: column; gap: var(--space-sm); text-align: center; }
  .main-nav a { font-size: 1.15rem; padding: .75rem 1.5rem; }
  .header-cta.btn { display: none; }
}

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 500;
  padding: .75em 1.6em;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: all var(--transition-fast);
  white-space: nowrap;
  cursor: pointer;
}
.btn:active { transform: scale(.97); }

.btn-lg { padding: .9em 2em; font-size: .95rem; }

.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  box-shadow: var(--shadow-green);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--color-primary-dark);
  border-color: var(--color-primary);
}
.btn-outline:hover {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: var(--shadow-green);
  transform: translateY(-1px);
}

.btn-secondary {
  background: var(--color-primary-ultra-light);
  color: var(--color-primary-dark);
  border-color: var(--color-primary-light);
}
.btn-secondary:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.btn-white {
  background: var(--color-white);
  color: var(--color-primary-dark);
  border-color: var(--color-white);
}
.btn-white:hover {
  background: rgba(255,255,255,.15);
  color: var(--color-white);
  border-color: var(--color-white);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255,255,255,.4);
}
.btn-ghost:hover {
  background: rgba(255,255,255,.15);
  border-color: var(--color-white);
  transform: translateY(-1px);
}

/* ================================================================
   HERO — Split layout: text left, image right
   ================================================================ */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  background: var(--color-white);
}
.hero-text {
  display: flex;
  align-items: center;
  padding: var(--space-4xl) var(--space-lg) var(--space-4xl) 0;
}
.hero-text-inner {
  max-width: 560px;
  margin-left: auto;
  padding-left: var(--space-lg);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  font-family: var(--font-heading);
  font-size: .8rem;
  font-weight: 600;
  color: var(--color-green-dark);
  background: var(--color-green-light);
  padding: .45em 1.1em;
  border-radius: 50px;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: var(--space-md);
}
.hero h1 {
  margin-bottom: var(--space-md);
  line-height: 1.15;
}
.hero .highlight {
  color: var(--color-primary);
  position: relative;
}
.hero-desc {
  font-size: 1.1rem;
  color: var(--color-body);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
  max-width: 480px;
}
.hero-actions {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
  margin-bottom: var(--space-lg);
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border);
}
.hero-trust img { height: 22px; width: auto; opacity: .7; }
.hero-trust span {
  font-size: .8rem;
  color: var(--color-body-light);
  font-weight: 500;
}

.hero-image {
  position: relative;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-image::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 140px;
  background: linear-gradient(to right, var(--color-white), transparent);
  z-index: 2;
  pointer-events: none;
}
.hero-image::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 140px;
  background: linear-gradient(to top, rgba(255,255,255,.4), transparent);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .hero { min-height: auto; }
  .hero-text { padding: var(--space-2xl) var(--space-md) var(--space-2xl) 0; }
  .hero-text-inner { padding-left: var(--space-md); }
}
@media (max-width: 767px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-text {
    padding: var(--space-2xl) var(--space-md);
    order: 2;
    text-align: center;
  }
  .hero-text-inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  .hero-actions { justify-content: center; }
  .hero-trust { justify-content: center; flex-wrap: wrap; }
  .hero-image {
    order: 1;
    max-height: 50vh;
  }
  .hero-image::before { display: none; }
  .hero-image::after {
    height: min(160px, 42%);
    background: linear-gradient(to top, var(--color-white), transparent);
  }
}

/* ================================================================
   FIND FOOTING (Home — below hero)
   ================================================================ */
.find-footing {
  padding: var(--space-4xl) 0;
  background: var(--color-bg-warm);
}
.find-footing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  align-items: center;
}
@media (min-width: 768px) {
  .find-footing-grid { grid-template-columns: 1fr 1.2fr; gap: var(--space-3xl); }
}
.find-footing-image {
  display: flex;
  justify-content: center;
  position: relative;
}
.find-footing-image::before {
  display: none;
}
.find-footing-image img {
  position: relative;
  z-index: 1;
  width: min(400px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 70%;
  border: 24px solid var(--color-primary-light);
  border-radius: 50%;
  box-shadow: var(--shadow-xl);
}
.find-footing-text {
  text-align: left;
}
.find-footing-text h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--color-heading);
  margin-bottom: var(--space-sm);
}
.section-divider {
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
  margin-bottom: var(--space-lg);
}
.find-footing-text p {
  font-size: 1rem;
  color: var(--color-body);
  line-height: 1.8;
  margin-bottom: var(--space-sm);
}
.find-footing-text p:last-of-type:not(.find-footing-highlight) {
  margin-bottom: var(--space-md);
}
.find-footing-highlight {
  color: var(--color-primary-dark);
  font-weight: 500;
  font-style: italic;
  font-size: 1.05rem;
  margin-bottom: var(--space-lg) !important;
}
.btn-dark {
  background: var(--color-heading);
  color: var(--color-white);
  border-color: var(--color-heading);
}
.btn-dark:hover {
  background: #1e293b;
  border-color: #1e293b;
  box-shadow: 0 10px 30px -8px rgba(15,23,42,.3);
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .find-footing-text { text-align: center; }
  .section-divider { margin-left: auto; margin-right: auto; }
  .find-footing-text .btn { width: 100%; max-width: 280px; }
}

/* ================================================================
   PAGE HERO (inner pages)
   ================================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--color-primary-ultra-light) 0%, var(--color-bg-alt) 50%, var(--color-white) 100%);
  padding: var(--space-3xl) 0;
  text-align: center;
  position: relative;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
}
.page-hero--team-photo,
.page-hero--services-photo,
.page-hero--contact-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(54vh, 520px);
  padding: var(--space-3xl) 0;
  background-color: var(--color-bg-alt);
  background-size: cover, cover;
  background-repeat: no-repeat;
}
.page-hero--team-photo .container,
.page-hero--services-photo .container,
.page-hero--contact-photo .container {
  position: relative;
  z-index: 1;
}

.page-hero--team-photo {
  background-image:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.82) 0%,
      rgba(255,255,255,.55) 76%,
      rgba(252,252,251,.72) 94%,
      rgba(252,252,251,.78) 100%
    ),
    url('../images/DSC00076.jpg');
  background-position: center, center 58%;
  background-size: cover, cover;
}

.page-hero--services-photo {
  background-image:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.82) 0%,
      rgba(255,255,255,.50) 76%,
      rgba(252,252,251,.72) 94%,
      rgba(252,252,251,.78) 100%
    ),
    url('../images/pexels-alex-green-5699496.jpg');
  background-position: center, center 40%;
  background-size: cover, cover;
}

.page-hero--contact-photo {
  background-image:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.82) 0%,
      rgba(255,255,255,.50) 76%,
      rgba(252,252,251,.72) 94%,
      rgba(252,252,251,.78) 100%
    ),
    url('../images/pexels-shvets-production-9052462.jpg');
  background-position: center, center 35%;
  background-size: cover, cover;
}

/* ================================================================
   HERO SUBTEXT
   ================================================================ */
.page-hero-sub {
  max-width: 600px;
  margin: var(--space-sm) auto 0;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--color-body);
  font-weight: 400;
}

/* ================================================================
   SHARED SECTION STYLES
   ================================================================ */
.services-intro,
.team-intro,
.find-therapist,
.why-different,
.staff-section { padding: var(--space-4xl) 0; text-align: center; }

.services-intro h2,
.team-intro h2,
.find-therapist h2,
.why-different h2,
.staff-section h2 { margin-bottom: var(--space-sm); }

.section-intro,
.services-intro p,
.team-intro p,
.find-therapist > .container > p {
  max-width: 680px;
  margin: 0 auto var(--space-2xl);
  font-size: 1.05rem;
  color: var(--color-body);
}

/* Team page: intro flows directly into the grid — avoid triple-stacked section padding + paragraph margin */
.team-intro p {
  margin-bottom: var(--space-md);
}
.team-intro {
  padding-bottom: var(--space-xl);
}
.team-intro + .team-section {
  padding-top: var(--space-xl);
}

/* Services page: intro flows into service list — avoid stacked paragraph margin + section padding */
.services-intro p {
  margin-bottom: 0;
}
.services-intro {
  padding-bottom: var(--space-xl);
}
.services-intro + .services-list {
  padding-top: var(--space-lg);
}


/* ================================================================
   WHY CHOOSE (Home)
   ================================================================ */
.why-choose {
  padding: var(--space-4xl) 0;
  background: var(--color-bg-alt);
  position: relative;
}
.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  align-items: center;
}
@media (min-width: 768px) {
  .why-choose-grid { grid-template-columns: 1fr 1fr; gap: var(--space-2xl); }
}
.why-choose-images {
  position: relative;
  height: 480px;
}
.why-choose-images img {
  position: absolute;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.why-choose-images img:first-child {
  width: 78%;
  aspect-ratio: 3/4;
  top: 0;
  left: 0;
  z-index: 1;
}
.why-choose-images img:last-child {
  width: 48%;
  aspect-ratio: 4/5;
  bottom: 0;
  right: 0;
  z-index: 2;
  border: 4px solid var(--color-white);
}
.why-choose-images img:first-child:hover,
.why-choose-images img:last-child:hover {
  transform: scale(1.04);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  z-index: 3;
}
.why-choose-text { text-align: left; }
.why-choose-text h2 { margin-bottom: var(--space-sm); }
.why-choose-text > p { margin-bottom: var(--space-lg); color: var(--color-body); }

.feature-list { display: flex; flex-direction: column; gap: var(--space-md); }
.feature-list li {
  display: flex;
  gap: var(--space-md);
  align-items: center;
  background: var(--color-white);
  padding: var(--space-md) var(--space-lg);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}
.feature-list li:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-lg);
  border-left-color: var(--color-green);
}
.feature-num {
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  opacity: .35;
  letter-spacing: -.02em;
}
.feature-list strong {
  color: var(--color-heading);
  display: block;
  margin-bottom: 2px;
  font-size: .95rem;
}
.feature-list p { font-size: .9rem; margin: 0; color: var(--color-body); }

/* ================================================================
   CTA BANNER
   ================================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-green-dark) 100%);
  padding: var(--space-3xl) 0;
  text-align: center;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
/* cta-banner pseudo-elements are defined in NATURE DECORATIONS section */
.cta-banner p {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  margin-bottom: var(--space-lg);
  position: relative;
  z-index: 1;
}
.cta-banner a:not(.btn) { color: var(--color-white); font-weight: 700; text-decoration: underline; }
.cta-banner a:not(.btn):hover { opacity: .85; }

/* ================================================================
   OUR APPROACH (Home — stepped cards)
   ================================================================ */
.our-approach {
  padding: var(--space-4xl) 0;
  background: var(--color-bg-alt);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* --- Nature-themed decorative elements --- */
.approach-deco {
  position: absolute;
  pointer-events: none;
  color: var(--color-primary);
  z-index: 0;
}

.approach-deco--trees-l {
  width: 60px;
  bottom: 0;
  left: 4%;
  opacity: .09;
}

.approach-deco--mtn-r {
  width: 200px;
  bottom: 0;
  right: 0;
  opacity: .10;
}

.approach-deco--trail {
  width: 100px;
  top: 8%;
  right: 4%;
  opacity: .10;
  animation: deco-drift 20s ease-in-out infinite reverse;
}

@keyframes deco-sway {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  25% { transform: rotate(1.5deg) translateY(-4px); }
  75% { transform: rotate(-1deg) translateY(2px); }
}
@keyframes deco-drift {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(5px, -6px); }
  66% { transform: translate(-3px, 4px); }
}
@keyframes deco-leaf {
  0%, 100% { transform: rotate(-20deg) translate(0, 0); }
  50% { transform: rotate(-14deg) translate(4px, -8px); }
}

/* --- Section heading --- */
.approach-label {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-primary-dark);
  margin-bottom: var(--space-sm);
  position: relative;
  z-index: 1;
}
.approach-heading {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--color-heading);
  margin-bottom: var(--space-3xl);
  position: relative;
  z-index: 1;
}

/* --- Steps wrapper with trail line --- */
.approach-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.approach-trail {
  position: absolute;
  left: 45px;
  top: 45px;
  bottom: 45px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    var(--color-primary) 0px,
    var(--color-primary) 6px,
    transparent 6px,
    transparent 14px
  );
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: opacity .4s ease, transform 1.4s cubic-bezier(.16,1,.3,1);
  z-index: 0;
}
.approach-trail.is-visible {
  opacity: .25;
  transform: scaleY(1);
}

/* --- Individual step row --- */
.approach-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 0;
  text-align: left;
}

/* --- Step circle --- */
.step-circle {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 24px -6px rgba(15,23,42,.1), 0 0 0 1px rgba(20,184,166,.08);
  margin-right: -14px;
  transition: transform .6s cubic-bezier(.16,1,.3,1), box-shadow .6s ease;
}
.step-circle::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-primary);
  opacity: 0;
  transform: scale(.85);
  transition: opacity .5s ease .3s, transform .5s cubic-bezier(.16,1,.3,1) .3s;
}
.approach-step.is-visible .step-circle::after {
  opacity: .15;
  transform: scale(1);
}
.approach-step.is-visible .step-circle {
  animation: circle-pop .7s cubic-bezier(.16,1,.3,1) forwards;
}

.step-circle--1 {
  background: #fff;
  color: var(--color-primary-darker);
}
.step-circle--2 {
  background: #fff;
  color: var(--color-green-dark);
}
.step-circle--3 {
  background: #fff;
  color: var(--color-primary-dark);
}

@keyframes circle-pop {
  0% { transform: scale(.7); }
  60% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* Gentle continuous float on circles once visible */
.approach-step.is-visible .step-circle {
  animation: circle-pop .7s cubic-bezier(.16,1,.3,1) forwards,
             circle-breathe 4s ease-in-out .8s infinite;
}
@keyframes circle-breathe {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* --- Step card --- */
.step-card {
  position: relative;
  z-index: 1;
  padding: var(--space-lg) var(--space-xl) var(--space-lg) calc(var(--space-xl) + 14px);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
}
.step-card:hover {
  transform: translateX(4px);
  box-shadow: 0 12px 32px -8px rgba(15,23,42,.12);
}
.step-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.step-card p {
  font-size: .92rem;
  line-height: 1.7;
  margin: 0;
}

.step-card--1 {
  background: var(--color-footer-bg);
  color: rgba(255,255,255,.85);
}
.step-card--1 h3 { color: #fff; }

.step-card--2 {
  background: var(--color-primary);
  color: rgba(255,255,255,.9);
}
.step-card--2 h3 { color: #fff; }

.step-card--3 {
  background: var(--color-primary-light);
  color: var(--color-body);
}
.step-card--3 h3 { color: var(--color-heading); }

/* --- Staggered scroll entrance --- */
[data-animate="step-in"] {
  opacity: 0;
  transform: translateX(-40px) translateY(16px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1),
              transform .7s cubic-bezier(.16,1,.3,1);
}
[data-animate="step-in"][data-step="2"] {
  transition-delay: .15s;
}
[data-animate="step-in"][data-step="3"] {
  transition-delay: .3s;
}
[data-animate="step-in"].is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* --- CTA --- */
.approach-cta {
  margin-top: var(--space-2xl);
  position: relative;
  z-index: 1;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  .approach-step {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .step-circle {
    width: 72px;
    height: 72px;
    margin: 0 auto calc(-36px) auto;
    z-index: 2;
  }
  .step-circle svg { width: 32px; height: 32px; }
  .step-card {
    border-radius: var(--radius-lg);
    padding: calc(var(--space-xl) + 16px) var(--space-lg) var(--space-lg);
    text-align: center;
  }
  .approach-trail {
    left: 50%;
    transform-origin: top center;
  }
  .approach-deco--trees-l { display: none; }
  .approach-deco--mtn-r { width: 140px; }
  .approach-deco--trail { width: 70px; }
  [data-animate="step-in"] {
    transform: translateY(30px) translateX(0);
  }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  .approach-deco {
    animation: none !important;
  }
  .approach-step.is-visible .step-circle {
    animation: none !important;
  }
  .step-circle::after { transition: none !important; }
  .approach-trail { transition-duration: .01s !important; }
  [data-animate="step-in"] { transition-duration: .01s !important; }
}

/* ================================================================
   TEAM GRID
   ================================================================ */
.team-section,
.find-therapist { padding: var(--space-4xl) 0; }
.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  margin-bottom: var(--space-xl);
}
@media (min-width: 768px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }

.team-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  text-align: center;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  border: 1px solid var(--color-border);
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}
.team-card img {
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
}
.team-card h3 {
  font-size: 1.1rem;
  padding: var(--space-md) var(--space-md) 0;
}
.team-card > p {
  font-size: .85rem;
  color: var(--color-primary-dark);
  font-weight: 500;
  padding: 4px var(--space-md);
}
.img-square { aspect-ratio: 1/1; object-fit: cover; }

.team-card[data-profile] { cursor: pointer; }
.btn-view-profile {
  margin: var(--space-sm) auto var(--space-md);
  font-size: .82rem;
  padding: .55em 1.4em;
}

/* ================================================================
   PROFILE MODAL
   ================================================================ */
.profile-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
  padding: var(--space-md);
}
.profile-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.profile-modal {
  position: relative;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: 0 32px 64px -12px rgba(0,0,0,.18), 0 0 0 1px rgba(0,0,0,.04);
  max-width: 960px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(24px) scale(.97);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.profile-modal-overlay.is-active .profile-modal {
  transform: translateY(0) scale(1);
}

.profile-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--color-body);
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}
.profile-modal__close:hover {
  background: var(--color-primary-ultra-light);
  color: var(--color-primary-dark);
  transform: rotate(90deg);
}

.profile-modal__body {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0;
}

.profile-modal__photo-col {
  position: relative;
  background: linear-gradient(135deg, var(--color-primary-ultra-light), var(--color-primary-light));
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.profile-modal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.profile-modal__info-col {
  padding: var(--space-xl) var(--space-xl) var(--space-xl) var(--space-lg);
  display: flex;
  flex-direction: column;
}

.profile-modal__name {
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  color: var(--color-heading);
  margin-bottom: 4px;
}
.profile-modal__title {
  font-size: .9rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-md);
  border-bottom: 2px solid var(--color-primary-light);
}

.profile-modal__bio h4 {
  font-size: .82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--color-primary-dark);
  margin-bottom: 6px;
  margin-top: var(--space-md);
}
.profile-modal__bio h4:first-child {
  margin-top: 0;
}
.profile-modal__bio p {
  font-size: .9rem;
  color: var(--color-body);
  line-height: 1.7;
  margin-bottom: 0;
}
.profile-modal__bio ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
.profile-modal__bio ul li {
  font-size: .8rem;
  font-weight: 500;
  color: var(--color-primary-darker);
  background: var(--color-primary-ultra-light);
  border: 1px solid var(--color-border-green);
  padding: 3px 10px;
  border-radius: 50px;
}

.profile-modal__actions {
  margin-top: var(--space-lg);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  align-items: center;
}
.profile-modal__cta,
.profile-modal__pt-link {
  font-size: .82rem;
  padding: .6em 1.3em;
}

@media (max-width: 640px) {
  .profile-modal__body {
    grid-template-columns: 1fr;
  }
  .profile-modal__photo-col {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    max-height: 280px;
  }
  .profile-modal__img {
    min-height: 220px;
    max-height: 280px;
  }
  .profile-modal__info-col {
    padding: var(--space-lg) var(--space-md) var(--space-lg);
  }
  .profile-modal__close {
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(4px);
  }
}

/* ================================================================
   SERVICE BLOCKS (Services page)
   ================================================================ */
.services-list { padding: var(--space-xl) 0; }
.service-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  align-items: center;
  padding: var(--space-2xl) 0;
}
.service-block + .service-block {
  border-top: 1px solid var(--color-border);
}
@media (min-width: 768px) {
  .service-block { grid-template-columns: 1fr 1fr; }
  .service-block:nth-child(even) .service-image { order: 2; }
  .service-block:nth-child(even) .service-content { order: 1; }
}
.service-image img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  width: 100%;
}
.service-content h3 { margin-bottom: var(--space-sm); }
.service-content p { margin-bottom: var(--space-sm); color: var(--color-body); }
.service-content .btn { margin-top: var(--space-sm); }

/* ================================================================
   WHAT MAKES US DIFFERENT (Services)
   ================================================================ */
.why-different { background: var(--color-bg-alt); }
.differentiators {
  max-width: 700px;
  margin: var(--space-xl) auto 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.differentiators li {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  background: var(--color-white);
  padding: var(--space-md) var(--space-lg);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}
.differentiators li:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-lg);
  border-left-color: var(--color-green);
}
.diff-num {
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  opacity: .35;
  letter-spacing: -.02em;
}
.differentiators strong {
  display: block;
  color: var(--color-heading);
  font-size: .95rem;
  margin-bottom: 2px;
}
.differentiators p {
  font-size: .9rem;
  margin: 0;
  color: var(--color-body);
}

/* ================================================================
   FINAL CTA (Home)
   ================================================================ */
.final-cta {
  padding: var(--space-4xl) 0;
  text-align: center;
  background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-green-dark) 100%);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
/* final-cta pseudo-elements are defined in NATURE DECORATIONS section */
.final-cta h2 { color: var(--color-white); margin-bottom: var(--space-sm); }
.final-cta p {
  max-width: 550px;
  margin: 0 auto var(--space-lg);
  font-size: 1.1rem;
  opacity: .9;
}
.final-cta-actions {
  display: flex;
  gap: var(--space-sm);
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ================================================================
   CONTACT PAGE
   ================================================================ */
.contact-section { padding: var(--space-4xl) 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
}
@media (min-width: 768px) {
  .contact-grid { grid-template-columns: 1fr 1fr; }
}

.contact-form-col h2 {
  margin-bottom: var(--space-sm);
  font-size: clamp(1.4rem, 3vw, 1.8rem);
}
.contact-form-col > p { margin-bottom: var(--space-lg); }

.contact-form { display: flex; flex-direction: column; gap: var(--space-md); }
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: .9rem 1.1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-heading);
  background: var(--color-white);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(20,184,166,.12);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #94a3b8; }
.contact-form textarea { min-height: 150px; resize: vertical; }

.contact-map iframe {
  width: 100%;
  border: none;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}
.contact-card {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  background: var(--color-white);
  padding: var(--space-md) var(--space-lg);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  min-width: 0;
  text-align: left;
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}
.contact-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-lg);
  border-left-color: var(--color-green);
}
.contact-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--color-primary-ultra-light);
  border-radius: var(--radius-full);
  color: var(--color-primary);
}
.contact-card strong {
  display: block;
  color: var(--color-heading);
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 2px;
}
.contact-card p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
  color: var(--color-body);
}
.contact-card a {
  display: inline-block;
  color: var(--color-primary-dark);
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.4;
}
.contact-card a[href^="tel"] {
  white-space: nowrap;
}
.contact-card a[href^="mailto"] {
  overflow-wrap: break-word;
  word-break: normal;
}
.contact-card a:hover { color: var(--color-primary); }

/* ================================================================
   FORM SUCCESS MESSAGE
   ================================================================ */
.form-success {
  text-align: center;
  padding: var(--space-2xl) var(--space-md);
}
.form-success svg {
  color: var(--color-green);
  margin-bottom: var(--space-md);
}
.form-success h3 {
  margin-bottom: var(--space-xs);
}
.form-success p {
  color: var(--color-body);
  font-size: 1rem;
}

/* ================================================================
   THANK YOU PAGE
   ================================================================ */
.thank-you-section {
  padding: var(--space-4xl) 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you-content {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.thank-you-content svg {
  color: var(--color-green);
  margin-bottom: var(--space-lg);
}
.thank-you-content h1 {
  margin-bottom: var(--space-sm);
}
.thank-you-content p {
  font-size: 1.1rem;
  color: var(--color-body);
  margin-bottom: var(--space-xl);
}

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  background-color: var(--color-footer-bg);
  color: var(--color-footer-text);
  padding: var(--space-4xl) 0 var(--space-lg);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; align-items: start; }
  .footer-links,
  .footer-nav { padding-top: var(--space-lg); }
}
.footer-logo { width: auto; max-width: 240px; max-height: 120px; object-fit: contain; margin-bottom: var(--space-md); }
.footer-brand p { font-size: .88rem; line-height: 1.7; margin-bottom: var(--space-sm); }
.footer-brand address { font-size: .88rem; opacity: .7; }
.footer-links h4,
.footer-nav h4 {
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: var(--space-md);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.footer-links li + li,
.footer-nav li + li { margin-top: var(--space-xs); }
.footer-links a,
.footer-nav a {
  font-size: .88rem;
  color: var(--color-footer-text);
  transition: color var(--transition-fast);
}
.footer-links a:hover,
.footer-nav a:hover { color: var(--color-primary); }
.footer-badges {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}
.footer-badges img { height: 22px; width: auto; opacity: .7; transition: opacity var(--transition-fast); }
.footer-badges img:hover { opacity: 1; }

/* ================================================================
   NATURE DECORATIONS (site-wide)
   System: each section gets mountains on one bottom corner, trees on the
   other, alternating L/R per section. One accent icon in upper whitespace.
   Mountains use --deco-mtn-left / --deco-mtn-right so they hug the edge.
   ================================================================ */

/* Positioning context */
.find-footing { position: relative; }
.why-choose,
.find-therapist,
.team-section,
.team-intro,
.staff-section,
.services-intro,
.services-list,
.why-different,
.contact-section,
.site-footer { position: relative; overflow: hidden; }

/* Shared pseudo-element base */
.find-footing::before, .find-footing::after,
.why-choose::before, .why-choose::after,
.find-therapist::before, .find-therapist::after,
.team-section::before, .team-section::after,
.staff-section::before, .staff-section::after,
.services-intro::before, .services-intro::after,
.services-list::before, .services-list::after,
.why-different::before, .why-different::after,
.contact-section::before, .contact-section::after,
.site-footer::before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

/* ============================================================
   HOME PAGE
   Section order: find-footing → why-choose → cta → approach →
                  find-therapist → final-cta → footer
   ============================================================ */

/* 1. Find Footing — MTN left, TREES right, compass upper-right */
.find-footing::before {
  width: 200px; height: 78px;
  bottom: 0; left: 0;
  background-image: var(--deco-mtn-left);
  opacity: .10;
}
.find-footing::after {
  width: 55px; height: 82px;
  bottom: 0; right: 6%;
  background-image: var(--deco-trees);
  opacity: .09;
}
.find-footing {
  background-image: var(--deco-compass-l), var(--deco-trail-l), var(--deco-footsteps-l);
  background-position: 91% 12%, 4% 22%, 88% 58%;
  background-size: 36px auto, 80px auto, 18px auto;
  background-repeat: no-repeat;
}

/* 2. Why Choose — TREES left, MTN right, footsteps upper-left */
.why-choose::before {
  width: 60px; height: 88px;
  bottom: 0; left: 4%;
  background-image: var(--deco-trees);
  opacity: .09;
}
.why-choose::after {
  width: 200px; height: 78px;
  bottom: 0; right: 0;
  background-image: var(--deco-mtn-right);
  opacity: .10;
}
.why-choose {
  background-image: var(--deco-footsteps-l), var(--deco-trail-l);
  background-position: 6% 10%, 7% 52%;
  background-size: 20px auto, 75px auto;
  background-repeat: no-repeat;
}

/* 3. CTA Banner — MTN left (white), full-height trail right side */
.cta-banner::before {
  width: 200px; height: 78px;
  bottom: 0; left: 0;
  background: none;
  background-image: var(--deco-mtn-left-w);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  opacity: .07;
}
.cta-banner::after {
  width: 280px; height: 100%;
  top: 0; right: 2%;
  background: none;
  background-image: var(--deco-trail-w-thick);
  background-size: 280px 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  opacity: .45;
}

/* 4. Our Approach — has inline SVG decos, handled separately */

/* 5. Find Therapist — MTN left, TREES right, signpost upper-right */
.find-therapist::before {
  width: 190px; height: 74px;
  bottom: 0; left: 0;
  background-image: var(--deco-mtn-left);
  opacity: .09;
}
.find-therapist::after {
  width: 55px; height: 82px;
  bottom: 0; right: 5%;
  background-image: var(--deco-trees);
  opacity: .09;
}
.find-therapist {
  background-image: var(--deco-compass-l), var(--deco-trail-l);
  background-position: 5% 28%, 90% 40%;
  background-size: 34px auto, 70px auto;
  background-repeat: no-repeat;
}

/* 6. Final CTA — MTN left, TREES right, signpost (above footer) */
.final-cta::before {
  background: none;
  background-image: var(--deco-mtn-left-w);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px; height: 70px;
  bottom: 0; left: 0;
  border-radius: 0;
  opacity: .06;
}
.final-cta::after {
  content: '';
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  width: 50px; height: 74px;
  bottom: 0; right: 6%;
  background-image: var(--deco-trees-w);
  opacity: .06;
}
.final-cta {
  background-image: var(--deco-signpost-wl), linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-green-dark) 100%);
  background-position: 42% calc(100% + 20px), center;
  background-size: 34px 90px, cover;
  background-repeat: no-repeat, no-repeat;
}

/* 7. Footer — mountain ridge along top + accent icons */
.site-footer::before {
  width: 100%; height: 45px;
  top: 0; left: 0;
  background-image: var(--deco-mountains);
  background-size: cover;
  opacity: .06;
  transform: scaleY(-1);
}
.site-footer {
  background-color: var(--color-footer-bg);
  background-image: var(--deco-trail-l), var(--deco-compass-l);
  background-position: 88% 25%, 6% 42%;
  background-size: 65px auto, 28px auto;
  background-repeat: no-repeat;
}

/* ============================================================
   SERVICES PAGE
   Section order: page-hero → services-intro → services-list →
                  why-different → footer
   ============================================================ */

/* Services Intro — clean, no decorations */
.services-intro::before,
.services-intro::after {
  display: none;
}

/* Services List — MTN left, TREES right, compass upper-left, footsteps mid-right */
.services-list::before {
  width: 210px; height: 82px;
  bottom: 0; left: 0;
  background-image: var(--deco-mtn-left);
  opacity: .10;
}
.services-list::after {
  width: 60px; height: 88px;
  bottom: 0; right: 5%;
  background-image: var(--deco-trees);
  opacity: .09;
}
.services-list {
  background-image: var(--deco-compass-l), var(--deco-footsteps-l), var(--deco-trail-l);
  background-position: 5% 5%, 93% 18%, 92% 45%;
  background-size: 32px auto, 18px auto, 70px auto;
  background-repeat: no-repeat;
}

/* Why Different — TREES left, MTN right, signpost (above footer) */
.why-different::before {
  width: 55px; height: 82px;
  bottom: 0; left: 4%;
  background-image: var(--deco-trees);
  opacity: .09;
}
.why-different::after {
  width: 195px; height: 76px;
  bottom: 0; right: 0;
  background-image: var(--deco-mtn-right);
  opacity: .10;
}
.why-different {
  background-image: var(--deco-signpost-l);
  background-position: 58% calc(100% + 20px);
  background-size: 34px 90px;
  background-repeat: no-repeat;
}

/* ============================================================
   TEAM PAGE
   Section order: page-hero → team-intro → team-section →
                  staff-section → footer
   ============================================================ */

/* Team Section — MTN left, TREES right, trail upper-right */
.team-section::before {
  width: 200px; height: 78px;
  bottom: 0; left: 0;
  background-image: var(--deco-mtn-left);
  opacity: .10;
}
.team-section::after {
  width: 60px; height: 88px;
  bottom: 0; right: 6%;
  background-image: var(--deco-trees);
  opacity: .09;
}
.team-section {
  background-image: var(--deco-trail-l), var(--deco-footsteps-l), var(--deco-compass-l);
  background-position: 93% 8%, 91% 42%, 5% 18%;
  background-size: 75px auto, 18px auto, 32px auto;
  background-repeat: no-repeat;
}

/* Staff Section — TREES left, MTN right, signpost (above footer) */
.staff-section::before {
  width: 55px; height: 82px;
  bottom: 0; left: 5%;
  background-image: var(--deco-trees);
  opacity: .09;
}
.staff-section::after {
  width: 190px; height: 74px;
  bottom: 0; right: 0;
  background-image: var(--deco-mtn-right);
  opacity: .10;
}
.staff-section {
  background-image: var(--deco-signpost-l);
  background-position: 52% calc(100% + 20px);
  background-size: 34px 90px;
  background-repeat: no-repeat;
}

/* ============================================================
   CONTACT PAGE
   Section order: page-hero → contact-section → footer
   ============================================================ */

/* Contact Section — MTN left, TREES right, signpost (above footer) */
.contact-section::before {
  width: 200px; height: 78px;
  bottom: 0; left: 0;
  background-image: var(--deco-mtn-left);
  opacity: .10;
}
.contact-section::after {
  width: 55px; height: 82px;
  bottom: 0; right: 5%;
  background-image: var(--deco-trees);
  opacity: .09;
}
.contact-section {
  background-image: var(--deco-signpost-l);
  background-position: 40% calc(100% + 20px);
  background-size: 34px 90px;
  background-repeat: no-repeat;
}

/* Page Hero (inner pages) — clean */
.page-hero {
  overflow: hidden;
}

/* --- Nature deco responsive — hide all on mobile --- */
@media (max-width: 767px) {
  .find-footing::before, .find-footing::after,
  .why-choose::before, .why-choose::after,
  .find-therapist::before, .find-therapist::after,
  .cta-banner::before, .cta-banner::after,
  .final-cta::before, .final-cta::after,
  .services-intro::before, .services-intro::after,
  .services-list::before, .services-list::after,
  .why-different::before, .why-different::after,
  .team-section::before, .team-section::after,
  .staff-section::before, .staff-section::after,
  .contact-section::before, .contact-section::after,
  .site-footer::before {
    display: none;
  }
  .find-footing,
  .why-choose,
  .find-therapist,
  .services-intro,
  .services-list,
  .why-different,
  .team-section,
  .staff-section,
  .contact-section,
  .site-footer {
    background-image: none !important;
  }
  .final-cta {
    background-image: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-green-dark) 100%) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

/* --- Nature deco reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  .cta-banner::after {
    animation: none !important;
  }
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
}
[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ================================================================
   UTILITIES
   ================================================================ */
.text-center { text-align: center; }
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 767px) {
  .why-choose, .our-approach, .find-therapist, .final-cta,
  .services-intro, .team-intro, .why-different, .contact-section,
  .team-section, .staff-section, .services-list {
    padding: var(--space-2xl) 0;
  }
  .team-intro {
    padding-bottom: var(--space-lg);
  }
  .team-intro + .team-section {
    padding-top: var(--space-lg);
  }
  .services-intro {
    padding-bottom: var(--space-lg);
  }
  .services-intro + .services-list {
    padding-top: var(--space-md);
  }
  .service-block { gap: var(--space-lg); padding: var(--space-lg) 0; }
  .cta-banner, .final-cta { padding: var(--space-2xl) 0; }
  .footer-grid { text-align: center; }
  .footer-badges { justify-content: center; }
  .why-choose-images {
    height: 320px;
  }
  .page-hero--team-photo,
  .page-hero--services-photo,
  .page-hero--contact-photo {
    min-height: min(42vh, 380px);
  }
  .page-hero--team-photo {
    background-position: center, center 55%;
  }

  /* Footer links: enlarge tap targets (WCAG ~44px) */
  .footer-links li + li,
  .footer-nav li + li { margin-top: 0; }
  .footer-links a,
  .footer-nav a {
    display: inline-block;
    padding: .6rem .25rem;
    min-height: 44px;
  }

  /* Contact cards: keep email on one line on small screens */
  .contact-card {
    padding: var(--space-md) var(--space-md);
    gap: var(--space-sm);
  }
  .contact-card a,
  .contact-card p {
    font-size: .9rem;
  }
  .contact-card a {
    display: inline-block;
    padding: .35rem 0;
    min-height: 44px;
  }
  .contact-card a[href^="mailto"] {
    word-break: normal;
    overflow-wrap: break-word;
  }
}

/* Very narrow screens: shrink email further so it stays readable when it wraps at the @ */
@media (max-width: 400px) {
  .contact-card a[href^="mailto"] {
    font-size: .82rem;
    letter-spacing: -0.01em;
  }
}
