@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Manrope:wght@400;500;600;700;800&display=swap";header{background:linear-gradient(180deg,#5a2d0cf2,#5a2d0cc2);color:#fff;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1500;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px #140a062e}header .logo{font-family:Fraunces,serif;font-size:2em;font-weight:700;text-decoration:none;color:#fff;transition:transform .3s ease,opacity .3s ease;letter-spacing:-.03em}header .logo:hover{transform:scale(1.05)}header .desktop-nav{list-style:none;padding:0;display:flex;gap:1.2rem}header .desktop-nav li a{text-decoration:none;color:#fff7ede6;font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;position:relative;transition:color .3s ease}header .desktop-nav li a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background-color:#fff;transition:all .3s ease;transform:translate(-50%)}header .desktop-nav li a:hover:after,header .desktop-nav li a.active:after{width:100%}header .desktop-nav li a.active{font-weight:700}.hamburger{display:none;flex-direction:column;cursor:pointer;z-index:2001}.hamburger span{display:block;width:25px;height:3px;background-color:#fff;margin:4px 0;transition:all .3s ease;border-radius:3px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.sidebar{position:fixed;top:0;left:-250px;width:250px;height:100%;background:linear-gradient(180deg,#5a2d0cfa,#2c1b12f5);padding-top:80px;transition:left .3s ease-in-out;z-index:2000;box-shadow:2px 0 10px #0000004d}.sidebar.active{left:0}.sidebar ul{list-style:none;padding:0}.sidebar ul li{margin:0}.sidebar ul li a{display:block;padding:1rem 2rem;text-decoration:none;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background-color .3s ease}.sidebar ul li a:hover{background-color:#ffffff1a}@media (max-width: 768px){header .desktop-nav{display:none}.hamburger{display:flex}header{padding:1rem}header .logo{font-size:1.5em}}@keyframes drift{0%,to{transform:translate3d(var(--offset-x, 0px),var(--offset-y, 0px),0)}50%{transform:translate3d(var(--offset-x, 0px),calc(var(--offset-y, 0px) - 12px),0)}}@keyframes bob{0%,to{transform:rotate(calc(var(--float-rotate, 0deg) - 2deg)) scale(var(--float-scale, 1))}50%{transform:rotate(calc(var(--float-rotate, 0deg) + 3deg)) scale(calc(var(--float-scale, 1) + .03))}}.floating-character-shell{position:absolute;pointer-events:none;animation:drift 5.8s ease-in-out infinite;transition:transform .28s ease-out;will-change:transform;z-index:1}.floating-character{display:block;max-width:200px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));animation:bob 4.8s ease-in-out infinite;transform-origin:center}.floating-character-shell.floating-1{left:10%;top:20%;animation-delay:0s}.floating-character-shell.floating-2{right:15%;top:30%;animation-delay:.9s}.floating-character-shell.floating-3{left:20%;top:50%;animation-delay:1.8s}.floating-character-shell.floating-4{right:10%;top:60%;animation-delay:.5s}.floating-character-shell.floating-5{left:30%;top:70%;animation-delay:1.5s}.floating-character-shell.floating-6{left:5%;top:40%;animation-delay:2.5s}.floating-character-shell.floating-7{right:20%;top:50%;animation-delay:3s}.floating-character-shell.floating-8{left:15%;top:60%;animation-delay:.8s}.floating-character-shell.floating-9{right:25%;top:20%;animation-delay:1.8s}.floating-character-shell.floating-10{left:10%;top:70%;animation-delay:2.2s}.floating-character-shell.floating-11{right:10%;top:40%;animation-delay:3.5s}.floating-character-shell.floating-12{left:42%;top:16%;animation-delay:1.1s}.floating-character-shell.floating-13{right:34%;top:68%;animation-delay:2.6s}.floating-character-shell.floating-14{left:9%;top:18%;animation-delay:1.9s}.floating-character-shell.floating-12 .floating-character,.floating-character-shell.floating-13 .floating-character,.floating-character-shell.floating-14 .floating-character{max-width:120px;opacity:.95;filter:drop-shadow(0 10px 22px rgba(0,0,0,.22))}@media (max-width: 768px){.floating-character{max-width:68px;opacity:.82}.floating-character-shell{animation-duration:6.6s}.floating-character-shell.floating-1{left:5%;top:12%}.floating-character-shell.floating-2{right:5%;top:16%}.floating-character-shell.floating-3{left:5%;top:auto;bottom:12%}.floating-character-shell.floating-4{right:5%;top:auto;bottom:18%}.floating-character-shell.floating-5{left:8%;top:auto;bottom:10%}.floating-character-shell.floating-6{left:4%;top:24%}.floating-character-shell.floating-7{right:6%;top:22%}.floating-character-shell.floating-8{left:6%;top:auto;bottom:18%}.floating-character-shell.floating-9{right:8%;top:12%}.floating-character-shell.floating-10{left:6%;top:auto;bottom:12%}.floating-character-shell.floating-11{right:6%;top:auto;bottom:18%}.floating-character-shell.floating-12,.floating-character-shell.floating-13,.floating-character-shell.floating-14{display:none}}@media (max-width: 480px){.floating-character{max-width:80px}}.parallax-section{height:100svh;min-height:100svh;display:flex;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden;isolation:isolate;--section-fade: 1;--content-lift: 0px;--background-shift: 0px;--overlay-strength: .6}.parallax-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-attachment:fixed;z-index:-1;transform:translate3d(0,var(--background-shift),0) scale(1.07);will-change:transform;transition:transform .25s linear}.parallax-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(255,214,102,calc(var(--overlay-strength) * .4)),transparent 32%),linear-gradient(180deg,rgba(20,12,8,calc(var(--overlay-strength) * .32)),rgba(20,12,8,var(--overlay-strength)));z-index:0;transition:background .25s linear}.parallax-section .content{position:relative;z-index:1;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.35);padding:clamp(1.1rem,2.4vw,1.8rem);max-width:min(760px,calc(100vw - 2rem));border:1px solid rgba(255,255,255,.15);border-radius:28px;background:linear-gradient(180deg,#110a0699,#110a06c7);-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%);box-shadow:0 24px 80px #00000047;animation:fadeIn 1s ease-in;opacity:var(--section-fade);transform:translate3d(0,var(--content-lift),0);transition:opacity .25s linear,transform .25s linear;width:min(760px,calc(100vw - 2rem));max-height:calc(100svh - 7rem)}.parallax-section.is-inactive .content{pointer-events:none}.section-eyebrow{display:inline-block;margin-bottom:.9rem;padding:.45rem .85rem;border-radius:999px;background:#ffd6662e;border:1px solid rgba(255,214,102,.28);color:#ffeab3;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1rem}.section-highlight-card{padding:.8rem .9rem;border-radius:18px;background:#ffffff17;border:1px solid rgba(255,255,255,.12);color:#fff7edf0;font-size:.9rem;line-height:1.4}.section-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem;padding:.9rem 1.2rem;border-radius:999px;background:linear-gradient(135deg,#ffd64f,#f2a400);color:#5d2f0c;text-decoration:none;font-size:.95rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 30px #4220093d;transition:transform .25s ease,box-shadow .25s ease}.section-cta:hover{transform:translateY(-3px);box-shadow:0 22px 36px #4220094d}.parallax-section .text-background,.parallax-section .content>h1,.parallax-section .content>p{position:relative;z-index:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.parallax-background{background-attachment:scroll}.parallax-background .parallax-section#section8 h1{font-size:clamp(1.9rem,3.7vw,3.2rem)}.parallax-section .content{padding:1rem;border-radius:22px}.section-highlights{grid-template-columns:1fr}.parallax-section#section8 h1{font-size:clamp(1.6rem,5.8vw,2.2rem)}}.footer{background:radial-gradient(circle at top,rgba(255,196,87,.16),transparent 24%),linear-gradient(180deg,#7a3e10,#54270a);color:#fff;min-height:100svh;padding:3.4rem 2rem 3rem;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:1.2em}.footer-brand-strip{max-width:900px;margin:0 auto 1.6rem}.footer-eyebrow{display:inline-block;margin-bottom:.85rem;padding:.45rem .85rem;border-radius:999px;background:#ffd66629;border:1px solid rgba(255,214,102,.24);color:#ffeab3;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.footer-brand-strip h2{font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:.98;margin-bottom:.8rem}.footer-brand-strip p{max-width:760px;margin:0 auto;color:#fff5e8e6}.footer-follow-label{margin:0 0 .5rem;color:#fff5e8e6}.footer .wrapper{display:flex;justify-content:center;gap:3rem;margin:2rem 0;flex-wrap:wrap}.footer .social-media{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none;transition:transform .3s ease}.footer .social-media:hover{transform:translateY(-5px)}.footer .social-media-disabled{cursor:default;opacity:.92}.footer .social-media-disabled:hover{transform:none}.footer .social-media .icon{width:60px;height:60px;background-color:#fffffffa;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.footer .social-media:hover .icon{background-color:gold;transform:translateY(-2px) scale(1.05)}.footer .social-media-disabled:hover .icon{background-color:#fffffffa;transform:none}.footer .social-media .icon i{font-size:1.8em;color:#8b4513}.footer .social-media span{font-weight:700;color:#fff}.footer #creator-name{color:gold;font-weight:700}.footer-credit{display:inline-block;margin-top:.5rem;color:#fff4e6eb;line-height:1.5}@media (max-width: 768px){.footer{padding:2rem 1rem;font-size:1em}.footer-brand-strip h2{font-size:clamp(1.8rem,8vw,2.5rem)}.footer .wrapper{gap:2rem}.footer .social-media .icon{width:50px;height:50px}.footer .social-media .icon i{font-size:1.5em}}.order-btn{position:fixed;bottom:80px;right:30px;background:linear-gradient(135deg,#ffd64f,#f2a400);color:#5d2f0c;padding:1rem 1.8rem;text-decoration:none;font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;border:1px solid rgba(255,255,255,.28);box-shadow:0 18px 30px #4220093d;z-index:1000;transition:all .3s ease;animation:pulse 2.4s infinite}.order-btn:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 22px 40px #4220094d}.order-btn-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px)}.order-btn-lowered{bottom:24px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 768px){.order-btn{bottom:70px;right:20px;padding:.8rem 1.5rem;font-size:1em}.order-btn-lowered{bottom:14px}}#top{position:fixed;bottom:30px;right:30px;background-color:#8b4513;color:#fff;width:50px;height:50px;text-align:center;line-height:50px;font-size:2em;text-decoration:none;border-radius:50%;box-shadow:0 4px 15px #0000004d;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}#top.show{opacity:1;visibility:visible}#top:hover{background-color:sienna;transform:translateY(-5px);box-shadow:0 6px 20px #0006}@media (max-width: 768px){#top{width:45px;height:45px;line-height:45px;font-size:1.8em;right:20px}}:root{--bg-cream: #f7efe4;--bg-coffee: #2c1b12;--bagel-brown: #9a531a;--bagel-deep: #5a2d0c;--bagel-gold: #f4b400;--text-strong: #fff7ed;--text-soft: rgba(255, 247, 237, .84)}*{margin:0;padding:0;box-sizing:border-box}body,html{margin:0;padding:0;font-family:Manrope,sans-serif;scroll-behavior:smooth;overflow-x:hidden;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;background:radial-gradient(circle at top,#fff4dc,#f3dfc5 35%,#e3c5a2)}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0;display:none}.app{position:relative;width:100%;height:100svh;overflow:hidden}.panel-track{height:100%;transition:transform .72s cubic-bezier(.22,1,.36,1);will-change:transform}.panel{height:100svh;width:100%}.text-background{background:linear-gradient(180deg,#100a0699,#100a06cc);padding:2rem;border-radius:24px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-width:800px;margin:0 auto;border:1px solid rgba(255,255,255,.14)}h1{font-family:Fraunces,serif;font-size:clamp(2.4rem,5vw,4.5rem);margin-bottom:1rem;font-weight:700;line-height:.98;letter-spacing:-.04em}p{font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.7;color:var(--text-soft)}a{color:inherit}@media (max-width: 768px){.text-background{padding:1.5rem;margin:0 1rem}h1{font-size:clamp(2rem,8vw,3rem)}}
