:root{font-family:Lora,Georgia,Times New Roman,serif;--font-script: "Dancing Script", cursive;--font-brittany: "Brittany Signature", cursive;--font-montserrat: "Montserrat", "Segoe UI", sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #F5F1E8;--foreground: #3D3427;--card: #FFFFFF;--primary: #6B5744;--primary-foreground: #F5F1E8;--secondary: #8B9D83;--secondary-foreground: #F5F1E8;--muted: #E8DCC4;--muted-foreground: #6B5744;--accent: #C8896E;--accent-foreground: #F5F1E8;--border: rgba(107, 87, 68, .15);--border-strong: rgba(107, 87, 68, .25);--bg: var(--background);--surface: var(--card);--text: var(--foreground);--text-soft: var(--foreground);--brand: var(--primary);--brand-dark: #554535;--brand-light: var(--secondary);--pill-bg: var(--muted);--pill-bg-hover: #ddd0b8;--role-bg: rgba(139, 157, 131, .2);--role-text: var(--primary);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.25rem;--space-xl: 1.5rem;--space-2xl: 2rem;--section-padding: 5rem;--container-max: 1280px;--container-padding: 1rem;--radius-sm: .5rem;--radius-md: .625rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.25rem;--radius-full: 9999px;--shadow-soft: 0 4px 20px rgba(61, 52, 39, .06);--shadow-card: 0 4px 24px rgba(61, 52, 39, .08);--shadow-card-hover: 0 12px 32px rgba(61, 52, 39, .12)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;scroll-behavior:smooth}body{min-width:320px;color:var(--foreground);background:var(--background) url(/assets/upscaled_background-Co6rmkNz.png) center / cover fixed}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.site-shell{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1;position:relative}.page-panel{animation:page-fade-slide .4s ease-out}.top-bar{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--card) 95%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:var(--space-md) 0}.top-bar .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-md)}.brand{display:flex;align-items:center;gap:.5rem}.brand-logo{width:4rem;height:4rem;border-radius:var(--radius-full);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.brand-logo img{width:120%;height:120%;object-fit:contain;display:block}.brand h1{margin:0;font-size:1.25rem;font-weight:500;color:var(--primary)}.brand-kicker{display:none}.site-footer{background:#3d3427;color:#f5f1e8;padding:4rem 0 2rem;margin-top:0}.site-footer p{margin:0;color:#f5f1e8}.footer-top{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.footer-top{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.footer-brand-col{display:flex;flex-direction:column;gap:.75rem}.footer-logo{width:4.5rem;height:4.5rem;border-radius:var(--radius-full);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.footer-logo img{width:120%;height:120%;object-fit:contain}.footer-brand-name{font-family:var(--font-brittany);font-size:1.75rem;font-weight:400;letter-spacing:.01em}.footer-brand-tagline{font-family:Lora,Georgia,serif;font-size:.9rem;line-height:1.6;opacity:.75;max-width:30ch}.footer-col-heading{font-family:var(--font-montserrat);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;opacity:.6;margin:0 0 1rem}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.footer-links li{font-family:Lora,Georgia,serif;font-size:.9rem;opacity:.85}.footer-links a{color:#f5f1e8;text-decoration:none;transition:opacity .2s ease}.footer-links a:hover{opacity:1;text-decoration:underline;text-underline-offset:.2em}.footer-divider{height:1px;background:#f5f1e826;margin:2.5rem 0 1.5rem}.footer-bottom{text-align:center;font-size:.8rem;opacity:.6}@keyframes page-fade-slide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){:root{--section-padding: 5rem;--container-padding: 1.5rem}}@media(max-width:767px){.top-bar .container{flex-direction:column;align-items:flex-start}.main-nav{width:100%}}.main-nav{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-top:0}.nav-link{color:var(--foreground);text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--secondary)}.nav-link.active{color:var(--primary);font-weight:600}.nav-cta{padding:.5rem 1rem;font-size:.9375rem}.section{padding-top:var(--section-padding);padding-bottom:var(--section-padding)}.section--card,.section--gradient-muted,.section--gradient-back{background:transparent}.section-head{text-align:center;max-width:42rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}.section-head h2{font-size:clamp(1.875rem,4vw,2.25rem);font-weight:500;color:var(--primary);margin:0 0 1rem}.section-head p{color:var(--foreground);opacity:.8;margin:0;line-height:1.6}.path-section{padding:0;background:transparent}.path-section__inner{display:grid;grid-template-columns:1fr;min-height:32rem}@media(min-width:768px){.path-section__inner{grid-template-columns:58% 42%}.path-section--flipped .path-section__inner{grid-template-columns:1fr;position:relative;min-height:36rem}.path-section--flipped .path-section__visual{position:absolute;left:8%;bottom:0;width:35%;height:85%;object-fit:cover;z-index:0}.path-section--flipped .path-section__content{position:relative;z-index:1;margin-left:30%;max-width:70%;min-height:90%;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem 3rem 4rem 4rem}}.path-section__content{background:transparent;padding:var(--section-padding) var(--container-padding);display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.path-section__content{padding:var(--section-padding) 3rem}}.path-section__heading{font-family:Open Sans,Segoe UI,sans-serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--foreground);margin:0 0 2rem;line-height:1.35}.resonance-section{position:relative;min-height:36rem;overflow:hidden;background:transparent}.resonance-images{position:absolute;inset:0}.resonance-img{position:absolute;background-size:cover;background-position:center}.resonance-img--bg{top:0;left:0;width:65%;height:100%;object-fit:cover;opacity:.7}.resonance-img--bottom-right{bottom:6%;right:15%;width:30%;aspect-ratio:1.1 / 1;object-fit:cover}.resonance-text{position:absolute;top:40%;left:30%;transform:translate(-50%,-50%);z-index:2;padding:clamp(1rem,4vw,5rem) clamp(1rem,1vw,1rem);max-width:60%;text-align:center}.resonance-heading{font-family:var(--font-brittany);font-size:3rem;font-weight:400;color:var(--foreground);margin:0 0 5rem;line-height:1.1;letter-spacing:.01em}.resonance-heading__script{font-family:var(--font-brittany)}.resonance-body{font-family:Lora,Georgia,serif;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.65;color:var(--foreground);max-width:38ch;margin:0 auto}@media(max-width:767px){.resonance-text{max-width:100%;padding:3rem 1.5rem}.resonance-img--bg{width:100%;opacity:.4}.resonance-img--bottom-right{display:none}}.path-section__script{font-family:var(--font-script);font-weight:600;text-transform:none;letter-spacing:0;font-size:1.2em}.path-section__subtitle{font-family:var(--font-montserrat);font-size:clamp(.8rem,1.2vw,.95rem);font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin:0 0 1.5rem;text-align:center;text-decoration:underline;text-decoration-style:double;text-underline-offset:.35em}.path-section__body{margin-bottom:2rem}.path-section__body p{font-family:Open Sans,Segoe UI,sans-serif;font-size:clamp(1.1rem,1.6vw,1.3rem);line-height:1.7;color:var(--foreground);margin:0 0 1.5rem}.path-section__list{margin:0;padding-left:1.25rem;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.75;color:var(--foreground)}.path-section__list li{margin-bottom:.75rem}.path-section__list strong{color:#000;font-weight:700;font-size:1.05em;letter-spacing:.03em}.cta-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;align-self:center;margin-top:1.5rem}.path-section__cta{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:#9aab8e;color:#2d261f;border:1px solid #7d8b72;border-radius:var(--radius-lg);font-family:Open Sans,Segoe UI,sans-serif;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;transition:background .2s ease}.path-section__cta:hover{background:#8b9d7d}.cta-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160%;height:280%;pointer-events:none}.cta-circle ellipse{stroke-dasharray:520;stroke-dashoffset:520;animation:circle-loop 2.5s ease infinite}@keyframes circle-loop{0%{stroke-dashoffset:520}40%{stroke-dashoffset:0}60%{stroke-dashoffset:0}to{stroke-dashoffset:-520}}.priorities-section{padding:var(--section-padding) 0;overflow:hidden}.priorities-layout{display:grid;grid-template-columns:1fr;gap:2rem;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}@media(min-width:768px){.priorities-layout{grid-template-columns:55% 45%;gap:0}}.priorities-left{position:relative;min-height:30rem}.priorities-heading{font-family:var(--font-brittany);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:400;color:var(--foreground);margin:0 0 2rem;line-height:1.15;position:relative;z-index:3;text-align:center}.priorities-img{position:absolute;background-size:cover;background-position:center}.priorities-img--left{top:25%;left:0;width:55%;height:75%;object-fit:cover;z-index:0}.priorities-img--right{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.priorities-right{position:relative;overflow:hidden}@media(min-width:768px){.priorities-right{max-height:100%}}.priorities-cards{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem}.priorities-card{background:#6b57441f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1.5rem 1.75rem;max-width:16rem;text-align:center}.priorities-card h3{font-family:var(--font-montserrat);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--foreground);margin:0 0 .5rem}.priorities-card p{font-family:Lora,Georgia,serif;font-size:.9rem;line-height:1.55;color:var(--foreground);margin:0}.priorities-card--dark{background:var(--primary)}.priorities-card--dark h3{color:var(--primary-foreground)}.priorities-card--dark p{color:var(--primary-foreground);opacity:.9}.priorities-card--offset{align-self:flex-end;margin-right:15%;margin-top:-2.5rem}.priorities-card:first-child{align-self:flex-start;margin-left:5%}.priorities-card:last-child{align-self:flex-start;margin-left:3%;margin-top:-3rem}@media(max-width:767px){.priorities-img--left{display:none}.priorities-right{min-height:16rem;position:relative}.priorities-card{max-width:100%}}.path-section__visual{background:linear-gradient(135deg,#e8dfd4,#d4e0d0,#e8dcd4,#d8dce4,#e5e0d8);min-height:20rem}@media(min-width:768px){.path-section__visual{min-height:auto}}.stack{display:grid;gap:var(--space-lg)}.page-section{position:relative}.page-section:before{display:none}.hero{padding:5rem 0;background:linear-gradient(to bottom right,var(--muted),var(--background));position:relative}.hero--welcome{padding:0;background-color:#3d3427;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-welcome-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-welcome-overlay{position:absolute;inset:0;background:linear-gradient(#17300980,#2d261e66);z-index:1}.hero-welcome-content{text-align:center;width:100%;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:0;position:relative;z-index:2}.hero-welcome-script{font-family:var(--font-brittany);font-size:clamp(4.5rem,10vw,4rem);font-weight:400;color:#f5f1e8;margin:1;letter-spacing:.02em;line-height:1}.hero-we-are{font-family:var(--font-montserrat);font-size:clamp(2rem,1.4vw,3rem);font-weight:400;text-transform:uppercase;letter-spacing:.45em;color:#f5f1e8;margin:0 0 2.5rem}.hero-title{font-family:var(--font-brittany);font-size:clamp(2.5rem,7.5vw,6rem);font-weight:400;line-height:1.1;letter-spacing:.02em;color:#00ff0d;text-shadow:0 2px 12px rgba(0,0,0,.5);margin:0 0 .5rem;white-space:nowrap}.hero-location{font-family:var(--font-montserrat);font-size:clamp(2rem,1.4vw,3rem);font-weight:400;text-transform:uppercase;letter-spacing:.4em;color:#f5f1e8;margin:0 0 2rem}.hero-est{font-family:var(--font-brittany);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;color:#fff;margin:0;letter-spacing:.02em;text-shadow:0 2px 12px rgba(0,0,0,.5);opacity:.85}.quote-section{background:#f3f4f7}.quote-block{max-width:100%;margin:0 auto;text-align:center}.quote-block__text{font-family:Lora,Georgia,serif;font-size:clamp(.9375rem,1.5vw,1.125rem);font-weight:500;line-height:1.55;color:#000;margin:0;text-transform:uppercase;letter-spacing:.03em}.quote-block__attribution{display:block;font-family:var(--font-script);font-size:clamp(1.5rem,2.8vw,2.125rem);font-weight:400;font-style:normal;color:#000;margin:2.5rem 0 0;letter-spacing:.02em}@media(min-width:768px){.hero{padding:8rem 0}.hero--welcome{padding:0}}.hero .container{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.hero .container{grid-template-columns:1fr 1fr}}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero h1,.hero h2{margin:0;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:500;line-height:1.2;color:var(--primary)}.hero p:not(.hero-welcome-script):not(.hero-we-are):not(.hero-location):not(.hero-tagline){margin:0;font-size:1.125rem;line-height:1.6;color:var(--foreground);opacity:.85;max-width:56ch}.eyebrow{margin:0;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);opacity:.9}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.panel{padding:var(--space-lg) 1.25rem;border:1px solid var(--border);border-radius:var(--radius-xl);background:#ffffff8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:var(--shadow-soft);animation:panel-rise .4s ease-out both}.panel h2,.panel h3,.panel h4{margin-top:0;color:var(--primary);font-weight:500}@keyframes panel-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.card-grid.three{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card-grid.four{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media(min-width:1024px){.card-grid.four{grid-template-columns:repeat(4,1fr)}}.info-card{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-xl);background:#ffffff8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:box-shadow .2s ease,border-color .2s ease}.info-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-strong)}.info-card h3,.info-card h4{margin:0 0 .5rem;color:var(--primary);font-weight:500;font-size:1.125rem}.info-card h4{font-size:1rem;margin-top:1rem}.info-card p{margin:0 0 .5rem;color:var(--foreground);opacity:.85;line-height:1.5}.info-card-icon{width:3rem;height:3rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.25rem}.info-card-icon.secondary{background:color-mix(in srgb,var(--secondary) 15%,transparent);color:var(--secondary)}.info-card-icon.accent{background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent)}.info-card-icon.primary{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary)}.role-label{display:inline-block;margin:0 0 .5rem;padding:.25rem .6rem;border-radius:var(--radius-full);background:var(--role-bg);color:var(--role-text);font-weight:600;font-size:.8rem}.pill-grid{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.pill{padding:.35rem .75rem;border-radius:var(--radius-full);border:1px solid var(--border-strong);background:var(--pill-bg);color:var(--muted-foreground);font-size:.875rem;transition:background .2s ease,border-color .2s ease}.pill:hover{background:var(--pill-bg-hover);border-color:var(--secondary)}.plain-list{margin:0;padding-left:1.25rem}.plain-list li{margin:.35rem 0;color:var(--foreground);opacity:.9}.plain-list.compact li{margin:.2rem 0}.check-list{list-style:none;padding:0;margin:0}.check-list li{display:flex;align-items:flex-start;gap:.75rem;margin:.75rem 0;padding:0}.check-list li:before{content:"";flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.25rem;border-radius:50%;background:var(--secondary);opacity:.8}.check-list li span{color:var(--foreground);opacity:.9}.button-link{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:var(--radius-md);background:var(--primary);color:var(--primary-foreground);text-decoration:none;font-weight:500;font-size:1rem;transition:background .2s ease,filter .2s ease}.button-link:hover{background:var(--brand-dark)}.button-outline{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:var(--radius-md);border:1px solid var(--secondary);background:transparent;color:var(--secondary);text-decoration:none;font-weight:500;font-size:1rem;transition:background .2s ease,color .2s ease}.button-outline:hover{background:color-mix(in srgb,var(--secondary) 12%,transparent)}.contact-cta p{margin-top:0}.qr-placeholder{display:grid;place-items:center;width:min(240px,100%);aspect-ratio:1 / 1;border:2px dashed var(--border-strong);border-radius:var(--radius-lg);color:var(--muted-foreground);font-weight:600;background:var(--muted);opacity:.7}.about-hero{position:relative;min-height:38rem;overflow:visible;padding:3rem 1rem}.about-hero__images{position:absolute;inset:0}.about-hero__shade{position:absolute;top:0;right:0;width:75%;height:100%;object-fit:fill;z-index:0}.about-hero__leaves{position:absolute;top:15%;left:10%;width:22%;object-fit:contain;z-index:5}.about-hero__silk{position:absolute;bottom:-8rem;left:3%;width:25%;object-fit:contain;z-index:4}.about-hero__text{position:relative;z-index:3;margin-left:38%;max-width:58%;padding-top:1.5rem}.about-hero__title{font-family:var(--font-brittany);font-size:clamp(3rem,7vw,5.5rem);font-weight:400;color:var(--foreground);margin:0 0 8rem;text-underline-offset:.3em}@media(max-width:767px){.about-hero{min-height:26rem}.about-hero__shade{width:85%}.about-hero__leaves{width:38%;left:3%}.about-hero__silk{width:32%;left:0}.about-hero__text{margin-left:25%;max-width:72%;padding-top:1rem}.about-hero__title{font-size:clamp(2.5rem,10vw,4rem);margin-bottom:1.5rem}}.about-mv{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.about-mv{flex-direction:row;gap:2.5rem}}.about-mv__card{flex:1}.about-mv__label{font-family:var(--font-brittany);font-size:clamp(1.4rem,2.5vw,2rem);color:var(--foreground);margin:0 0 .5rem}.about-mv__text{font-family:Lora,Georgia,serif;font-size:clamp(.85rem,1.2vw,.95rem);line-height:1.7;color:var(--foreground);opacity:.8;margin:0}.about-mv__divider{width:1px;align-self:stretch;background:var(--border-strong)}@media(max-width:767px){.about-mv__divider{width:3rem;height:1px}}.about-section{position:relative;padding:clamp(3rem,5vw,5rem) 0}.about-section--alt{background:#e8dcc426}.about-container{max-width:56rem;margin:0 auto;padding:0 var(--container-padding)}.about-heading{font-family:var(--font-brittany);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--foreground);margin:0 0 2.5rem;text-align:center;line-height:1.15}.about-heading--left{text-align:left}.about-text-block{max-width:48rem;margin:0 auto}.about-text-block p{font-family:Lora,Georgia,serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.75;color:var(--foreground);margin:0 0 1.5rem;text-align:center}.about-text-block p:last-child{margin-bottom:0}.about-split{display:grid;grid-template-columns:1fr;min-height:28rem}@media(min-width:768px){.about-split{grid-template-columns:40% 60%}}.about-split__img{width:100%;height:100%;object-fit:cover;min-height:16rem}.about-split__content{padding:clamp(2.5rem,4vw,4rem) clamp(1.5rem,3vw,3.5rem);display:flex;flex-direction:column;justify-content:center}.about-split__content p{font-family:Lora,Georgia,serif;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.75;color:var(--foreground);margin:0 0 1.25rem}.about-split__content p:last-child{margin-bottom:0}.about-reasons{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.5rem}.about-reason{text-align:center;padding:1.75rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius-xl);background:#ffffff73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:box-shadow .2s ease,border-color .2s ease}.about-reason:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-strong)}.about-reason__title{font-family:var(--font-montserrat);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin:0 0 .5rem}.about-reason p:last-child{font-family:Lora,Georgia,serif;font-size:.9rem;line-height:1.6;color:var(--foreground);opacity:.85;margin:0}.about-objectives{max-width:44rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.about-objective{display:flex;gap:1.5rem;align-items:flex-start}.about-objective__num{font-family:var(--font-brittany);font-size:2.5rem;color:var(--secondary);line-height:1;flex-shrink:0;min-width:2.5rem}.about-objective p{font-family:Lora,Georgia,serif;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.7;color:var(--foreground);margin:0;padding-top:.25rem}.about-cta-section{padding:clamp(3rem,5vw,5rem) var(--container-padding);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.about-cta__script{font-family:var(--font-brittany);font-size:clamp(2rem,4vw,3rem);color:var(--foreground);margin:0}.about-cta__text{font-family:Lora,Georgia,serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;color:var(--foreground);opacity:.8;margin:0;max-width:36ch}.about-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-lg);font-family:var(--font-montserrat);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;margin-top:.5rem;transition:background .2s ease}.about-cta__btn:hover{background:var(--brand-dark)}.svc-hero{position:relative;min-height:22rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.svc-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.svc-hero__overlay{position:absolute;inset:0;background:linear-gradient(#3d34278c,#3d342773);z-index:1}.svc-hero__content{position:relative;z-index:2;text-align:center;padding:3rem 1.5rem;max-width:40rem}.svc-hero__title{font-family:var(--font-brittany);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;color:#f5f1e8;margin:0 0 1rem;line-height:1.15}.svc-hero__sub{font-family:Lora,Georgia,serif;font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.65;color:#f5f1e8;opacity:.85;margin:0}.svc-section{padding:clamp(3rem,5vw,5rem) 0}.svc-section--alt{background:#e8dcc426}.svc-container{max-width:60rem;margin:0 auto;padding:0 var(--container-padding)}.svc-heading{font-family:var(--font-brittany);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--foreground);margin:0 0 2.5rem;text-align:center;line-height:1.15}.svc-list{display:flex;flex-direction:column;gap:2.5rem;max-width:48rem;margin:0 auto}.svc-item{display:flex;gap:1.5rem;align-items:flex-start}.svc-item__num{font-family:var(--font-brittany);font-size:2.5rem;color:var(--secondary);line-height:1;flex-shrink:0;min-width:2.5rem}.svc-item__title{font-family:var(--font-montserrat);font-size:clamp(.85rem,1.2vw,1rem);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin:0 0 .5rem}.svc-item__desc{font-family:Lora,Georgia,serif;font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.7;color:var(--foreground);margin:0;opacity:.85}.svc-pricing-note{font-family:Lora,Georgia,serif;font-size:.9rem;text-align:center;color:var(--foreground);opacity:.7;font-style:italic;margin:-1rem 0 2.5rem}.svc-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.5rem}.svc-price-card{border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem 1.5rem;text-align:center;background:#ffffff73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;gap:.5rem}.svc-price-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-strong)}.svc-price-card__service{font-family:var(--font-montserrat);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin:0}.svc-price-card__price{font-family:var(--font-montserrat);font-size:1.15rem;font-weight:600;color:var(--foreground);margin:.5rem 0;letter-spacing:.02em}.svc-price-card__note{font-family:Lora,Georgia,serif;font-size:.85rem;color:var(--foreground);opacity:.7;margin:0}.svc-cta{padding:clamp(3rem,5vw,5rem) var(--container-padding);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.svc-cta__script{font-family:var(--font-brittany);font-size:clamp(2rem,4vw,3rem);color:var(--foreground);margin:0}.svc-cta__text{font-family:Lora,Georgia,serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;color:var(--foreground);opacity:.8;margin:0;max-width:36ch}.svc-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-lg);font-family:var(--font-montserrat);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;margin-top:.5rem;transition:background .2s ease}.svc-cta__btn:hover{background:var(--brand-dark)}.team-hero{position:relative;min-height:22rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.team-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;z-index:0}.team-hero__overlay{position:absolute;inset:0;background:linear-gradient(#3d342766,#3d342759);z-index:1}.team-hero__content{position:relative;z-index:2;text-align:center;padding:3rem 1.5rem;max-width:38rem}.team-hero__title{font-family:var(--font-brittany);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;color:#f5f1e8;margin:0 0 1rem;line-height:1.15}.team-hero__sub{font-family:Lora,Georgia,serif;font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.65;color:#f5f1e8;opacity:.85;margin:0}.team-section{padding:clamp(3rem,5vw,5rem) 0}.team-container{max-width:64rem;margin:0 auto;padding:0 var(--container-padding)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:2.5rem}.team-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#ffffff73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem 1.5rem 2rem;transition:box-shadow .2s ease,border-color .2s ease}.team-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-strong)}.team-card__photo{width:9rem;height:9rem;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;flex-shrink:0}.team-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c4b8a0,#d6ccb8);border:2px solid var(--border)}.team-card__initials{font-family:var(--font-brittany);font-size:2.4rem;color:#f5f1e8;letter-spacing:.05em}.team-card__photo img{width:100%;height:100%;object-fit:cover}.team-card__name{font-family:var(--font-montserrat);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin:0 0 .35rem}.team-card__role{font-family:var(--font-brittany);font-size:1.3rem;color:var(--secondary);margin:0 0 1rem;line-height:1.2}.team-card__summary{font-family:Lora,Georgia,serif;font-size:.92rem;line-height:1.65;color:var(--foreground);opacity:.85;margin:0 0 1rem}.team-card__quals{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.team-card__quals li{font-family:var(--font-montserrat);font-size:.72rem;color:var(--foreground);opacity:.65;letter-spacing:.02em}.team-values{padding:clamp(2.5rem,4vw,4rem) 0;background:#e8dcc426}.team-values__heading{font-family:var(--font-brittany);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--foreground);text-align:center;margin:0 0 2rem;line-height:1.15}.team-values__row{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem 2.5rem}.team-values__item{font-family:var(--font-montserrat);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);padding:.6rem 1.4rem;border:1px solid var(--border);border-radius:100px;background:#fff6}.team-cta{padding:clamp(3rem,5vw,5rem) var(--container-padding);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.team-cta__script{font-family:var(--font-brittany);font-size:clamp(2rem,4vw,3rem);color:var(--foreground);margin:0}.team-cta__text{font-family:Lora,Georgia,serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;color:var(--foreground);opacity:.8;margin:0;max-width:36ch}.team-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-lg);font-family:var(--font-montserrat);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;margin-top:.5rem;transition:background .2s ease}.team-cta__btn:hover{background:var(--brand-dark)}.ct-split{display:grid;grid-template-columns:1fr 1fr;min-height:32rem}@media(max-width:768px){.ct-split{grid-template-columns:1fr}}.ct-split__image{position:relative;overflow:hidden}.ct-split__image img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.ct-split__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,4rem) clamp(2rem,4vw,4rem)}.ct-split__title{font-family:var(--font-brittany);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:var(--foreground);margin:0 0 1.2rem;line-height:1.15}.ct-split__intro{font-family:Lora,Georgia,serif;font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.7;color:var(--foreground);opacity:.8;margin:0 0 2.5rem;max-width:36ch}.ct-info-block{margin-bottom:1.8rem}.ct-info-block__label{font-family:var(--font-montserrat);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin:0 0 .4rem}.ct-info-block p{font-family:Lora,Georgia,serif;font-size:1rem;line-height:1.6;color:var(--foreground);margin:0}.ct-info-block a{color:var(--foreground);text-decoration:none;border-bottom:1px solid var(--border);transition:border-color .2s}.ct-info-block a:hover{border-color:var(--primary)}.ct-info-block__note{font-size:.85rem!important;opacity:.6;font-style:italic}.ct-section{padding:clamp(3rem,5vw,5rem) 0}.ct-section--alt{background:#e8dcc426}.ct-container{max-width:60rem;margin:0 auto;padding:0 var(--container-padding)}.ct-heading{font-family:var(--font-brittany);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--foreground);margin:0 0 2.5rem;text-align:center;line-height:1.15}.ct-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.5rem}.ct-team-card{background:#ffffff73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem 1.5rem;text-align:center;transition:box-shadow .2s ease,border-color .2s ease}.ct-team-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-strong)}.ct-team-card__name{font-family:var(--font-montserrat);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin:0 0 .3rem}.ct-team-card__role{font-family:var(--font-brittany);font-size:1.2rem;color:var(--secondary);margin:0 0 1rem;line-height:1.2}.ct-team-card__links{display:flex;flex-direction:column;gap:.35rem}.ct-team-card__links a{font-family:Lora,Georgia,serif;font-size:.9rem;color:var(--foreground);text-decoration:none;border-bottom:1px solid var(--border);transition:border-color .2s}.ct-team-card__links a:hover{border-color:var(--primary)}.ct-cta{padding:clamp(3rem,5vw,5rem) var(--container-padding);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.ct-cta__script{font-family:var(--font-brittany);font-size:clamp(2rem,4vw,3rem);color:var(--foreground);margin:0}.ct-cta__text{font-family:Lora,Georgia,serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;color:var(--foreground);opacity:.8;margin:0;max-width:38ch}.ct-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-lg);font-family:var(--font-montserrat);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;margin-top:.5rem;transition:background .2s ease}.ct-cta__btn:hover{background:var(--brand-dark)}h1,h2,h3,h4{line-height:1.2}p{color:var(--foreground)}a{color:inherit}
