*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff9e9;color:#25313b;font-family:Arial,sans-serif}header{height:82px;padding:0 clamp(20px,6vw,80px);display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid #25313b;background:#fff}.logo{text-decoration:none;color:#25313b;font-size:1.3rem;font-weight:900}.logo span{color:#e6533f}.badge{background:#ffd95a;border:2px solid #25313b;border-radius:999px;padding:8px 14px;font-size:.72rem;font-weight:800;text-transform:uppercase;transform:rotate(2deg)}.hero{min-height:68vh;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:7vw;padding:70px clamp(24px,8vw,110px);background:#bfe4e5}.kicker{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:900;color:#d84433}.hero h1{font-size:clamp(3.2rem,7vw,6.5rem);line-height:.92;letter-spacing:-.055em;margin:.18em 0}.lede{font-size:1.25rem;line-height:1.55;max-width:610px}.button{display:inline-block;margin-top:20px;padding:15px 20px;background:#e6533f;color:#fff;border:2px solid #25313b;box-shadow:5px 5px 0 #25313b;text-decoration:none;font-weight:900}.clubhouse{position:relative;width:min(36vw,400px);margin:auto;text-align:center}.roof{width:0;height:0;border-left:180px solid transparent;border-right:180px solid transparent;border-bottom:135px solid #e6533f;margin:auto}.house{width:300px;height:235px;background:#ffd95a;border:4px solid #25313b;margin:auto;position:relative}.window{width:76px;height:76px;border:4px solid #25313b;background:#bfe4e5;display:grid;place-items:center;font-size:2rem;margin:34px}.door{position:absolute;width:72px;height:120px;background:#fff9e9;border:4px solid #25313b;right:35px;bottom:-4px}.grass{font-size:1.8rem;color:#418761;margin-top:8px}.ticker{padding:15px;display:flex;justify-content:space-around;gap:20px;overflow:hidden;background:#ffd95a;border-top:3px solid #25313b;border-bottom:3px solid #25313b;font-weight:900;font-size:.78rem;letter-spacing:.1em;white-space:nowrap}.ticker b{color:#e6533f}.explore{padding:85px clamp(24px,7vw,100px)}.explore>h2{font-size:clamp(2.4rem,5vw,4.2rem);margin:.15em 0 .7em}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.cards article{border:3px solid #25313b;padding:32px;background:#fff;box-shadow:7px 7px 0 #25313b}.cards article:nth-child(2){background:#fff0bd;transform:rotate(1deg)}.cards article:nth-child(3){background:#dff0df;transform:rotate(-1deg)}.icon{font-size:2.5rem}.cards h3{font-size:1.8rem;margin:.5em 0 .25em}.cards p{line-height:1.55}.cards span{text-transform:uppercase;font-size:.68rem;letter-spacing:.1em;font-weight:900;color:#d84433}.note{margin:10px clamp(24px,7vw,100px) 90px;background:#e6533f;color:#fff;border:3px solid #25313b;box-shadow:8px 8px 0 #25313b;padding:45px;display:flex;align-items:center;gap:35px}.note .kicker{color:#ffd95a}.note h2{font-size:2.3rem;margin:.1em 0}.star{font-size:5rem;color:#ffd95a}footer{background:#25313b;color:#fff;padding:45px clamp(24px,6vw,80px);display:grid;gap:8px}footer span,footer small{color:#bdc5ca}@media(max-width:720px){.hero{grid-template-columns:1fr}.clubhouse{width:280px}.roof{border-left-width:130px;border-right-width:130px;border-bottom-width:100px}.house{width:230px;height:190px}.window{width:60px;height:60px;margin:25px}.door{width:58px;height:100px;right:25px}.cards{grid-template-columns:1fr}.note{align-items:flex-start}.star{display:none}.hero h1{font-size:3.6rem}.ticker{justify-content:flex-start}}
