:root{--bg-cream:#faf8f5;--bg-cream-dark:#f5f2ec;--primary-pink:#dcaaa1;--primary-caramel:#9a601d;--text-dark:#333;--font-heading:"Baloo Thambi 2", cursive;--font-body:"Montserrat", sans-serif;--border-radius-pudim:24px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-cream);color:var(--text-dark);font-family:var(--font-body);line-height:1.6}#root{flex-direction:column;width:100%;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-caramel);line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}.btn-primary{background-color:var(--primary-pink);color:var(--primary-caramel);font-family:var(--font-body);border-radius:var(--border-radius-pudim);cursor:pointer;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #dcaaa133}@media (width>=768px){.btn-primary:hover{transform:scale(1.05);box-shadow:0 8px 15px #dcaaa166}}.text-pink{color:var(--primary-pink)}.text-caramel{color:var(--primary-caramel)}.bg-cream{background-color:var(--bg-cream)}.bg-cream-dark{background-color:var(--bg-cream-dark)}.bg-pink{background-color:var(--primary-pink)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}@media (width>=768px){section{padding:8rem 0}}.hero{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100dvh;padding:2rem 0;display:flex;position:sticky;top:0;overflow:hidden}.hero-overlay{z-index:1;background:#000000b3;position:absolute;inset:0}.hero-container{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex;position:relative}.hero-content{text-align:center;flex:1;max-width:800px}.hero-logo{width:120px;height:auto;margin:0 auto 1rem;display:block}.slogan{color:var(--primary-pink);text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 4px #00000080;margin-bottom:1rem;font-size:.875rem;font-weight:800;display:inline-block}.hero h1{color:var(--bg-cream);text-shadow:0 4px 12px #0009;margin-bottom:1rem;font-size:2.25rem;line-height:1.2}.subheadline{color:#f2ebe1;text-shadow:0 2px 6px #0009;max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;font-weight:500}.hero-btn{color:var(--bg-cream)}.scroll-indicator{opacity:.8;justify-content:center;align-items:center;margin-top:3rem;display:flex}@media (width>=768px){.hero{padding:4rem 0}.hero-container{text-align:center;gap:2.5rem}.hero-content{text-align:center;margin:0 auto}.hero h1{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.subheadline{margin-bottom:2.5rem}.hero-logo{width:160px;margin-bottom:1.5rem}}@media (width>=1024px){.hero h1{font-size:4.5rem}}.fab-container{z-index:100;animation:5s infinite pulse-fab;position:fixed;bottom:2rem;right:2rem}.fab{background-color:var(--primary-pink);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;box-shadow:0 4px 15px #dcaaa199}.fab-container:hover .fab{transform:scale(1.1)}@keyframes pulse-fab{0%{transform:scale(1)}5%{transform:scale(1.1)}10%{transform:scale(1)}15%{transform:scale(1.1)}20%{transform:scale(1)}to{transform:scale(1)}}@media (width<=768px){.fab-container{bottom:1.5rem;right:1.5rem}}
