@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Kalam:wght@400;700&display=swap');

:root {
  --ink: #16364c;
  --ink-soft: #587181;
  --cream: #fffaf0;
  --paper: #f6efe0;
  --blue: #a9dbe5;
  --blue-deep: #3f8da4;
  --yellow: #f9d76e;
  --coral: #ee8a71;
  --green: #aec89a;
  --line: rgba(22, 54, 76, .13);
  --shadow: 0 18px 50px rgba(22, 54, 76, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.55; overflow-x: hidden; }
.paper-grain { position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: -1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 78px; max-width: 1240px; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; position: relative; z-index: 10; }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); line-height: 1.05; }
.brand-paw { width: 30px; height: 30px; display: grid; place-items: center; background: var(--yellow); border-radius: 11px 11px 11px 4px; color: var(--ink); transform: rotate(-8deg); font-size: 18px; }
.brand strong, .brand small { display: block; }
.brand strong { font: 700 20px/1 'Kalam', cursive; }
.brand small { margin-top: 3px; color: var(--ink-soft); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; gap: 28px; align-items: center; font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.nav-cta { color: var(--ink) !important; padding: 10px 17px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.45); }
.nav-cta span { color: var(--coral); margin-left: 7px; }
.menu-toggle { display: none; background: none; border: 0; color: var(--ink); font: 600 14px 'DM Sans'; }

.hero { min-height: 620px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 24px; padding: 64px 0 96px; }
.hero-copy { padding: 25px 0 0 34px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--blue-deep); font-size: 11px; letter-spacing: .15em; font-weight: 700; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; margin-right: 7px; display: inline-block; background: var(--green); border-radius: 50%; vertical-align: 1px; }
.eyebrow-dot.yellow { background: var(--yellow); }.eyebrow-dot.coral { background: var(--coral); }
h1, h2, h3, .chapter-mark, .card-kicker, blockquote { font-family: 'Kalam', cursive; }
h1 { margin: 0; max-width: 480px; font-size: clamp(46px, 6vw, 78px); font-weight: 700; line-height: .98; letter-spacing: -.04em; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 370px; margin: 24px 0 25px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { border: 0; border-radius: 99px; cursor: pointer; display: inline-flex; align-items: center; gap: 15px; padding: 14px 20px; font: 600 13px 'DM Sans'; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(22,54,76,.14); }
.button-primary { color: white; background: var(--ink); }
.button-primary span { color: var(--yellow); font-size: 17px; }.button-secondary { color: var(--ink); background: var(--yellow); }
.text-link { border-bottom: 1px dashed currentColor; padding-bottom: 3px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }.text-link span { color: var(--coral); padding-left: 5px; }
.hero-note { display: flex; gap: 11px; align-items: center; max-width: 325px; margin-top: 56px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font: 15px 'Kalam', cursive; }.hero-note strong { color: var(--ink); }.note-star { color: var(--coral); font-size: 24px; }
.hero-art { position: relative; margin-right: -5vw; filter: drop-shadow(0 20px 30px rgba(22,54,76,.14)); }.hero-art::before { content: ''; position: absolute; inset: 7% 3% -3% 3%; z-index: -1; border-radius: 50%; background: var(--blue); opacity: .28; transform: rotate(2deg); }.hero-art img { width: 100%; min-height: 440px; object-fit: cover; object-position: center; border-radius: 45% 16% 35% 22% / 19% 22% 14% 21%; }
.hero-sticker { position: absolute; padding: 12px 17px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 4px 5px 0 var(--ink); font: 700 21px/1.05 'Kalam', cursive; text-align: center; transform: rotate(-7deg); }.hero-sticker span { font-size: 11px; font-family: 'DM Sans'; letter-spacing: .02em; }.sticker-top { top: 12%; left: -7%; }.sticker-bottom { right: -2%; bottom: -4%; background: var(--coral); color: white; transform: rotate(5deg); font-size: 16px; }

.intro { padding: 72px 0 115px; }.section-heading.centered { text-align: center; }.section-heading h2, .peek h2, .challenge h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.03; letter-spacing: -.03em; }.section-subtitle { margin: 10px auto 0; color: var(--ink-soft); font-size: 15px; }.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 92px; align-items: center; margin-top: 54px; }.image-frame { position: relative; padding: 10px; background: #fffdf6; box-shadow: var(--shadow); }.image-frame::after { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(22,54,76,.13); pointer-events: none; }.image-frame img { width: 100%; height: 100%; object-fit: cover; }.tilt-left { transform: rotate(-3deg); }.tilt-right { transform: rotate(3deg); }.story-image { max-width: 440px; margin-left: 16px; }.story-image img { aspect-ratio: 1.1 / 1; object-position: center top; }.image-caption { position: absolute; right: -20px; bottom: -18px; padding: 7px 12px; background: var(--yellow); color: var(--ink); font: 15px 'Kalam', cursive; transform: rotate(4deg); }.story-copy { max-width: 530px; }.chapter-mark { color: var(--coral); font-size: 18px; }.story-copy p { margin: 16px 0; color: var(--ink-soft); font-size: 15px; }.story-copy strong { color: var(--ink); }.story-copy blockquote { margin: 25px 0; padding: 15px 0 15px 18px; border-left: 3px solid var(--yellow); color: var(--ink); font-size: 22px; line-height: 1.2; }.story-copy blockquote span { display: block; margin-top: 5px; color: var(--coral); font: 12px 'DM Sans'; }

.surprises { padding: 90px 0 105px; }.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 38px; }.resource-card { position: relative; min-height: 300px; padding: 23px 21px; overflow: hidden; border: 1px solid rgba(22,54,76,.08); border-radius: var(--radius); }.resource-card::after { content: ''; width: 160px; height: 160px; position: absolute; right: -56px; bottom: -68px; border: 24px solid rgba(255,255,255,.3); border-radius: 50%; }.resource-certificate { background: #e9dcaa; }.resource-coloring { background: #c3e4e4; }.resource-wallpaper { background: #f3c4ae; }.resource-story { background: #c9d9bd; }.resource-icon { width: 38px; height: 38px; margin-bottom: 23px; display: grid; place-items: center; border-radius: 12px 12px 12px 3px; background: rgba(255,255,255,.7); font-size: 22px; }.card-kicker { color: var(--ink-soft); font-size: 16px; }.resource-card h3 { margin: 4px 0 10px; font-size: 28px; line-height: .95; }.resource-card p { min-height: 68px; margin: 0; color: rgba(22,54,76,.75); font-size: 13px; line-height: 1.5; }.card-link { display: inline-block; margin-top: 14px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }.card-link span { color: var(--coral); padding-left: 7px; }.mini-downloads { display: flex; gap: 6px; margin-top: 14px; }.mini-downloads a { min-width: 29px; padding: 6px 7px; border: 1px solid rgba(22,54,76,.25); border-radius: 7px; background: rgba(255,255,255,.55); text-align: center; font-size: 10px; font-weight: 700; }.wallpaper-downloads a { font-size: 9px; }

.peek { display: grid; grid-template-columns: .78fr 1.22fr; gap: 68px; align-items: center; padding: 52px 0 130px; }.peek-copy p:not(.eyebrow) { max-width: 320px; color: var(--ink-soft); font-size: 15px; }.peek-dots span { display: inline-block; width: 9px; height: 9px; margin-right: 4px; background: var(--coral); border-radius: 50%; }.peek-dots span:nth-child(2) { background: var(--yellow); }.peek-dots span:nth-child(3) { background: var(--blue); }.peek-images { position: relative; min-height: 390px; }.peek-images .tilt-right { width: 68%; height: 325px; margin-left: auto; }.peek-images .tilt-right img { object-position: center; }.small-frame { position: absolute; bottom: 5px; left: 5%; width: 42%; height: 250px; transform: rotate(-5deg); }.small-frame img { object-position: 50% 55%; }

.challenge { display: grid; grid-template-columns: 1fr 200px; gap: 45px; align-items: center; padding: 0 0 140px; }.challenge-card { padding: 49px 56px 43px; background: var(--blue); border-radius: 34px; position: relative; overflow: hidden; }.challenge-card::before { content: ''; width: 330px; height: 330px; position: absolute; top: -190px; right: -90px; border: 40px solid rgba(255,255,255,.2); border-radius: 50%; }.challenge-heading { display: flex; gap: 23px; align-items: center; }.challenge-cat { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; background: var(--cream); font-size: 37px; transform: rotate(-7deg); }.challenge h2 { font-size: 44px; }.challenge-intro { max-width: 520px; margin: 20px 0 24px; color: var(--ink-soft); font-size: 14px; }.challenge-list { border-top: 1px solid rgba(22,54,76,.16); }.challenge-item { display: grid; grid-template-columns: 31px 1fr 28px; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(22,54,76,.13); cursor: pointer; }.challenge-item input { position: absolute; opacity: 0; }.custom-check { width: 24px; height: 24px; display: grid; place-items: center; border: 1.5px solid var(--ink); border-radius: 8px; color: transparent; font-size: 16px; font-weight: 700; transition: .2s; }.challenge-item input:checked + .custom-check { background: var(--ink); color: var(--yellow); }.challenge-item strong, .challenge-item small { display: block; }.challenge-item strong { font-size: 14px; }.challenge-item small { color: var(--ink-soft); font-size: 11px; }.challenge-item b { color: var(--ink-soft); font: 700 13px 'Kalam'; text-align: right; }.challenge-progress { display: flex; align-items: center; gap: 15px; margin-top: 21px; color: var(--ink-soft); font-size: 11px; }.challenge-progress strong { color: var(--ink); font-size: 16px; }.progress-track { height: 6px; flex: 1; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.65); }.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--coral); transition: width .3s; }.challenge-aside { position: relative; min-height: 260px; display: grid; place-items: center; }.speech-tail { position: relative; padding: 20px; border: 2px solid var(--ink); border-radius: 48% 52% 48% 52%; background: var(--yellow); font: 700 20px/1.05 'Kalam'; text-align: center; transform: rotate(7deg); }.speech-tail::after { content: ''; width: 24px; height: 24px; position: absolute; bottom: -18px; left: 16px; background: var(--yellow); border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(20deg) skew(-12deg); }.paw-cloud { position: absolute; right: -8px; bottom: 17px; font-size: 45px; transform: rotate(-16deg); }

.puzzle { padding: 10px 0 140px; }.puzzle-layout { display: grid; grid-template-columns: minmax(380px, 530px) 1fr; gap: 70px; align-items: center; margin-top: 45px; }.puzzle-board { width: min(100%, 530px); aspect-ratio: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 5px; border-radius: 18px; background: var(--ink); box-shadow: var(--shadow); }.puzzle-piece { min-width: 0; border: 0; border-radius: 10px; background-image: url('./assets/hero-pisze.png'); background-size: 300% 300%; cursor: pointer; transition: transform .2s, outline .2s; }.puzzle-piece:hover { transform: scale(.97); }.puzzle-piece.selected { outline: 4px solid var(--yellow); outline-offset: -4px; }.puzzle-side { max-width: 300px; }.puzzle-badge { display: inline-flex; gap: 8px; align-items: center; padding: 7px 11px; border-radius: 99px; background: #e5d6ad; color: var(--ink-soft); font-size: 11px; }.puzzle-side h3 { margin: 18px 0 5px; font-size: 33px; }.puzzle-side p { color: var(--ink-soft); font-size: 14px; }.puzzle-status { min-height: 23px; color: var(--coral) !important; font: 18px 'Kalam'; }
.qr-invite { display: grid; grid-template-columns: 1fr 260px; gap: 80px; align-items: center; padding: 0 0 125px; }.qr-copy { max-width: 500px; }.qr-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.03; letter-spacing: -.03em; }.qr-copy > p:not(.eyebrow) { max-width: 390px; margin: 16px 0 22px; color: var(--ink-soft); font-size: 15px; }.qr-url { display: flex; gap: 20px; align-items: center; }.qr-url strong { color: var(--coral); font: 700 22px 'Kalam', cursive; }.qr-card { position: relative; width: 260px; padding: 18px 18px 23px; border: 2px solid var(--ink); border-radius: 25px 25px 25px 8px; background: var(--yellow); box-shadow: 7px 8px 0 var(--ink); transform: rotate(3deg); }.qr-image { width: 100%; padding: 12px; border-radius: 15px; background: var(--cream); }.qr-label { display: block; margin-top: 12px; color: var(--ink); font: 700 18px 'Kalam', cursive; text-align: center; transform: rotate(-3deg); }.qr-doodle { position: absolute; top: -22px; right: 16px; color: var(--coral); font-size: 34px; transform: rotate(12deg); }

.surprise-toast { position: fixed; right: 24px; bottom: 24px; z-index: 20; display: flex; align-items: center; gap: 13px; max-width: 330px; padding: 15px 17px; border: 1px solid var(--ink); border-radius: 17px; background: var(--yellow); box-shadow: 6px 7px 0 var(--ink); font-size: 12px; transform: translateY(150%); transition: transform .35s ease; }.surprise-toast.visible { transform: translateY(0); }.toast-icon { font-size: 23px; }.surprise-toast strong { font-family: 'Kalam'; font-size: 16px; }.surprise-toast button { align-self: flex-start; margin-left: auto; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 22px; line-height: 1; }
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); }.footer-inner { width: min(1120px, calc(100% - 48px)); margin: auto; display: flex; justify-content: space-between; align-items: center; color: var(--ink-soft); font-size: 12px; }.footer-brand { color: var(--ink); }.footer-inner > a { border-bottom: 1px dashed currentColor; }

@media (max-width: 900px) { .main-nav { gap: 14px; font-size: 12px; }.hero { grid-template-columns: 1fr; padding-top: 34px; }.hero-copy { padding-left: 0; }.hero-art { margin: 5px 0 0; }.hero-art img { min-height: auto; }.resource-grid { grid-template-columns: repeat(2, 1fr); }.intro-grid, .peek { gap: 45px; }.challenge { grid-template-columns: 1fr; }.challenge-aside { display: none; }.puzzle-layout { gap: 35px; }.qr-invite { gap: 45px; } }
@media (max-width: 620px) { .section-shell { width: min(100% - 30px, 520px); }.site-header { height: 70px; padding: 0 17px; }.menu-toggle { display: block; }.main-nav { display: none; position: absolute; top: 62px; right: 15px; left: 15px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); box-shadow: var(--shadow); }.main-nav.open { display: grid; gap: 15px; }.hero { padding: 38px 0 70px; }.hero-copy h1 { font-size: 54px; }.hero-art { margin: 18px -15px 0; }.hero-sticker { font-size: 16px; }.sticker-top { left: 3%; }.sticker-bottom { right: 3%; }.intro, .surprises, .peek, .puzzle { padding-bottom: 78px; }.intro-grid, .peek { display: block; }.story-image { margin: 38px 15px 48px 8px; }.story-copy { margin-top: 34px; }.resource-grid { grid-template-columns: 1fr; }.resource-card { min-height: 245px; }.resource-card p { min-height: auto; }.peek-images { min-height: 360px; margin-top: 40px; }.peek-images .tilt-right { width: 78%; height: 290px; }.small-frame { left: 1%; width: 53%; height: 220px; }.challenge-card { padding: 32px 22px; border-radius: 25px; }.challenge-heading { gap: 13px; }.challenge h2 { font-size: 37px; }.challenge-cat { width: 52px; height: 52px; font-size: 30px; }.challenge-progress { flex-wrap: wrap; }.progress-track { flex-basis: 100%; order: 4; }.puzzle-layout { display: block; }.puzzle-board { width: 100%; }.puzzle-side { max-width: none; margin-top: 28px; }.qr-invite { display: flex; flex-direction: column; align-items: flex-start; gap: 42px; padding-bottom: 88px; }.qr-card { align-self: center; }.footer-inner { display: grid; gap: 13px; }.surprise-toast { right: 15px; bottom: 15px; left: 15px; max-width: none; } }
