@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Nunito:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}body{margin:0}#root{min-height:100svh}.v3{--coral:#ff6b5b;--coral-dark:#e14a3b;--teal:#1ba1a1;--yellow:#ffc145;--cream:#fffbf3;--plum:#3b2352;--white:#fff;--radius:20px;--shadow:0 14px 30px #3b23521f;background:var(--cream);color:var(--plum);font-family:Nunito,sans-serif;line-height:1.65}.v3 h1,.v3 h2,.v3 h3,.v3 .logo{font-family:Fredoka,sans-serif}.v3 a{color:inherit;text-decoration:none}.v3 .btn{cursor:pointer;border:none;border-radius:999px;padding:14px 30px;font-size:15px;font-weight:700;transition:all .2s;display:inline-block}.v3 .btn-primary{background:var(--coral);color:#fff;box-shadow:0 10px 22px #ff6b5b59}.v3 .btn-primary:hover{transform:translateY(-2px)}.v3 .btn-outline{color:#fff;background:0 0;border:2.5px solid #fff}.v3 header{z-index:50;background:var(--cream);border-bottom:3px solid var(--yellow);position:sticky;top:0}.v3 nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 24px;display:flex}.v3 .logo{color:var(--coral-dark);font-size:24px;font-weight:700}.v3 .nav-links{gap:20px;font-size:14px;font-weight:700;display:flex}.v3 .nav-links a:hover{color:var(--coral-dark)}.v3 .hero{color:#fff;background:linear-gradient(#3b23528c,#3b2352bf),url(https://images.unsplash.com/photo-1578985545062-69928b1d9587?auto=format&fit=crop&w=2200&q=88) 50%/cover;align-items:center;min-height:78vh;padding:60px 24px;display:flex;position:relative}.v3 .hero-content{text-align:center;max-width:700px;margin:0 auto}.v3 .hero .tag{background:var(--yellow);color:#3b2352;border-radius:999px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.v3 .hero h1{margin-bottom:18px;font-size:52px;line-height:1.15}.v3 .hero h1 span{color:var(--yellow)}.v3 .hero p{opacity:.9;margin-bottom:30px;font-size:17px}.v3 .hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.v3 .story{padding:80px 24px}.v3 .story-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.v3 .story-img{height:380px}.v3 .cake-image{object-fit:cover;border-radius:var(--radius);width:100%;box-shadow:var(--shadow);display:block}.v3 .story-text .eyebrow{color:var(--teal);letter-spacing:1.5px;text-transform:uppercase;font-size:13px;font-weight:800}.v3 .story-text h2{color:var(--plum);margin:10px 0 16px;font-size:34px}.v3 .story-text p.lead{color:#6b5d78;max-width:480px;margin-bottom:26px;font-size:15.5px}.v3 .mini-cakes{flex-direction:column;gap:16px;display:flex}.v3 .mini-cake{background:var(--white);box-shadow:var(--shadow);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 18px;display:flex}.v3 .mini-cake h4{color:var(--plum);margin-bottom:3px;font-size:16px}.v3 .mini-cake p{color:#8b7d97;font-size:12.5px}.v3 .chip-row{flex-wrap:wrap;gap:8px;display:flex}.v3 .chip{color:var(--coral-dark);white-space:nowrap;background:#fff0ec;border-radius:999px;padding:7px 12px;font-size:12.5px;font-weight:800}.v3 .chip b{font-size:12.5px}.v3 section.story.odd{background:var(--white)}.v3 .pricelist{background:var(--plum);color:#fff;padding:80px 24px}.v3 .pricelist-inner{max-width:1000px;margin:0 auto}.v3 .pricelist h2{text-align:center;margin-bottom:8px;font-size:34px}.v3 .pricelist-sub{text-align:center;opacity:.75;margin-bottom:40px}.v3 table{border-collapse:collapse;background:#ffffff0a;border-radius:16px;width:100%;overflow:hidden}.v3 thead th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--yellow);background:#ffffff14;padding:14px 18px;font-size:13px}.v3 tbody td{border-top:1px solid #ffffff14;padding:14px 18px;font-size:14.5px}.v3 tbody tr:hover{background:#ffffff0d}.v3 td.event-tag{color:var(--teal);font-size:12.5px;font-weight:700}.v3 td.price{color:var(--yellow);font-weight:800}.v3 .cta-strip{text-align:center;background:var(--cream);padding:70px 24px}.v3 .cta-strip h2{color:var(--plum);margin-bottom:12px;font-size:30px}.v3 .cta-strip p{color:#6b5d78;margin-bottom:26px}.v3 footer{background:var(--white);border-top:3px solid var(--yellow);text-align:center;padding:40px 24px 22px}.v3 footer h4{color:var(--coral-dark);margin-bottom:10px}.v3 footer p{color:#6b5d78;margin-bottom:6px;font-size:13.5px}.v3 .footer-note{color:#a89cb5;margin-top:18px;font-size:12px}@media (width<=900px){.v3 .story-inner{grid-template-columns:1fr}.v3 .story-img{height:260px}.v3 .hero h1{font-size:36px}.v3 table{font-size:13px}.v3 thead th,.v3 tbody td{padding:10px 12px}}@media (width<=600px){.v3 .nav-links{display:none}}
