:root{--bg: #ffffff;--surface: #ffffff;--surface-alt: #f2ede4;--ink: #3a3a34;--muted: #6f6f66;--sage: #7c8b6f;--sage-dark: #5c6b50;--sage-light: #a8b79a;--blush: #c08a76;--line: #e6e0d6;--font-head: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;--maxw: 1120px;--gap: clamp(1.5rem, 4vw, 3rem);--radius: 10px;--shadow: 0 12px 34px rgba(60, 58, 52, .08)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--sage-dark);text-decoration:none}a:hover{color:var(--blush)}h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.15;color:var(--ink);margin:0 0 .5em;letter-spacing:.01em}h1{font-size:clamp(2.4rem,6vw,4rem)}h2{font-size:clamp(1.9rem,4.5vw,2.9rem)}h3{font-size:clamp(1.4rem,3vw,1.9rem)}p{margin:0 0 1.15em}.container{width:min(100% - 2.5rem,var(--maxw));margin-inline:auto}.container--wide{--maxw: 1400px}.section{padding-block:clamp(3rem,8vw,6rem)}.section--alt{background:var(--surface-alt)}.section--sage{background:var(--sage);color:#fdfcf9}.section--sage h1,.section--sage h2,.section--sage h3{color:#fff}.narrow{max-width:760px;margin-inline:auto}.center{text-align:center}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.22em;font-size:.8rem;font-weight:700;color:var(--sage-dark);margin-bottom:.75rem}.lede{font-size:1.2rem;color:var(--muted)}.btn{display:inline-block;font-family:var(--font-body);font-weight:700;letter-spacing:.03em;padding:.8rem 1.9rem;border-radius:999px;background:var(--sage);color:#fff!important;border:2px solid var(--sage);transition:background .2s ease,border-color .2s ease,transform .2s ease}.btn:hover{background:var(--sage-dark);border-color:var(--sage-dark);color:#fff!important;transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--sage-dark)!important}.btn--ghost:hover{background:var(--sage);color:#fff!important}.btn--light{background:#fff;color:var(--sage-dark)!important;border-color:#fff}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.65rem}.site-header__logo img{height:52px;width:auto}.nav{display:flex;align-items:center;gap:1.6rem}.nav a{font-weight:600;color:var(--ink);font-size:.98rem}.nav a:hover{color:var(--sage-dark)}.nav__toggle{display:none}@media(max-width:900px){.nav{position:absolute;inset:100% 0 auto;flex-direction:column;align-items:flex-start;gap:.25rem;background:var(--bg);border-bottom:1px solid var(--line);padding:1rem 1.25rem 1.5rem;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .25s ease}.nav a{padding:.5rem 0;width:100%}#nav-toggle:checked~.nav{max-height:26rem;visibility:visible}.nav__toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;cursor:pointer;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.nav__toggle span{display:block;height:2px;width:20px;margin-inline:auto;background:var(--ink)}}@media(min-width:901px){#nav-toggle{display:none}}.hero{position:relative;color:#fff}.hero__media{position:absolute;inset:0}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 35%}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1c1b1800,#1c1b1826 42%,#1c1b189e 58%,#1c1b18db 75%,#1c1b18e0)}.hero .container{width:100%;max-width:none;margin-inline:0;padding-inline:clamp(1.5rem,6vw,5rem)}.hero__inner{position:relative;margin-left:auto;padding-top:clamp(7rem,20vw,13rem);padding-bottom:clamp(4rem,12vw,8rem);max-width:480px;text-align:right}.hero h1{color:#fff;margin-bottom:.15em}.hero .eyebrow{color:#f2ede4}.hero p{font-size:1.25rem;color:#f6f2ea}.page-header{position:relative;min-height:405px;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-header__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-header__overlay{position:absolute;inset:0;background:#0009}.page-header h1{position:relative;color:#fff;text-align:center;margin:0;padding-inline:1.5rem}.prose{max-width:760px;margin-inline:auto}.prose img{border-radius:var(--radius);margin-block:1.75rem;box-shadow:var(--shadow)}.prose h2{margin-top:1.8em}.prose figure{margin:0 0 1.75rem}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.media-grid img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:3/2;object-fit:cover;width:100%}.alt-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,3.5rem);align-items:center;margin-block:clamp(2rem,6vw,3.5rem)}.alt-row img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover;width:100%}.alt-row>:last-child{margin:0}.alt-row--reverse>:first-child{order:2}.alt-row--reverse>:last-child{order:1}.alt-row--photo img{aspect-ratio:auto;object-fit:contain;max-height:480px;width:auto;margin-inline:auto}@media(max-width:720px){.alt-row{grid-template-columns:1fr}.alt-row--reverse>:first-child,.alt-row--reverse>:last-child{order:initial}}.leaf-divider{text-align:center;margin-block:2.5rem}.leaf-divider img{display:inline-block;height:48px;width:auto;margin:0 auto;opacity:.9}.quote{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--sage-light);border-radius:var(--radius);padding:1.75rem 1.9rem;box-shadow:var(--shadow)}.quote p{font-style:italic;color:#4a4a42}.quote cite{font-style:normal;font-weight:700;color:var(--sage-dark);display:block;margin-top:.6rem}.quote--plain{border:none;box-shadow:none;background:transparent;padding:0}.quote:after{content:"";display:table;clear:both}.testimonial-photo{width:280px;max-width:45%;height:auto;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem}.testimonial-photo--left{float:left;margin-right:1.75rem}.testimonial-photo--right{float:right;margin-left:1.75rem}@media(max-width:560px){.testimonial-photo{float:none;max-width:100%;margin:0 0 1rem}}.big-quote{font-family:var(--font-head);font-size:clamp(1.6rem,4vw,2.6rem);line-height:1.3;text-align:center;max-width:900px;margin-inline:auto}.big-quote cite{display:block;font-size:1rem;font-family:var(--font-body);color:var(--muted);margin-top:1rem;font-style:normal}.quote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,5vw,3.5rem);align-items:center}.feature-row img{border-radius:var(--radius);box-shadow:var(--shadow)}.leaf-icon{width:20px;height:auto;display:inline-block;vertical-align:middle;margin:0 .3em}.welcome-row{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}.welcome-row__aside{display:flex;flex-direction:column;gap:1.5rem}.welcome-row__aside img:not(.leaf-icon){width:100%;height:auto;display:block}.welcome-row__aside .quote{text-align:right}@media(max-width:800px){.welcome-row{grid-template-columns:1fr}.welcome-row__aside .quote{text-align:left}}.quote-banner{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px;overflow:hidden;padding-block:3rem;text-align:center}.quote-banner__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.quote-banner__overlay{position:absolute;inset:0;background:#1413118c}.quote-banner .big-quote{position:relative;color:#fff}.quote-banner .big-quote cite{color:#f0ede6}.quote-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;align-items:start}.quote-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem 1.5rem;text-align:center}.quote-card img{width:26px;height:auto;margin:0 auto 1rem;display:block}.quote-card p{font-style:italic;color:#4a4a42;font-size:.95rem;margin:0}.quote-card cite{display:block;margin-top:.75rem;font-style:normal;font-weight:700;color:var(--sage-dark);font-size:.85rem}.carousel{max-width:760px;margin-inline:auto;text-align:center}.carousel__slide p{font-style:italic;font-size:1.15rem;color:#4a4a42}.carousel__slide cite{display:block;margin-top:.75rem;font-weight:700;color:var(--sage-dark);font-style:normal}.carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;padding:0;list-style:none}.carousel__dot{width:9px;height:9px;border-radius:50%;border:none;background:var(--line);cursor:pointer;padding:0}.carousel__dot.is-active{background:var(--sage)}.serving-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.serving-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);text-align:center}.serving-card img{aspect-ratio:3/4;object-fit:cover;width:100%}.serving-card h3{font-size:1.35rem;padding:1.1rem 1rem 1.4rem;margin:0}.cert-list{display:grid;gap:1.75rem;max-width:820px;margin-inline:auto}.cert{display:grid;grid-template-columns:150px 1fr;gap:1.5rem;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.6rem}.cert__logo{display:flex;align-items:center;justify-content:center}.cert__logo img{max-height:84px;width:auto}.cert p{margin:0;font-style:italic;color:#4a4a42}@media(max-width:560px){.cert{grid-template-columns:1fr;text-align:center}}.packages{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start}.package{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}.package h3{color:var(--sage-dark)}.package .price{font-family:var(--font-head);font-size:2.4rem;color:var(--ink)}.package ul{padding-left:1.1rem;margin:.5rem 0 0}.package li{margin-bottom:.5rem}.package ul ul{margin-top:.5rem}.package ul ul li{font-size:.95rem;color:var(--muted);font-style:italic}.pay-note{background:var(--surface-alt);border-radius:var(--radius);padding:1.1rem 1.4rem;margin-top:1.25rem;font-size:.98rem}.quick-contact{background:var(--sage);color:#fdfcf9}.quick-contact a{color:#fff;text-decoration:underline;text-underline-offset:3px}.quick-contact__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.qc-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.qc-item img{height:40px;width:auto;filter:brightness(0) invert(1);opacity:.9}.qc-item h3{color:#fff;margin:0;font-size:1.3rem}.site-footer{background:var(--sage-dark);color:#eef0e8;text-align:center;padding-block:2rem;font-size:.9rem}.site-footer a{color:#fff;text-decoration:underline}.site-footer img{height:42px;margin:0 auto .75rem;opacity:.85}.skip-link{position:absolute;left:-9999px;top:0;background:var(--sage-dark);color:#fff;padding:.6rem 1rem;border-radius:0 0 8px;z-index:100}.skip-link:focus{left:0;color:#fff}.mt-0{margin-top:0}.stack>*+*{margin-top:1.5rem}
