:root{--radius-xxl:28px;--pill-radius:9999px;--maxw:1440px;--gap:32px;--text-on:#fff;--muted-on:hsla(0,0%,100%,.9);--muted-2:hsla(0,0%,100%,.7)}@font-face{font-family:Cooper;src:url(/fonts/cooper/CooperHewitt-Thin.otf) format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Cooper;src:url(/fonts/cooper/CooperHewitt-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Cooper;src:url(/fonts/cooper/CooperHewitt-Book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cooper;src:url(/fonts/cooper/CooperHewitt-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cooper;src:url(/fonts/cooper/CooperHewitt-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Cooper;src:url(/fonts/cooper/CooperHewitt-BookItalic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Cooper;src:url(/fonts/cooper/CooperHewitt-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Cooper,arial;color:#333;overflow-x:hidden}.header{position:fixed;top:20px;left:20px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:14px 2em;z-index:1000;text-transform:uppercase;border-radius:32px;box-shadow:0 0 12px 1px #00000017}.logo{height:40px;width:auto}.nav a{margin-left:32px;text-decoration:none;color:#121212;font-weight:500;transition:color .3s}.nav a:hover{color:#3b9fa8}.hero{min-height:100vh;width:100%;background-image:url(/pez.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;text-align:center;position:relative;padding:100px 20px 60px;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);z-index:1}.hero-content{position:relative;z-index:1;color:#fff;max-width:var(--maxw)}.hero h1{font-size:132px;font-weight:700;margin-bottom:20px;letter-spacing:-.025em;line-height:.95em;text-transform:uppercase}.hero p{font-size:20px;margin:30px auto;max-width:1200px;color:#fff}.hero-buttons{font-size:18px;display:flex;justify-content:center;gap:20px}.btn{text-decoration:none;padding:12px 28px;border-radius:30px;font-weight:300;transition:all .3s ease;align-self:center}.btn.primary{background:#3b9fa8;color:#fff}.btn.secondary{border:2px solid #fff;color:#fff}.btn.secondary:hover{background:hsla(0,0%,100%,.2)}@media (max-width:1200px){.header{top:20px;left:50%;transform:translateX(-50%)}.hero h1{font-size:4em;font-weight:700;margin-bottom:20px;letter-spacing:-.025em;line-height:.95em;text-transform:uppercase}.hero p{font-size:18px;margin:30px auto;max-width:1200px}}.burger{box-sizing:content-box;display:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;background:none;border:none;cursor:pointer;padding:10px;margin-right:-10px;z-index:1101}.burger span{height:3px;width:100%;background:#1a1a1a;border-radius:10px;transition:all .3s ease}.burger.active span:first-child{transform:translateY(7.5px) rotate(45deg);background:#dd0808}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);background:#dd0808}@media (max-width:768px){.burger{display:flex}.nav{position:absolute;top:105%;right:7%;background:#fff;flex-direction:column;align-items:flex-start;width:200px;padding:20px;border-radius:16px;transform:translateY(-20px);opacity:0;pointer-events:none;transition:all .3s ease;text-align:center}.nav.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav a{display:block;margin:12px 0;color:#121212}.header{padding:14px 1.5em}}