:root {
	--gp-ink: #0b2b55;
	--gp-ink-soft: #29445f;
	--gp-blue: #1765c1;
	--gp-blue-dark: #0f4f9e;
	--gp-coral: #f36d3d;
	--gp-mint: #72c7b6;
	--gp-yellow: #f4bd3b;
	--gp-raspberry: #b94f72;
	--gp-cream: #fffaf0;
	--gp-paper: #fffdf8;
	--gp-line: rgba(11, 43, 85, 0.13);
	--gp-shadow: 0 18px 45px rgba(25, 45, 70, 0.12);
	--gp-serif: Georgia, "Times New Roman", serif;
	--gp-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }

body.gp-curiosity-studio {
	margin: 0 !important;
	background: var(--gp-cream);
	color: var(--gp-ink);
	font-family: var(--gp-sans);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.gp-curiosity-studio *,
body.gp-curiosity-studio *::before,
body.gp-curiosity-studio *::after { box-sizing: border-box; }

body.gp-curiosity-studio img { display: block; max-width: 100%; }
body.gp-curiosity-studio a { color: inherit; text-decoration: none; }
body.gp-curiosity-studio button { font: inherit; }

.gp-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.gp-section { padding: 92px 0; position: relative; }

.gp-skip-link {
	position: fixed;
	left: 20px;
	top: -80px;
	z-index: 99999;
	padding: 12px 18px;
	border-radius: 8px;
	background: #fff;
	color: var(--gp-ink);
	font-weight: 800;
}
.gp-skip-link:focus { top: 12px; }

.gp-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 253, 248, 0.94);
	border-bottom: 1px solid var(--gp-line);
	backdrop-filter: blur(16px);
}
body.admin-bar .gp-header { top: 32px; }
.gp-header__inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.gp-brand { display: inline-flex; align-items: center; flex: 0 0 auto; font-weight: 900; letter-spacing: -0.035em; }
.gp-brand__mark { width: 38px; height: 38px; margin-right: 8px; }
.gp-brand__name { color: var(--gp-ink); font-size: 22px; line-height: 1; }
.gp-brand__name span { color: var(--gp-coral); font-size: .62em; letter-spacing: -0.02em; }
.gp-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.gp-nav a { position: relative; font-size: 14px; font-weight: 750; white-space: nowrap; }
.gp-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gp-coral); transition: right .2s ease; }
.gp-nav a:hover::after, .gp-nav a:focus-visible::after { right: 0; }
.gp-header__actions { display: flex; align-items: center; gap: 14px; margin-left: 4px; }
.gp-icon-link { width: 40px; height: 40px; border: 1px solid var(--gp-line); border-radius: 50%; display: grid; place-items: center; background: #fff; }
.gp-icon-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.gp-menu-toggle { display: none; border: 0; background: transparent; color: var(--gp-ink); }
.gp-menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.gp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 23px;
	border: 2px solid var(--gp-blue);
	border-radius: 9px;
	background: var(--gp-blue);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
	box-shadow: 0 9px 22px rgba(23, 101, 193, .18);
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.gp-button:hover { transform: translateY(-2px); background: var(--gp-blue-dark); box-shadow: 0 13px 28px rgba(23, 101, 193, .25); }
.gp-button--outline { color: var(--gp-blue) !important; background: rgba(255,255,255,.72); box-shadow: none; }
.gp-button--outline:hover { background: #fff; }
.gp-button--small { min-height: 44px; padding: 11px 17px; font-size: 13px; }
.gp-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--gp-blue) !important; font-weight: 800; }
.gp-text-link span { transition: transform .18s ease; }
.gp-text-link:hover span { transform: translateX(4px); }

.gp-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 11% 15%, rgba(244,189,59,.18), transparent 25%),
		radial-gradient(circle at 91% 8%, rgba(114,199,182,.2), transparent 28%),
		var(--gp-cream);
}
.gp-hero::after { content: ""; position: absolute; left: -5vw; right: -5vw; bottom: -42px; height: 75px; background: var(--gp-paper); border-radius: 50% 50% 0 0; }
.gp-hero__grid { min-height: 670px; display: grid; grid-template-columns: .92fr 1.18fr; gap: 50px; align-items: center; padding-top: 66px; padding-bottom: 82px; }
.gp-eyebrow, .gp-kicker { margin: 0 0 16px; color: var(--gp-blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.gp-hero h1 { max-width: 620px; margin: 0; font-family: var(--gp-serif); font-size: clamp(54px, 5.25vw, 78px); line-height: .98; letter-spacing: -.045em; font-weight: 700; }
.gp-hero h1 em { color: var(--gp-coral); font-style: normal; }
.gp-hero__lede { max-width: 590px; margin: 26px 0 30px; color: var(--gp-ink-soft); font-size: 20px; line-height: 1.65; }
.gp-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.gp-hand-note { display: inline-block; margin: 28px 0 0 90px; color: var(--gp-blue); font-family: "Comic Sans MS", "Bradley Hand", cursive; font-size: 18px; transform: rotate(-4deg); }
.gp-hand-note::before { content: "↗ "; color: var(--gp-coral); font-size: 25px; }
.gp-hero__visual { position: relative; align-self: stretch; min-height: 575px; }
.gp-hero__visual::before { content: ""; position: absolute; inset: 42px -60px 5px 35px; z-index: 0; border-radius: 46% 54% 12% 30% / 18% 18% 27% 33%; background: var(--gp-blue); transform: rotate(2deg); }
.gp-hero__visual img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; border-radius: 42% 9% 32% 14% / 18% 18% 27% 27%; box-shadow: var(--gp-shadow); }
.gp-paper-tabs { position: absolute; left: -24px; top: 88px; z-index: 3; display: grid; gap: 13px; }
.gp-paper-tabs span { width: 98px; padding: 9px 13px; background: #78bce4; color: var(--gp-ink); font-family: "Comic Sans MS", cursive; text-align: center; box-shadow: 0 7px 15px rgba(0,0,0,.12); transform: rotate(-4deg); clip-path: polygon(3% 6%, 96% 0, 100% 90%, 5% 100%); }
.gp-paper-tabs span:nth-child(2) { background: #7bcbbd; transform: rotate(3deg); }
.gp-paper-tabs span:nth-child(3) { background: #f6c55b; transform: rotate(-2deg); }
.gp-win-note { position: absolute; right: -18px; top: 92px; z-index: 3; width: 132px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border-radius: 49% 51% 45% 55%; background: #fff9e8; text-align: center; box-shadow: var(--gp-shadow); transform: rotate(5deg); }
.gp-win-note small { color: var(--gp-blue); font-family: "Comic Sans MS", cursive; }
.gp-win-note strong { margin-top: 5px; font-family: var(--gp-serif); font-size: 17px; line-height: 1.15; }
.gp-win-note span { color: var(--gp-coral); font-size: 22px; }

.gp-passport { overflow: hidden; background: var(--gp-paper); text-align: center; }
.gp-passport::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(#d6cbb7 0.7px, transparent 0.7px); background-size: 8px 8px; pointer-events: none; }
.gp-passport .gp-shell { position: relative; }
.gp-passport h2, .gp-section-heading h2, .gp-skills h2, .gp-challenge h2, .gp-stage h2 { margin: 0; font-family: var(--gp-serif); font-size: clamp(38px, 4.2vw, 58px); line-height: 1.07; letter-spacing: -.035em; }
.gp-section-intro { max-width: 680px; margin: 17px auto 48px; color: var(--gp-ink-soft); }
.gp-passport__track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.gp-passport__track::before { content: ""; position: absolute; left: 8%; right: 8%; top: 95px; border-top: 3px dashed #2d9394; opacity: .75; }
.gp-station { position: relative; z-index: 1; padding: 0 12px; }
.gp-station__number { position: absolute; left: 8px; top: 0; z-index: 2; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--gp-ink); color: #fff; font-weight: 900; }
.gp-station h3 { margin: 17px 0 8px; font-family: var(--gp-serif); font-size: 23px; line-height: 1.1; }
.gp-station p { margin: 0; color: var(--gp-ink-soft); font-size: 14px; }
.gp-stamp, .gp-cubes, .gp-checklist, .gp-map-mark { width: 142px; height: 142px; margin: 10px auto 0; display: grid; place-items: center; border: 8px double rgba(11,43,85,.2); border-radius: 45% 55% 50% 46%; background: #d5f1e8; color: var(--gp-ink); font-family: var(--gp-serif); font-size: 32px; font-weight: 900; box-shadow: 0 12px 22px rgba(23,50,75,.09); transform: rotate(-4deg); }
.gp-cubes { grid-template-columns: repeat(2, 38px); gap: 3px; background: #ffe1d4; transform: rotate(3deg); }
.gp-cubes i { display: block; width: 38px; height: 38px; background: var(--gp-coral); box-shadow: inset -7px -7px rgba(143,48,17,.16); transform: rotate(30deg); }
.gp-cubes i:nth-child(3) { grid-column: 1 / 3; justify-self: center; }
.gp-checklist { background: #dceaff; color: var(--gp-blue); font-family: var(--gp-sans); line-height: 1.05; transform: rotate(-2deg); }
.gp-map-mark { background: #fff0b9; color: var(--gp-coral); font-size: 62px; transform: rotate(4deg); }
.gp-centered-actions { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 45px; }

.gp-skills { background: #f5efe3; }
.gp-skills__grid { display: grid; grid-template-columns: .7fr 1.6fr; gap: 60px; align-items: center; }
.gp-skills__intro p:not(.gp-kicker) { max-width: 390px; color: var(--gp-ink-soft); }
.gp-skill-bands { overflow: hidden; border: 1px solid var(--gp-line); border-radius: 24px; box-shadow: var(--gp-shadow); }
.gp-skill-band { min-height: 126px; display: grid; grid-template-columns: 140px 1fr 46px; align-items: center; gap: 24px; padding: 18px 25px; border-bottom: 1px solid rgba(11,43,85,.1); transition: transform .2s ease, filter .2s ease; }
.gp-skill-band:last-child { border-bottom: 0; }
.gp-skill-band:hover { transform: translateX(6px); filter: saturate(1.08); }
.gp-skill-band--pattern { background: #dce9ff; }
.gp-skill-band--verbal { background: #d9f1eb; }
.gp-skill-band--number { background: #ffe0d2; }
.gp-skill-band--spatial { background: #ffefb7; }
.gp-skill-band strong { display: block; font-family: var(--gp-serif); font-size: 26px; line-height: 1.1; }
.gp-skill-band small { display: block; max-width: 450px; margin-top: 5px; color: var(--gp-ink-soft); font-size: 14px; }
.gp-skill-band b { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(11,43,85,.3); border-radius: 50%; font-size: 20px; }
.gp-skill-art { width: 130px; height: 86px; display: grid; place-items: center; position: relative; }
.gp-skill-art--blocks i { position: absolute; width: 48px; height: 48px; background: var(--gp-blue); box-shadow: inset -8px -8px rgba(0,0,0,.12); transform: rotate(30deg); }
.gp-skill-art--blocks i:nth-child(1) { left: 8px; background: var(--gp-mint); }
.gp-skill-art--blocks i:nth-child(2) { left: 43px; top: 4px; }
.gp-skill-art--blocks i:nth-child(3) { right: 4px; background: var(--gp-coral); }
.gp-skill-art--book { border-radius: 10px 10px 35px 35px; background: #fffaf0; color: var(--gp-blue); font-family: var(--gp-serif); font-size: 34px; box-shadow: inset 0 -5px rgba(11,43,85,.09); }
.gp-skill-art--number { color: var(--gp-coral); font-family: var(--gp-serif); font-size: 80px; font-weight: 900; text-shadow: 4px 4px #fff2cf; }
.gp-skill-art--shape::before { content: ""; width: 0; height: 0; border-left: 42px solid transparent; border-right: 42px solid transparent; border-bottom: 76px solid var(--gp-ink); filter: drop-shadow(9px 9px 0 rgba(23,101,193,.22)); }

.gp-challenge { overflow: hidden; background: var(--gp-paper); }
.gp-challenge::before { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; top: -160px; border-radius: 50%; background: rgba(114,199,182,.15); }
.gp-challenge__grid { position: relative; display: grid; grid-template-columns: .66fr 1.55fr; gap: 52px; align-items: center; }
.gp-check-list { list-style: none; margin: 31px 0 0; padding: 0; display: grid; gap: 18px; }
.gp-check-list li { display: flex; align-items: flex-start; gap: 13px; }
.gp-check-list li > span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: #fff0d1; color: var(--gp-coral); font-weight: 900; }
.gp-check-list li:nth-child(2) > span { background: #d9f1eb; color: #218775; }
.gp-check-list li:nth-child(3) > span { background: #dce9ff; color: var(--gp-blue); }
.gp-check-list strong, .gp-check-list small { display: block; }
.gp-check-list small { color: var(--gp-ink-soft); }
.gp-hand-note--blue { margin-left: 20px; }
.gp-question-card { position: relative; padding: 32px; border: 1px solid var(--gp-line); border-radius: 12px 28px 20px 9px; background: #fff; box-shadow: 0 24px 55px rgba(30,44,65,.16); transform: rotate(-.5deg); }
.gp-question-card::before { content: ""; position: absolute; top: -18px; left: 35px; width: 58px; height: 30px; border: 4px solid #a5a099; border-bottom: 0; border-radius: 15px 15px 0 0; opacity: .7; }
.gp-question-card__top { display: flex; justify-content: space-between; gap: 15px; color: var(--gp-blue); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.gp-question-card__top small { color: var(--gp-ink-soft); font-weight: 650; letter-spacing: 0; text-transform: none; }
.gp-question-card h3 { margin: 20px 0 26px; font-family: var(--gp-serif); font-size: 29px; }
.gp-sequence { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 12px; padding: 27px 16px; border-radius: 14px; background: #fbf8f1; }
.gp-shape { width: 48px; height: 48px; display: block; margin: auto; }
.gp-shape--circle { border-radius: 50%; background: var(--gp-yellow); }
.gp-shape--square { border-radius: 4px; background: var(--gp-blue); }
.gp-shape--triangle { width: 0; height: 0; border-left: 26px solid transparent; border-right: 26px solid transparent; border-bottom: 48px solid #3a9b87; }
.gp-shape--blank { display: grid; place-items: center; border: 2px dashed #a7acb1; border-radius: 6px; background: transparent; color: #7f8790; font-style: normal; font-weight: 900; }
.gp-answer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 18px; }
.gp-answer-grid button { min-height: 95px; position: relative; border: 2px solid #d9dee2; border-radius: 12px; background: #fff; color: var(--gp-ink); cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.gp-answer-grid button:hover { transform: translateY(-2px); border-color: var(--gp-blue); }
.gp-answer-grid button > span { position: absolute; left: 9px; top: 6px; font-weight: 850; }
.gp-answer-grid button .gp-shape { transform: scale(.72); }
.gp-answer-grid button.is-correct { border-color: #268b74; background: #e8f7f2; }
.gp-answer-grid button.is-incorrect { border-color: var(--gp-coral); background: #fff0eb; }
.gp-star { color: var(--gp-coral); font-size: 45px; font-style: normal; }
.gp-explanation { margin-top: 17px; padding: 16px 18px; border-radius: 11px; background: #e8f7f2; color: #1d6658; font-weight: 700; }

.gp-stage { background: #f3ebdc; }
.gp-stage__grid { display: grid; grid-template-columns: .62fr 1.7fr; gap: 50px; align-items: center; }
.gp-stage__grid > div:first-child p:not(.gp-kicker) { color: var(--gp-ink-soft); }
.gp-notebook { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; padding: 24px 0 0 25px; border: 1px solid rgba(11,43,85,.18); border-radius: 18px 28px 20px 12px; background: repeating-linear-gradient(#fffdf8, #fffdf8 30px, #dbe5eb 31px); box-shadow: var(--gp-shadow); }
.gp-notebook::before { content: ""; width: 20px; align-self: stretch; grid-row: 1; grid-column: 1; margin-left: -24px; border-right: 3px solid #254e75; background: repeating-linear-gradient(to bottom, transparent 0 14px, #254e75 15px 18px, transparent 19px 30px); }
.gp-notebook__tab { min-height: 235px; grid-row: 1; padding: 0 22px 25px; border-right: 1px solid var(--gp-line); background: rgba(255,255,255,.35); }
.gp-notebook__tab:last-child { border-right: 0; }
.gp-notebook__tab strong { display: block; margin: -25px -22px 28px; padding: 14px 10px; background: var(--gp-mint); font-family: var(--gp-serif); font-size: 21px; text-align: center; border-radius: 11px 11px 0 0; }
.gp-notebook__tab--blue strong { background: #7cb3e8; }
.gp-notebook__tab--coral strong { background: #fa9172; }
.gp-notebook__tab--yellow strong { background: #f3c55f; }
.gp-notebook__tab span { color: var(--gp-ink-soft); font-size: 14px; }

.gp-parent-guide { background: var(--gp-paper); }
.gp-section-heading { max-width: 760px; margin-bottom: 38px; }
.gp-guide-grid { display: grid; grid-template-columns: 1.05fr 1.05fr .78fr; gap: 20px; }
.gp-guide-photo { min-height: 330px; margin: 0; overflow: hidden; border-radius: 32px 11px 28px 14px; box-shadow: var(--gp-shadow); }
.gp-guide-photo img { width: 100%; height: 100%; object-fit: cover; }
.gp-featured-guide { padding: 35px; border: 1px solid var(--gp-line); border-radius: 12px 28px 18px 12px; background: #fffaf0; box-shadow: 0 13px 30px rgba(29,47,68,.09); }
.gp-featured-guide h3 { margin: 0; font-family: var(--gp-serif); font-size: 36px; line-height: 1.06; }
.gp-featured-guide > p:not(.gp-kicker):not(.gp-guide-meta) { color: var(--gp-ink-soft); }
.gp-guide-meta { color: var(--gp-blue); font-size: 13px; font-weight: 800; }
.gp-mini-guides { display: grid; gap: 16px; }
.gp-mini-guides a { min-height: 155px; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 22px; border: 1px solid var(--gp-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 25px rgba(29,47,68,.07); }
.gp-mini-guides a > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #fff0bf; font-size: 27px; }
.gp-mini-guides strong, .gp-mini-guides small { display: block; }
.gp-mini-guides small { margin-top: 6px; color: var(--gp-ink-soft); line-height: 1.35; }

.gp-resource { padding-top: 20px; padding-bottom: 84px; background: linear-gradient(var(--gp-paper), #f5efe3); }
.gp-resource__card { display: grid; grid-template-columns: 155px 1fr 180px; gap: 34px; align-items: center; padding: 27px 32px; border: 1px solid var(--gp-line); border-radius: 24px 9px 24px 14px; background: #fff; box-shadow: var(--gp-shadow); }
.gp-resource__card > img { width: 128px; max-height: 170px; margin: -52px auto -20px; object-fit: contain; filter: drop-shadow(0 12px 13px rgba(20,35,50,.2)); }
.gp-resource__copy h2 { margin: 0; font-family: var(--gp-serif); font-size: 35px; line-height: 1.08; }
.gp-resource__copy > p:not(.gp-kicker) { margin: 10px 0; color: var(--gp-ink-soft); font-size: 15px; }
.gp-resource__copy ul { display: flex; flex-wrap: wrap; gap: 7px 20px; margin: 0; padding: 0; list-style: none; color: var(--gp-ink-soft); font-size: 13px; }
.gp-resource__copy li::before { content: "✓"; margin-right: 6px; color: #268b74; font-weight: 900; }
.gp-resource__action { display: grid; justify-items: start; gap: 9px; }
.gp-resource__action > strong { font-family: var(--gp-serif); font-size: 42px; line-height: 1; }
.gp-resource__action small { color: var(--gp-ink-soft); font-size: 11px; line-height: 1.3; }

.gp-trust { padding: 68px 0; color: #fff; background: linear-gradient(112deg, #082b54 0 52%, #e85f2f 52%); }
.gp-trust h2 { max-width: 560px; margin: 0 0 38px; color: #fff; font-family: var(--gp-serif); font-size: 39px; line-height: 1.05; }
.gp-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.gp-trust__grid > div { display: grid; grid-template-columns: 52px 1fr; align-items: center; column-gap: 12px; }
.gp-trust__grid span { grid-row: 1 / 3; width: 52px; height: 52px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; font-size: 20px; font-weight: 900; }
.gp-trust__grid strong, .gp-trust__grid small { display: block; }
.gp-trust__grid small { color: rgba(255,255,255,.78); line-height: 1.3; }

.gp-footer { padding: 64px 0 25px; color: #dbe7f2; background: #061f3d; }
.gp-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, .65fr); gap: 50px; }
.gp-brand--footer .gp-brand__name { color: #fff; }
.gp-footer__grid > div p { max-width: 470px; color: #aebfd0; }
.gp-footer nav { display: grid; align-content: start; gap: 8px; }
.gp-footer nav strong { margin-bottom: 5px; color: #fff; }
.gp-footer nav a { color: #b9c9d8; font-size: 14px; }
.gp-footer nav a:hover { color: #fff; }
.gp-footer__legal { margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #93a8bb; font-size: 12px; }

.gp-curiosity-studio :focus-visible { outline: 3px solid var(--gp-yellow); outline-offset: 4px; }

@media (max-width: 1060px) {
	.gp-header__inner { gap: 18px; }
	.gp-nav { gap: 16px; }
	.gp-nav a { font-size: 13px; }
	.gp-header__actions .gp-button { display: none; }
	.gp-hero__grid { grid-template-columns: .95fr 1.05fr; min-height: 610px; }
	.gp-hero h1 { font-size: clamp(48px, 5.9vw, 66px); }
	.gp-passport__track { gap: 10px; }
	.gp-stamp, .gp-cubes, .gp-checklist, .gp-map-mark { width: 120px; height: 120px; }
	.gp-guide-grid { grid-template-columns: 1fr 1fr; }
	.gp-mini-guides { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
	.gp-resource__card { grid-template-columns: 130px 1fr 160px; gap: 22px; }
}

@media (max-width: 820px) {
	body.admin-bar .gp-header { top: 46px; }
	.gp-shell { width: min(100% - 32px, 720px); }
	.gp-section { padding: 72px 0; }
	.gp-menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; margin-left: auto; }
	.gp-menu-toggle span:not(.gp-menu-toggle__label) { width: 24px; height: 2px; display: block; background: currentColor; }
	.gp-nav { position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); display: none; margin: 0; padding: 16px; border: 1px solid var(--gp-line); border-radius: 14px; background: #fffdf8; box-shadow: var(--gp-shadow); }
	.gp-nav.is-open { display: grid; gap: 0; }
	.gp-nav a { padding: 12px; }
	.gp-header__actions { margin-left: 0; }
	.gp-hero__grid { display: flex; flex-direction: column; min-height: 0; gap: 38px; padding-top: 55px; }
	.gp-hero__copy { width: 100%; }
	.gp-hero h1 { max-width: 680px; font-size: clamp(49px, 9vw, 68px); }
	.gp-hero__visual { width: 100%; min-height: 500px; }
	.gp-passport__track { grid-template-columns: repeat(2, 1fr); row-gap: 46px; }
	.gp-passport__track::before { display: none; }
	.gp-skills__grid, .gp-challenge__grid, .gp-stage__grid { grid-template-columns: 1fr; }
	.gp-skills__intro p:not(.gp-kicker) { max-width: 650px; }
	.gp-skill-band { grid-template-columns: 110px 1fr 40px; }
	.gp-skill-art { width: 100px; }
	.gp-stage__grid { gap: 36px; }
	.gp-notebook { grid-template-columns: repeat(2, 1fr); }
	.gp-notebook::before { grid-row: 1 / 3; }
	.gp-notebook__tab { grid-row: auto; min-height: 210px; margin-top: 20px; }
	.gp-notebook__tab:nth-child(2n) { border-right: 0; }
	.gp-guide-grid { grid-template-columns: 1fr; }
	.gp-mini-guides { grid-column: auto; }
	.gp-resource__card { grid-template-columns: 120px 1fr; }
	.gp-resource__action { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
	.gp-resource__action small { width: 100%; }
	.gp-trust { background: linear-gradient(165deg, #082b54 0 58%, #e85f2f 58%); }
	.gp-trust__grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
	.gp-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
	.gp-footer__grid nav:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
	body.gp-curiosity-studio { font-size: 16px; }
	.gp-shell { width: min(100% - 24px, 520px); }
	.gp-header__inner { min-height: 70px; }
	.gp-brand__mark { width: 32px; height: 32px; }
	.gp-brand__name { font-size: 19px; }
	.gp-header__actions { display: none; }
	.gp-hero__grid { padding-top: 42px; padding-bottom: 70px; }
	.gp-hero h1 { font-size: clamp(43px, 13vw, 58px); }
	.gp-hero__lede { margin: 20px 0 24px; font-size: 18px; }
	.gp-actions { display: grid; }
	.gp-actions .gp-button { width: 100%; }
	.gp-hand-note { margin-left: 28px; }
	.gp-hero__visual { min-height: 390px; }
	.gp-paper-tabs { left: 8px; top: 28px; }
	.gp-paper-tabs span { width: 75px; padding: 7px; font-size: 12px; }
	.gp-win-note { right: 2px; top: 25px; width: 104px; padding: 13px; }
	.gp-win-note strong { font-size: 14px; }
	.gp-passport h2, .gp-section-heading h2, .gp-skills h2, .gp-challenge h2, .gp-stage h2 { font-size: 40px; }
	.gp-passport__track { grid-template-columns: 1fr; }
	.gp-station { padding: 0 28px 20px; }
	.gp-centered-actions { display: grid; gap: 15px; }
	.gp-skill-band { min-height: 112px; grid-template-columns: 74px 1fr; gap: 13px; padding: 17px; }
	.gp-skill-band b { display: none; }
	.gp-skill-art { width: 68px; height: 66px; transform: scale(.72); }
	.gp-skill-band strong { font-size: 22px; }
	.gp-question-card { padding: 22px 14px; }
	.gp-question-card__top { display: grid; }
	.gp-sequence { gap: 4px; padding-inline: 5px; }
	.gp-shape { width: 32px; height: 32px; }
	.gp-shape--triangle { width: 0; height: 0; border-left-width: 17px; border-right-width: 17px; border-bottom-width: 32px; }
	.gp-answer-grid { grid-template-columns: repeat(2, 1fr); }
	.gp-notebook { grid-template-columns: 1fr; padding-left: 20px; }
	.gp-notebook::before { grid-row: 1 / 5; margin-left: -19px; }
	.gp-notebook__tab { border-right: 0; border-bottom: 1px solid var(--gp-line); }
	.gp-mini-guides { grid-template-columns: 1fr; }
	.gp-resource__card { grid-template-columns: 86px 1fr; padding: 24px 18px; }
	.gp-resource__card > img { width: 82px; margin: -28px auto 0; }
	.gp-resource__copy h2 { font-size: 29px; }
	.gp-resource__copy ul { display: grid; }
	.gp-resource__action { grid-column: 1 / -1; }
	.gp-trust { background: linear-gradient(165deg, #082b54 0 68%, #e85f2f 68%); }
	.gp-trust__grid { grid-template-columns: 1fr; }
	.gp-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
	.gp-footer__grid > div { grid-column: 1 / -1; }
	.gp-footer__grid nav:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.gp-curiosity-studio *, .gp-curiosity-studio *::before, .gp-curiosity-studio *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
