:root{--primary: #5e7d72;--primary-soft: #a8b8af;--secondary: #c9a98a;--secondary-soft: #e8d7c2;--bg: #f7f3ec;--fg: #2f3a35;--muted: #6b7670;--card: #fffdf9;--border: #e3dccf}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.serif{font-family:Cormorant Garamond,Georgia,serif;font-weight:500;letter-spacing:-.01em}.eyebrow{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:#97826a}.container{max-width:1120px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:50;background:#f7f3ecd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header .row{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:44px;height:44px;border-radius:9999px;overflow:hidden;background:var(--secondary-soft);display:inline-flex;align-items:center;justify-content:center}.brand-logo img{width:36px;height:36px;object-fit:contain}.brand-name{font-family:Cormorant Garamond,Georgia,serif;font-size:20px;color:var(--primary)}.nav{display:flex;gap:28px;font-size:14px}.nav a{color:#2f3a35b3;transition:color .2s}.nav a:hover{color:var(--primary)}.hero{position:relative;overflow:hidden}.hero .grid{display:grid;grid-template-columns:1fr;gap:56px;align-items:center;padding:88px 0}@media (min-width: 860px){.hero .grid{grid-template-columns:1fr 1fr}}.hero h1{font-family:Cormorant Garamond,Georgia,serif;font-weight:500;font-size:clamp(42px,6vw,64px);line-height:1.05;color:var(--primary);margin:24px 0 0}.hero h1 em{font-style:normal;border-bottom:4px solid var(--secondary);padding-bottom:2px}.hero p{color:#2f3a35bf;margin:24px 0 0;max-width:28rem}.cta-row{margin-top:36px;display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:9999px;font-size:14px;letter-spacing:.02em;transition:opacity .2s,background .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{opacity:.9}.btn-outline{border:1px solid rgba(94,125,114,.3);color:var(--primary)}.btn-outline:hover{background:#5e7d720d}.hero-image{position:relative}.hero-image:before{content:"";position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;background:var(--secondary-soft);border-radius:48px;z-index:0}.hero-image img{position:relative;z-index:1;border-radius:40px;aspect-ratio:4/5;object-fit:cover;box-shadow:0 20px 40px -20px #00000026;width:100%}.hero-blob1,.hero-blob2{position:absolute;border-radius:9999px;filter:blur(60px);z-index:-1}.hero-blob1{top:-120px;right:-120px;width:520px;height:520px;background:#e8d7c299}.hero-blob2{top:160px;left:-100px;width:360px;height:360px;background:#5e7d721a}.section{padding:88px 0}.section-band{background:#e8d7c240;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-header{text-align:center;max-width:36rem;margin:0 auto 56px}.section-header h2{font-family:Cormorant Garamond,Georgia,serif;font-size:40px;color:var(--primary);margin:12px 0 16px}.section-header p{color:#2f3a35b3;margin:0}.cards{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width: 860px){.cards{grid-template-columns:repeat(3,1fr)}}.card{background:var(--card);border:1px solid var(--border);border-radius:28px;padding:32px}.card-dot{width:40px;height:40px;border-radius:9999px;background:var(--secondary-soft);margin-bottom:24px}.card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:24px;color:var(--primary);margin:0}.card p{font-size:14px;color:#2f3a35b3;margin:12px 0 0}.custom-section{padding:88px 0}.custom-section .grid{display:grid;gap:56px;align-items:center;grid-template-columns:1fr}@media (min-width: 860px){.custom-section .grid{grid-template-columns:1fr 1fr}}.custom-section.reverse .img-wrap{order:2}.img-wrap{border-radius:40px;overflow:hidden;box-shadow:0 12px 30px -15px #00000026}.img-wrap img{aspect-ratio:4/3;object-fit:cover;width:100%}.custom-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:40px;color:var(--primary);margin:0}.custom-section .body{color:#2f3a35bf;margin-top:20px;white-space:pre-line}.manifesto{max-width:720px;margin:0 auto;padding:112px 24px;text-align:center}.manifesto p{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(24px,3.5vw,36px);line-height:1.35;color:var(--primary)}.blog-card{background:var(--card);border:1px solid var(--border);border-radius:28px;overflow:hidden;transition:border-color .2s;display:block}.blog-card:hover{border-color:#5e7d7266}.blog-card .thumb{aspect-ratio:4/3;overflow:hidden}.blog-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.blog-card:hover .thumb img{transform:scale(1.05)}.blog-card .body{padding:28px}.blog-card time{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--muted)}.blog-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;color:var(--primary);margin:12px 0 0}.blog-card p{font-size:14px;color:#2f3a35b3;margin:12px 0 0}.section-row-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}.section-row-head h2{font-family:Cormorant Garamond,Georgia,serif;font-size:40px;color:var(--primary);margin:12px 0 0}.link-arrow{color:var(--primary);font-size:14px}.link-arrow:hover{text-decoration:underline}.location-grid{display:grid;gap:48px;align-items:center;grid-template-columns:1fr}@media (min-width: 860px){.location-grid{grid-template-columns:1fr 1fr}}.location-grid h2{font-family:Cormorant Garamond,Georgia,serif;font-size:40px;color:var(--primary);margin:12px 0 20px}.location-grid ul{list-style:none;padding:0;margin:32px 0 0;font-size:14px}.location-grid ul li{margin-bottom:12px}.location-grid ul li strong{color:var(--primary);margin-right:6px}.map-frame{border-radius:32px;overflow:hidden;border:1px solid var(--border);aspect-ratio:4/3;box-shadow:0 12px 30px -15px #00000026}.map-frame iframe{width:100%;height:100%;border:0;display:block}.cta-box{background:#e8d7c2b3;border-radius:40px;padding:64px 40px;text-align:center;max-width:960px;margin:0 auto 112px}.cta-box h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(36px,5vw,48px);color:var(--primary);margin:0}.cta-box .sub{font-family:Cormorant Garamond,Georgia,serif;font-size:26px;color:#5e7d72cc;margin:12px 0 32px}.site-footer{border-top:1px solid var(--border);margin-top:0;background:#e8d7c24d}.site-footer .row{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 0;text-align:center}@media (min-width: 640px){.site-footer .row{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer .footer-logo{width:48px;height:48px;border-radius:9999px;overflow:hidden;background:#fff;display:inline-flex;align-items:center;justify-content:center}.site-footer .footer-logo img{width:40px;height:40px;object-fit:contain}.site-footer p{font-size:12px;color:var(--muted);margin:0;letter-spacing:.05em}.single-wrap{max-width:720px;margin:0 auto;padding:64px 24px}.single-wrap .back{color:var(--primary);font-size:14px}.single-wrap .back:hover{text-decoration:underline}.single-wrap time{display:block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-top:24px}.single-wrap h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(36px,5vw,52px);color:var(--primary);margin:8px 0 0;line-height:1.1}.single-wrap .excerpt{font-size:18px;color:var(--muted);margin:16px 0 0}.single-wrap .featured{margin:32px 0 0;border-radius:32px;overflow:hidden;box-shadow:0 12px 30px -15px #00000026}.single-wrap .content{margin-top:32px;line-height:1.7}.single-wrap .content img{border-radius:16px;margin:16px 0}.single-wrap .content p{margin:0 0 16px}.single-wrap .content h2{font-family:Cormorant Garamond,Georgia,serif;font-size:32px;color:var(--primary);margin:32px 0 12px}.single-wrap .content h3{font-family:Cormorant Garamond,Georgia,serif;font-size:24px;color:var(--primary);margin:24px 0 8px}.single-wrap .content a{color:var(--primary);text-decoration:underline}.single-wrap .content blockquote{border-left:4px solid var(--secondary);padding-left:16px;font-style:italic;color:var(--muted);margin:16px 0}
