:root{--paper:#F8F5FB;--lavender:#EAE4F3;--lavender-deep:#D8CCE9;--ink:#3B3450;--teal:#2F6B6A;--teal-dark:#245453;--plum:#66558F;--white:#FFFFFF;--shadow:0 10px 30px rgba(59,52,80,0.09);}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{background-color:var(--paper);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.42 0 0 0 0 0.37 0 0 0 0 0.56 0 0 0 0.03 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");color:var(--ink);font-family:'Atkinson Hyperlegible',Arial,sans-serif;font-size:1.14rem;line-height:1.75;overflow-x:hidden;}
h1,h2,h3{font-family:'Baloo 2',cursive;line-height:1.12;font-weight:800;color:var(--ink);}
h1{font-size:clamp(2.5rem,5.5vw,3.9rem);}
h2{font-size:clamp(1.8rem,3.6vw,2.4rem);margin-bottom:0.9rem;}
h3{font-size:1.45rem;font-weight:700;}
.hand{font-family:'Caveat',cursive;}
a{color:var(--teal);text-decoration-thickness:1.5px;text-underline-offset:4px;}
a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:3px solid var(--teal);outline-offset:3px;}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:var(--paper);padding:0.8rem 1.4rem;z-index:200;font-weight:700;text-decoration:none;}
.skip-link:focus{left:0.5rem;top:0.5rem;}
.wrap{max-width:1080px;margin:0 auto;padding:0 1.6rem;}
.center{text-align:center;}
.narrow{max-width:640px;margin-left:auto;margin-right:auto;}
.eyebrow{display:block;text-transform:uppercase;letter-spacing:0.22em;font-size:0.8rem;font-weight:700;color:var(--plum);margin-bottom:0.7rem;}

header.site{position:sticky;top:0;z-index:100;background:rgba(248,245,251,0.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--lavender-deep);}
header.site .bar{max-width:1080px;margin:0 auto;padding:0.7rem 1.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
.logo{font-family:'Caveat',cursive;font-size:2rem;font-weight:700;color:var(--ink);text-decoration:none;display:inline-flex;align-items:center;gap:0.55rem;line-height:1;}
.logo span{color:var(--teal);}
.logo::before{content:"";display:inline-block;width:34px;height:34px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg stroke='%233B3450' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='14' y='26' width='14' height='24' rx='4' fill='%23fff'/%3E%3Cpath d='M21 18 q -2 4 0 7' stroke='%232F6B6A' fill='none'/%3E%3Cellipse cx='21' cy='15' rx='3.4' ry='5' fill='%23F4B860' stroke='%233B3450'/%3E%3Cellipse cx='45' cy='48' rx='11' ry='5' fill='%23fff'/%3E%3Cellipse cx='45' cy='39' rx='8.5' ry='4.5' fill='%23D8CCE9'/%3E%3Cellipse cx='45' cy='31' rx='6' ry='4' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");}
nav.main{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center;}
nav.main a{font-family:'Baloo 2',cursive;font-size:1.02rem;font-weight:700;color:var(--plum);text-decoration:none;padding:0.2rem 0;}
nav.main a:hover{color:var(--teal);text-decoration:underline;text-decoration-style:wavy;text-decoration-thickness:1.5px;text-underline-offset:6px;}
nav.main a[aria-current="page"]{color:var(--teal);border-bottom:2.5px solid var(--teal);}
nav.main a.cta{background:var(--teal);color:#fff;padding:0.45rem 1.3rem;border-radius:100px;border-bottom:none;}
nav.main a.cta:hover{background:var(--teal-dark);text-decoration:none;}

.btn{display:inline-block;font-family:'Baloo 2',cursive;font-size:1.12rem;font-weight:700;background:var(--teal);color:#fff;text-decoration:none;border:none;cursor:pointer;padding:0.85rem 2.1rem;border-radius:100px;box-shadow:var(--shadow);transition:transform .15s,background .15s;}
.btn:hover{background:var(--teal-dark);transform:translateY(-2px);}
.btn.ghost{background:transparent;color:var(--plum);border:2.5px solid var(--plum);border-radius:255px 18px 225px 18px/18px 225px 18px 255px;box-shadow:none;transform:rotate(-0.6deg);}
.btn.ghost:hover{background:var(--plum);color:#fff;}

section{padding:4.4rem 0;}
.hero{padding:4.8rem 0 4rem;position:relative;}
.hero .grid2{display:grid;grid-template-columns:1.15fr 0.85fr;gap:3rem;align-items:center;}
.hero .hello{font-family:'Caveat',cursive;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:600;color:var(--plum);display:inline-block;transform:rotate(-1deg);}
.hero h1 span{color:var(--teal);}
.hero p.lede{font-size:1.2rem;margin:1.2rem 0 2rem;max-width:540px;}
.blob{position:relative;}
.blob::before{content:"";position:absolute;inset:-8%;background:radial-gradient(closest-side,var(--lavender) 0%,transparent 100%);border-radius:48% 52% 55% 45%/50% 46% 54% 50%;z-index:0;}
.blob svg{position:relative;z-index:1;width:100%;height:auto;}
.squiggle{display:block;margin:0.4rem 0 0;color:var(--teal);}

.trustline{padding:1.2rem 0 3rem;}
.trustline p{font-family:'Caveat',cursive;font-size:1.45rem;color:var(--plum);text-align:center;}

.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:1.8rem;margin-top:2.4rem;}
.card{background:var(--white);border-radius:22px;padding:2.2rem 1.9rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:0.5rem;transition:transform .18s;}
.card:hover{transform:translateY(-4px) rotate(-0.4deg);}
.card .price{font-family:'Baloo 2',cursive;font-size:2rem;font-weight:800;color:var(--teal);line-height:1;}
.card .min{font-family:'Baloo 2',cursive;font-size:1rem;font-weight:700;color:var(--plum);margin-top:auto;padding-top:0.6rem;}
.card.featured{border:2.5px solid var(--teal);position:relative;}
.card.featured::after{content:"the favourite";font-family:'Caveat',cursive;font-size:1.25rem;color:#fff;background:var(--teal);padding:0.1rem 1rem;border-radius:100px;position:absolute;top:-16px;right:20px;transform:rotate(2deg);}
.icon-doodle{color:var(--plum);margin:0 auto 0.5rem;display:block;}

.band{background:var(--lavender);border-top:2.5px dashed var(--lavender-deep);border-bottom:2.5px dashed var(--lavender-deep);}
.bigquote{font-family:'Baloo 2',cursive;font-weight:700;font-size:clamp(1.5rem,3vw,2rem);color:var(--teal);line-height:1.35;max-width:680px;margin:0 auto 1rem;}

.testimonial{max-width:700px;margin:2rem auto 0;background:var(--white);border-radius:22px;box-shadow:var(--shadow);padding:2.4rem 2.6rem;text-align:center;position:relative;}
.testimonial::before{content:"\201C";font-family:Georgia,serif;font-size:5rem;color:var(--lavender-deep);position:absolute;top:-6px;left:22px;line-height:1;}
.testimonial p.quote{font-size:1.18rem;font-style:italic;}
.testimonial p.who{font-family:'Baloo 2',cursive;font-weight:700;color:var(--plum);margin-top:1rem;}

.letter-card{background:var(--white);max-width:680px;margin:2.4rem auto 0;padding:2.8rem 2.6rem 2.4rem;text-align:left;border-radius:6px 26px 6px 26px;box-shadow:var(--shadow);position:relative;}
.letter-card::before{content:"";position:absolute;top:-14px;left:50%;transform:translateX(-50%) rotate(-3deg);width:120px;height:30px;background:rgba(216,204,233,0.8);border-left:2px dashed rgba(255,255,255,0.7);border-right:2px dashed rgba(255,255,255,0.7);}
.letter-card p{margin-bottom:1.1rem;}
.signature{font-family:'Caveat',cursive;font-size:2.6rem;color:var(--teal);line-height:1;transform:rotate(-2deg);display:inline-block;}
.sigrole{font-family:'Caveat',cursive;font-size:1.35rem;color:var(--plum);}

.steps{max-width:620px;margin:2.2rem auto 0;text-align:left;}
.step{display:flex;gap:1.3rem;margin-bottom:1.7rem;align-items:baseline;}
.step .num{font-family:'Baloo 2',cursive;font-size:1.8rem;font-weight:800;color:var(--teal);min-width:2.1rem;text-align:center;line-height:1;}
.step p strong{font-family:'Baloo 2',cursive;font-size:1.22rem;font-weight:700;display:block;line-height:1.25;}

form.sheet{max-width:560px;margin:2.2rem auto 0;text-align:left;background:var(--white);padding:2.6rem 2.4rem;border-radius:22px;box-shadow:var(--shadow);}
.field{margin-bottom:1.4rem;}
label{display:block;font-family:'Baloo 2',cursive;font-size:1.08rem;font-weight:700;margin-bottom:0.3rem;}
input,textarea,select{width:100%;padding:0.8rem;font-size:1.08rem;font-family:'Atkinson Hyperlegible',Arial,sans-serif;border:2px solid var(--lavender-deep);border-radius:12px;background:var(--paper);color:var(--ink);}
input:focus,textarea:focus,select:focus{border-color:var(--teal);}
textarea{min-height:120px;}

.faq details{background:var(--white);border-radius:16px;box-shadow:var(--shadow);margin-bottom:1rem;padding:1.1rem 1.5rem;}
.faq summary{font-family:'Baloo 2',cursive;font-weight:700;font-size:1.15rem;cursor:pointer;color:var(--ink);}
.faq details[open] summary{color:var(--teal);margin-bottom:0.5rem;}

footer.site-footer{background:var(--ink);color:var(--paper);padding:3.2rem 0;font-size:1rem;text-align:center;margin-top:2rem;}
footer.site-footer a{color:var(--lavender-deep);}
footer.site-footer p{margin-bottom:0.7rem;}
footer.site-footer nav{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.2rem;}
footer.site-footer nav a{font-family:'Baloo 2',cursive;font-weight:700;text-decoration:none;}
footer.site-footer nav a:hover{text-decoration:underline;}

@media (max-width:820px){.hero .grid2{grid-template-columns:1fr;gap:2rem;}.blob{max-width:420px;margin:0 auto;}}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;}html{scroll-behavior:auto;}}
