:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--background: #faf7ef;--surface: #fff;--surface-soft: #f0eadc;--surface-green: #e6eee2;--text: #233429;--muted: #596a5c;--green: #6b815f;--green-dark: #334a36;--green-deep: #24382d;--cta: #c98257;--cta-hover: #a86743;--border: #ded5c5;--border-green: #c8d5c4;--peach-soft: #f4dcc7;--shadow: 0 18px 50px rgba(43, 62, 50, .08);--shadow-small: 0 10px 25px rgba(43, 62, 50, .07);--radius: 24px;--radius-small: 15px;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{min-width:320px;margin:0;color:var(--text);background:var(--background);font-size:17px;line-height:1.75}body:before{position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(47,74,58,.035) .7px,transparent .7px);background-size:7px 7px;content:"";pointer-events:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:.18em}img,svg{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.13;text-wrap:balance}h1{margin-bottom:24px;font-size:clamp(2.7rem,5.4vw,4.9rem);letter-spacing:0}h2{margin-bottom:18px;font-size:clamp(2rem,3.5vw,3.2rem);letter-spacing:0}h3{margin-bottom:12px;font-size:1.4rem;letter-spacing:0}p{color:var(--muted)}::selection{color:#fff;background:var(--green)}:focus-visible{outline:3px solid rgba(200,117,74,.5);outline-offset:4px}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:clamp(76px,10vw,132px) 0}.section-soft{border-block:1px solid rgba(221,214,200,.7);background:linear-gradient(135deg,rgba(255,255,255,.24),transparent 45%),var(--surface-soft)}.section-green-soft{border-block:1px solid var(--border-green);background:linear-gradient(135deg,rgba(255,255,255,.3),transparent 48%),var(--surface-green)}.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:10px 15px;color:#fff;border-radius:8px;background:var(--green-dark);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;margin:-1px;white-space:nowrap}.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid rgba(221,214,200,.78);background:#f8f6f0f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{display:flex;min-height:86px;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;flex-shrink:0;align-items:center;gap:12px;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:1.12rem;font-weight:600;letter-spacing:0;line-height:1.2;text-decoration:none}.brand-mark{display:grid;width:62px;height:62px;flex-shrink:0;place-items:center}.brand-mark img{width:100%;height:100%;object-fit:contain;object-position:center}.main-nav{display:flex;align-items:center;gap:clamp(20px,2.5vw,34px)}.nav-links{display:flex;align-items:center;gap:clamp(16px,2vw,28px)}.nav-links a{position:relative;color:var(--muted);font-size:.91rem;font-weight:600;text-decoration:none}.nav-links a:after{position:absolute;right:0;bottom:-10px;left:0;height:2px;border-radius:99px;background:var(--cta);content:"";opacity:0;transform:scaleX(.6);transition:opacity .18s ease,transform .18s ease}.nav-links a:hover,.nav-links a.active{color:var(--green-dark)}.nav-links a.active:after{opacity:1;transform:scaleX(1)}.menu-button{display:none;width:46px;height:46px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface);cursor:pointer}.menu-button>span:not(.sr-only){display:block;width:22px;height:2px;border-radius:2px;margin:4px auto;background:var(--green-dark);transition:opacity .18s ease,transform .18s ease}.menu-button.is-open>span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-button.is-open>span:nth-child(2){opacity:0}.menu-button.is-open>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.button{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:10px;padding:15px 25px;border:1px solid var(--cta);border-radius:999px;color:#fff;background:var(--cta);box-shadow:0 8px 24px #a95f3b2b;cursor:pointer;font-size:1rem;font-weight:700;line-height:1.35;text-align:center;text-decoration:none;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.button:hover{border-color:var(--cta-hover);background:var(--cta-hover);box-shadow:0 11px 28px #a95f3b3d;transform:translateY(-2px)}.button svg,.text-link svg{width:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.button-small{min-height:48px;padding:11px 19px;font-size:.9rem}.button-secondary{color:var(--green-dark);border-color:var(--border);background:transparent;box-shadow:none}.button-secondary:hover{color:#fff;border-color:var(--green-dark);background:var(--green-dark)}.button-light{color:var(--green-dark);border-color:#fff;background:#fff;box-shadow:none}.button-light:hover{color:#fff;border-color:var(--cta);background:var(--cta)}.button-light-secondary{color:#fff;border-color:#ffffffb8;background:transparent;box-shadow:none}.button-light-secondary:hover{color:var(--green-dark);border-color:#fff;background:#fff}.button-full{width:100%}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--green);font-size:.77rem;font-weight:800;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.eyebrow svg{width:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.4}.hero{position:relative;overflow:hidden;padding:clamp(70px,9vw,122px) 0 clamp(80px,11vw,140px)}.hero:after{position:absolute;z-index:-1;top:-200px;right:-220px;width:650px;height:650px;border:1px solid rgba(95,127,104,.12);border-radius:50%;content:""}.hero-grid{display:grid;align-items:center;gap:clamp(50px,8vw,110px);grid-template-columns:minmax(0,1.06fr) minmax(370px,.94fr)}.hero-copy h1{max-width:760px}.hero-lead{max-width:660px;margin-bottom:32px;color:#52665a;font-size:clamp(1.1rem,2vw,1.32rem);line-height:1.7}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.trust-line{display:flex;max-width:580px;align-items:center;gap:10px;margin:26px 0 0;color:var(--green-dark);font-size:.96rem;font-weight:650}.trust-line>span{display:grid;width:24px;height:24px;flex-shrink:0;place-items:center;border-radius:50%;color:#fff;background:var(--green)}.trust-line svg{width:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.nature-visual{position:relative;min-height:520px;overflow:hidden;border:1px solid rgba(95,127,104,.22);border-radius:48% 48% 28px 28px;background:linear-gradient(180deg,rgba(255,255,255,.48),transparent 48%),#dce6da;box-shadow:var(--shadow);isolation:isolate}.nature-visual-image{position:absolute;z-index:5;inset:0;width:100%;height:100%;object-fit:cover}.about-preview .nature-visual-image{object-position:36% center}.nature-visual-warm{background:linear-gradient(180deg,rgba(255,255,255,.32),transparent 48%),#d8c6ac}.nature-visual:not(.has-image):before{position:absolute;z-index:0;inset:0;background:linear-gradient(110deg,transparent 48%,rgba(255,255,255,.25) 49%,transparent 50%),linear-gradient(70deg,transparent 58%,rgba(255,255,255,.2) 59%,transparent 60%);content:""}.nature-visual .sun{position:absolute;z-index:1;top:80px;right:18%;width:92px;height:92px;border-radius:50%;background:#e6ba7bb3;box-shadow:0 0 0 19px #f3d8af36}.hill{position:absolute;right:-20%;bottom:-30%;left:-20%;height:70%;border-radius:50% 50% 0 0}.hill-back{z-index:2;bottom:-18%;background:#9fb59e;transform:rotate(-8deg)}.hill-front{z-index:3;right:-28%;bottom:-36%;left:-10%;background:#56745e;transform:rotate(7deg)}.plant{position:absolute;z-index:4;bottom:82px;width:2px;height:140px;border-radius:2px;background:#23412dcc;transform-origin:bottom}.plant:before,.plant:after,.plant i{position:absolute;width:26px;height:42px;border-radius:100% 0;background:#31523d;content:""}.plant:before{top:20px;left:-25px;transform:rotate(-26deg)}.plant:after{top:45px;left:2px;transform:scaleX(-1) rotate(-25deg)}.plant i:nth-child(1){top:66px;left:-25px;transform:rotate(-25deg)}.plant i:nth-child(2){top:88px;left:2px;transform:scaleX(-1) rotate(-25deg)}.plant i:nth-child(3){top:-3px;left:-12px;transform:rotate(45deg) scale(.8)}.plant-one{left:23%;transform:rotate(-5deg)}.plant-two{right:23%;bottom:48px;height:175px;transform:rotate(7deg) scale(.82)}.intro-strip{border-block:1px solid var(--border);background:#ffffffb8}.basics-section{border-block:1px solid var(--border);background:#ffffffb3}.basics-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.basics-grid article{display:flex;min-height:210px;align-items:flex-start;gap:18px;padding:30px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-small)}.basics-grid h3{margin-bottom:9px;font-family:inherit;font-size:1.15rem;font-weight:760;letter-spacing:0}.basics-grid p{margin-bottom:0;font-size:.98rem;line-height:1.65}.intro-icon{display:grid;width:47px;height:47px;flex-shrink:0;place-items:center;border-radius:50%;color:var(--green);background:var(--surface-green)}.intro-icon svg{width:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.35}.split-section{display:grid;align-items:center;gap:clamp(55px,9vw,120px);grid-template-columns:minmax(340px,.9fr) minmax(0,1fr)}.soft-illustration{position:relative;display:grid;min-height:470px;overflow:hidden;place-items:center;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft)}.soft-illustration:before{position:absolute;width:280px;height:280px;border-radius:50%;background:#5f7f6821;content:""}.ring{position:absolute;width:240px;height:240px;border:1px solid rgba(95,127,104,.29);border-radius:50%}.ring-two{width:330px;height:330px;border-color:#5f7f682e}.ring-three{width:420px;height:420px;border-color:#5f7f681a}.screen-shape{position:relative;z-index:2;display:grid;width:184px;height:124px;place-items:center;border:9px solid #fff;border-radius:15px;background:linear-gradient(155deg,#94ae95 48%,#57755e 49%);box-shadow:var(--shadow-small)}.screen-shape:before{position:absolute;bottom:-38px;width:4px;height:29px;border-radius:5px;background:var(--green-dark);content:""}.screen-shape:after{position:absolute;bottom:-39px;width:67px;height:5px;border-radius:5px;background:var(--green-dark);content:""}.screen-shape span{width:44px;height:44px;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:#f7dab1cc}.sensor-line{position:absolute;z-index:3;width:15px;height:15px;border:4px solid #fff;border-radius:50%;background:var(--cta);box-shadow:0 4px 12px #2f4a3a29}.sensor-line:after{position:absolute;top:8px;left:8px;width:82px;height:1px;background:#2f4a3a7a;content:"";transform:rotate(28deg);transform-origin:left}.sensor-line-one{top:118px;left:90px}.sensor-line-two{right:88px;bottom:135px}.sensor-line-two:after{width:75px;transform:rotate(204deg)}.soft-illustration>p{position:absolute;right:24px;bottom:19px;left:24px;margin-bottom:0;color:var(--green-dark);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-align:center}.section-heading{max-width:790px;margin-bottom:48px}.section-heading h2{margin-bottom:17px}.section-heading p{max-width:720px;margin-bottom:0;font-size:1.08rem;line-height:1.72}.section-heading-center{margin-right:auto;margin-left:auto;text-align:center}.section-heading-center p{margin-right:auto;margin-left:auto}.lead-copy{color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2.2vw,1.57rem);line-height:1.58}.text-link{display:inline-flex;align-items:center;gap:9px;margin-top:12px;color:var(--green-dark);font-size:.98rem;font-weight:800;text-decoration-color:#2f4a3a52;text-decoration-thickness:1px;transition:color .18s ease}.text-link:hover{color:var(--cta-hover)}.focus-accordion{display:grid;gap:14px;margin-bottom:28px}.focus-detail{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-small);background:#ffffffd1;box-shadow:0 7px 20px #2b3e320a}.focus-summary{display:grid;width:100%;min-height:112px;align-items:center;gap:20px;padding:24px 26px;border:0;color:inherit;background:transparent;cursor:pointer;font:inherit;grid-template-columns:auto 1fr auto;text-align:left}.focus-summary:hover{background:#e8eee794}.focus-number{color:var(--cta);font-family:Georgia,Times New Roman,serif;font-size:.9rem;font-style:italic}.focus-summary-copy{display:grid;gap:5px}.focus-summary-copy strong{color:var(--green-dark);font-family:inherit;font-size:1.14rem;font-weight:720}.focus-summary-copy>span{color:var(--muted);font-size:.94rem;line-height:1.55}.focus-toggle{position:relative;width:34px;height:34px;flex-shrink:0;border:1px solid var(--border-green);border-radius:50%;background:var(--surface-green)}.focus-toggle:before,.focus-toggle:after{position:absolute;top:50%;left:50%;width:13px;height:2px;border-radius:2px;background:var(--green-dark);content:"";transform:translate(-50%,-50%)}.focus-toggle:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .18s ease}.focus-detail.is-open{border-color:var(--border-green);background:var(--surface)}.focus-detail.is-open .focus-toggle:after{transform:translate(-50%,-50%) rotate(0)}.focus-detail-body{padding:0 72px 26px}.focus-detail-body p{max-width:790px;margin-bottom:0;color:var(--green-dark);font-size:1rem;line-height:1.72}.centered-note{max-width:830px;margin:34px auto 0;font-size:.98rem;text-align:center}.process-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.step-card{position:relative;min-height:390px;padding:36px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-small)}.step-card:after{position:absolute;right:-48px;bottom:-65px;width:155px;height:155px;border:1px solid rgba(95,127,104,.13);border-radius:50%;content:""}.step-number{display:grid;width:49px;height:49px;margin-bottom:48px;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-family:Georgia,Times New Roman,serif;font-size:.88rem;font-style:italic}.step-card h3{font-size:1.55rem}.step-card p{margin-bottom:0;font-size:1rem;line-height:1.68}.step-details{padding:20px 0 0;border-top:1px solid var(--border);margin:24px 0 0;list-style:none}.step-details li{position:relative;padding:5px 0 5px 18px;color:var(--muted);font-size:.91rem;line-height:1.55}.step-details li:before{position:absolute;top:14px;left:0;width:6px;height:6px;border-radius:50%;background:var(--cta);content:""}.section-link{margin-top:26px}.about-preview{padding:clamp(72px,8vw,108px) 0;color:#fff;background:var(--green-dark)}.about-preview h2,.about-preview h3,.about-preview .lead-copy{color:#fff}.about-preview p{color:#ffffffbf}.about-preview .eyebrow,.about-preview .text-link{color:#d3dfd4}.about-preview .nature-visual-compact{min-height:440px}.about-grid{display:grid;align-items:center;gap:clamp(55px,9vw,120px);grid-template-columns:minmax(330px,.88fr) minmax(0,1fr)}.portrait-placeholder{position:relative;display:flex;min-height:480px;flex-direction:column;justify-content:flex-end;padding:34px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:48% 48% var(--radius) var(--radius);background:radial-gradient(circle at 52% 35%,rgba(238,205,163,.35) 0 13%,transparent 13.5%),radial-gradient(ellipse at 52% 82%,rgba(123,151,127,.72) 0 33%,transparent 33.5%),linear-gradient(160deg,#8ba18b,#486654)}.portrait-placeholder:before,.portrait-placeholder:after{position:absolute;width:230px;height:410px;border:1px solid rgba(255,255,255,.15);border-radius:50%;content:"";transform:rotate(37deg)}.portrait-placeholder:before{top:-160px;left:-55px}.portrait-placeholder:after{right:-70px;bottom:-160px}.portrait-placeholder>div:last-child{position:relative;z-index:2;padding:17px 19px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:#243d30a1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.portrait-placeholder span{display:block;margin-bottom:4px;color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.portrait-placeholder p{margin-bottom:0;font-size:.82rem}.portrait-leaf{position:absolute;z-index:2;top:30%;left:50%;display:grid;width:88px;height:88px;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;background:#ffffff21;transform:translate(-50%,-50%)}.portrait-leaf svg{width:39px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.25}.price-grid{display:grid;gap:17px;grid-template-columns:repeat(4,1fr)}.price-card{min-height:290px;padding:30px;border:1px solid var(--border);border-radius:var(--radius-small);background:var(--surface)}.price-card-featured{color:#fff;border-color:var(--green-dark);background:var(--green-dark);box-shadow:var(--shadow)}.price-card h3{min-height:62px;margin-bottom:24px;font-family:inherit;font-size:1.12rem;font-weight:750;line-height:1.4}.price-card strong{display:block;margin-bottom:18px;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.35rem);font-weight:500;letter-spacing:0}.price-card p{margin-bottom:0;font-size:.96rem;line-height:1.65}.price-card-featured h3,.price-card-featured strong{color:#fff}.price-card-featured p{color:#ffffffbd}.price-label-row{display:flex;min-height:31px;align-items:flex-start;margin-bottom:17px}.price-label{display:inline-flex;padding:5px 10px;border-radius:99px;color:var(--green-dark);background:#dfe9df;font-size:.74rem;font-weight:800;letter-spacing:.02em}.investment-note{display:flex;max-width:930px;align-items:flex-start;gap:26px;padding:39px 44px;border:1px solid var(--border);border-radius:var(--radius);margin-top:38px;background:var(--surface-soft)}.investment-note>span{color:var(--cta);font-family:Georgia,Times New Roman,serif;font-size:5.8rem;line-height:.78}.investment-note p{color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:1.18rem;line-height:1.65}.investment-note h2{font-size:1.8rem}.investment-note-wide{max-width:none}.cta-band-wrap{padding:0 0 clamp(76px,10vw,125px)}.cta-band{position:relative;display:grid;min-height:300px;align-items:center;gap:50px;padding:clamp(42px,7vw,78px);overflow:hidden;border-radius:var(--radius);color:#fff;background:var(--green-dark);grid-template-columns:1fr auto}.cta-band:before,.cta-band:after{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;content:""}.cta-band:before{top:-210px;right:-85px;width:420px;height:420px}.cta-band:after{right:140px;bottom:-250px;width:350px;height:350px}.cta-band>*{position:relative;z-index:1}.cta-band h2{max-width:800px;color:#fff;font-size:clamp(2rem,4vw,3.25rem)}.cta-band p{max-width:720px;margin-bottom:0;color:#ffffffba}.cta-band .eyebrow{color:#ccd9cd}.cta-band-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.page-hero{position:relative;padding:clamp(65px,9vw,112px) 0;overflow:hidden;border-bottom:1px solid var(--border)}.page-hero-inner{display:grid;align-items:center;gap:clamp(50px,9vw,120px);grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)}.page-hero-copy h1{max-width:800px;font-size:clamp(2.8rem,5.7vw,4.9rem)}.page-hero-copy>p{max-width:700px;margin-bottom:0;font-size:clamp(1.08rem,2vw,1.26rem)}.page-hero-actions{margin-top:28px}.nature-visual-compact{min-height:340px;border-radius:48% 48% 20px 20px}.nature-visual-compact .sun{top:55px;width:66px;height:66px}.nature-visual-compact .plant{bottom:57px;height:102px;transform:scale(.8)}.nature-visual-compact .plant-two{bottom:25px;height:135px}.article-layout{display:grid;align-items:start;gap:clamp(55px,9vw,120px);grid-template-columns:minmax(0,1fr) 345px}.longform{max-width:730px}.longform h2{margin-top:55px;margin-bottom:14px;font-size:1.85rem}.longform p{font-size:1.02rem}.article-intro{color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2.3vw,1.72rem)!important;line-height:1.55}.article-aside{position:sticky;top:120px}.surroundings-heading{display:grid;align-items:end;gap:clamp(30px,8vw,100px);margin-bottom:38px;grid-template-columns:1fr .8fr}.surroundings-heading h2,.surroundings-heading p{margin-bottom:0}.surroundings-heading p{max-width:520px;font-size:1.05rem}.surroundings-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.surroundings-grid figure{aspect-ratio:1 / .84;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);margin:0;background:var(--surface);box-shadow:var(--shadow-small)}.surroundings-grid img{width:100%;height:100%;object-fit:cover}.aside-card{padding:30px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.aside-card h2{font-size:1.55rem}.aside-icon,.hours-icon{display:grid;width:50px;height:50px;margin-bottom:24px;place-items:center;border-radius:50%;color:var(--green);background:var(--surface-green)}.aside-icon svg,.hours-icon svg{width:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4}.check-list{padding:0;margin:23px 0 0;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:10px;padding:13px 0;border-top:1px solid var(--border);color:var(--muted);font-size:.9rem}.check-list svg{width:18px;flex-shrink:0;margin-top:4px;fill:none;stroke:var(--green);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.aside-quote{padding:28px;border-radius:var(--radius);margin:16px 0;color:#fff;background:var(--green-dark)}.aside-quote p{margin-bottom:14px;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:1.12rem}.aside-quote span{color:#ffffffa6;font-size:.8rem}.narrow-copy{max-width:970px}.two-column-copy{display:grid;gap:clamp(35px,7vw,85px);grid-template-columns:1fr 1fr}.session-grid{display:grid;align-items:center;gap:clamp(50px,9vw,115px);grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.session-list{padding:0;border:1px solid var(--border-green);border-radius:var(--radius);margin:0;background:#fff9;list-style:none}.session-list li{display:flex;min-height:74px;align-items:center;gap:15px;padding:17px 23px;border-bottom:1px solid var(--border-green);color:var(--green-dark);font-weight:650}.session-list li:last-child{border-bottom:0}.session-list li>span{display:grid;width:28px;height:28px;flex-shrink:0;place-items:center;border-radius:50%;color:#fff;background:var(--green)}.session-list svg{width:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.area-list{display:flex;max-width:970px;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 auto}.area-list span{padding:10px 16px;border:1px solid var(--border);border-radius:999px;color:var(--green-dark);background:var(--surface);font-size:.88rem;font-weight:650}.split-text{display:grid;gap:clamp(45px,9vw,120px);grid-template-columns:.8fr 1.2fr}.disclaimer-spacing{padding-top:62px;padding-bottom:62px}.disclaimer{display:flex;align-items:flex-start;gap:16px;padding:24px 27px;border:1px solid var(--border-green);border-radius:var(--radius-small);background:var(--surface-green)}.disclaimer>span{display:grid;width:27px;height:27px;flex-shrink:0;place-items:center;border:1px solid var(--green);border-radius:50%;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:700}.disclaimer p{margin-bottom:0;color:var(--green-dark);font-size:.88rem}.facts-grid{display:grid;align-items:start;gap:clamp(50px,9vw,110px);grid-template-columns:.85fr 1.15fr}.fact-list{padding:0;margin:0;list-style:none}.fact-list li{display:flex;align-items:flex-start;gap:14px;padding:17px 0;border-bottom:1px solid var(--border-green);color:var(--green-dark);font-weight:650}.fact-list li:first-child{padding-top:0}.fact-list svg{width:20px;flex-shrink:0;margin-top:4px;fill:none;stroke:var(--green);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.payment-note{margin:17px 0 0;font-size:.85rem}.hours-layout{display:grid;align-items:center;gap:clamp(50px,10vw,130px);grid-template-columns:1fr .8fr}.hours-card{padding:34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-small)}.hours-card dl,.compact-hours dl{margin:0}.hours-card dl>div,.compact-hours dl>div{display:flex;justify-content:space-between;gap:30px;padding:11px 0;border-bottom:1px solid var(--border)}.hours-card dl>div:last-child,.compact-hours dl>div:last-child{border-bottom:0}.hours-card dt,.compact-hours dt{color:var(--green-dark);font-weight:700}.hours-card dd,.compact-hours dd{margin:0;color:var(--muted)}.contact-section{padding-top:clamp(70px,9vw,110px)}.contact-layout{display:grid;align-items:start;gap:clamp(45px,7vw,85px);grid-template-columns:minmax(0,.95fr) minmax(410px,1.05fr)}.contact-primary{max-width:980px}.contact-card-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}.contact-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card{display:flex;min-height:150px;align-items:flex-start;gap:15px;padding:23px;border:1px solid var(--border);border-radius:var(--radius-small);background:var(--surface);text-decoration:none;transition:border-color .18s ease,transform .18s ease}a.contact-card:hover{border-color:var(--green);transform:translateY(-2px)}.contact-method-card{min-height:210px}.contact-card-emphasis{border-color:var(--border-green);background:linear-gradient(135deg,rgba(230,238,226,.62),transparent 65%),var(--surface)}.contact-card>span{display:grid;width:38px;height:38px;flex-shrink:0;place-items:center;border-radius:50%;color:var(--green);background:var(--surface-green)}.contact-card svg{width:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.contact-card small{display:block;margin-bottom:4px;color:var(--muted);font-size:.8rem}.contact-card strong{display:block;overflow-wrap:anywhere;color:var(--green-dark);font-size:1rem}.contact-card p{margin:4px 0 0;font-size:.84rem;line-height:1.55}.contact-link-row{display:flex;flex-wrap:wrap;gap:10px}.contact-link-row a{color:var(--green-dark);font-weight:750;text-decoration-color:#334a3659}.contact-card-action{display:inline-flex;margin-top:12px;color:var(--green-dark);font-size:.88rem;font-weight:800;text-decoration:underline;text-decoration-color:#334a3647;text-underline-offset:.2em}.contact-privacy-note{max-width:760px;padding:17px 19px;border-left:3px solid var(--green);margin:22px 0 0;color:var(--green-dark);background:var(--surface-green);font-size:.92rem;line-height:1.6}.contact-practical-section{padding-block:clamp(68px,8vw,108px)}.contact-practical-grid{display:grid;align-items:stretch;gap:18px;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr)}.contact-info-panel{padding:30px;border:1px solid var(--border);border-radius:var(--radius-small);background:var(--surface);box-shadow:var(--shadow-small)}.contact-info-icon{display:grid;width:46px;height:46px;margin-bottom:19px;place-items:center;border-radius:50%;color:var(--green);background:var(--surface-green)}.contact-info-icon svg{width:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.contact-info-panel h2,.contact-hours-card h2{margin-bottom:16px;font-size:1.45rem}.contact-info-list{margin:0}.contact-info-list>div{display:grid;gap:4px;padding:13px 0;border-bottom:1px solid var(--border)}.contact-info-list>div:last-child{border-bottom:0}.contact-info-list dt{color:var(--green-dark);font-weight:750}.contact-info-list dd{margin:0;color:var(--muted)}.contact-hours-card{margin-top:0;background:var(--surface);box-shadow:var(--shadow-small)}.contact-form-section{padding-top:clamp(66px,8vw,104px)}.contact-form-container{max-width:780px}.form-panel-secondary{box-shadow:var(--shadow-small)}.compact-hours{padding:27px 29px;border:1px solid var(--border);border-radius:var(--radius-small);margin-top:12px;background:var(--surface-soft)}.compact-hours h2{margin-bottom:14px;font-size:1.4rem}.compact-hours dl>div{padding:7px 0;font-size:.86rem}.form-panel{padding:clamp(28px,4vw,45px);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.form-panel-heading{padding-bottom:27px;border-bottom:1px solid var(--border);margin-bottom:27px}.form-panel-heading>span{display:block;margin-bottom:9px;color:var(--cta-hover);font-size:.73rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.form-panel-heading h2{margin-bottom:9px;font-size:2rem}.form-panel-heading p{margin-bottom:0;font-size:1rem}.contact-form{display:grid;gap:19px}.form-ready-note,.form-unavailable-note{padding:14px 16px;border:1px solid #d8c8a4;border-radius:11px;margin-bottom:0;color:#5f5134;background:#fbf4e4;font-size:.88rem;line-height:1.6}.form-ready-note{color:var(--green-dark);border-color:var(--border-green);background:var(--surface-green)}.form-unavailable-note a{color:var(--green-dark);font-weight:750}.contact-form-fallback{display:grid;gap:18px}.contact-form-fallback p{padding:16px 18px;border:1px solid #d8c8a4;border-radius:11px;margin-bottom:0;color:#5f5134;background:#fbf4e4;font-size:.92rem;line-height:1.62}.contact-form-fallback strong,.contact-form-fallback a:not(.button){color:var(--green-dark)}.contact-form-fallback-actions{display:flex;flex-wrap:wrap;gap:10px}.form-row{display:grid;gap:15px;grid-template-columns:1fr 1fr}.field{display:grid;gap:7px}.field label{color:var(--green-dark);font-size:.92rem;font-weight:750}.field label span{color:var(--muted);font-weight:500}.field input,.field textarea{width:100%;border:1px solid var(--border);border-radius:11px;color:var(--text);background:#fbfaf7;transition:border-color .18s ease,box-shadow .18s ease}.field input{height:54px;padding:0 14px}.field textarea{min-height:125px;padding:12px 14px;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #5f7f6824}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-privacy{padding:15px 17px;border-left:3px solid var(--green);margin-bottom:0;background:var(--surface-green);font-size:.88rem;line-height:1.6}.form-privacy a{color:var(--green-dark);font-weight:750}.checkbox-field{display:flex;align-items:flex-start;gap:11px;color:var(--muted);cursor:pointer;font-size:.88rem;line-height:1.6}.checkbox-field input{width:18px;height:18px;flex-shrink:0;margin-top:1px;accent-color:var(--green)}.contact-form .button{justify-self:start}.contact-form .button:disabled{cursor:wait;opacity:.72;transform:none}.form-status{padding:15px 17px;border:1px solid #d8c8a4;border-radius:11px;color:#5f5134;background:#fbf4e4;font-size:.9rem;line-height:1.6}.form-status a{color:var(--green-dark);font-weight:750}.form-status-success{color:var(--green-dark);border-color:var(--border-green);background:var(--surface-green)}.privacy-hero{padding:clamp(65px,9vw,110px) 0 clamp(52px,7vw,82px);border-bottom:1px solid var(--border);background:var(--surface-soft)}.privacy-header{max-width:930px}.eyebrow-simple{display:block;margin-bottom:15px;color:var(--green);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.privacy-header h1{font-size:clamp(2.8rem,5vw,4.7rem)}.privacy-header>p{max-width:770px;font-size:1.12rem}.draft-notice{max-width:800px;padding:17px 20px;border:1px solid #d7c395;border-radius:12px;margin-top:30px;color:#65532f;background:#fbf4df;font-size:.86rem}.policy-layout{display:grid;align-items:start;gap:clamp(50px,9vw,120px);grid-template-columns:210px minmax(0,750px)}.policy-nav{position:sticky;top:120px;display:grid;gap:4px}.policy-nav span{padding-bottom:10px;margin-bottom:8px;color:var(--green-dark);border-bottom:1px solid var(--border);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.policy-nav a{padding:5px 0;color:var(--muted);font-size:.86rem;text-decoration:none}.policy-nav a:hover{color:var(--green-dark)}.policy-content section{padding-bottom:35px;border-bottom:1px solid var(--border);margin-bottom:40px;scroll-margin-top:120px}.policy-content section:last-child{border-bottom:0}.policy-content h2{font-size:1.65rem}.policy-content a{color:var(--green-dark);font-weight:650}.policy-content ul{padding-left:22px;margin:14px 0 0;color:var(--muted)}.policy-content li{margin-bottom:7px}.policy-content em{color:var(--muted);font-size:.83rem}.policy-back{margin-top:5px}.not-found{display:grid;min-height:65vh;place-items:center;padding:90px 0;text-align:center}.not-found .container{max-width:650px}.not-found span{display:block;margin-bottom:12px;color:var(--cta);font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.not-found h1{font-size:clamp(2.5rem,6vw,4.2rem)}.not-found .button{margin-top:17px}.site-footer{padding:75px 0 25px;color:#ffffffbd;background:var(--green-deep)}.footer-grid{display:grid;gap:45px;padding-bottom:55px;grid-template-columns:1.5fr 1fr 1fr .8fr}.brand-footer{color:#fff}.brand-footer .brand-mark{width:48px;height:48px}.footer-brand p{max-width:310px;margin:20px 0 0;color:#ffffff9e;font-size:.9rem}.footer-grid h2{margin-bottom:18px;color:#fff;font-family:inherit;font-size:.74rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.footer-list{padding:0;margin:0;list-style:none}.footer-list li{margin-bottom:8px;font-size:.82rem;line-height:1.55}.footer-list a{color:inherit;text-decoration-color:#ffffff4d}.footer-list a:hover{color:#fff}.footer-bottom{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:space-between;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff7a;font-size:.72rem}@media(max-width:1080px){.header-inner{min-height:76px}.menu-button{display:block}.main-nav{position:absolute;top:calc(100% + 1px);right:0;left:0;display:none;padding:22px 20px 27px;border-bottom:1px solid var(--border);background:var(--background);box-shadow:0 18px 30px #2b3e321a}.main-nav.is-open{display:block}.nav-links{display:grid;gap:0}.nav-links a{padding:12px 0;border-bottom:1px solid var(--border)}.nav-links a:after{display:none}.main-nav .button{width:100%;margin-top:18px}.hero-grid{gap:50px;grid-template-columns:1.15fr .85fr}.nature-visual{min-height:450px}.price-grid{grid-template-columns:1fr 1fr}.price-card h3{min-height:auto}.contact-layout{grid-template-columns:1fr}.contact-details{max-width:760px}}@media(max-width:820px){.container{width:min(calc(100% - 32px),var(--container))}.hero-grid,.page-hero-inner,.split-section,.about-grid,.session-grid,.facts-grid,.hours-layout{grid-template-columns:1fr}.hero{padding-top:62px}.hero-copy{max-width:700px}.nature-visual{width:min(100%,520px);min-height:480px;margin-inline:auto}.basics-grid{grid-template-columns:1fr}.basics-grid article{min-height:0}.split-section .soft-illustration,.split-section .method-visual{order:2}.process-grid{grid-template-columns:1fr}.step-card{min-height:0}.step-number{margin-bottom:28px}.about-grid{max-width:700px}.portrait-placeholder{min-height:500px}.cta-band{gap:28px;grid-template-columns:1fr}.cta-band .button{justify-self:start}.cta-band-actions{justify-content:flex-start}.contact-method-grid,.contact-practical-grid{grid-template-columns:1fr}.nature-visual-compact{display:block;min-height:320px}.article-layout{gap:60px;grid-template-columns:1fr}.surroundings-heading{align-items:start;gap:12px;grid-template-columns:1fr}.article-aside{position:static;max-width:560px}.split-text{gap:25px;grid-template-columns:1fr}.section-heading{margin-bottom:35px}.policy-layout{grid-template-columns:1fr}.policy-nav{position:static;display:flex;overflow-x:auto;padding-bottom:12px;border-bottom:1px solid var(--border);gap:18px}.policy-nav span{display:none}.policy-nav a{flex-shrink:0}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){body{font-size:16.5px}.section{padding:72px 0}.brand{max-width:230px;font-size:1rem}.brand-mark{width:52px;height:52px}h1{font-size:clamp(2.45rem,12vw,3.35rem)}h2{font-size:clamp(1.85rem,9vw,2.55rem)}.button-row{align-items:stretch;flex-direction:column}.button-row .button{width:100%}.nature-visual{min-height:410px;border-radius:45% 45% 22px 22px}.nature-visual .sun{top:68px;width:74px;height:74px}.soft-illustration{min-height:380px}.ring-one{width:190px;height:190px}.ring-two{width:270px;height:270px}.ring-three{width:345px;height:345px}.price-grid,.contact-card-grid,.form-row,.surroundings-grid{grid-template-columns:1fr}.surroundings-grid figure{aspect-ratio:1.2 / 1}.basics-grid article{padding:25px 22px}.focus-summary{min-height:0;gap:14px;padding:21px 18px;grid-template-columns:auto 1fr auto}.focus-summary-copy strong{font-size:1.05rem}.focus-summary-copy>span{font-size:.88rem}.focus-toggle{width:31px;height:31px}.focus-detail-body{padding:0 18px 23px 52px}.price-card{min-height:0}.investment-note{gap:13px;padding:29px 23px}.investment-note>span{font-size:3.5rem}.cta-band-wrap{padding-bottom:72px}.cta-band{min-height:0;padding:38px 25px}.page-hero{padding:62px 0}.page-hero-copy h1{font-size:clamp(2.45rem,12vw,3.35rem)}.two-column-copy{gap:5px;grid-template-columns:1fr}.session-list li{min-height:65px;padding:15px 17px;font-size:.9rem}.area-list{justify-content:flex-start}.area-list span{font-size:.79rem}.disclaimer{padding:20px}.contact-card{min-height:110px}.contact-info-panel{padding:25px 22px}.contact-form-fallback-actions .button{width:100%}.form-panel{padding:25px 20px}.policy-layout{gap:35px}.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column;gap:6px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
