:root{--teal:#00dbad;--pink:#ff3ec4;--ink:#183b38;--cream:#fffaf1;--peach:#ffedd5;--line:#e6dbcb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:auto;padding:12px 28px}.brand img{width:116px;display:block}.site-header nav{display:flex;align-items:center;gap:28px}.site-header a{color:var(--ink);text-decoration:none;font-weight:600;font-size:.93rem}.nav-cta,.button{background:var(--pink);color:white!important;border-radius:100px;padding:13px 20px}.hero{min-height:590px;max-width:1200px;margin:auto;padding:55px 28px 78px;display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:700;color:#53706b;margin:0 0 16px}.hero h1,.section-heading h2,.about h2{font-family:Fraunces,serif;font-size:clamp(3rem,5.2vw,5.7rem);line-height:.95;letter-spacing:-.055em;margin:0;color:var(--ink)}h1 em{color:var(--pink);font-style:italic}.lead{font-size:1.1rem;line-height:1.6;max-width:430px;margin:28px 0}.button{display:inline-flex;gap:18px;align-items:center;border:0;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer}.button span,.text-link span{font-size:1.35em}.hero-image{position:relative}.hero-image>img{width:100%;height:445px;object-fit:cover;border-radius:240px 240px 28px 28px;display:block}.hero-note{position:absolute;right:-10px;bottom:-25px;background:var(--teal);width:142px;height:142px;border-radius:50%;display:grid;place-content:center;text-align:center;font-size:.78rem;line-height:1.3;transform:rotate(-10deg)}.hero-note strong{font-size:.95rem}.promise{background:var(--teal);padding:20px 18px;text-align:center;font-weight:700;font-size:.9rem;word-spacing:2px}.promise span{color:var(--pink);margin:0 20px;font-size:1.2rem}.section{max-width:1200px;margin:auto;padding:115px 28px}.section-heading{max-width:640px}.section-heading h2,.about h2{font-size:clamp(2.5rem,4vw,4.2rem)}.section-heading>p:not(.eyebrow){line-height:1.65;color:#5a6f6c;max-width:560px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px}.product{background:white;border-radius:18px;overflow:hidden;border:1px solid #f0e7dd}.product img{width:100%;height:220px;object-fit:cover;display:block}.product>div{padding:20px}.product-tag{font-size:.72rem;text-transform:uppercase;color:var(--pink);font-weight:700;letter-spacing:.1em;margin:0}.product h3{font:700 1.4rem Fraunces,serif;margin:7px 0}.product p:not(.product-tag){color:#61736f;line-height:1.45;margin:0 0 14px;font-size:.91rem}.product strong{font-size:1.15rem}.product small{font-weight:500;color:#61736f;font-size:.75rem}.about{background:var(--peach);display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:80px max(28px,calc((100vw - 1144px)/2))}.about h2{font-size:clamp(2.5rem,4vw,4rem)}.about>div>p:not(.eyebrow){max-width:490px;line-height:1.7;color:#536865}.about>img{width:100%;height:380px;border-radius:20px;object-fit:cover}.text-link{display:inline-flex;gap:10px;margin-top:16px;color:var(--ink);font-weight:700}.order{padding-bottom:90px}.order form{margin-top:42px}.order-layout{display:grid;grid-template-columns:1.7fr .8fr;gap:30px;align-items:start}.choices{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.choice{display:flex;gap:12px;align-items:center;border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px}.choice img{width:68px;height:68px;border-radius:9px;object-fit:cover}.choice h3{font-size:1rem;margin:0 0 4px}.choice p{font-size:.82rem;color:#62746e;margin:0}.quantity{margin-left:auto;display:flex;align-items:center;gap:6px}.quantity button{border:0;background:var(--teal);width:29px;height:29px;border-radius:50%;font-weight:700;font-size:1.1rem;cursor:pointer}.quantity b{min-width:15px;text-align:center}.order-summary{position:sticky;top:20px;border-radius:16px;background:var(--ink);color:white;padding:22px}.order-summary h3{font:700 1.6rem Fraunces,serif;margin:0 0 16px}.summary-item{display:flex;justify-content:space-between;gap:8px;margin:11px 0;font-size:.9rem}.summary-item small{color:#b8d4ce;display:block;margin-top:2px}.empty{color:#b8d4ce;font-size:.9rem;line-height:1.5}.total{border-top:1px solid #54726e;margin-top:18px;padding-top:18px;display:flex;justify-content:space-between;align-items:center}.total strong{font-size:1.5rem}.customer-fields{margin:32px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.customer-fields label{font-size:.82rem;font-weight:700}.customer-fields input,.customer-fields textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:9px;background:white;padding:12px;font:400 1rem 'DM Sans',sans-serif;color:var(--ink)}.wide{grid-column:1/-1}.form-note{font-size:.83rem;color:#61736f;margin:14px 0}footer{background:var(--ink);color:#d4ebe5;padding:46px 28px;text-align:center}footer img{width:115px;mix-blend-mode:screen}footer p{margin:14px 0;font-size:.9rem}footer a{color:white;font-weight:700}@media(max-width:760px){.site-header{padding:12px 18px}.site-header nav{gap:12px}.site-header nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding:40px 24px 70px;gap:42px}.hero-image{order:-1}.hero-image>img{height:310px;border-radius:150px 150px 22px 22px}.promise{line-height:2}.promise span{margin:0 5px}.section{padding:76px 20px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product img{height:145px}.product>div{padding:14px}.product h3{font-size:1.12rem}.product p:not(.product-tag){font-size:.8rem}.about{grid-template-columns:1fr;padding:65px 24px;gap:30px}.about>img{height:250px}.order-layout{grid-template-columns:1fr}.choices{grid-template-columns:1fr}.order-summary{position:static}.customer-fields{grid-template-columns:1fr}.wide{grid-column:auto}}
