:root{
  --background:#fffaf5;--surface:#fffefd;--surface-green:#f5f8ee;--surface-coral:#fff4e8;
  --primary:#3f7c50;--primary-dark:#2f6842;--accent:#fe7f02;--accent-dark:#d96500;--accent-light:#ffad4d;--accent-border:#f2cfaa;--accent-shadow:rgba(254,127,2,.28);--logo-orange:#fe7f02;
  --text:#30312e;--text-muted:#66675f;--border:#e5e7dd;--yellow:#f4bb39;--blue:#5e8da0;
  --serif:"Lora",Georgia,serif;--sans:"DM Sans",sans-serif;--shadow:0 7px 22px rgba(64,76,52,.08);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:#f9f2eb;color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.55}body.nav-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.page-shell{width:min(100% - 12px,1440px);margin:8px auto;border-radius:26px;overflow:hidden;background:var(--surface);box-shadow:0 10px 34px rgba(111,84,58,.07)}
.site-header{height:82px;padding:12px clamp(28px,6.7vw,100px);display:flex;align-items:center;gap:26px;background:#fff;position:relative;z-index:20}.brand{width:230px;flex:0 0 auto}.brand img{width:100%;height:58px;object-fit:contain}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.2vw,38px);margin-left:auto}.main-nav a{font-size:13px;white-space:nowrap;position:relative}.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--primary);transition:right .2s}.main-nav a:hover::after,.main-nav a:focus-visible::after,.main-nav a.active::after{right:0}.header-cta{margin-left:18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 23px;border-radius:999px;background:linear-gradient(180deg,#ff726e,#ff5d59);color:#fff;font-weight:600;box-shadow:0 8px 18px rgba(255,101,96,.25);transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(255,101,96,.35)}.button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.menu-toggle{display:none;border:0;background:transparent;padding:10px;width:46px;height:46px}.menu-toggle span{display:block;height:2px;background:var(--primary-dark);margin:6px 0;border-radius:2px;transition:.2s}
.hero{min-height:500px;padding:48px clamp(42px,6.7vw,100px) 38px;display:grid;grid-template-columns:minmax(0,45%) minmax(0,55%);align-items:center;position:relative;background:linear-gradient(160deg,#fff 55%,#f0f7eb 100%)}.hero::after{content:"";position:absolute;left:-30px;bottom:-55px;width:420px;height:110px;background:#eef6e9;border-radius:50% 50% 0 0;transform:rotate(8deg)}.hero-copy{position:relative;z-index:2}.eyebrow{display:none}.hero h1{font-family:var(--serif);font-size:clamp(38px,4vw,64px);font-weight:500;line-height:1.08;color:var(--primary);margin:0 0 20px;letter-spacing:-1.6px}.hero h1 span{color:var(--logo-orange)}.hero-lead{font-size:clamp(15px,1.25vw,18px);margin:0 0 22px;line-height:1.65}.hero-points{display:flex;max-width:500px;margin:0 0 24px}.hero-points>div{flex:1;text-align:center;padding:0 14px;border-right:1px solid #e6e6df}.hero-points>div:last-child{border:0}.hero-points p{font-size:12.5px;line-height:1.35;margin:7px 0 0}.point-icon{width:38px;height:38px;margin:auto;position:relative;display:grid;place-items:center;color:var(--primary)}.point-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.5}.plate-icon::before{content:"";width:26px;height:26px;border:2px solid var(--primary);border-radius:50%;box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 6px var(--primary)}.plate-icon::after{content:"";position:absolute;width:2px;height:31px;background:var(--primary);left:1px;box-shadow:34px 0 var(--primary)}.smile-icon{background:#ffe690;border:2px solid #d2a631;border-radius:50%}.smile-icon::before{content:"••";letter-spacing:8px;margin-left:7px;margin-top:-8px;color:#5d7253}.smile-icon::after{content:"⌣";position:absolute;font-size:21px;bottom:0;color:#5d7253}.hero-actions{display:flex;align-items:center;gap:30px}.text-link{font-weight:600;display:flex;align-items:center;gap:10px}.text-link svg{width:20px;height:20px;fill:none;stroke:var(--primary);stroke-width:1.6}.hero-visual{height:410px;position:relative;z-index:2}.hero-visual>img{width:100%;height:100%;object-fit:cover;border-radius:42% 8% 28% 10% / 18% 12% 17% 18%}.doodle{position:absolute;color:#ff9d82}.doodle svg{fill:none;stroke:currentColor;stroke-width:1.8}.heart-one{left:2%;top:12%;width:30px}.leaf-one{left:-4%;bottom:28%;width:44px;color:#6eb67f;transform:rotate(-25deg)}
.curved-section{border-radius:46px 46px 0 0;position:relative;z-index:3}.about{min-height:390px;padding:38px clamp(60px,11vw,170px);display:grid;grid-template-columns:250px minmax(260px,1fr) minmax(260px,.9fr);align-items:center;gap:55px;background:#fffefb}.about-photo{width:250px;height:280px;padding:6px;border:2px solid #b9d8aa;border-radius:48% 48% 45% 46% / 42% 40% 48% 50%;transform:rotate(-5deg)}.about-photo img{width:100%;height:100%;object-fit:cover;border-radius:inherit;transform:rotate(5deg)}.section-kicker{text-transform:uppercase;letter-spacing:2px;color:var(--primary);font-size:11px;margin:0 0 3px}.about h2,.section-heading h2,.food-copy h2{font-family:var(--serif);color:var(--primary-dark);font-weight:500}.about h2{font-size:30px;line-height:1.15;margin:0 0 18px}.about-copy>p:not(.section-kicker){font-size:13px;line-height:1.55;margin:0 0 14px}.outline-button{display:inline-flex;align-items:center;gap:8px;color:var(--accent);border:1.5px solid var(--accent);border-radius:999px;padding:7px 18px;font-size:12px;font-weight:600}.outline-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.credentials{list-style:none;margin:0;padding:8px 0 8px 48px;border-left:1px solid #dfe2da;display:grid;gap:24px}.credentials li{font-size:12.5px;position:relative;padding-left:46px}.credentials li>span{position:absolute;left:0;top:-2px;color:var(--primary);font-size:28px;width:32px;height:32px}.credentials li>span svg{fill:none;stroke:var(--accent);stroke-width:1.5}
.services{background:#fff;padding:20px clamp(42px,8vw,120px) 38px}.section-heading{text-align:center;margin-bottom:22px}.section-heading h2{font-size:28px;margin:0 0 7px;display:flex;justify-content:center;align-items:center;gap:8px}.section-heading h2 svg{width:18px;height:18px;fill:none;stroke:var(--accent);stroke-width:1.8}.section-heading p{font-size:12px;margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-card{min-height:210px;padding:22px 20px;display:grid;grid-template-columns:95px 1fr;align-items:center;border:1px solid;border-radius:20px}.service-card.green{background:var(--surface-green);border-color:#d4ddc4}.service-card.coral{background:var(--surface-coral);border-color:#f2cec4}.service-card img{width:90px;height:112px;object-fit:cover}.service-card h3{font-family:var(--serif);font-weight:500;font-size:17px;line-height:1.22;color:var(--primary-dark);margin:0 0 11px}.service-card.coral h3,.service-card.coral a{color:var(--accent-dark)}.service-card p{font-size:10.5px;line-height:1.55;margin:0 0 18px}.service-card a{color:var(--primary);font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:7px}.service-card a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5}
.benefits{padding:20px clamp(42px,8vw,120px) 28px;background:#fffdf9;position:relative}.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.benefit-grid>div{display:flex;align-items:center;justify-content:center;gap:14px}.benefit-grid p{font-size:11.5px;line-height:1.35}.benefit-icon{width:42px;height:42px;flex:0 0 auto}.benefit-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.45}.benefit-icon.red{color:var(--accent)}.benefit-icon.yellow{color:#d2aa2b}.benefit-icon.green{color:#64a66f}.benefit-icon.blue{color:var(--blue)}
.testimonials{padding:20px clamp(58px,9vw,135px) 26px;background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.testimonial-grid article{min-height:176px;border:1px solid #e5e6e2;border-radius:22px;box-shadow:var(--shadow);padding:20px;display:grid;grid-template-columns:78px 1fr;gap:16px}.testimonial-grid img{width:72px;height:72px;border-radius:50%;object-fit:cover}.testimonial-grid blockquote{font-size:11px;line-height:1.55;margin:0 0 10px}.testimonial-grid strong{display:block;color:var(--accent);font-size:12px}.testimonial-grid article:nth-child(2) strong{color:var(--primary)}.testimonial-grid span{display:block;font-size:11px}.stars{color:#ffb714;letter-spacing:3px;margin-top:4px}.slider-dots{display:flex;justify-content:center;gap:5px;margin-top:17px}.slider-dots i{width:9px;height:9px;border-radius:50%;background:#d9d8cf}.slider-dots i:first-child{background:#68a66d}
.food-cta{height:220px;display:grid;grid-template-columns:35% 30% 35%;background:#fffdf8;overflow:hidden;position:relative}.food-image,.food-image img{width:100%;height:100%}.food-image img{object-fit:cover}.food-image.left img{border-radius:0 48% 48% 0 / 0 35% 35% 0}.food-image.right img{border-radius:48% 0 0 48% / 35% 0 0 35%}.food-copy{text-align:center;align-self:center;position:relative;z-index:2}.food-copy h2{font-size:27px;line-height:1.2;margin:0 0 10px}.food-copy p{font-size:12px;line-height:1.5;margin:0 0 12px}.food-copy .button{min-height:36px;font-size:11px;padding:0 18px}.food-copy .button svg{width:15px;height:15px}
.faq{padding:22px clamp(58px,9vw,135px) 30px;background:#fff}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px}.faq details{border:1px solid #e7e8e4;border-radius:999px;box-shadow:0 3px 11px rgba(44,66,40,.06);padding:0 22px;background:#fff;transition:border-radius .2s}.faq details[open]{border-radius:18px}.faq summary{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:11px;font-weight:600;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"";width:8px;height:8px;flex:0 0 8px;border-right:1.8px solid var(--primary);border-bottom:1.8px solid var(--primary);transform:rotate(45deg) translate(-2px,-2px);transition:transform .2s}.faq details[open] summary::after{transform:rotate(225deg) translate(-2px,-2px)}.faq details p{font-size:11px;line-height:1.5;padding:0 0 14px;margin:0;color:var(--text-muted)}
footer{background:#eef5e8}.footer-main{padding:32px clamp(60px,9vw,135px) 25px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:55px}.footer-brand{display:flex;align-items:center;gap:22px}.footer-brand img{width:110px;height:85px;object-fit:contain;background:#fff;border-radius:50%}.footer-main h3{font-family:var(--serif);font-size:13px;margin:0 0 14px}.footer-main p,.footer-main a,.footer-main span{display:block;font-size:10.5px;line-height:1.7}.footer-bottom{min-height:34px;background:#64ae78;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;font-size:11px}.footer-bottom svg{position:absolute;right:7%;width:16px;height:16px;fill:#fff;stroke:none}
:focus-visible{outline:3px solid rgba(63,124,80,.55);outline-offset:3px;border-radius:5px}
.ebooks{padding:32px clamp(42px,8vw,120px) 40px;background:var(--background)}.ebooks .section-heading{margin-bottom:24px}.ebook-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.ebook-grid article{min-width:0}.ebook-card{height:100%;min-width:0;padding:13px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.ebook-card:hover{transform:translateY(-3px);box-shadow:0 11px 26px rgba(64,76,52,.12)}.ebook-cover{height:190px;margin-bottom:14px;display:grid;place-items:center;overflow:hidden;border-radius:15px;background:var(--surface-green)}.ebook-grid article:nth-child(even) .ebook-cover{background:var(--surface-coral)}.ebook-cover img{width:100%;height:100%;object-fit:contain}.ebook-type{color:var(--accent-dark);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ebook-card h3{min-height:43px;margin:4px 0 7px;color:var(--primary-dark);font-family:var(--serif);font-size:17px;font-weight:500;line-height:1.25}.ebook-card p{margin:0 0 10px;color:var(--text-muted);font-size:10.5px;line-height:1.45}.ebook-meta{margin-top:auto;color:var(--primary);font-size:10px;font-weight:700}.ebook-link{margin-top:9px;display:inline-flex;align-items:center;gap:6px;color:var(--accent-dark);font-size:10.5px;font-weight:700}.ebook-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6}
@media(max-width:1100px){.site-header{padding-inline:35px}.brand{width:190px}.main-nav{gap:16px}.main-nav a{font-size:12px}.header-cta{font-size:12px;padding:0 16px}.hero{min-height:330px;padding:20px 55px}.hero-visual{height:295px}.hero h1{font-size:38px}.about{min-height:260px;padding:18px 70px;grid-template-columns:180px 1fr 1fr;gap:26px}.about-photo{width:180px;height:208px}.about h2{font-size:25px;margin-bottom:10px}.about-copy>p:not(.section-kicker){font-size:11px;margin-bottom:9px}.credentials{gap:10px;padding-left:28px}.credentials li{font-size:10px;padding-left:35px}.credentials li>span{font-size:23px;width:27px;height:27px}.services{padding-top:10px;padding-bottom:18px}.services .section-heading{margin-bottom:10px}.service-card{min-height:150px;grid-template-columns:64px 1fr;padding:8px}.service-card img{width:61px;height:86px}.service-card h3{font-size:13px;margin-bottom:5px}.service-card p{font-size:8px;margin-bottom:7px}.benefits{padding-top:8px;padding-bottom:12px}.benefits .section-heading{margin-bottom:7px}.benefit-icon{width:29px;height:29px}.benefit-grid{gap:9px}.benefit-grid p{font-size:9px}.testimonials{padding-top:10px;padding-bottom:12px}.testimonials .section-heading{margin-bottom:9px}.testimonial-grid{gap:18px}.testimonial-grid article{min-height:132px;grid-template-columns:50px 1fr;padding:10px;gap:9px}.testimonial-grid img{width:48px;height:48px}.testimonial-grid blockquote{font-size:8.5px;margin-bottom:5px}.testimonial-grid strong,.testimonial-grid span{font-size:9px}.stars{font-size:10px}.slider-dots{margin-top:7px}.food-cta{height:154px}.food-copy h2{font-size:22px;margin-bottom:5px}.food-copy p{font-size:9.5px;margin-bottom:7px}.faq{padding-top:8px;padding-bottom:12px}.faq .section-heading{margin-bottom:6px}.faq summary{min-height:28px;font-size:9px}.faq-grid{gap:4px 18px}.footer-main{padding:18px 55px 16px;gap:20px;grid-template-columns:1.35fr 1fr 1fr 1fr}.footer-brand{gap:10px}.footer-brand img{width:72px;height:62px}.footer-main h3{margin-bottom:7px}.footer-main p,.footer-main a,.footer-main span{font-size:8px;line-height:1.55}}
@media(max-width:900px){.page-shell{width:100%;margin:0;border-radius:0}.site-header{height:72px;padding:7px 24px}.brand{width:175px}.menu-toggle{display:block;margin-left:auto;position:relative;z-index:22}.header-cta{display:none}.main-nav{position:fixed;inset:72px 0 auto 0;background:#fff;padding:22px 28px 30px;display:flex;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 10px 25px rgba(0,0,0,.12);transform:translateY(-130%);opacity:0;visibility:hidden;transition:.25s}.nav-open .main-nav{transform:none;opacity:1;visibility:visible}.main-nav a{font-size:16px;padding:12px;border-bottom:1px solid var(--border)}.nav-open .menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-open .menu-toggle span:nth-child(2){opacity:0}.nav-open .menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{grid-template-columns:1fr 1fr;padding:40px 36px;min-height:470px}.hero h1{font-size:39px}.hero-visual{height:350px}.about{padding:36px;grid-template-columns:190px 1fr}.about-photo{width:190px;height:225px}.credentials{grid-column:1/-1;border-left:0;border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);padding:25px 0 0}.credentials li{padding-left:38px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{grid-template-columns:90px 1fr}.benefit-grid{grid-template-columns:repeat(3,1fr);row-gap:20px}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid article:last-child{display:none}.food-cta{grid-template-columns:30% 40% 30%}.footer-main{padding-inline:45px;grid-template-columns:1.3fr 1fr 1fr;gap:35px}.footer-main>div:last-child{grid-column:2/4}}
@media(max-width:640px){body{font-size:16px}.desktop-only{display:none}.site-header{padding-inline:16px}.brand{width:165px}.hero{display:flex;flex-direction:column;padding:32px 20px 25px;min-height:auto;text-align:center}.hero::after{width:250px}.hero h1{font-size:clamp(36px,10vw,44px);letter-spacing:-1px;margin-bottom:15px}.hero-lead{font-size:15px;line-height:1.5}.hero-points{width:100%;margin-bottom:22px}.hero-points>div{padding-inline:5px}.hero-points p{font-size:10.5px}.hero-actions{justify-content:center;gap:18px;flex-wrap:wrap}.hero-actions .button{width:100%;max-width:310px}.hero-visual{order:-1;width:min(100%,480px);height:auto;aspect-ratio:440/316;margin:0 auto 20px}.hero-visual>img{object-fit:contain;border-radius:0}.doodle{display:none}.about{display:flex;flex-direction:column;padding:35px 22px;gap:23px;text-align:center;border-radius:32px 32px 0 0}.about-photo{width:205px;height:230px}.about h2{font-size:28px}.about-copy>p:not(.section-kicker){font-size:14px}.credentials{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px;text-align:left}.credentials li{font-size:11.5px}.services{padding:28px 16px}.section-heading h2{font-size:24px;line-height:1.2}.section-heading p{font-size:12px}.service-grid{grid-template-columns:1fr;gap:12px}.service-card{min-height:178px;grid-template-columns:95px 1fr;padding:15px 20px}.service-card p{font-size:11.5px}.benefits{padding:25px 18px}.benefit-grid{grid-template-columns:1fr 1fr;gap:18px 10px}.benefit-grid>div{justify-content:flex-start}.benefit-grid>div:last-child{grid-column:1/-1;justify-content:center}.benefit-grid p{font-size:11.5px}.testimonials{padding:25px 17px}.testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:3px 2px 15px;gap:14px}.testimonial-grid article,.testimonial-grid article:last-child{display:grid;min-width:88%;scroll-snap-align:center}.food-cta{height:auto;grid-template-columns:1fr 1fr;padding-bottom:25px}.food-copy{grid-column:1/-1;grid-row:1;padding:28px 20px 15px}.food-image{grid-row:2;height:145px}.food-image.left{grid-column:1}.food-image.right{grid-column:2}.food-image.left img,.food-image.right img{border-radius:18px}.food-copy h2{font-size:25px}.faq{padding:28px 16px}.faq-grid{grid-template-columns:1fr}.faq summary{font-size:11.5px;min-height:45px}.footer-main{padding:28px 24px;grid-template-columns:1fr 1fr;gap:27px}.footer-brand{grid-column:1/-1}.footer-main>div:last-child{grid-column:auto}.footer-bottom{padding:10px 45px 10px 20px;text-align:center;font-size:10px}.footer-bottom svg{right:18px}}
@media(max-width:390px){.hero{padding-inline:15px}.hero h1{font-size:34px}.hero-points p{font-size:9.5px}.button{font-size:13px}.credentials{grid-template-columns:1fr}.service-card{padding-inline:13px}.benefit-grid{grid-template-columns:1fr}.benefit-grid>div,.benefit-grid>div:last-child{grid-column:auto;justify-content:flex-start;padding-left:34px}.testimonial-grid article{min-width:94%;grid-template-columns:62px 1fr}.footer-main{grid-template-columns:1fr}.footer-main>div:last-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media(max-width:1100px){.ebook-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ebook-cover{height:210px}}
@media(max-width:700px){.ebooks{padding:30px 16px 34px}.ebook-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ebook-cover{height:180px}.ebook-card h3{font-size:16px}}
@media(max-width:430px){.ebook-grid{grid-template-columns:1fr}.ebook-card{display:grid;grid-template-columns:108px minmax(0,1fr);grid-template-rows:auto auto 1fr auto auto;gap:0 13px;padding:11px}.ebook-cover{width:108px;height:152px;margin:0;grid-column:1;grid-row:1/6}.ebook-type,.ebook-card h3,.ebook-card p,.ebook-meta,.ebook-link{grid-column:2}.ebook-card h3{min-height:0;margin:3px 0 5px;font-size:15px}.ebook-card p{margin-bottom:5px;font-size:10px}.ebook-meta{margin-top:0}.ebook-link{margin-top:5px}}

/* Hero artwork: preserve the source aspect ratio at every breakpoint. */
.hero-visual{width:min(100%,571px);height:auto;aspect-ratio:440/316;justify-self:center}
.hero-visual>img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0}

/* Slightly larger top brand without crowding the navigation. */
.site-header{height:108px}
.brand img{height:88px}
@media(max-width:900px){.site-header{height:82px}.brand{width:195px}.brand img{height:68px}.main-nav{inset:82px 0 auto 0}}

/* Apply the orange from Lucila's logo across the site's accent palette. */
.button{background:linear-gradient(180deg,var(--accent-light),var(--accent));box-shadow:0 8px 18px var(--accent-shadow)}
.button svg{flex:0 0 auto}
.footer-bottom a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.footer-credit{display:inline;white-space:nowrap}
.button:hover{box-shadow:0 10px 22px var(--accent-shadow)}
.doodle{color:var(--accent-light)}
.service-card.coral{border-color:var(--accent-border)}
.point-icon{width:64px;height:64px}
.point-icon img{width:100%;height:100%;object-fit:contain}
.about-photo img{object-position:center 35%}
@media(max-width:640px){.point-icon{width:54px;height:54px}}
.credentials li{min-height:52px;padding-left:62px}
.credentials li>span{width:52px;height:52px;top:50%;transform:translateY(-50%)}
.credential-icon{width:100%;height:100%;object-fit:contain}
.service-card img{object-fit:contain}
.benefit-icon{width:76px;height:76px}
.benefit-icon img{width:100%;height:100%;object-fit:contain}
.benefit-grid>div{gap:10px}
.testimonial-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(300px,calc((100% - 48px)/3));gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--primary-light,#dcebd9) transparent;padding:3px 2px 16px}
.testimonial-grid article,.testimonial-grid article:last-child{min-width:0;min-height:300px;padding:22px;display:flex;flex-direction:column;align-items:stretch;gap:14px;scroll-snap-align:start}
.testimonial-author{display:flex;align-items:center;gap:13px}
.testimonial-grid .testimonial-author img{width:64px;height:64px;flex:0 0 auto;border-radius:50%;object-fit:cover}
.testimonial-grid article .testimonial-author strong{display:block;color:var(--accent-dark);font-size:12px}
.testimonial-author span{display:block;color:var(--text-muted);font-size:10px}
.testimonial-grid blockquote{margin:0;padding-top:17px;position:relative;color:var(--text);font-size:12px;line-height:1.58}
.testimonial-grid blockquote::before{content:"“";position:absolute;top:-11px;left:0;color:var(--accent);font-family:var(--serif);font-size:38px;line-height:1}
.testimonial-grid blockquote::after{content:"”";display:block;height:16px;margin-top:-2px;color:var(--accent);font-family:var(--serif);font-size:38px;line-height:1;text-align:right}
.testimonial-stars{margin-top:3px;color:#f6aa1c;font-size:15px;line-height:1;letter-spacing:2px}
.testimonial-grid blockquote p{margin:0 0 11px}
.testimonial-grid blockquote p:last-child{margin-bottom:0}
.testimonial-controls{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:12px}
.testimonial-controls button{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--primary);cursor:pointer;transition:background .2s,color .2s,transform .2s}
.testimonial-controls button:hover:not(:disabled),.testimonial-controls button:focus-visible{background:var(--primary);color:#fff;transform:translateY(-1px)}
.testimonial-controls button.is-active:not(:disabled){border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 5px 13px rgba(63,124,80,.2)}
.testimonial-controls button:disabled{opacity:.38;cursor:not-allowed}
.testimonial-controls svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.testimonial-prev svg{transform:rotate(180deg)}
.testimonial-status{min-width:58px;color:var(--text-muted);font-size:11px;text-align:center}
@media(min-width:901px){.testimonial-grid{grid-auto-columns:minmax(520px,56%)}.testimonial-grid article,.testimonial-grid article:last-child{min-height:240px}}
@media(max-width:900px){.testimonial-grid{grid-auto-columns:calc((100% - 18px)/2);gap:18px}}
@media(max-width:640px){.testimonial-grid{grid-auto-columns:88%;gap:14px}.testimonial-grid article,.testimonial-grid article:last-child{min-height:340px;padding:18px}.testimonial-grid blockquote{font-size:11.5px}}
@media(max-width:390px){.testimonial-grid{grid-auto-columns:94%}}
@media(max-width:640px){.brand{width:185px}.hero-visual{width:min(100%,480px)}}
@media(max-width:640px){.testimonial-grid article{grid-template-columns:64px 1fr}.testimonial-grid img{width:58px;height:58px}}
@media(max-width:640px){.benefit-icon{width:64px;height:64px}}
@media(max-width:900px){.site-header{justify-content:center}.menu-toggle{position:absolute;left:18px;margin:0}.brand{margin:0 auto}}
@media(max-width:640px){.menu-toggle{left:10px}.testimonial-grid article,.testimonial-grid article:last-child{flex:0 0 88%;width:88%;min-width:88%;max-width:88%;overflow:hidden}.testimonial-grid blockquote,.testimonial-grid blockquote p{overflow-wrap:anywhere;word-break:normal}.testimonial-author{min-width:0}.testimonial-author>div{min-width:0}}
@media(max-width:390px){.testimonial-grid article,.testimonial-grid article:last-child{flex-basis:94%;width:94%;min-width:94%;max-width:94%}}
@media(max-width:640px){
  .hero-points p{font-size:12px}
  .section-kicker{font-size:12px}
  .outline-button{font-size:14px}
  .credentials li{font-size:13px;line-height:1.45}
  .section-heading p{font-size:14px;line-height:1.5}
  .service-card h3{font-size:18px}
  .service-card p{font-size:14px;line-height:1.55}
  .service-card a{font-size:13px}
  .benefit-grid p{font-size:13.5px;line-height:1.4}
  .testimonial-author strong{font-size:14px}
  .testimonial-author span{font-size:12px;line-height:1.4}
  .testimonial-grid blockquote{font-size:14px;line-height:1.6}
  .testimonial-status{font-size:13px}
  .food-copy p{font-size:14px}
  .food-copy .button{font-size:13px}
  .faq summary{font-size:14px;line-height:1.35}
  .faq details p{font-size:14px;line-height:1.6}
  .footer-main h3{font-size:18px;margin-bottom:10px}
  .footer-main p,.footer-main a,.footer-main span{font-size:14px;line-height:1.65}
  .footer-bottom{font-size:12px;line-height:1.4}
  .ebook-type{font-size:11px}
  .ebook-card h3{font-size:18px}
  .ebook-card p{font-size:13px}
  .ebook-meta{font-size:12px}
  .ebook-link{font-size:13px}
}
@media(max-width:390px){.hero-points p{font-size:11.5px}}
@media(max-width:640px){
  .service-card{min-height:210px;grid-template-columns:104px minmax(0,1fr);gap:12px;padding:18px 16px}
  .service-card img{width:104px;height:104px;justify-self:center;align-self:center}
  .service-card>div{min-width:0}
}
@media(max-width:370px){
  .service-card{grid-template-columns:92px minmax(0,1fr);gap:10px;padding-inline:13px}
  .service-card img{width:92px;height:92px}
}

/* Preserve each line's original color after splitting the hero into letters. */
.hero h1 .motion-letter{color:inherit}

/* Oficinas: experiências lúdicas organizadas por faixa etária. */
.workshops{padding:52px clamp(42px,8vw,120px) 58px;background:linear-gradient(180deg,#fffdf9 0%,#f4f8ee 100%);position:relative;overflow:hidden}
.workshops::before,.workshops::after{content:"";position:absolute;border-radius:50%;pointer-events:none;opacity:.55}
.workshops::before{width:220px;height:220px;left:-100px;top:70px;background:#e2efda}
.workshops::after{width:180px;height:180px;right:-85px;bottom:40px;background:#ffe7cc}
.workshops-heading{max-width:720px;margin:0 auto 30px;text-align:center;position:relative;z-index:1}
.workshops-heading .section-kicker{color:var(--accent-dark);font-weight:700}
.workshops-heading h2{margin:5px 0 12px;color:var(--primary-dark);font-family:var(--serif);font-size:clamp(30px,3vw,42px);font-weight:500;line-height:1.12}
.workshops-heading>p:last-child{max-width:610px;margin:0 auto;color:var(--text-muted);font-size:14px;line-height:1.6}
.workshop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;position:relative;z-index:1}
.workshop-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e1e6d9;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(54,87,55,.1);transition:transform .2s,box-shadow .2s}
.workshop-card:hover{transform:translateY(-4px);box-shadow:0 15px 34px rgba(54,87,55,.15)}
.workshop-image{aspect-ratio:3/2;overflow:hidden;background:var(--surface-green)}
.workshop-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.workshop-card:hover .workshop-image img{transform:scale(1.025)}
.workshop-content{min-height:245px;padding:22px;display:flex;flex-direction:column;align-items:flex-start}
.workshop-age{display:inline-flex;margin-bottom:10px;padding:5px 11px;border-radius:999px;background:#fff0df;color:var(--accent-dark);font-size:11px;font-weight:700;letter-spacing:.02em}
.workshop-content h3{margin:0 0 10px;color:var(--primary-dark);font-family:var(--serif);font-size:21px;font-weight:500;line-height:1.2}
.workshop-content p{margin:0 0 18px;color:var(--text-muted);font-size:13px;line-height:1.6}
.workshop-content a{margin-top:auto;min-height:40px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--accent);border-radius:999px;color:var(--accent-dark);font-size:12px;font-weight:700;transition:background .2s,color .2s,transform .2s}
.workshop-content a:hover,.workshop-content a:focus-visible{background:var(--accent);color:#fff;transform:translateY(-1px)}
.workshop-content a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}
@media(max-width:1100px){.workshops{padding:40px 55px 46px}.workshop-grid{gap:16px}.workshop-content{padding:18px;min-height:240px}.workshop-content h3{font-size:19px}.workshop-content p{font-size:12px}}
@media(max-width:900px){.workshops{padding-inline:36px}.workshop-grid{grid-template-columns:1fr;max-width:760px;margin:0 auto}.workshop-card{display:grid;grid-template-columns:44% minmax(0,1fr)}.workshop-image{height:100%;min-height:245px;aspect-ratio:auto}.workshop-content{min-height:245px}.workshop-content p{font-size:13.5px}}
@media(max-width:640px){.workshops{padding:38px 16px 42px}.workshops-heading{margin-bottom:24px}.workshops-heading h2{font-size:30px}.workshops-heading>p:last-child{font-size:14px}.workshop-grid{gap:16px}.workshop-card{display:flex}.workshop-image{height:auto;min-height:0;aspect-ratio:3/2}.workshop-content{min-height:0;padding:20px}.workshop-age{font-size:12px}.workshop-content h3{font-size:22px}.workshop-content p{font-size:14px}.workshop-content a{width:100%;min-height:46px;justify-content:center;font-size:14px}}
