/*
Theme Name: Escola Irma Catarina Oficial
Theme URI: https://escolairmacatarina.com.br/
Author: Escola Irmã Catarina
Description: Tema oficial da Escola Irmã Catarina com layout novo completo.
Version: 1.0.0
Text Domain: escola-irma-catarina-oficial
*/

:root {
  --ink: #182842;
  --muted: #5f6d84;
  --paper: #fffdf8;
  --white: #fff;
  --line: #dbe4f2;
  --soft: #f3f7fd;
  --brand-blue: #174b91;
  --brand-navy: #102f63;
  --clay: #c8242f;
  --gold: #c8242f;
  --blue: #174b91;
  --shadow: 0 18px 50px rgba(16, 47, 99, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nunito Sans", Arial, sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 {
  margin: 0;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}
h1 { max-width: 880px; font-size: clamp(2.35rem, 5.2vw, 4.45rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.15rem); }
h3 { font-size: 1.32rem; }
p { margin: 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 248, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  width: min(1220px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
}
.brand img { width: 58px; }
.brand small {
  display: block;
  color: var(--muted);
  font-weight: 800;
  font-size: .78rem;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 13px;
  align-items: center;
  color: var(--muted);
  font-weight: 900;
  font-size: .84rem;
}
.nav-links a {
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.nav-links a.active,
.nav-links a:hover {
  color: var(--brand-navy);
  border-bottom-color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}
.primary { background: var(--brand-blue); color: var(--white); }
.secondary { background: var(--white); color: var(--brand-navy); border-color: var(--line); }
.clay { background: var(--clay); color: var(--white); }
.hero {
  min-height: 650px;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(16,47,99,.88) 0%, rgba(16,47,99,.62) 48%, rgba(16,47,99,.16) 100%),
    url("https://escola-irma-catarina-apresentacao.vercel.app/site-assets/ai/momento-escola-01.png?v=20260521-imagens-corretas") center / cover no-repeat;
  color: var(--white);
}
.hero-content {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 72px;
}
.hero-cloud-stack {
  display: inline-grid;
  gap: 14px;
  margin-bottom: 20px;
}
.hero-cloud {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: fit-content;
  margin-left: 12px;
  padding: 0 18px;
  color: var(--brand-navy);
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(16,47,99,.22);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
}
.hero-cloud::before,
.hero-cloud::after {
  content: "";
  position: absolute;
  background: var(--white);
  border-radius: 50%;
}
.hero-cloud::before {
  width: 24px;
  height: 24px;
  left: 16px;
  top: -12px;
}
.hero-cloud::after {
  width: 34px;
  height: 34px;
  left: 42px;
  top: -19px;
}
.hero-cloud {
  isolation: isolate;
}
.hero-cloud::before,
.hero-cloud::after {
  z-index: -1;
}
.hero-cloud-cta {
  min-height: 54px;
  padding: 0 26px;
  color: var(--white);
  background: var(--clay);
  font-size: 1.08rem;
  box-shadow: 0 18px 36px rgba(200,36,47,.34);
  transform: translateX(10px);
}
.hero-cloud-cta::before,
.hero-cloud-cta::after {
  background: var(--clay);
}
.hero-cloud-cta:hover {
  background: #a91f28;
}
.hero-cloud-cta:hover::before,
.hero-cloud-cta:hover::after {
  background: #a91f28;
}
.eyebrow {
  margin-bottom: 16px;
  color: var(--clay);
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 900;
}
.hero-text,
.page-lead {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255,255,255,.92);
  font-size: 1.22rem;
}
.page-lead { color: var(--muted); }
.integral-note {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(200,36,47,.2);
  border-radius: 999px;
  color: var(--clay);
  background: rgba(200,36,47,.08);
  font-weight: 900;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.enrollment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.proof-strip {
  width: min(1220px, calc(100% - 32px));
  margin: -40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.proof { padding: 22px 24px; border-right: 1px solid var(--line); }
.proof:last-child { border-right: 0; }
.proof strong { display: block; color: var(--brand-navy); font-size: 1.42rem; line-height: 1; }
.proof span { color: var(--muted); font-weight: 800; font-size: .95rem; }
section,
.page-hero {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}
section { padding: 72px 0; }
.page-hero {
  padding: 74px 0 28px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}
.page-hero.text-only {
  grid-template-columns: 1fr;
  max-width: 980px;
  margin-left: max(16px, calc((100% - 1220px) / 2));
}
.page-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.page-hero img.portrait-fit {
  object-fit: contain;
  background: var(--soft);
  padding: 28px;
}
.page-hero img.banner-fit,
.banner-fit {
  object-fit: contain;
  background: var(--white);
  padding: 0;
}
.page-hero img.obmep-banner {
  aspect-ratio: 16 / 5.4;
  object-fit: cover;
  background: var(--brand-navy);
}
.image-link {
  display: block;
  text-decoration: none;
}
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.card-body { padding: 24px; }
.card p { margin-top: 10px; color: var(--muted); }
.card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.home-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 34px;
}
.menu-card {
  position: relative;
  min-height: 260px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  background: var(--brand-navy);
}
.menu-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  transition: transform .25s ease;
}
.menu-card:hover img { transform: scale(1.04); }
.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(16,47,99,.82) 100%);
}
.menu-card span {
  position: relative;
  z-index: 1;
  color: var(--white);
  padding: 20px;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
}
.photo-strip {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 16px;
  padding-top: 0;
}
.photo-strip img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 8px;
}
.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.timeline {
  display: grid;
  gap: 12px;
}
.time-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.time-item strong { color: var(--brand-navy); }
.soft-panel {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag {
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--brand-navy);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 900;
  font-size: .86rem;
}
.subject-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.subject-list li {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--brand-navy);
  font-weight: 800;
}
.subject-list li.subject-action {
  padding: 0;
  background: var(--soft);
  border-color: var(--line);
}
.subject-list li.subject-action a {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: var(--brand-navy);
  text-decoration: none;
  font-weight: 900;
}
.subject-list li.subject-action:hover {
  border-color: rgba(23,75,145,.45);
  background: #eef5ff;
}
.subject-camera {
  position: relative;
  width: 20px;
  height: 15px;
  margin-left: auto;
  border: 2px solid currentColor;
  border-radius: 4px;
  opacity: .75;
}
.subject-camera::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.subject-camera::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  left: 2px;
  top: -6px;
  background: currentColor;
  border-radius: 3px 3px 0 0;
}
.extra-subjects {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(200,36,47,.22);
  border-radius: 8px;
  background: rgba(200,36,47,.07);
}
.extra-subjects strong {
  display: block;
  color: var(--clay);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: .98rem;
}
.extra-subjects ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.extra-subjects li {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--white);
  color: var(--clay);
  border: 1px solid rgba(200,36,47,.24);
  font-weight: 900;
}
.compact-cards { padding-top: 0; }
.awards-hero {
  padding-bottom: 10px;
}
.award-intro {
  display: block;
  padding-top: 28px;
}
.award-photo-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding: 0 0 18px;
}
.award-photo-carousel a {
  flex: 0 0 min(330px, 82vw);
  height: 300px;
  scroll-snap-align: start;
  border-radius: 8px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16,47,99,.08);
}
.award-photo-carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: var(--white);
  transition: transform .22s ease;
}
.award-photo-carousel a:hover img {
  transform: none;
}
.award-intro article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
}
.award-intro p {
  margin-top: 12px;
  color: var(--muted);
}
.award-timeline {
  display: grid;
  gap: 16px;
  padding-top: 22px;
}
.award-year {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}
.award-year-header {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}
.award-year-header span {
  display: inline-flex;
  width: 68px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-weight: 900;
}
.award-year-header h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  color: var(--brand-navy);
}
.award-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 22px;
}
.award-items div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.award-items strong {
  display: block;
  color: var(--brand-navy);
}
.award-items span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
}
.award-support {
  padding-top: 0;
}
.award-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 0;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 800;
}
.award-sources strong {
  color: var(--brand-navy);
}
.award-sources a {
  text-decoration: none;
  color: var(--brand-blue);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--white);
}
.obmep-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}
.obmep-card {
  background: var(--brand-navy);
  color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}
.obmep-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: contain;
  background: var(--brand-navy);
}
.obmep-card .card-body p { color: rgba(255,255,255,.85); }
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.resource-card {
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.resource-card h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); overflow-wrap: anywhere; }
.resource-card.wide {
  grid-column: span 2;
  background: var(--soft);
}
.resource-card p { color: var(--muted); }
.resource-kicker {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 900;
  font-size: .78rem;
}
.art-hero img {
  aspect-ratio: 16 / 10;
}
.art-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 28px;
}
.art-feature article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}
.art-feature p {
  margin-top: 12px;
  color: var(--muted);
}
.art-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 14px;
  padding-top: 0;
}
.art-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
}
.art-gallery figure.wide {
  grid-column: span 2;
}
.art-gallery img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.art-gallery figure.wide img {
  aspect-ratio: 16 / 9;
}
.location-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items: stretch;
}
.map-card,
.location-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}
.map-card iframe {
  width: 100%;
  min-height: 520px;
  border: 0;
  display: block;
}
.location-panel {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.materials-page {
  display: grid;
  gap: 14px;
}
.materials-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}
.material-detail {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}
.material-detail summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--brand-navy);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
}
.material-body {
  padding: 0 24px 24px;
}
.material-body ul {
  margin: 0 0 22px;
  padding-left: 22px;
  color: var(--muted);
  columns: 2;
  column-gap: 40px;
}
.material-body li {
  break-inside: avoid;
  margin: 0 0 8px;
}
.calendar-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.calendar-month {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.calendar-month h2 {
  color: var(--brand-navy);
  font-size: 1.28rem;
  text-transform: uppercase;
}
.calendar-week,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.calendar-week {
  margin-top: 16px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 900;
  text-align: center;
}
.calendar-grid {
  margin-top: 8px;
}
.calendar-day,
.calendar-empty {
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--soft);
  color: var(--muted);
  font-weight: 800;
  font-size: .86rem;
}
.calendar-day.has-event {
  background: var(--brand-blue);
  color: var(--white);
}
.calendar-events {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
  color: var(--muted);
  font-size: .93rem;
}
.calendar-events strong {
  display: inline-flex;
  min-width: 58px;
  color: var(--brand-navy);
}
.norms-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.norm-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}
.norm-card p {
  margin-top: 14px;
  color: var(--muted);
}
.norm-list {
  margin: 20px 0 24px;
  padding-left: 22px;
  color: var(--muted);
}
.norm-list li {
  margin-bottom: 10px;
}
.medal-list {
  display: grid;
  gap: 12px;
}
.medal {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.medal strong { color: var(--brand-navy); }
.testimonial-page {
  overflow: hidden;
}
.testimonial-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.testimonial-track::-webkit-scrollbar { display: none; }
.quote {
  min-width: min(380px, 86vw);
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.quote-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.review-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand-navy);
  color: var(--white);
  font-weight: 900;
  font-size: .92rem;
}
.quote-header strong {
  display: block;
  margin: 0;
  color: var(--brand-navy);
  font-size: .96rem;
}
.quote-header span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
  margin-top: 2px;
}
.stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 1px;
  font-weight: 900;
}
.stars span {
  color: var(--brand-navy);
  letter-spacing: 0;
  margin-left: 6px;
  font-size: .9rem;
}
.quote p {
  margin-top: 10px;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.55;
}
.quote > strong {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: .92rem;
}
.carousel-controls {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--brand-navy);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
}
details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}
details + details { margin-top: 10px; }
summary { cursor: pointer; font-weight: 900; }
details p { margin-top: 10px; color: var(--muted); }
.cta {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto 78px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: center;
}
.info-list { display: grid; gap: 10px; color: var(--muted); font-weight: 800; }
.site-footer { background: var(--brand-navy); color: rgba(255,255,255,.82); padding: 38px 0; }
.footer-inner {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.whatsapp-fixed {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  box-shadow: 0 14px 34px rgba(16,47,99,.24);
}
@media (max-width: 1040px) {
  .nav {
    flex-wrap: wrap;
    align-items: center;
  }
  .nav-links {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .hero {
    background:
      linear-gradient(180deg, rgba(16,47,99,.52) 0%, rgba(16,47,99,.9) 78%),
      url("https://escola-irma-catarina-apresentacao.vercel.app/site-assets/ai/momento-escola-01.png?v=20260521-imagens-corretas") center / cover no-repeat;
  }
  .proof-strip,
  .grid-2,
  .grid-3,
  .grid-4,
  .home-menu,
  .photo-strip,
  .split,
  .page-hero,
  .art-feature,
  .art-gallery,
  .award-intro,
  .award-items,
  .obmep-grid,
  .resource-grid,
  .location-grid,
  .calendar-board,
  .norms-page,
  .cta {
    grid-template-columns: 1fr;
  }
  .page-hero.text-only { margin-left: auto; }
  .resource-card.wide { grid-column: span 1; }
  .art-gallery figure.wide { grid-column: span 1; }
  .proof { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof:last-child { border-bottom: 0; }
  section { padding: 54px 0; }
  .photo-strip img { height: 260px; }
  .material-body ul { columns: 1; }
}
@media (max-width: 560px) {
  .brand img { width: 46px; }
  .brand span { font-size: .95rem; }
  .button { width: 100%; }
  .proof-strip { width: 100%; margin-top: 0; border-left: 0; border-right: 0; }
  .cta { padding: 26px; }
  .footer-inner { flex-direction: column; }
  .whatsapp-fixed { left: 16px; right: 16px; }
  .time-item { grid-template-columns: 1fr; gap: 6px; }
  .award-year-header { grid-template-columns: 1fr; gap: 8px; }
  .hero-cloud { margin-left: 0; }
}

h3 { font-size: 1.32rem; }
p { margin: 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 248, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  width: min(1220px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
}
.brand img { width: 58px; }
.brand small {
  display: block;
  color: var(--muted);
  font-weight: 800;
  font-size: .78rem;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 13px;
  align-items: center;
  color: var(--muted);
  font-weight: 900;
  font-size: .84rem;
}
.nav-links a {
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.nav-links a.active,
.nav-links a:hover {
  color: var(--brand-navy);
  border-bottom-color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}
.primary { background: var(--brand-blue); color: var(--white); }
.secondary { background: var(--white); color: var(--brand-navy); border-color: var(--line); }
.clay { background: var(--clay); color: var(--white); }
.hero {
  min-height: 650px;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(16,47,99,.88) 0%, rgba(16,47,99,.62) 48%, rgba(16,47,99,.16) 100%),
    url("https://escola-irma-catarina-apresentacao.vercel.app/site-assets/ai/momento-escola-01.png?v=20260521-imagens-corretas") center / cover no-repeat;
  color: var(--white);
}
.hero-content {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 72px;
}
.hero-cloud-stack {
  display: inline-grid;
  gap: 14px;
  margin-bottom: 20px;
}
.hero-cloud {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: fit-content;
  margin-left: 12px;
  padding: 0 18px;
  color: var(--brand-navy);
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(16,47,99,.22);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
}
.hero-cloud::before,
.hero-cloud::after {
  content: "";
  position: absolute;
  background: var(--white);
  border-radius: 50%;
}
.hero-cloud::before {
  width: 24px;
  height: 24px;
  left: 16px;
  top: -12px;
}
.hero-cloud::after {
  width: 34px;
  height: 34px;
  left: 42px;
  top: -19px;
}
.hero-cloud {
  isolation: isolate;
}
.hero-cloud::before,
.hero-cloud::after {
  z-index: -1;
}
.hero-cloud-cta {
  min-height: 54px;
  padding: 0 26px;
  color: var(--white);
  background: var(--clay);
  font-size: 1.08rem;
  box-shadow: 0 18px 36px rgba(200,36,47,.34);
  transform: translateX(10px);
}
.hero-cloud-cta::before,
.hero-cloud-cta::after {
  background: var(--clay);
}
.hero-cloud-cta:hover {
  background: #a91f28;
}
.hero-cloud-cta:hover::before,
.hero-cloud-cta:hover::after {
  background: #a91f28;
}
.eyebrow {
  margin-bottom: 16px;
  color: var(--clay);
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 900;
}
.hero-text,
.page-lead {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255,255,255,.92);
  font-size: 1.22rem;
}
.page-lead { color: var(--muted); }
.integral-note {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(200,36,47,.2);
  border-radius: 999px;
  color: var(--clay);
  background: rgba(200,36,47,.08);
  font-weight: 900;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.enrollment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.proof-strip {
  width: min(1220px, calc(100% - 32px));
  margin: -40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.proof { padding: 22px 24px; border-right: 1px solid var(--line); }
.proof:last-child { border-right: 0; }
.proof strong { display: block; color: var(--brand-navy); font-size: 1.42rem; line-height: 1; }
.proof span { color: var(--muted); font-weight: 800; font-size: .95rem; }
section,
.page-hero {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}
section { padding: 72px 0; }
.page-hero {
  padding: 74px 0 28px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}
.page-hero.text-only {
  grid-template-columns: 1fr;
  max-width: 980px;
  margin-left: max(16px, calc((100% - 1220px) / 2));
}
.page-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.page-hero img.portrait-fit {
  object-fit: contain;
  background: var(--soft);
  padding: 28px;
}
.page-hero img.banner-fit,
.banner-fit {
  object-fit: contain;
  background: var(--white);
  padding: 0;
}
.page-hero img.obmep-banner {
  aspect-ratio: 16 / 5.4;
  object-fit: cover;
  background: var(--brand-navy);
}
.image-link {
  display: block;
  text-decoration: none;
}
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.card-body { padding: 24px; }
.card p { margin-top: 10px; color: var(--muted); }
.card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.home-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 34px;
}
.menu-card {
  position: relative;
  min-height: 260px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  background: var(--brand-navy);
}
.menu-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  transition: transform .25s ease;
}
.menu-card:hover img { transform: scale(1.04); }
.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(16,47,99,.82) 100%);
}
.menu-card span {
  position: relative;
  z-index: 1;
  color: var(--white);
  padding: 20px;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
}
.photo-strip {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 16px;
  padding-top: 0;
}
.photo-strip img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 8px;
}
.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.timeline {
  display: grid;
  gap: 12px;
}
.time-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.time-item strong { color: var(--brand-navy); }
.soft-panel {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag {
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--brand-navy);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 900;
  font-size: .86rem;
}
.subject-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.subject-list li {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--brand-navy);
  font-weight: 800;
}
.subject-list li.subject-action {
  padding: 0;
  background: var(--soft);
  border-color: var(--line);
}
.subject-list li.subject-action a {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: var(--brand-navy);
  text-decoration: none;
  font-weight: 900;
}
.subject-list li.subject-action:hover {
  border-color: rgba(23,75,145,.45);
  background: #eef5ff;
}
.subject-camera {
  position: relative;
  width: 20px;
  height: 15px;
  margin-left: auto;
  border: 2px solid currentColor;
  border-radius: 4px;
  opacity: .75;
}
.subject-camera::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.subject-camera::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  left: 2px;
  top: -6px;
  background: currentColor;
  border-radius: 3px 3px 0 0;
}
.extra-subjects {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(200,36,47,.22);
  border-radius: 8px;
  background: rgba(200,36,47,.07);
}
.extra-subjects strong {
  display: block;
  color: var(--clay);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: .98rem;
}
.extra-subjects ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.extra-subjects li {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--white);
  color: var(--clay);
  border: 1px solid rgba(200,36,47,.24);
  font-weight: 900;
}
.compact-cards { padding-top: 0; }
.awards-hero {
  padding-bottom: 10px;
}
.award-intro {
  display: block;
  padding-top: 28px;
}
.award-photo-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding: 0 0 18px;
}
.award-photo-carousel a {
  flex: 0 0 min(330px, 82vw);
  height: 300px;
  scroll-snap-align: start;
  border-radius: 8px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16,47,99,.08);
}
.award-photo-carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: var(--white);
  transition: transform .22s ease;
}
.award-photo-carousel a:hover img {
  transform: none;
}
.award-intro article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
}
.award-intro p {
  margin-top: 12px;
  color: var(--muted);
}
.award-timeline {
  display: grid;
  gap: 16px;
  padding-top: 22px;
}
.award-year {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}
.award-year-header {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}
.award-year-header span {
  display: inline-flex;
  width: 68px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-weight: 900;
}
.award-year-header h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  color: var(--brand-navy);
}
.award-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 22px;
}
.award-items div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.award-items strong {
  display: block;
  color: var(--brand-navy);
}
.award-items span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
}
.award-support {
  padding-top: 0;
}
.award-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 0;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 800;
}
.award-sources strong {
  color: var(--brand-navy);
}
.award-sources a {
  text-decoration: none;
  color: var(--brand-blue);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--white);
}
.obmep-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}
.obmep-card {
  background: var(--brand-navy);
  color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}
.obmep-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: contain;
  background: var(--brand-navy);
}
.obmep-card .card-body p { color: rgba(255,255,255,.85); }
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.resource-card {
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.resource-card h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); overflow-wrap: anywhere; }
.resource-card.wide {
  grid-column: span 2;
  background: var(--soft);
}
.resource-card p { color: var(--muted); }
.resource-kicker {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 900;
  font-size: .78rem;
}
.art-hero img {
  aspect-ratio: 16 / 10;
}
.art-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 28px;
}
.art-feature article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}
.art-feature p {
  margin-top: 12px;
  color: var(--muted);
}
.art-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 14px;
  padding-top: 0;
}
.art-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
}
.art-gallery figure.wide {
  grid-column: span 2;
}
.art-gallery img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.art-gallery figure.wide img {
  aspect-ratio: 16 / 9;
}
.location-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items: stretch;
}
.map-card,
.location-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}
.map-card iframe {
  width: 100%;
  min-height: 520px;
  border: 0;
  display: block;
}
.location-panel {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.materials-page {
  display: grid;
  gap: 14px;
}
.materials-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}
.material-detail {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}
.material-detail summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--brand-navy);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
}
.material-body {
  padding: 0 24px 24px;
}
.material-body ul {
  margin: 0 0 22px;
  padding-left: 22px;
  color: var(--muted);
  columns: 2;
  column-gap: 40px;
}
.material-body li {
  break-inside: avoid;
  margin: 0 0 8px;
}
.calendar-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.calendar-month {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.calendar-month h2 {
  color: var(--brand-navy);
  font-size: 1.28rem;
  text-transform: uppercase;
}
.calendar-week,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.calendar-week {
  margin-top: 16px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 900;
  text-align: center;
}
.calendar-grid {
  margin-top: 8px;
}
.calendar-day,
.calendar-empty {
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--soft);
  color: var(--muted);
  font-weight: 800;
  font-size: .86rem;
}
.calendar-day.has-event {
  background: var(--brand-blue);
  color: var(--white);
}
.calendar-events {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
  color: var(--muted);
  font-size: .93rem;
}
.calendar-events strong {
  display: inline-flex;
  min-width: 58px;
  color: var(--brand-navy);
}
.norms-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.norm-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}
.norm-card p {
  margin-top: 14px;
  color: var(--muted);
}
.norm-list {
  margin: 20px 0 24px;
  padding-left: 22px;
  color: var(--muted);
}
.norm-list li {
  margin-bottom: 10px;
}
.medal-list {
  display: grid;
  gap: 12px;
}
.medal {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.medal strong { color: var(--brand-navy); }
.testimonial-page {
  overflow: hidden;
}
.testimonial-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.testimonial-track::-webkit-scrollbar { display: none; }
.quote {
  min-width: min(380px, 86vw);
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.quote-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.review-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand-navy);
  color: var(--white);
  font-weight: 900;
  font-size: .92rem;
}
.quote-header strong {
  display: block;
  margin: 0;
  color: var(--brand-navy);
  font-size: .96rem;
}
.quote-header span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
  margin-top: 2px;
}
.stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 1px;
  font-weight: 900;
}
.stars span {
  color: var(--brand-navy);
  letter-spacing: 0;
  margin-left: 6px;
  font-size: .9rem;
}
.quote p {
  margin-top: 10px;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.55;
}
.quote > strong {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: .92rem;
}
.carousel-controls {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--brand-navy);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
}
details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}
details + details { margin-top: 10px; }
summary { cursor: pointer; font-weight: 900; }
details p { margin-top: 10px; color: var(--muted); }
.cta {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto 78px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: center;
}
.info-list { display: grid; gap: 10px; color: var(--muted); font-weight: 800; }
.site-footer { background: var(--brand-navy); color: rgba(255,255,255,.82); padding: 38px 0; }
.footer-inner {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.whatsapp-fixed {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  box-shadow: 0 14px 34px rgba(16,47,99,.24);
}
@media (max-width: 1040px) {
  .nav {
    flex-wrap: wrap;
    align-items: center;
  }
  .nav-links {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .hero {
    background:
      linear-gradient(180deg, rgba(16,47,99,.52) 0%, rgba(16,47,99,.9) 78%),
      url("https://escola-irma-catarina-apresentacao.vercel.app/site-assets/ai/momento-escola-01.png?v=20260521-imagens-corretas") center / cover no-repeat;
  }
  .proof-strip,
  .grid-2,
  .grid-3,
  .grid-4,
  .home-menu,
  .photo-strip,
  .split,
  .page-hero,
  .art-feature,
  .art-gallery,
  .award-intro,
  .award-items,
  .obmep-grid,
  .resource-grid,
  .location-grid,
  .calendar-board,
  .norms-page,
  .cta {
    grid-template-columns: 1fr;
  }
  .page-hero.text-only { margin-left: auto; }
  .resource-card.wide { grid-column: span 1; }
  .art-gallery figure.wide { grid-column: span 1; }
  .proof { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof:last-child { border-bottom: 0; }
  section { padding: 54px 0; }
  .photo-strip img { height: 260px; }
  .material-body ul { columns: 1; }
}
@media (max-width: 560px) {
  .brand img { width: 46px; }
  .brand span { font-size: .95rem; }
  .button { width: 100%; }
  .proof-strip { width: 100%; margin-top: 0; border-left: 0; border-right: 0; }
  .cta { padding: 26px; }
  .footer-inner { flex-direction: column; }
  .whatsapp-fixed { left: 16px; right: 16px; }
  .time-item { grid-template-columns: 1fr; gap: 6px; }
  .award-year-header { grid-template-columns: 1fr; gap: 8px; }
  .hero-cloud { margin-left: 0; }
}
