/*
Theme Name: Robot Tutor Panamá
Theme URI: https://www.robottutor507.com
Author: Robot Tutor Panamá
Author URI: https://www.robottutor507.com
Description: Tema institucional de Robot Tutor Panamá para programas educativos STEAM, servicios para colegios, STEAM Fest y STEAM GPT.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: robot-tutor-panama
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --navy: #031936;
  --navy-2: #062758;
  --blue: #006ee8;
  --cyan: #12c8f4;
  --red: #ef233c;
  --ink: #0b1830;
  --muted: #5f6c80;
  --line: #dce6f2;
  --soft: #f4f8fc;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #fff; clip: auto !important; clip-path: none; color: var(--navy); display: block; font-size: 14px; font-weight: 700; height: auto; left: 8px; padding: 14px 18px; top: 8px; width: auto; z-index: 100000; }
.brand-custom-logo .custom-logo-link { display: block; }
.brand-custom-logo img { width: auto; max-width: 180px; height: 62px; object-fit: contain; }

.site-header {
  height: 88px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center;
  justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(8, 32, 69, .08);
  background: rgba(255,255,255,.94); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 50;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 188px; height: 70px; }
.brand-default { display: flex; align-items: center; gap: 10px; }
.brand img { width: 42px; height: 56px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: .95; }
.brand b { color: #006bd7; font-size: 16px; letter-spacing: -.04em; }
.brand small { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .22em; margin-top: 6px; }
.site-navigation { display: flex; align-items: center; font-size: 14px; font-weight: 700; color: #253650; }
.primary-menu { list-style: none; display: flex; align-items: center; gap: clamp(20px, 2.8vw, 44px); padding: 0; margin: 0; }
.primary-menu a { position: relative; display: block; padding: 34px 0; }
.primary-menu a::after { content: ""; height: 2px; background: var(--blue); position: absolute; left: 0; right: 100%; bottom: 25px; transition: right .2s; }
.primary-menu a:hover::after, .primary-menu a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 8px; background: var(--navy); cursor: pointer; }
.menu-toggle i { display: block; height: 2px; margin: 4px 0; background: #fff; border-radius: 2px; }

.button {
  min-height: 52px; padding: 0 24px; border-radius: 8px; display: inline-flex; align-items: center;
  justify-content: center; gap: 20px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,110,232,.2); transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,110,232,.28); background: #005dc8; }
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; }
.button-dark { background: var(--navy); box-shadow: 0 12px 28px rgba(3,25,54,.18); }
.button-dark:hover { background: #0a3975; }
.button-white { background: #fff; color: var(--navy); box-shadow: 0 14px 32px rgba(0,0,0,.15); }
.button-white:hover { background: #ecf8ff; }

.hero {
  min-height: 720px; padding: 68px clamp(24px, 7vw, 112px) 70px; display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; overflow: hidden; position: relative; background: linear-gradient(135deg, #fbfdff 0%, #f1f8ff 55%, #dff5ff 100%);
}
.hero-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(0,100,190,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,100,190,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, #000); }
.hero-copy { position: relative; z-index: 2; max-width: 660px; padding-bottom: 12px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .17em; font-weight: 800; font-size: 12px; color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
.hero h1 { font-size: clamp(48px, 5vw, 78px); line-height: .98; letter-spacing: -.05em; margin: 25px 0 28px; color: var(--navy); max-width: 680px; }
.hero h1 > span { display: block; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 610px; font-size: 18px; line-height: 1.75; color: #4f6078; margin: 0; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.text-link { font-size: 14px; font-weight: 800; color: #26425f; display: inline-flex; gap: 12px; align-items: center; }
.text-link span { color: var(--blue); }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 46px; }
.hero-proof p { margin: 0; color: #6a7789; font-size: 12px; line-height: 1.55; }
.hero-proof strong { color: var(--ink); font-size: 13px; }
.avatar-stack { display: flex; padding-left: 14px; }
.avatar-stack b { width: 36px; height: 36px; margin-left: -14px; border-radius: 50%; display: grid; place-items: center; border: 3px solid #fff; background: var(--navy); color: #5de4ff; font-size: 10px; }
.avatar-stack b:nth-child(2) { background: var(--blue); color: #fff; }
.avatar-stack b:nth-child(3) { background: var(--red); color: #fff; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; z-index: 2; }
.hero-visual::before { content: ""; width: min(41vw, 560px); aspect-ratio: 1; border-radius: 50%; position: absolute; background: radial-gradient(circle at 50% 40%, #fff 0%, #c9f2ff 50%, #99deff 70%, transparent 71%); filter: drop-shadow(0 38px 34px rgba(0,73,145,.12)); }
.hero-robot { height: 545px; width: auto; position: relative; z-index: 3; object-fit: contain; filter: drop-shadow(0 25px 25px rgba(0,45,100,.16)); }
.robot-shadow { position: absolute; z-index: 1; bottom: 23px; width: 56%; height: 30px; background: rgba(1,43,92,.17); filter: blur(14px); border-radius: 50%; }
.orbit { position: absolute; border: 1px solid rgba(0,114,220,.18); border-radius: 50%; z-index: 1; }
.orbit-one { width: 620px; height: 620px; }
.orbit-two { width: 470px; height: 470px; border-style: dashed; }
.steam-badge { width: 68px; height: 68px; border-radius: 16px; position: absolute; z-index: 5; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 24px rgba(0,40,90,.15); border: 2px solid rgba(255,255,255,.9); }
.steam-badge b { font-size: 23px; line-height: 1; }
.steam-badge small { font-size: 8px; font-weight: 700; margin-top: -10px; }
.badge-s { background: #14a85f; top: 50px; left: 12%; transform: rotate(-7deg); }
.badge-t { background: #077ae6; top: 90px; right: 5%; transform: rotate(6deg); }
.badge-e { background: #e93748; left: 3%; bottom: 125px; transform: rotate(5deg); }
.badge-a { background: #f49a13; right: 3%; bottom: 155px; transform: rotate(-7deg); }
.badge-m { background: #6e4fc5; top: 245px; right: -2%; transform: rotate(4deg); }

.impact-bar { background: var(--navy); color: #fff; display: grid; grid-template-columns: repeat(2, 1fr); padding: 0 clamp(24px, 6vw, 96px); }
.impact-bar div { min-height: 135px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 25px; border-right: 1px solid rgba(255,255,255,.12); }
.impact-bar div:last-child { border-right: 0; }
.impact-bar strong { color: var(--cyan); font-size: 32px; letter-spacing: -.04em; white-space: nowrap; }
.impact-bar span { max-width: 150px; color: #b9c7da; font-size: 12px; line-height: 1.5; }

.section { padding: 110px clamp(24px, 7vw, 112px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 52px; }
.section h2, .fest h2, .contact h2 { margin: 15px 0 0; font-size: clamp(40px, 4vw, 60px); line-height: 1.06; letter-spacing: -.045em; color: var(--navy); }
.section-heading > p { max-width: 530px; margin: 0 0 4px; line-height: 1.8; color: var(--muted); font-size: 16px; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.program-card { min-height: 410px; border: 1px solid var(--line); border-radius: 14px; padding: 30px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: #fff; transition: transform .22s, box-shadow .22s; }
.program-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(11,47,91,.12); }
.program-card::after { content: ""; height: 5px; position: absolute; inset: auto 0 0; background: var(--accent); }
.program-card.cyan { --accent: #00a9d9; }
.program-card.blue { --accent: #066fec; }
.program-card.violet { --accent: #714bd6; }
.program-card.orange { --accent: #ef8417; }
.level { align-self: flex-start; color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, white); border-radius: 40px; padding: 7px 12px; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.mini-circuit { height: 95px; margin: 20px 0 5px; position: relative; opacity: .9; }
.mini-circuit::before, .mini-circuit::after { content: ""; position: absolute; background: color-mix(in srgb, var(--accent) 40%, white); }
.mini-circuit::before { height: 2px; left: 2px; right: 20px; top: 50px; }
.mini-circuit::after { width: 2px; height: 48px; left: 50%; top: 4px; }
.mini-circuit i { width: 18px; height: 18px; border: 4px solid var(--accent); background: #fff; border-radius: 50%; position: absolute; top: 42px; }
.mini-circuit i:nth-child(2) { left: 47%; top: 0; }
.mini-circuit i:nth-child(3) { right: 2px; }
.program-card h3 { font-size: 23px; line-height: 1.15; letter-spacing: -.03em; margin: 12px 0; color: var(--navy); }
.program-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0 0 22px; }
.program-card a { margin-top: auto; font-size: 12px; font-weight: 800; display: flex; justify-content: space-between; color: var(--accent); }

.methodology { background: linear-gradient(145deg, var(--navy) 0%, #06295f 62%, #05458c 100%); color: #fff; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 9vw, 145px); align-items: center; position: relative; overflow: hidden; }
.methodology::after { content: ""; width: 520px; height: 520px; border: 1px solid rgba(73,211,255,.14); border-radius: 50%; position: absolute; right: -200px; bottom: -260px; box-shadow: 0 0 0 80px rgba(63,203,255,.03), 0 0 0 160px rgba(63,203,255,.025); }
.kicker.light { color: #53d8ff; }
.method-copy h2 { color: #fff; }
.method-copy > p { max-width: 550px; color: #b8c8dd; font-size: 16px; line-height: 1.8; margin: 26px 0 32px; }
.technology-row { display: flex; flex-wrap: wrap; gap: 8px; }
.technology-row span { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); padding: 9px 12px; border-radius: 6px; font-size: 11px; color: #d7e7f6; }
.method-steps { border-top: 1px solid rgba(255,255,255,.14); position: relative; z-index: 1; }
.method-step { display: grid; grid-template-columns: 55px 1fr; gap: 22px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.method-step > b { font-size: 12px; color: var(--cyan); font-family: monospace; }
.method-step h3 { margin: 0 0 6px; font-size: 20px; }
.method-step p { margin: 0; color: #9eb0c9; font-size: 13px; }

.schools { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 8vw, 125px); align-items: center; background: var(--soft); }
.schools-visual { position: relative; }
.image-frame { background: linear-gradient(145deg, #dff7ff, #a8ddff); border-radius: 26px; padding: 32px 40px 0; height: 635px; overflow: hidden; display: flex; align-items: end; justify-content: center; box-shadow: inset 0 0 0 1px rgba(0,104,200,.1); }
.image-frame img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.floating-note { position: absolute; right: -38px; bottom: 45px; width: 250px; background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 20px 50px rgba(2,38,83,.18); border-left: 4px solid var(--red); }
.floating-note b { display: block; color: var(--navy); font-size: 14px; margin-bottom: 6px; }
.floating-note span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.schools-copy .lead { color: var(--muted); line-height: 1.75; margin: 22px 0 28px; }
.service-list { border-top: 1px solid #d6e2ef; margin-bottom: 32px; }
.service { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid #d6e2ef; }
.service > b { color: var(--blue); font-size: 11px; font-family: monospace; margin-top: 4px; }
.service h3 { margin: 0 0 5px; font-size: 16px; color: var(--navy); }
.service p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.fest { display: grid; grid-template-columns: 1fr 1.25fr; min-height: 680px; background: #05275c; color: #fff; }
.fest-image { min-height: 680px; overflow: hidden; background: #073571; }
.fest-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fest-copy { padding: 90px clamp(40px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; background-image: radial-gradient(circle at 85% 10%, rgba(21,194,243,.16), transparent 35%); }
.fest h2 { color: #fff; font-size: clamp(58px, 7vw, 100px); }
.fest-copy > p { color: #b9c9dd; max-width: 650px; font-size: 17px; line-height: 1.75; margin: 24px 0; }
.fest ul { list-style: none; padding: 0; margin: 0 0 32px; }
.fest li { color: #d8e6f6; border-bottom: 1px solid rgba(255,255,255,.12); padding: 13px 0 13px 28px; position: relative; font-size: 13px; }
.fest li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }
.fest .button { align-self: flex-start; }

.steam-gpt { display: grid; grid-template-columns: 130px 1fr auto; gap: 35px; align-items: center; background: #fff; }
.gpt-mark { width: 120px; height: 120px; border-radius: 26px; color: #fff; display: grid; place-items: center; position: relative; background: linear-gradient(145deg, #06346f, #007fe5); box-shadow: 0 18px 40px rgba(0,90,200,.22); }
.gpt-mark span { font-size: 34px; font-weight: 900; letter-spacing: -.05em; }
.gpt-mark i { position: absolute; right: 13px; top: 10px; color: #4ce2ff; font-style: normal; }
.steam-gpt h2 { font-size: 42px; margin-top: 8px; }
.steam-gpt p { color: var(--muted); line-height: 1.7; max-width: 720px; margin-bottom: 0; }
.dark-link { white-space: nowrap; color: var(--navy); }

.contact { min-height: 500px; padding: 80px clamp(24px, 7vw, 112px); background: linear-gradient(110deg, #006adf, #0049a5); color: #fff; display: grid; grid-template-columns: .55fr 1.45fr; align-items: center; overflow: hidden; position: relative; }
.contact::after { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; left: -200px; bottom: -280px; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.contact-robot { position: relative; z-index: 1; max-width: 330px; background: #fff; border-radius: 24px; padding: 15px; transform: rotate(-3deg); box-shadow: 0 24px 50px rgba(0,25,80,.25); }
.contact-copy { position: relative; z-index: 1; padding-left: clamp(20px, 5vw, 80px); }
.contact h2 { color: #fff; }
.contact-copy > p { color: #d8ecff; font-size: 16px; line-height: 1.75; max-width: 680px; }
.contact-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 28px; }
.email-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 4px; }
.whatsapp-link { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.55); border-radius: 7px; font-size: 13px; font-weight: 800; }

footer { padding: 65px clamp(24px, 7vw, 112px) 28px; background: #020f24; color: #fff; display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; }
.footer-brand img { width: 165px; background: #fff; border-radius: 10px; padding: 5px; }
.footer-brand p { color: #7192b8; font-size: 13px; letter-spacing: .08em; margin-top: 20px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links b { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #50d8ff; margin-bottom: 4px; }
.footer-links a { color: #9cb0ca; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; color: #5d789a; font-size: 11px; }

.content-shell { min-height: 60vh; padding: 90px clamp(24px, 7vw, 112px); background: var(--soft); }
.narrow-shell { max-width: 1120px; margin: 0 auto; background: #fff; }
.content-heading { margin-bottom: 42px; }
.content-heading h1, .error-page h1 { max-width: 900px; margin: 14px 0 0; color: var(--navy); font-size: clamp(40px, 5vw, 68px); line-height: 1.06; letter-spacing: -.045em; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 15px 40px rgba(11,47,91,.07); }
.post-card > a img { width: 100%; height: 220px; object-fit: cover; }
.post-card-copy { padding: 28px; }
.post-card h2 { margin: 0 0 14px; color: var(--navy); font-size: 24px; line-height: 1.2; }
.post-card p, .entry-content, .error-page p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.entry-content > *:not(.content-heading):not(.entry-hero) { max-width: 820px; margin-left: auto; margin-right: auto; }
.entry-hero { margin: 0 auto 38px; max-width: 960px; overflow: hidden; border-radius: 18px; }
.entry-hero img { width: 100%; height: auto; }
.entry-content h2, .entry-content h3 { color: var(--navy); }
.entry-content a { color: var(--blue); text-decoration: underline; }
.error-page { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.error-page p { max-width: 680px; margin: 22px 0 30px; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { padding: 10px 14px; border-radius: 6px; background: #fff; color: var(--navy); }
.page-numbers.current { background: var(--blue); color: #fff; }

@media (max-width: 1120px) {
  .site-navigation { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-header.menu-open { flex-wrap: wrap; height: auto; min-height: 88px; padding-top: 8px; padding-bottom: 8px; }
  .site-header.menu-open .site-navigation { display: block; order: 4; width: 100%; }
  .site-header.menu-open .primary-menu { align-items: stretch; flex-direction: column; gap: 0; padding: 8px 0 14px; }
  .site-header.menu-open .primary-menu a { padding: 12px 4px; }
  .site-header.menu-open .primary-menu a::after { bottom: 7px; }
  .hero { grid-template-columns: .95fr 1.05fr; padding-left: 50px; padding-right: 40px; }
  .hero h1 { font-size: 58px; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-bar { grid-template-columns: repeat(2, 1fr); }
  .schools { gap: 65px; }
  .floating-note { right: -20px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { height: 72px; padding: 0 18px; }
  .brand { min-width: 145px; height: 60px; gap: 7px; }
  .brand img { width: 32px; height: 46px; }
  .brand b { font-size: 13px; }
  .brand small { font-size: 8px; margin-top: 5px; }
  .site-header .button-small { min-height: 39px; padding: 0 13px; font-size: 11px; }
  .hero { grid-template-columns: 1fr; padding: 58px 24px 30px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .eyebrow { justify-content: center; }
  .hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 530px; margin-top: 20px; }
  .hero-robot { height: 480px; }
  .steam-badge { width: 58px; height: 58px; }
  .orbit-one { width: 520px; height: 520px; }
  .impact-bar { grid-template-columns: 1fr 1fr; padding: 0; }
  .impact-bar div { flex-direction: column; text-align: center; min-height: 145px; gap: 5px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .impact-bar span { max-width: 180px; }
  .section { padding: 78px 24px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .methodology, .schools { grid-template-columns: 1fr; gap: 55px; }
  .schools-visual { max-width: 520px; margin: auto; }
  .floating-note { right: 12px; }
  .fest { grid-template-columns: 1fr; }
  .fest-image { min-height: 520px; height: 70vh; }
  .fest-copy { padding: 72px 24px; }
  .steam-gpt { grid-template-columns: 90px 1fr; }
  .gpt-mark { width: 86px; height: 86px; border-radius: 20px; }
  .steam-gpt .text-link { grid-column: 2; }
  .contact { grid-template-columns: 1fr; gap: 50px; text-align: center; }
  .contact-robot { width: 230px; margin: auto; }
  .contact-copy { padding-left: 0; }
  .contact-actions { justify-content: center; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 370px; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 430px; }
  .hero-robot { height: 395px; }
  .hero-visual::before { width: 430px; }
  .badge-s { left: 0; }
  .badge-t { right: 0; }
  .badge-e { left: -5px; bottom: 80px; }
  .badge-a { right: -5px; bottom: 110px; }
  .badge-m { display: none; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 350px; height: 350px; }
  .impact-bar { grid-template-columns: 1fr; }
  .impact-bar div { border-right: 0; }
  .image-frame { height: 520px; padding: 20px 16px 0; }
  .floating-note { left: 12px; right: 12px; width: auto; }
  .steam-gpt { grid-template-columns: 1fr; text-align: center; }
  .gpt-mark { margin: auto; }
  .steam-gpt .text-link { grid-column: 1; justify-content: center; }
  .contact { padding-top: 65px; padding-bottom: 65px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .post-grid { grid-template-columns: 1fr; }
}
