:root{--primary:#8b5cf6;--accent:#f5e9f7;--text:#1f2937;--muted:#6b7280}*{box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;margin:0;background:#fff;color:var(--text);line-height:1.6}h1,h2,h3{font-weight:600;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.top-nav{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1000}.nav-inner{max-width:1200px;margin:auto;padding:18px 20px;display:flex;justify-content:space-between;align-items:center}.logo a{font-size:1.4rem;text-decoration:none;color:var(--text)}.nav-links{list-style:none;display:flex;gap:28px;margin:0;padding:0}.nav-links a{text-decoration:none;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.nav-links a:hover{color:#8b5cf6}.carousel{position:relative;overflow:hidden;max-height:450px}.carousel-images{display:flex;transition:transform .5s ease-in-out}.carousel-images img{width:100%;flex-shrink:0;object-fit:cover;height:450px}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.7);border:none;font-size:2rem;padding:8px 12px;cursor:pointer}.carousel-button.left{left:10px}.carousel-button.right{right:10px}.hero{display:flex;align-items:center;gap:clamp(24px,4vw,48px);margin:auto;padding:clamp(24px,5vw,50px)}.hero-logo{width:clamp(180px,35vw,400px);height:auto;display:block;margin-bottom:10px}.hero-text{flex:1}.hero-text h1{font-size:clamp(2rem, 5vw, 3rem);text-align:center;margin-left:auto;margin-right:auto}.hero-text p{font-size:clamp(.95rem, 2.5vw, 1.05rem)}.cta-buttons{display:flex;gap:14px;margin-top:20px}.cta-buttons a{padding:14px 26px;border-radius:999px;font-weight:600;text-decoration:none}.cta-buttons a:first-child{background:var(--primary);color:#fff}.cta-buttons a.secondary{border:1px solid var(--primary);color:var(--primary)}.hero-image{flex:1}.hero-image img{width:100%;border-radius:14px;object-fit:cover}section{max-width:1100px;margin:auto;padding:50px}section h2{font-size:2.3rem;margin-bottom:12px}section p{max-width:700px;color:var(--muted)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:40px}.feature{background:#fff;padding:26px;border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.feature h3{margin-bottom:6px}.cakes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(16px,3vw,24px)}.cake{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.04)}.cake img{width:100%;height:220px;object-fit:cover}.cake-content{padding:18px}.cake-content h3{margin-bottom:6px}.cake-content p{font-size:.95rem;color:var(--muted)}.big-cta{background:var(--accent);padding:100px 20px;text-align:center}.big-cta h2{margin-bottom:12px}.big-cta a{display:inline-block;margin-top:20px;background:var(--primary);color:#fff;padding:14px 30px;border-radius:999px;font-weight:600;text-decoration:none}footer{background:#3f0063;color:#d1d5db;padding:40px 20px;text-align:center;font-size:.9rem}@media (max-width:900px){.hero{flex-direction:column;text-align:center}.hero-image img{max-height:420px}.cta-buttons{justify-content:center;flex-wrap:wrap}}@media (max-width:800px){.nav-links{gap:16px;font-size:.7rem}}.image-strip{overflow:hidden;width:100%;background:#eee;position:relative}.image-strip-set{display:flex;gap:8px}.image-strip-track{display:flex;width:max-content;animation:scrollStrip linear infinite;gap:8px}.image-strip-set img{width:clamp(160px,25vw,250px);height:clamp(160px,25vw,250px);object-fit:cover;border-radius:12px;flex-shrink:0}.image-strip::after,.image-strip::before{content:"";position:absolute;top:0;width:60px;height:100%;z-index:2;pointer-events:none}.image-strip::before{left:0;background:linear-gradient(to right,#eee,transparent)}.image-strip::after{right:0;background:linear-gradient(to left,#eee,transparent)}.cake{transition:transform .25s ease,box-shadow .25s ease}.cake:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.08)}html{scroll-behavior:smooth}#cakes{scroll-margin-top:90px}