:root {
  --color-bg:         #F5F0E8;
  --color-surface:    #EDE6D9;
  --color-surface-2:  #E0D8C8;
  --color-forest:     #111111;
  --color-forest-mid: #2C2C2C;
  --color-earth:      #8B1A1A;
  --color-earth-lt:   #A82020;
  --color-sage:       #555555;
  --color-text:       #1A1A1A;
  --color-muted:      #5A5450;
  --color-error:      #B52A1C;
  --color-success:    #2A6B3A;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Inter', system-ui, -apple-system, sans-serif;
  --sp-1:0.25rem; --sp-2:0.5rem; --sp-3:0.75rem; --sp-4:1rem;
  --sp-5:1.25rem; --sp-6:1.5rem; --sp-8:2rem; --sp-10:2.5rem;
  --sp-12:3rem; --sp-16:4rem; --sp-20:5rem; --sp-24:6rem;
  --radius-sm:4px; --radius-md:10px; --radius-lg:18px; --radius-pill:9999px;
  --ease:200ms ease; --ease-slow:500ms ease;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}
ul{list-style:none}
img,svg{display:block}
.skip-link{position:absolute;top:-200%;left:0;background:var(--color-forest);color:#fff;padding:var(--sp-3) var(--sp-6);text-decoration:none;z-index:9999;font-weight:500;border-radius:0 0 var(--radius-md) 0;transition:top var(--ease)}
.skip-link:focus{top: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}
:focus-visible{outline:3px solid var(--color-earth);outline-offset:3px;border-radius:var(--radius-sm)}
.container{width:100%;max-width:1100px;margin:0 auto;padding:0 var(--sp-5)}
@media(min-width:640px){.container{padding:0 var(--sp-8)}}
h1,h2,h3{font-family:var(--font-serif);line-height:1.2;letter-spacing:-0.01em}
h1{font-size:clamp(2.4rem,6vw,3.75rem);font-weight:700}
h2{font-size:clamp(1.65rem,4vw,2.4rem);font-weight:600}
h3{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600}
p{font-size:clamp(1rem,2vw,1.0625rem);line-height:1.7}
.section-title{text-align:center;color:var(--color-forest);margin-bottom:var(--sp-3)}
.section-subtitle{text-align:center;color:var(--color-muted);margin-bottom:var(--sp-12);max-width:580px;margin-left:auto;margin-right:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-2);padding:0.75rem 1.75rem;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:1rem;font-weight:500;letter-spacing:0.01em;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background var(--ease),color var(--ease),transform 100ms ease;white-space:nowrap;min-height:48px}
.btn-primary{background:var(--color-forest);color:#fff}
.btn-primary:hover{background:var(--color-forest-mid)}
.btn-primary:active{transform:translateY(1px)}
.btn-full{width:100%}
.btn-workshop{background:var(--color-forest);color:#fff;width:100%;margin-top:var(--sp-5)}
.btn-workshop:hover{background:var(--color-forest-mid)}
.btn-workshop--light{background:#fff;color:var(--color-forest)}
.btn-workshop--light:hover{background:var(--color-bg)}
.site-header{position:sticky;top:0;z-index:200;background:rgba(253,250,246,0.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-surface-2)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:var(--sp-4);padding-bottom:var(--sp-4)}
.site-name{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--color-forest);letter-spacing:0.08em;text-transform:uppercase}
.site-header nav{display:flex;gap:var(--sp-6)}
.site-header nav a{color:var(--color-muted);text-decoration:none;font-size:0.9rem;font-weight:500;transition:color var(--ease)}
.site-header nav a:hover{color:var(--color-forest)}
.hero{padding:var(--sp-16) 0 var(--sp-20);overflow:hidden}
.hero .container{display:flex;flex-direction:column;gap:var(--sp-10);align-items:center}
@media(min-width:768px){.hero .container{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--sp-16)}.hero-content{flex:1}}
.hero-eyebrow{font-size:0.8125rem;font-weight:600;color:var(--color-earth);text-transform:uppercase;letter-spacing:0.12em;margin-bottom:var(--sp-4)}
.hero-content h1{color:var(--color-forest);margin-bottom:var(--sp-5)}
.hero-content h1 em{font-style:italic;color:var(--color-earth)}
.hero-body{color:var(--color-muted);font-size:clamp(1.0625rem,2.5vw,1.1875rem);margin-bottom:var(--sp-8);max-width:440px}
.hero-visual{position:relative;width:240px;height:240px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
@media(min-width:768px){.hero-visual{width:300px;height:300px}}
.breath-ring{position:absolute;border-radius:50%;border:1.5px solid var(--color-forest);animation:breathe 5s ease-in-out infinite}
.breath-ring:nth-child(1){width:72px;height:72px;opacity:0.75;animation-delay:0s}
.breath-ring:nth-child(2){width:136px;height:136px;opacity:0.35;animation-delay:0.7s}
.breath-ring:nth-child(3){width:210px;height:210px;opacity:0.12;animation-delay:1.4s}
.breath-center{font-size:2.25rem;line-height:1;animation:breathe-center 5s ease-in-out infinite}@keyframes breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.14)}}
@keyframes breathe-center{0%,100%{transform:scale(1);opacity:0.9}50%{transform:scale(1.3);opacity:1}}
@media(prefers-reduced-motion:reduce){.breath-ring,.breath-center{animation:none}}
.pillars{background:var(--color-surface);padding:var(--sp-16) 0}
.pillars-grid{display:grid;grid-template-columns:1fr;gap:var(--sp-2);margin-top:var(--sp-10)}
@media(min-width:640px){.pillars-grid{grid-template-columns:repeat(3,1fr)}}
.pillar{padding:var(--sp-8) var(--sp-6);text-align:center}
.pillar-icon{width:44px;height:44px;margin:0 auto var(--sp-4);color:var(--color-earth)}
.pillar-icon svg{width:100%;height:100%}
.pillar h3{color:var(--color-forest);margin-bottom:var(--sp-3)}
.pillar p{color:var(--color-muted);font-size:0.9375rem;line-height:1.65}
.workshops{padding:var(--sp-16) 0 var(--sp-20)}
.workshops-grid{display:grid;grid-template-columns:1fr;gap:var(--sp-5)}
@media(min-width:720px){.workshops-grid{grid-template-columns:repeat(2,1fr)}}
.workshop-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--sp-8);display:flex;flex-direction:column;gap:var(--sp-4);border:1px solid var(--color-surface-2);transition:box-shadow var(--ease-slow)}
.workshop-card:hover{box-shadow:0 8px 32px rgba(28,53,24,0.1)}
.workshop-card--forest{background:var(--color-forest);border-color:var(--color-forest-mid);color:#fff}
.workshop-tag{display:inline-block;font-size:0.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--color-earth);background:rgba(184,92,42,0.1);padding:var(--sp-1) var(--sp-3);border-radius:var(--radius-pill);width:fit-content}
.workshop-card--forest .workshop-tag{color:var(--color-earth-lt);background:rgba(196,113,63,0.2)}
.workshop-header h3{color:var(--color-forest);margin-bottom:var(--sp-1)}
.workshop-card--forest .workshop-header h3{color:#fff}
.workshop-subtitle{color:var(--color-muted);font-size:0.9375rem;font-style:italic;margin-top:var(--sp-1)}
.workshop-card--forest .workshop-subtitle{color:rgba(255,255,255,0.65)}
.workshop-details{display:flex;flex-direction:column;gap:var(--sp-2);padding:var(--sp-4) 0;border-top:1px solid var(--color-surface-2);border-bottom:1px solid var(--color-surface-2)}
.workshop-card--forest .workshop-details{border-color:rgba(255,255,255,0.15)}
.detail-row{display:flex;align-items:center;gap:var(--sp-3);font-size:0.9375rem;color:var(--color-muted)}
.workshop-card--forest .detail-row{color:rgba(255,255,255,0.8)}
.detail-icon{width:16px;height:16px;flex-shrink:0;color:var(--color-sage)}
.workshop-card--forest .detail-icon{color:rgba(255,255,255,0.5)}
.detail-icon svg{width:100%;height:100%}
.workshop-desc{font-size:0.9375rem;color:var(--color-muted);line-height:1.65;flex:1}
.workshop-card--forest .workshop-desc{color:rgba(255,255,255,0.7)}
.signup-section{background:var(--color-surface);padding:var(--sp-16) 0}
.signup-section--alt{background:var(--color-surface-2)}
.form-wrapper{max-width:540px;margin:0 auto}
.form-intro{margin-bottom:var(--sp-8)}
.form-tag{display:inline-block;font-size:0.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--color-earth);background:rgba(184,92,42,0.1);padding:var(--sp-1) var(--sp-3);border-radius:var(--radius-pill);margin-bottom:var(--sp-3)}
.form-intro h2{color:var(--color-forest);margin-bottom:var(--sp-2)}
.form-intro p{color:var(--color-muted);font-size:0.9375rem}
.signup-form{display:flex;flex-direction:column;gap:var(--sp-5)}
.form-field{display:flex;flex-direction:column;gap:var(--sp-2)}
.form-field label{font-size:0.9375rem;font-weight:500;color:var(--color-text)}
.required-mark{color:var(--color-earth);margin-left:2px}
.optional{font-weight:400;color:var(--color-muted);font-size:0.875rem}
.form-field input,.form-field textarea{width:100%;padding:var(--sp-3) var(--sp-4);border:1.5px solid var(--color-surface-2);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:1rem;line-height:1.5;transition:border-color var(--ease),box-shadow var(--ease);min-height:48px}
.form-field textarea{min-height:88px;resize:vertical}
.form-field input::placeholder,.form-field textarea::placeholder{color:#9A948E}
.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--color-forest);box-shadow:0 0 0 3px rgba(28,53,24,0.1)}
.form-field input[aria-invalid="true"],.form-field textarea[aria-invalid="true"]{border-color:var(--color-error);box-shadow:0 0 0 3px rgba(181,42,28,0.1)}
.field-error{font-size:0.875rem;color:var(--color-error);font-weight:500;min-height:1.2rem}
.btn-loading{display:none}
.signup-form.is-loading .btn-text{display:none}
.signup-form.is-loading .btn-loading{display:inline}
.signup-form.is-loading button{opacity:0.7;cursor:not-allowed;pointer-events:none}
.form-success{display:none;text-align:center;padding:var(--sp-10) var(--sp-8);animation:fade-in var(--ease-slow) both}
.form-success.is-visible{display:block}
@keyframes fade-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.success-icon{width:52px;height:52px;margin:0 auto var(--sp-4);color:var(--color-success)}
.success-icon svg{width:100%;height:100%}
.form-success h3{color:var(--color-forest);margin-bottom:var(--sp-2);font-size:1.5rem}
.form-success p{color:var(--color-muted)}
.about{padding:var(--sp-16) 0 var(--sp-20)}
.about-content{max-width:620px;margin:0 auto}
.about-content h2{color:var(--color-forest);margin-bottom:var(--sp-6)}
.about-content p{color:var(--color-muted);margin-bottom:var(--sp-4)}
.about-content p:last-child{margin-bottom:0}
.site-footer{background:var(--color-forest);color:#fff;padding:var(--sp-12) 0;text-align:center}
.footer-name{font-family:var(--font-serif);font-size:0.875rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:var(--sp-2);color:#fff}
.footer-tagline{font-size:0.8125rem;color:rgba(255,255,255,0.5);letter-spacing:0.12em;text-transform:uppercase;margin-bottom:var(--sp-4)}
.footer-contact{font-size:0.9375rem;color:rgba(255,255,255,0.65)}
.footer-contact a{color:var(--color-earth-lt);text-decoration:none;transition:color var(--ease)}
.footer-contact a:hover{color:#fff}
