:root{--ink:#171717;--paper:#f7f2e9;--accent:#ffd84d;--pink:#ef9ca8;--line:rgba(23,23,23,.16)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:22px clamp(22px,5vw,72px);background:rgba(247,242,233,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.brand{font-size:1.1rem;font-weight:900;letter-spacing:.12em}.brand span{color:var(--pink)}
nav{display:flex;gap:28px;font-size:.9rem;font-weight:700}nav a{padding-bottom:5px;border-bottom:2px solid transparent}nav a.active,nav a:hover{border-color:var(--ink)}
main{width:min(1180px,calc(100% - 40px));margin:auto}
.hero{min-height:78vh;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:70px clamp(24px,5vw,70px);margin-top:28px;border:1px solid var(--line);border-radius:28px;position:relative;overflow:hidden}
.dotted-panel{background-image:radial-gradient(rgba(23,23,23,.18) 1.4px,transparent 1.4px);background-size:24px 24px}
.hero-copy{position:relative;z-index:2}.eyebrow{font-weight:900;font-size:.78rem;letter-spacing:.18em;margin:0 0 18px}.hero h1,.gallery-intro h1{font-size:clamp(3rem,7vw,6.8rem);line-height:.88;letter-spacing:-.065em;margin:0;max-width:9ch}.lede{font-size:clamp(1rem,2vw,1.28rem);line-height:1.6;max-width:560px;margin:28px 0 34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:2px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;font-weight:800;cursor:pointer}.button.ghost{background:transparent;color:var(--ink)}.button:hover{transform:translateY(-2px)}
.mouse-card{background:var(--accent);border:2px solid var(--ink);border-radius:32px;transform:rotate(2deg);box-shadow:10px 10px 0 var(--ink)}.mouse-card svg{display:block;width:100%;height:auto}
.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:70px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.facts div{padding:28px;display:flex;flex-direction:column;gap:5px}.facts div+div{border-left:1px solid var(--line)}.facts strong{font-size:2.5rem}.facts span{opacity:.65}
.video-section{padding:20px 0 80px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-heading h2{font-size:clamp(2.2rem,5vw,4.5rem);letter-spacing:-.05em;margin:0}.mouse-video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:28px;border:2px solid var(--ink);background:#111}
.gallery-intro{margin-top:28px;padding:70px clamp(24px,5vw,70px);border:1px solid var(--line);border-radius:28px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:70px 0}.gallery-card{margin:0}.gallery-card.offset{transform:translateY(55px)}.gallery-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border:2px solid var(--ink);border-radius:24px;background:#ddd}.gallery-card figcaption{display:flex;justify-content:space-between;gap:20px;padding-top:14px}.gallery-card figcaption span{opacity:.45}.gallery-card figcaption strong{text-align:right}
.cta-strip{margin:60px 0 80px;padding:38px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.cta-strip h2{font-size:clamp(2rem,5vw,4rem);margin:0;letter-spacing:-.05em}
footer{display:flex;justify-content:space-between;gap:20px;padding:28px clamp(22px,5vw,72px);border-top:1px solid var(--line);font-size:.82rem;opacity:.7}
.cheese{position:fixed;z-index:50;width:52px;height:38px;background:var(--accent);clip-path:polygon(0 15%,100% 0,82% 100%,10% 86%);border-radius:8px;pointer-events:none;animation:fly 6s linear forwards;filter:drop-shadow(3px 4px 0 rgba(23,23,23,.5))}.cheese:before,.cheese:after{content:"";position:absolute;background:#ddb728;border-radius:50%}.cheese:before{width:8px;height:8px;left:12px;top:10px}.cheese:after{width:6px;height:6px;right:13px;bottom:8px}@keyframes fly{from{transform:translate(-15vw,10vh) rotate(0deg)}50%{transform:translate(50vw,-4vh) rotate(240deg)}to{transform:translate(115vw,40vh) rotate(520deg)}}
@media(max-width:850px){.hero{grid-template-columns:1fr;padding-top:50px}.hero h1,.gallery-intro h1{max-width:10ch}.mouse-card{max-width:540px}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-card.offset{transform:none}.gallery-card:last-child{grid-column:1/-1;max-width:520px}.facts{grid-template-columns:1fr}.facts div+div{border-left:0;border-top:1px solid var(--line)}.section-heading,.cta-strip{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){main{width:min(100% - 24px,1180px)}.site-header{padding:18px 16px}nav{gap:16px}.hero,.gallery-intro{border-radius:20px;padding:42px 20px}.hero{margin-top:12px}.hero h1,.gallery-intro h1{font-size:clamp(3rem,16vw,5rem)}.gallery-grid{grid-template-columns:1fr;padding:40px 0}.gallery-card:last-child{grid-column:auto}.mouse-video{border-radius:18px}.facts{margin:45px 0}.cta-strip{margin-top:20px}footer{flex-direction:column;padding:22px 16px}}
