:root{--color-ink: #0f201a;--color-text: #10231b;--color-muted: #4f5d55;--color-bg: #f8f6f3;--color-panel: #ffffff;--color-accent: #2b6cb0;--color-accent-light: #3182ce;--color-button: #1e4a2f;--color-button-hover: #287761;--color-highlight: #f0f4ef;--color-rose: #b24a5a;--color-border: #e5e0d8;--color-maple: #891e19;--radius-lg: 1.5rem;--radius-md: 1rem;--radius-sm: .5rem;--shadow-soft: 0 20px 60px rgba(15, 32, 26, .08);font-family:Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.7;font-size:18px}h1,h2,h3,h4{font-family:Josefin Sans,Cormorant Garamond,Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1{font-size:clamp(2.8rem,4vw,4rem)}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.25rem}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent-light)}p{margin:0 0 1rem}main{min-height:60vh}.layout{display:flex;min-height:100vh;flex-direction:column}.page{flex:1 1 auto}.inner{width:min(1200px,92vw);margin:0 auto;padding:4rem 0}.section{padding:2.5rem 0}.section--soft{background:var(--color-highlight)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.6rem 1.75rem;border:2px solid transparent;font-family:Josefin Sans,Cormorant Garamond,Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.375rem;font-weight:300;letter-spacing:.01em;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.btn-outline{border-color:var(--color-button);color:var(--color-button);background:transparent}.btn-outline:hover{color:#fff;background:var(--color-button)}.btn-ghost{background:#fff;color:var(--color-button);border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(120deg,var(--color-button),var(--color-button-hover));background-origin:border-box;background-clip:padding-box,border-box}.btn-ghost:hover{background-image:linear-gradient(#fefae0,#fefae0),linear-gradient(120deg,var(--color-button),var(--color-button-hover));color:var(--color-button)}.hero{position:relative;min-height:60vh;display:flex;align-items:center;background-size:cover;background-position:center;color:#fff;padding:6rem 0}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#07100c94,#143c307a);z-index:0}.hero__content{position:relative;width:min(1100px,92vw);margin:0 auto;text-align:center;z-index:1}.hero__content--left{text-align:left}.hero__content--left .hero__subtitle{margin-left:0}.hero__eyebrow{font-size:.95rem;letter-spacing:.25em;text-transform:uppercase;color:#fffc;margin-bottom:1rem}.hero__title{font-size:clamp(2.8rem,4vw,4rem);margin-bottom:1rem;font-weight:600;color:#fff}.hero__subtitle{font-size:1.15rem;max-width:640px;margin:.5rem auto 2rem;color:#ffffffe6}.hero__content .btn{color:#fff;border-color:#fff}.hero__content .btn:hover{background:#00000029;color:#fff;border-color:#fff}.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;align-items:center}.split--top{align-items:start}.split--top>div>h2:first-child{margin-top:0}.img-mask{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.img-mask img{width:100%;height:auto;display:block}.panel h2,.panel h3{margin-top:0}.about-copy{align-self:start}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{background:var(--color-panel);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;height:100%}.card__media img{width:100%;height:220px;object-fit:cover}.card__media img[src*=erin-bio]{object-position:center 40px}.card-grid .card__media img[src*=erin-bio]{object-position:center -30px}.meet-erin-card .card__media img[src*=erin-bio]{object-position:center 5px}.meet-erin-card .card__media img[src*=erin-bio-meet]{object-position:center -20px}.meet-erin-card .card__media img{height:390px}.card__body{padding:1.5rem}.card__body h3{margin:0 0 .75rem;font-size:1.25rem}.cta-strip{background:var(--color-button);color:#fff;padding:2rem 0}.cta-strip .inner{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){.cta-strip .inner{flex-direction:row;justify-content:space-between;text-align:left}}.quote-section{background:var(--color-button);color:#fff;text-align:center;padding:6rem 1.5rem}.quote-section blockquote{font-size:clamp(1.5rem,3vw,2.25rem);font-style:italic;margin:0 auto;max-width:760px}.quote-section cite{display:block;margin-top:1.5rem;font-size:1rem;letter-spacing:.1em;text-transform:uppercase}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.feature-card{padding:1.5rem;border-radius:var(--radius-md);background:var(--color-panel);box-shadow:var(--shadow-soft)}.feature-card:nth-child(odd){background:var(--color-highlight)}.accordion{display:grid;gap:1rem}.accordion details{border-radius:var(--radius-md);padding:1rem 1.5rem;background:var(--color-panel);box-shadow:var(--shadow-soft)}.accordion summary{font-weight:600;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";float:right;font-size:1.25rem}.accordion details[open] summary:after{content:"−"}header{position:sticky;top:0;z-index:10;background:#fefae0;backdrop-filter:blur(10px);border-bottom:1px solid rgba(16,35,27,.08)}.site-header{width:min(1200px,92vw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem;position:relative;font-family:Josefin Sans,Cormorant Garamond,Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-maple)}.brand{display:flex;align-items:center;gap:.75rem;color:var(--color-maple)}.brand img{width:60px;height:auto}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-title{font-family:Josefin Sans,Cormorant Garamond,Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:28px;letter-spacing:.015em;color:var(--color-button)}.nav{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.nav-container,.header-actions{display:flex;align-items:center;gap:1rem}.nav a{font-weight:300;font-size:22px;padding:.25rem .5rem;border-radius:0;color:var(--color-button)}.nav a[aria-current=page]{text-decoration:none;background:transparent;color:var(--color-button)}.nav-toggle{display:none}.nav-toggle-btn{display:none;width:45px;height:50px;justify-content:center;align-items:center;flex-direction:column;gap:6px;padding:8px;border:1px solid rgba(16,35,27,.1);border-radius:8px;background:#fff;cursor:pointer}.nav-toggle-btn span{display:block;width:20px;height:2px;background:#1a1a1a}.site-header .btn{font-family:Josefin Sans,Cormorant Garamond,Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300}.footer{background:#301d15;color:#ffffffe0}.footer .inner{padding:4rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.footer-logo{margin:0 0 .5rem;display:inline-flex;flex-direction:column;align-items:center;gap:.5rem}.footer-logo img{height:60px;width:auto;max-width:100%}.footer-logo__text{display:inline-flex;flex-direction:column;line-height:1.05;align-items:center}.footer-logo__title{font-family:Josefin Sans,Cormorant Garamond,Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:1.2rem;letter-spacing:.015em;color:#fff}.footer-logo__subtitle{font-family:Josefin Sans,Cormorant Garamond,Urbanist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:1.2rem;letter-spacing:.04em;color:#fff}.footer h4{margin-top:0;color:#fff}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.footer a{color:#ffffffd9}.pill-list{display:flex;flex-wrap:wrap;gap:.5rem}.pill-list--center{justify-content:center}.pill{border:1px solid var(--color-border);padding:.35rem 1rem;border-radius:999px;font-size:.9rem;background:#fff}@media(max-width:1023px){.site-header{flex-direction:column;align-items:flex-start}.hero{padding:4rem 0}.hero__title{font-size:2.2rem}.inner{width:90vw}.site-header{gap:.5rem}.header-actions{display:none}.nav-container{display:none;position:absolute;left:50%;right:auto;width:100vw;transform:translate(-50%);top:100%;background:#f8f6f3fa;border-bottom:1px solid rgba(16,35,27,.08);padding:1rem 1.25rem 1.25rem;flex-direction:column;gap:1rem;box-shadow:0 12px 30px #00000014;backdrop-filter:blur(10px);z-index:9}.nav-container .nav{flex-direction:column;align-items:flex-start;gap:.75rem}.nav-container .nav a{font-size:1.1rem}.nav-container .btn{text-align:center}#nav-toggle:checked~.nav-container{display:flex}.nav-toggle{order:1}.nav-toggle-btn{display:inline-flex;position:absolute;left:0;top:50%;transform:translateY(-50%);order:1;margin:0}.brand{order:2;margin-left:auto;white-space:nowrap}.brand-title{font-size:1.4rem}.brand img{width:50px;height:auto}}
