:root{--blue:#0089b2;--yellow:#ffd84d;--black:#111;--white:#fff;--pad:clamp(18px,4vw,64px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#111;background:#fff;font-family:Fredoka,Arial,sans-serif}a{text-decoration:none}.reveal-hero{display:grid;grid-template-columns:1fr 1fr;min-height:680px;background:var(--yellow)}.reveal-hero__copy{display:flex;padding:clamp(55px,8vw,115px) var(--pad);justify-content:center;flex-direction:column}.reveal-hero__copy>p:first-child{color:var(--blue-text);font-weight:600}.reveal-hero h1{margin:15px 0 27px;font-size:clamp(4.5rem,8vw,8.5rem);font-weight:500;letter-spacing:-.065em;line-height:.8}.reveal-hero__copy>p:not(:first-child){max-width:570px;font-size:1.05rem;line-height:1.6}.reveal-hero__copy>div{display:flex;gap:10px;margin-top:24px}.reveal-hero__copy a{padding:13px 18px;color:#fff;background:#111;border:2px solid #111;border-radius:12px;font-weight:600}.reveal-hero__copy a:last-child{color:#111;background:transparent}.reveal-hero__visual{position:relative;display:grid;margin:22px;overflow:hidden;background:var(--blue);border-radius:22px;place-items:center}.reveal-hero__visual img{width:82%;height:82%;object-fit:contain}.reveal-hero__visual span{position:absolute;right:20px;bottom:20px;padding:10px 13px;background:#fff;border-radius:9px;font-weight:600;transform:rotate(-3deg)}.reveal-intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(35px,8vw,120px);padding:clamp(75px,10vw,145px) var(--pad);align-items:end}.reveal-intro h2,.reveal-heading h2,.reveal-gallery h2{margin:0;font-size:clamp(3.2rem,6vw,6.2rem);font-weight:500;letter-spacing:-.055em;line-height:.88}.reveal-intro p{max-width:650px;margin:0;font-size:1.1rem;line-height:1.7}.reveal-options{padding:clamp(70px,9vw,120px) var(--pad);background:#f3f8fa}.reveal-heading{display:flex;max-width:1550px;margin:0 auto 42px;align-items:end;justify-content:space-between;gap:35px}.reveal-heading>p,.reveal-gallery>div>p{color:var(--blue-text);font-weight:600}.reveal-heading h2{max-width:930px}.reveal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;max-width:1550px;margin:auto}.reveal-grid article>div{display:grid;aspect-ratio:1;padding:8%;background:#fff;border-radius:16px;place-items:center}.reveal-grid article:nth-child(even)>div{background:#fff7d4}.reveal-grid img{width:100%;height:100%;object-fit:contain}.reveal-grid h3{margin:14px 3px 5px;font-size:1.2rem;font-weight:500}.reveal-grid p{margin:0 3px;font-size:.98rem;line-height:1.45}.reveal-gallery{display:grid;grid-template-columns:.32fr .68fr;gap:clamp(35px,6vw,90px);padding:clamp(75px,10vw,140px) var(--pad)}.reveal-photos{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reveal-photos button{padding:0;overflow:hidden;background:#eee;border:0;border-radius:14px;cursor:zoom-in}.reveal-photos img{display:block;width:100%;height:100%;aspect-ratio:1;object-fit:cover;transition:.3s}.reveal-photos button:hover img{transform:scale(1.025)}.reveal-book{padding:clamp(75px,10vw,140px) var(--pad);color:#fff;background:var(--blue);text-align:center}.reveal-book>p{color:var(--yellow);font-weight:600}.reveal-book h2{margin:18px 0 35px;font-size:clamp(4rem,8vw,8rem);font-weight:500;letter-spacing:-.06em;line-height:.82}.reveal-book>div{display:flex;gap:10px;justify-content:center}.reveal-book a{padding:14px 20px;color:#111;background:var(--yellow);border:2px solid var(--yellow);border-radius:12px;font-weight:600}.reveal-book a:last-child{color:#fff;background:transparent;border-color:#fff}.reveal-viewer{position:fixed;z-index:100;inset:0;display:grid;padding:clamp(12px,4vw,55px);background:rgba(0,0,0,.92);opacity:0;pointer-events:none;place-items:center;transition:.25s}.reveal-viewer.is-open{opacity:1;pointer-events:auto}.reveal-viewer>button{position:absolute;top:18px;right:18px;width:44px;height:44px;background:var(--yellow);border:0;border-radius:50%;font-size:1.5rem}.reveal-viewer>img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:1050px){.reveal-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.reveal-hero{grid-template-columns:1fr;min-height:0}.reveal-hero__copy{padding:55px 20px 45px}.reveal-hero h1{font-size:clamp(4.2rem,17vw,6.4rem)}.reveal-hero__copy>div{align-items:stretch;flex-direction:column}.reveal-hero__copy a{text-align:center}.reveal-hero__visual{min-height:420px;margin:0 14px 14px}.reveal-intro{grid-template-columns:1fr;gap:30px;padding:65px 18px}.reveal-intro h2,.reveal-heading h2,.reveal-gallery h2{font-size:3.5rem}.reveal-options{padding:60px 14px}.reveal-heading{align-items:flex-start;flex-direction:column;gap:8px}.reveal-grid{grid-template-columns:1fr 1fr;gap:22px 9px}.reveal-grid h3{font-size:1rem}.reveal-gallery{grid-template-columns:1fr;padding:65px 14px}.reveal-book{padding:70px 18px}.reveal-book h2{font-size:4.5rem}.reveal-book>div{flex-direction:column}}