:root{--bg: #F2EDE5;--surface: #E7DDD1;--surface-alt: #DDD4C5;--surface-bright: #faf8f4;--primary: #7A9475;--primary-hover: #5a7256;--primary-light: #a8c0a3;--primary-15: rgba(122,148,117,.15);--primary-18: rgba(122,148,117,.18);--secondary: #C49A6C;--secondary-hover:#a8804e;--secondary-text: #7a5a28;--secondary-15: rgba(196,154,108,.15);--accent: #D4896A;--accent-hover: #b86e50;--accent-15: rgba(212,137,106,.15);--error: #b94040;--error-bg: #f7eded;--error-15: rgba(185,64,64,.15);--success: #4a7a55;--success-bg: #edf5ef;--text: #2f3828;--muted: #544e44;--subtle: #8a8077;--text-inverse: #ffffff;--border: rgba(0,0,0,.13);--border-subtle: rgba(0,0,0,.06);--border-light: rgba(0,0,0,.07);--border-divider: rgba(0,0,0,.08);--nav-bg: rgba(242,237,229,.92);--nav-blur: 8px;--nav-z: 100;--focus-primary: 0 0 0 3px rgba(122,148,117,.18);--focus-error: 0 0 0 3px rgba(185,64,64,.15);--shadow-card: 0 6px 30px rgba(0,0,0,.08);--footer-text: rgba(255,255,255,.55);--footer-text-hover: rgba(255,255,255,.9);--footer-heading: rgba(255,255,255,.4);--footer-border: rgba(255,255,255,.1);--footer-muted: rgba(255,255,255,.3);--footer-muted-hover: rgba(255,255,255,.6);--featured-text: #ffffff;--featured-tagline: rgba(255,255,255,.75);--featured-divider: rgba(255,255,255,.2);--featured-per: rgba(255,255,255,.6);--featured-features: rgba(255,255,255,.88);--featured-check: rgba(255,255,255,.85);--featured-btn-bg: #ffffff;--featured-btn-hover: rgba(255,255,255,.88);--font-serif: "Lora", Georgia, serif;--font-sans: "Raleway", sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-pill: 40px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:18px}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-weight:400;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.section{padding:6rem 5vw}@media(max-width:600px){.section{padding:4rem 1.3rem}}nav{position:fixed;top:0;left:0;right:0;z-index:var(--nav-z);display:flex;align-items:center;justify-content:space-between;padding:1.2rem 5vw;background:var(--nav-bg);-webkit-backdrop-filter:blur(var(--nav-blur));backdrop-filter:blur(var(--nav-blur));border-bottom:1px solid var(--border-subtle)}.nav-logo{font-family:var(--font-serif);font-size:1.3rem;font-style:italic;color:var(--text);letter-spacing:.01em;text-decoration:none}.nav-links{display:flex;gap:2.2rem;list-style:none}.nav-links a{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s;font-weight:500}.nav-links a:hover{color:var(--primary)}nav .btn-primary{font-size:.78rem;padding:.55rem 1.35rem}@media(max-width:860px){.nav-links{display:none}}@media(max-width:600px){nav{padding:1rem 1.3rem}}.btn{font-family:var(--font-sans);font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-pill);padding:.7rem 1.6rem;cursor:pointer;border:none;transition:all .18s;text-decoration:none;display:inline-block}.btn-primary{background:var(--primary);color:var(--text-inverse)}.btn-primary:hover{background:var(--primary-hover)}.btn-accent{background:var(--accent);color:var(--text-inverse)}.btn-accent:hover{background:var(--accent-hover)}.btn-sand{background:var(--secondary);color:var(--text-inverse)}.btn-sand:hover{background:var(--secondary-hover)}.btn-ghost-sage{background:var(--primary);color:var(--text-inverse);border:1.5px solid var(--primary)}.btn-ghost-sage:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-ghost-accent{background:transparent;color:var(--accent);border:1.5px solid var(--accent)}.btn-ghost-accent:hover{background:var(--accent);color:var(--text-inverse)}.btn-text{background:transparent;color:var(--primary);border:none;padding-left:0;padding-right:0;letter-spacing:.08em;text-decoration:underline;text-underline-offset:3px}.btn-text:hover{color:var(--primary-hover)}.btn-danger{background:transparent;color:var(--error);border:1.5px solid var(--error)}.btn-danger:hover{background:var(--error);color:var(--text-inverse)}.btn-sm{padding:.48rem 1.1rem;font-size:.74rem}.btn-lg{padding:.9rem 2.2rem;font-size:.9rem}.btn.disabled,.btn[disabled]{opacity:.38;cursor:not-allowed;pointer-events:none}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 5vw 5rem;background:var(--bg) url(/hills-hero.png) bottom center / cover no-repeat;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f2ede566;z-index:0}.hero-inner{max-width:780px;position:relative;z-index:1}.hero-eyebrow{font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1.4rem;margin-top:-1.5rem;text-shadow:0 1px 8px rgba(0,0,0,.25);font-weight:600}.hero-h1{font-family:var(--font-serif);font-size:clamp(2.6rem,5.5vw,4.4rem);font-weight:400;line-height:1.15;word-spacing:.15em;color:var(--primary);//margin-top: 4rem;margin-bottom:4.5rem}.hero-h1 em{font-style:normal;font-weight:500;word-spacing:.05em;color:var(--primary)}.hero-sub{font-size:1.15rem;line-height:1.75;color:var(--text);max-width:520px;margin-top:4rem;margin-bottom:4rem;font-weight:400}.hero-actions{display:flex;gap:2rem;flex-wrap:wrap;align-items:center}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:.35}.hero-scroll span{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.scroll-line{width:1px;height:36px;background:var(--muted);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(.6)}}@media(max-width:600px){.hero{padding:7rem 1.3rem 4rem}}.about{background:var(--bg)}.about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.8fr 1fr;gap:5rem;align-items:center}.about-text .section-body p,.about-more p{margin-bottom:1.3rem}.about-text .section-body p:last-child,.about-more p:last-child{margin-bottom:0}.about-text .section-body{margin-bottom:1.5rem}.about-more{font-size:1.05rem;line-height:1.85;color:var(--muted);max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease}.about-more--open{max-height:2000px;opacity:1;margin-bottom:1.5rem}.about-toggle{background:none;border:none;font-family:var(--font-sans);font-size:.85rem;font-weight:600;letter-spacing:.08em;color:var(--primary);cursor:pointer;padding:.3rem 0;display:block;margin-bottom:4rem;text-decoration:underline;text-underline-offset:3px;transition:color .18s}.about-toggle:hover{color:var(--primary-hover)}.about-portrait-img{width:100%;aspect-ratio:1;border-radius:var(--radius-lg);object-fit:cover;object-position:center}@media(max-width:860px){.about-inner{grid-template-columns:1fr;gap:2.5rem}.about-portrait{max-width:320px;margin:0 auto}}.section-header{margin-bottom:1.4rem}.section-header--centered{text-align:center;margin-bottom:3.5rem}.section-eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:.9rem}.section-h2{font-family:var(--font-serif);font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:500;line-height:1.25;color:var(--text)}.section-h2 em{font-style:italic;color:var(--primary)}.modality{background:var(--surface)}.modality-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.section-body{font-size:1.05rem;line-height:1.85;color:var(--muted);margin-bottom:1.2rem}.modality-pillars{display:flex;flex-direction:column;gap:1.4rem}@media(max-width:860px){.modality-inner{grid-template-columns:1fr;gap:2.5rem}}.pillar{display:flex;gap:1.1rem;align-items:flex-start}.pillar-icon{width:57px;height:57px;border-radius:50%;background:var(--bg);border:1.5px solid var(--secondary);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.pillar-icon svg{width:27px;height:27px;stroke:var(--secondary);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pillar-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--text);margin-bottom:.25rem}.pillar-body{font-size:.92rem;line-height:1.65;color:var(--subtle)}.process{background:var(--surface);padding-bottom:4rem}.process-inner{max-width:1000px;margin:0 auto}.process-intro{font-size:1.15rem;line-height:1.75;color:var(--muted);max-width:580px;margin:0 auto 3.5rem;text-align:center}.process-columns{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.process-col-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:500;color:var(--text);margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--border-divider)}.process-list{display:flex;flex-direction:column;gap:1rem}.process-list li{font-size:1rem;line-height:1.6;color:var(--muted);display:flex;align-items:flex-start;gap:.7rem}.process-check{width:20px;height:20px;flex-shrink:0;margin-top:.15rem;stroke:var(--primary)}.process-check--accent{stroke:var(--accent)}.process-cta{text-align:center;margin-top:1rem}@media(max-width:860px){.process-columns{grid-template-columns:1fr;gap:2.5rem}}.fit{background:var(--bg)}.fit-inner{max-width:1000px;margin:0 auto}.fit-columns{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.fit-col{border-radius:var(--radius-lg);padding:2.5rem 2rem}.fit-col--yes{background:var(--primary-15)}.fit-col--no{background:var(--surface)}.fit-col-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:500;color:var(--text);margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--border-divider)}.fit-list{display:flex;flex-direction:column;gap:1rem}.fit-list li{font-size:.98rem;line-height:1.6;color:var(--muted);display:flex;align-items:flex-start;gap:.7rem}.fit-check{width:20px;height:20px;flex-shrink:0;margin-top:.15rem;stroke:var(--primary)}.fit-cross{width:20px;height:20px;flex-shrink:0;margin-top:.15rem;stroke:var(--accent)}.fit-cta{text-align:center}@media(max-width:860px){.fit-columns{grid-template-columns:1fr;gap:1.5rem}}.testimonials{background:var(--bg)}.testimonials-inner{max-width:1100px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:600px){.testi-grid{grid-template-columns:1fr}}.testi-card{background:var(--surface);border-radius:14px;padding:1.8rem 1.6rem;display:flex;flex-direction:column;gap:1.1rem;position:relative}.testi-card:before{content:"“";font-family:var(--font-serif);font-size:4rem;line-height:1;color:var(--secondary);opacity:.4;position:absolute;top:.8rem;left:1.3rem}.testi-highlight{font-family:var(--font-serif);font-size:1.2rem;line-height:1.6;color:var(--text);padding-top:1.6rem;font-weight:500}.testi-full{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease}.testi-full--open{max-height:600px;opacity:1}.testi-quote{font-family:var(--font-serif);font-style:italic;font-size:1.05rem;line-height:1.7;color:var(--muted);padding-top:.5rem;border-top:1px solid var(--border-light)}.testi-toggle{background:none;border:none;font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:.08em;color:var(--primary);cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px;transition:color .18s;align-self:flex-start}.testi-toggle:hover{color:var(--primary-hover)}.testi-author{display:flex;align-items:center;gap:.75rem;padding-top:.4rem;border-top:1px solid var(--border-light)}.testi-avatar{width:36px;height:36px;border-radius:50%;background:var(--surface-alt);border:1.5px solid var(--secondary);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:.9rem;font-style:italic;color:var(--secondary);flex-shrink:0}.testi-name{font-size:.8rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.testi-detail{font-size:.76rem;color:var(--subtle)}.packages{background:var(--surface)}.packages-inner{max-width:1100px;margin:0 auto}.packages-header{text-align:center;margin-bottom:3.5rem}.packages-header .section-body{font-size:1rem;color:var(--muted);line-height:1.7;max-width:480px;margin:0 auto}.pkg-grid{display:flex;flex-direction:column;gap:1.5rem}.pkg-grid-featured{width:75%;margin:0 auto}.pkg-grid-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}@media(max-width:860px){.pkg-grid-row{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.pkg-card{background:var(--bg);border-radius:var(--radius-lg);padding:2rem 1.7rem 1.8rem;display:flex;flex-direction:column;gap:0;border:1.5px solid transparent;transition:border-color .2s,box-shadow .2s}.pkg-card:hover{box-shadow:var(--shadow-card)}.pkg-card.featured{background:var(--primary);border-color:var(--primary);position:relative}.pkg-grid-featured .pkg-card.featured{padding:1.47rem 1.67rem}.pkg-badge{position:absolute;top:-.8rem;left:50%;transform:translate(-50%);background:var(--accent);color:var(--text-inverse);font-size:.66rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.28rem .85rem;border-radius:20px;white-space:nowrap}.pkg-name{font-family:var(--font-serif);font-size:1.55rem;font-weight:500;color:var(--text);margin-bottom:.3rem}.pkg-card.featured .pkg-name{color:var(--featured-text)}.pkg-tagline{font-size:.98rem;font-weight:500;color:var(--subtle);margin-bottom:1.4rem;line-height:1.5}.pkg-card.featured .pkg-tagline{color:var(--featured-tagline)}.pkg-divider{border:none;border-top:1px solid var(--border-divider);margin-bottom:1.3rem}.pkg-card.featured .pkg-divider{border-color:var(--featured-divider)}.pkg-price{font-family:var(--font-serif);font-size:2.6rem;font-weight:500;color:var(--text);margin-bottom:.2rem;line-height:1}.pkg-card.featured .pkg-price{color:var(--featured-text)}.pkg-price sup{font-size:1.1rem;vertical-align:super;font-family:var(--font-sans);font-weight:400}.pkg-per{font-size:.88rem;font-weight:500;color:var(--subtle);letter-spacing:.07em;margin-bottom:1.5rem}.pkg-card.featured .pkg-per{color:var(--featured-per)}.pkg-features{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.8rem;flex:1}.pkg-features li{font-size:1.02rem;font-weight:500;color:var(--muted);display:flex;align-items:flex-start;gap:.6rem;line-height:1.5}.pkg-card.featured .pkg-features li{color:var(--featured-features)}.pkg-card .btn{align-self:flex-start}.pkg-check{width:18px;height:18px;flex-shrink:0;margin-top:.1rem;stroke:var(--primary)}.pkg-check--featured{stroke:var(--featured-check)}.pkg-card.featured .btn-accent{background:var(--featured-btn-bg);color:var(--primary-hover);border-color:var(--featured-btn-bg)}.pkg-card.featured .btn-accent:hover{background:var(--featured-btn-hover)}.contact-section{background:var(--bg)}.contact-inner{max-width:600px;margin:0 auto}.contact-subtitle{font-size:1.05rem;line-height:1.75;color:var(--muted);text-align:center;margin-bottom:3rem;max-width:480px;margin-left:auto;margin-right:auto}.contact-form{display:flex;flex-direction:column;gap:2rem}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-fields .field-full{grid-column:1 / -1}.contact-success{text-align:center;padding:3rem 1rem}.contact-success-icon{width:56px;height:56px;border-radius:50%;background:var(--primary-15);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1.5rem}.contact-success p{font-family:var(--font-serif);font-size:1.15rem;line-height:1.7;color:var(--text)}.contact-form .btn{align-self:center}@media(max-width:600px){.contact-fields{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:.4rem}.field-full{grid-column:1 / -1}label{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.required-star{color:var(--accent);margin-left:.2rem}.field-hint{font-size:.76rem;color:var(--subtle);margin-top:-.1rem}.field-input{font-family:var(--font-sans);font-size:.95rem;color:var(--text);background:var(--surface-bright);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:.7rem .9rem;outline:none;transition:border-color .18s,box-shadow .18s;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.field-input::placeholder{color:var(--subtle);opacity:.7}.field-input:focus{border-color:var(--primary);box-shadow:var(--focus-primary)}.field-input.error{border-color:var(--error);background:var(--error-bg)}.field-input.error:focus{box-shadow:var(--focus-error)}.field-input:disabled{background:var(--surface);color:var(--subtle);cursor:not-allowed;border-color:var(--border-light)}textarea.field-input{resize:vertical;min-height:110px;line-height:1.7}.select-wrap{position:relative}.select-wrap select{padding-right:2.2rem}.select-wrap:after{content:"";position:absolute;right:.9rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--subtle);pointer-events:none}.field-error{font-size:.76rem;color:var(--error);display:flex;align-items:center;gap:.3rem}.events-section{background:var(--bg)}.events-inner{max-width:1000px;margin:0 auto}.events-subtitle{font-size:1.05rem;line-height:1.75;color:var(--muted);text-align:center;max-width:480px;margin:0 auto 3.5rem}.events-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.event-card{background:var(--surface);border-radius:var(--radius-lg);padding:2rem 1.8rem;display:flex;flex-direction:column;gap:1.2rem;position:relative}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.event-title{font-family:var(--font-serif);font-size:1.4rem;font-weight:500;color:var(--text);line-height:1.3}.event-spots{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);background:var(--primary-15);padding:.35rem .7rem;border-radius:var(--radius-pill);white-space:nowrap;align-self:flex-start}.event-meta{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.event-meta-row{display:flex;gap:.8rem;align-items:baseline}.event-meta-label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--subtle);width:3.5rem;flex-shrink:0}.event-meta-value{font-size:.92rem;color:var(--muted);line-height:1.5}.event-description{font-size:.95rem;line-height:1.7;color:var(--muted);flex-grow:1}.event-card .btn{align-self:flex-start}@media(max-width:860px){.events-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}}footer{background:var(--text);color:var(--footer-text);padding:4rem 5vw 2.5rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--footer-border);margin-bottom:2rem}.footer-brand .logo{display:block;font-family:var(--font-serif);font-style:italic;font-size:1.35rem;color:var(--text-inverse);margin-bottom:.9rem;text-decoration:none}.footer-brand p{font-size:.9rem;line-height:1.7;max-width:280px}.footer-col-title{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--footer-heading);margin-bottom:1rem;font-weight:600}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.9rem;color:var(--footer-text);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--footer-text-hover)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem}.made-with{font-size:.8rem;color:var(--footer-muted);text-decoration:none;transition:color .2s}.made-with:hover{color:var(--footer-muted-hover)}@media(max-width:860px){.footer-top{grid-template-columns:1fr;gap:2rem}}.blog-index-section{background:var(--bg)}.blog-index-inner{max-width:800px;margin:0 auto}.blog-index-subtitle{font-size:1.05rem;line-height:1.75;color:var(--muted);max-width:480px;margin:0 auto 3.5rem;text-align:center}.blog-grid{display:flex;flex-direction:column;gap:1.5rem}.blog-card{display:block;background:var(--surface);border-radius:var(--radius-lg);padding:2rem;transition:box-shadow .2s}.blog-card:hover{box-shadow:var(--shadow-card)}.blog-card-date{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:.8rem}.blog-card-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;color:var(--text);line-height:1.3;margin-bottom:.7rem}.blog-card-excerpt{font-size:1rem;line-height:1.65;color:var(--muted);margin-bottom:1.2rem}.blog-card-link{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);font-weight:600}.blog-post-section{background:var(--bg)}.blog-post-inner{max-width:680px;margin:0 auto}.blog-post-back{display:inline-block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);font-weight:600;margin-bottom:2.5rem;transition:color .2s}.blog-post-back:hover{color:var(--primary-hover)}.blog-post-date{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:.8rem}.blog-post-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:500;line-height:1.25;color:var(--text);margin-bottom:2.5rem}.blog-post-body{font-size:1.1rem;line-height:1.85;color:var(--muted)}.blog-post-body h2{font-family:var(--font-serif);font-size:1.55rem;font-weight:500;color:var(--text);margin-top:2.5rem;margin-bottom:1rem}.blog-post-body p{margin-bottom:1.3rem}.blog-post-body em{font-style:italic;color:var(--text)}.blog-post-body a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.blog-post-body hr{border:none;border-top:1px solid var(--border-divider);margin:2.5rem 0}.blog-post-cta{margin-top:3rem;text-align:center}.blog-post-not-found{font-family:var(--font-serif);font-size:2rem;color:var(--text);margin-bottom:1.5rem}
