:root {
  --navy: #061847;
  --navy-2: #0b2866;
  --blue: #14683f;
  --electric: #218756;
  --yellow: #b9e5c9;
  --mint: #75c99c;
  --paper: #f3f6f4;
  --white: #fff;
  --ink: #111a31;
  --muted: #66708a;
  --line: #dde2ee;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(6, 24, 71, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--blue); transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: none; }

.community-strip { color: #dbe6ff; background: #03102f; font-size: .76rem; letter-spacing: .025em; }
.community-strip__content { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.community-strip a { color: var(--yellow); font-weight: 700; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(134, 230, 193, .12); }
.site-header { position: relative; z-index: 100; color: var(--white); background: var(--navy); }
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { display: grid; place-items: center; width: 56px; aspect-ratio: 1; color: var(--navy); background: var(--yellow); border-radius: 14px 5px 14px 5px; font-size: 1.15rem; font-weight: 1000; letter-spacing: -.07em; box-shadow: inset 0 -4px 0 rgba(6, 24, 71, .12); }
.brand__mark--crest { overflow: hidden; padding: 3px; background: var(--white); border-radius: 13px; box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.brand__mark--crest img { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand__name { color: #aab9dc; font-size: .68rem; font-weight: 700; line-height: 1.15; letter-spacing: .15em; }
.brand__name strong { color: var(--white); font-size: .9rem; }
.main-menu { display: flex; align-items: center; gap: 22px; color: #d9e2f7; font-size: .87rem; font-weight: 700; }
.main-menu a { position: relative; padding: 12px 0; }
.main-menu > a:not(.nav-shop)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--yellow); transition: right .25s; }
.main-menu > a:hover::after, .main-menu > a:focus-visible::after { right: 0; }
.nav-shop { padding: 10px 14px !important; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; }
.cart-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 5px; padding: 0 5px; color: var(--navy); background: var(--yellow); border-radius: 20px; font-size: .68rem; }
.shop-status-pill { display: inline-flex; margin-left: 5px; padding: 4px 7px; color: #fff1c7; background: #a33b2d; border-radius: 999px; font-size: .55rem; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: .25s; }

.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 70% 34%, #123f55 0, var(--navy) 42%, #041238 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero__grid { position: relative; z-index: 1; min-height: 610px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; padding-top: 58px; padding-bottom: 85px; }
.hero__copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .19em; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { max-width: 690px; margin: 19px 0 22px; font-size: clamp(3rem, 5.2vw, 5.3rem); line-height: .95; letter-spacing: -.061em; }
.hero h1 span { color: var(--yellow); }
.hero__copy > p { max-width: 625px; margin: 0; color: #c8d5f1; font-size: 1.12rem; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 850; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--navy); background: var(--yellow); box-shadow: 0 12px 28px rgba(255, 216, 90, .18); }
.button--primary:hover { box-shadow: 0 16px 34px rgba(255, 216, 90, .27); }
.button--raffle { border-color: rgba(255,255,255,.5); box-shadow: 0 0 0 5px rgba(185,229,201,.11), 0 15px 34px rgba(0,0,0,.22); }
.button--raffle span { font-size: 1.15rem; }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.button--light { color: var(--navy); background: var(--white); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; box-shadow: none; }
.button--raffle:disabled { color: #354366; background: #d7dddc; border-color: rgba(255,255,255,.35); opacity: .78; box-shadow: 0 0 0 5px rgba(255,255,255,.07); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #91a6d0; font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.hero__trust span::before { content: "✓"; margin-right: 7px; color: var(--mint); font-weight: 1000; }
.hero__visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.school-identity { display: block; }
.school-photo-card { position: absolute; inset: 0 20px 0 70px; overflow: hidden; border: 8px solid rgba(255,255,255,.12); border-radius: 34px 12px 34px 12px; box-shadow: 0 35px 80px rgba(0,0,0,.38); }
.school-photo-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,18,56,.7)); }
.school-photo-card__image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; }
.school-photo-card__location { position: absolute; z-index: 1; right: 19px; bottom: 16px; padding: 8px 11px; color: var(--white); background: rgba(7,27,74,.86); border: 1px solid rgba(255,255,255,.25); border-radius: 8px; font-size: .62rem; font-weight: 950; letter-spacing: .16em; backdrop-filter: blur(5px); }
.hero-crest { position: absolute; z-index: 4; left: 0; bottom: 26px; width: 188px; height: 188px; padding: 9px; background: var(--white); border: 5px solid var(--yellow); border-radius: 25px 8px 25px 8px; box-shadow: 0 22px 55px rgba(0,0,0,.4); transform: rotate(-3deg); }
.hero-crest img { width: 100%; height: 100%; display: block; object-fit: contain; }
.hero-card--main { position: relative; z-index: 2; width: min(315px, 70vw); aspect-ratio: .84; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: var(--navy); background: linear-gradient(145deg, #ffe991, var(--yellow)); border: 10px solid rgba(255,255,255,.12); outline: 1px solid rgba(255,255,255,.25); border-radius: 46px 15px 46px 15px; box-shadow: 0 40px 80px rgba(0,0,0,.35); transform: rotate(3deg); }
.hero-card--main::before, .hero-card--main::after { content: ""; position: absolute; width: 47px; height: 47px; border-color: var(--navy); opacity: .18; }
.hero-card--main::before { top: 25px; left: 25px; border-top: 4px solid; border-left: 4px solid; }
.hero-card--main::after { right: 25px; bottom: 25px; border-right: 4px solid; border-bottom: 4px solid; }
.hero-card--main strong { font-size: 5.4rem; line-height: 1; letter-spacing: -.11em; }
.hero-card__small { font-size: .67rem; font-weight: 950; letter-spacing: .18em; }
.hero-card--main > span:last-child { font-weight: 750; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 13px 16px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.25); animation: float 4s ease-in-out infinite; }
.floating-card small { display: block; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.floating-card strong { display: block; margin-top: 2px; font-size: .82rem; }
.floating-card__icon { color: #ff4d70; font-size: 1.4rem; }
.tool-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--blue); border-radius: 10px; }
.floating-card--news { top: 34px; left: 0; }
.floating-card--project { right: -5px; bottom: 45px; animation-delay: -1.7s; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit--one { width: 390px; height: 390px; }
.orbit--two { width: 510px; height: 510px; border-style: dashed; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero__glow--one { width: 160px; height: 160px; top: 40px; right: 4%; background: rgba(47,117,255,.3); }
.hero__glow--two { width: 250px; height: 250px; bottom: -120px; left: 25%; background: rgba(134,230,193,.1); }
.hero__ticker { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; overflow: hidden; padding: 13px 0; color: var(--navy); background: var(--yellow); transform: rotate(-1deg) scale(1.02); font-size: .68rem; font-weight: 950; letter-spacing: .17em; white-space: nowrap; }
.ticker-track { width: max-content; display: flex; gap: 23px; animation: ticker 35s linear infinite; }
.ticker-track i { font-style: normal; }

.quick-access { position: relative; z-index: 4; margin-top: -2px; padding: 52px 0 12px; background: var(--paper); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quick-card { min-height: 115px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 22px; border: 1px solid rgba(6,24,71,.07); border-radius: 18px; box-shadow: 0 11px 30px rgba(6,24,71,.05); transition: transform .22s, box-shadow .22s; }
.quick-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.quick-card--yellow { background: #fff5c9; }
.quick-card--blue { color: var(--white); background: var(--blue); }
.quick-card--mint { background: #dff8ee; }
.quick-card__icon { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid currentColor; border-radius: 12px; font-size: .72rem; font-weight: 950; opacity: .7; }
.quick-card strong, .quick-card small { display: block; }
.quick-card strong { margin-bottom: 5px; font-size: .96rem; }
.quick-card small { opacity: .66; }

.section { padding: 105px 0; }
.section--soft { background: var(--paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.section h2 { margin: 11px 0 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.06; letter-spacing: -.045em; }
.section-intro { max-width: 650px; margin: 14px 0 0; color: var(--muted); line-height: 1.6; }
.text-link { color: var(--blue); font-size: .84rem; font-weight: 850; }
.text-link span { margin-left: 6px; }
.news-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.news-card { min-height: 430px; display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(6,24,71,.07); transition: transform .22s, box-shadow .22s; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.news-card__visual { min-height: 205px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--blue)); }
.news-card:first-child .news-card__visual { min-height: 240px; background: linear-gradient(145deg, #0a255e, #1766ef); }
.news-card:nth-child(2) .news-card__visual { background: linear-gradient(145deg, #224d3e, #59b792); }
.news-card:nth-child(3) .news-card__visual { color: var(--navy); background: linear-gradient(145deg, #ffdf72, #ffefb3); }
.news-card__visual::before { content: ""; width: 160px; height: 160px; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.05), 0 0 0 55px rgba(255,255,255,.035); }
.news-card__monogram { position: relative; z-index: 1; font-size: 2.8rem; font-weight: 1000; letter-spacing: -.08em; }
.news-card__body { flex: 1; display: flex; flex-direction: column; padding: 23px; }
.tag { align-self: flex-start; padding: 6px 9px; color: var(--blue); background: #edf3ff; border-radius: 7px; font-size: .61rem; font-weight: 950; letter-spacing: .11em; }
.news-card h3 { margin: 15px 0 9px; font-size: 1.16rem; line-height: 1.25; }
.news-card p { margin: 0 0 19px; color: var(--muted); font-size: .86rem; line-height: 1.58; }
.news-card button { width: 100%; margin-top: auto; padding: 10px 0 0; color: var(--blue); background: transparent; border: 0; text-align: left; font-size: .78rem; font-weight: 850; cursor: pointer; }
.sample-note { margin: 19px 0 0; color: #8b93a8; font-size: .72rem; text-align: right; }

.section--ink { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.section--ink::after { content: "CT3"; position: absolute; right: -25px; bottom: -80px; color: rgba(255,255,255,.025); font-size: 25rem; font-weight: 1000; line-height: .8; letter-spacing: -.12em; }
.school-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: center; }
.section-kicker--light { color: var(--yellow); }
.school-copy h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
.school-copy p { margin: 23px 0 29px; color: #bbc9e7; line-height: 1.7; }
.specialties { display: grid; gap: 12px; }
.specialty-card { min-height: 150px; display: grid; grid-template-columns: 80px 1fr; gap: 23px; align-items: center; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); transition: background .2s, transform .2s; }
.specialty-card:hover { transform: translateX(5px); background: rgba(255,255,255,.09); }
.specialty-card__number { display: grid; place-items: center; width: 65px; height: 65px; color: var(--yellow); border: 1px solid rgba(185,229,201,.45); border-radius: 18px; font-size: .76rem; font-weight: 950; }
.specialty-card small { color: var(--mint); font-size: .6rem; font-weight: 900; letter-spacing: .14em; }
.specialty-card h3 { margin: 5px 0; font-size: 1.35rem; }
.specialty-card p { margin: 0; color: #aebedd; font-size: .84rem; line-height: 1.55; }
.specialty-card--placeholder { border-style: dashed; opacity: .68; }
.specialty-card--featured { min-height: 190px; background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(117,201,156,.12)); }
.specialty-card--resource { color: var(--white); border-color: rgba(185,229,201,.3); text-decoration: none; }
.specialty-card--resource:hover { border-color: var(--mint); }

.filters { display: flex; gap: 8px; padding: 5px; background: var(--paper); border-radius: 12px; }
.filter-button { padding: 9px 13px; color: var(--muted); background: transparent; border: 0; border-radius: 8px; font-size: .74rem; font-weight: 800; cursor: pointer; }
.filter-button.is-active { color: var(--white); background: var(--navy); }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { position: relative; min-height: 355px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 25px; color: var(--white); border-radius: var(--radius); background: var(--navy); isolation: isolate; }
.project-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: var(--project-bg); transition: transform .5s; }
.project-card::after { content: ""; position: absolute; z-index: -1; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3,16,47,.94)); }
.project-card:hover::before { transform: scale(1.06); }
.project-card__shape { position: absolute; z-index: -1; top: 40px; right: 30px; width: 120px; height: 120px; border: 22px solid rgba(255,255,255,.12); border-radius: 25px; transform: rotate(25deg); }
.project-card small { color: var(--yellow); font-weight: 850; letter-spacing: .12em; }
.project-card h3 { margin: 9px 0 7px; font-size: 1.4rem; }
.project-card p { margin: 0; color: #d8e2f6; font-size: .84rem; line-height: 1.5; }
.project-card.is-hidden { display: none; }

.participation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.participation-card { min-height: 480px; display: flex; flex-direction: column; padding: 44px; border-radius: 28px; box-shadow: 0 17px 50px rgba(6,24,71,.09); }
.participation-card--coop { color: var(--navy); background: var(--yellow); }
.participation-card--students { color: var(--white); background: linear-gradient(145deg, var(--blue), #103a91); }
.coop-photo { position: relative; height: auto; aspect-ratio: 1200 / 780; margin: -25px -25px 25px; overflow: hidden; border-radius: 20px; background: #e8e0d6; }
.coop-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(7,27,74,.58)); }
.coop-photo img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.coop-photo span { position: absolute; z-index: 1; right: 13px; bottom: 12px; padding: 6px 8px; color: var(--white); background: rgba(7,27,74,.82); border-radius: 7px; font-size: .58rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.participation-card__top { display: flex; align-items: center; justify-content: space-between; }
.participation-card__label { font-size: .65rem; font-weight: 950; letter-spacing: .17em; }
.participation-card__symbol { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.4rem; }
.participation-card h2 { margin-top: 55px; font-size: clamp(2.3rem, 4vw, 4rem); }
.participation-card p { max-width: 520px; font-size: .98rem; line-height: 1.65; opacity: .8; }
.participation-card ul { margin: 20px 0 32px; padding: 0; list-style: none; }
.participation-card li { padding: 9px 0; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 700; opacity: .72; }
.participation-card li::before { content: "✓"; margin-right: 10px; }
.participation-card > a { align-self: flex-start; margin-top: auto; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-weight: 900; }
.coop-links { display: grid; gap: 8px; margin-top: 20px; }
.coop-links a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 14px; color: var(--navy); border: 1px solid rgba(7,27,74,.19); border-radius: 11px; background: rgba(255,255,255,.24); transition: transform .2s, background .2s; }
.coop-links a:hover { transform: translateX(4px); background: rgba(255,255,255,.48); }
.coop-links span { font-size: .76rem; font-weight: 900; }
.coop-links small { font-size: .64rem; opacity: .7; text-align: right; }
.coop-initiative { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-top: 20px; padding: 17px; color: var(--white); background: linear-gradient(135deg, var(--navy), #103d80); border-radius: 16px; box-shadow: 0 14px 30px rgba(6,24,71,.16); }
.coop-initiative__icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; font-size: 1rem; }
.coop-initiative small { color: var(--mint); font-size: .57rem; font-weight: 950; letter-spacing: .14em; }
.coop-initiative h3 { margin: 5px 0 6px; font-size: 1rem; line-height: 1.25; }
.participation-card .coop-initiative p { margin: 0 0 10px; color: #d6e2f6; font-size: .73rem; line-height: 1.5; opacity: 1; }
.coop-initiative a { display: inline-flex; gap: 7px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: .7rem; font-weight: 900; }

.student-library { background: linear-gradient(180deg, #ffffff, #f1f7f4); }
.resource-filters { display: flex; gap: 7px; padding: 5px; background: #e8f1ec; border-radius: 12px; }
.resource-filter { padding: 9px 12px; color: var(--muted); background: transparent; border: 0; border-radius: 8px; font-size: .7rem; font-weight: 850; cursor: pointer; }
.resource-filter.is-active { color: var(--white); background: var(--blue); }
.resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.resource-card { min-width: 0; overflow: hidden; border: 1px solid #d6e1db; border-radius: 19px; background: var(--white); box-shadow: 0 12px 35px rgba(7,27,74,.06); transition: transform .22s, box-shadow .22s; }
.resource-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.resource-card.is-hidden { display: none; }
.resource-card__preview { position: relative; height: 205px; display: block; overflow: hidden; background: #eaf1ee; }
.resource-card__preview img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .35s; }
.resource-card:hover .resource-card__preview img { transform: scale(1.025); }
.resource-card__preview > span { position: absolute; left: 12px; bottom: 11px; padding: 6px 8px; color: var(--white); background: rgba(7,27,74,.88); border-radius: 7px; font-size: .55rem; font-weight: 950; letter-spacing: .09em; backdrop-filter: blur(4px); }
.resource-card__body { min-height: 235px; display: flex; flex-direction: column; padding: 20px; }
.resource-card__body h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.02rem; line-height: 1.3; }
.resource-card__body > p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.55; }
.resource-card__actions { display: flex; gap: 8px; margin-top: auto; padding-top: 18px; }
.resource-card__actions a { flex: 1; padding: 9px 8px; border: 1px solid #c4d6cc; border-radius: 9px; color: var(--blue); font-size: .69rem; font-weight: 900; text-align: center; }
.resource-card__actions a:first-child { color: var(--white); border-color: var(--blue); background: var(--blue); }

.shop-section { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f8faf8 100%); }
.shop-summary { color: var(--muted); font-size: .8rem; }
.shop-heading-status { flex: 0 0 auto; padding: 9px 12px; color: #842f23; background: #ffe3d5; border: 1px solid #dc9a84; border-radius: 999px; font-size: .64rem; font-weight: 950; letter-spacing: .1em; }
.shop-suspended-banner { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 18px; margin: -8px 0 28px; padding: 22px 24px; color: #fff8e8; background: linear-gradient(135deg, #8d3025, #b54a36); border: 1px solid #76271f; border-radius: 18px; box-shadow: 0 15px 35px rgba(120,40,30,.16); }
.shop-suspended-banner__icon { width: 52px; height: 52px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 1.25rem; font-weight: 1000; }
.shop-suspended-banner strong { display: block; font-size: 1.08rem; }
.shop-suspended-banner p { max-width: 760px; margin: 6px 0 0; color: #f9dcd4; font-size: .8rem; line-height: 1.55; }
.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: transform .22s, box-shadow .22s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card--suspended { border-color: #d9d9d4; }
.product-card--suspended:hover { transform: none; box-shadow: none; }
.product-card--suspended .product-card__visual img { filter: saturate(.72); }
.product-card--suspended:hover .product-card__visual img { transform: none; }
.product-card__visual { position: relative; aspect-ratio: 1; overflow: hidden; background: #eef1ef; }
.product-card__visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-card__visual img { transform: scale(1.035); }
.product-card__visual small { position: absolute; z-index: 1; top: 15px; left: 15px; padding: 7px 9px; color: var(--white); background: rgba(7,27,74,.9); border-radius: 7px; font-size: .58rem; font-weight: 950; letter-spacing: .1em; backdrop-filter: blur(5px); }
.product-card__visual small.is-green { background: rgba(20,104,63,.92); }
.product-card__body { padding: 19px; }
.product-card h3 { margin: 0 0 5px; font-size: 1rem; }
.product-card p { min-height: 39px; margin: 0 0 15px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-card__price { font-size: .72rem; font-weight: 850; }
.unavailable-chip { flex: 0 0 auto; padding: 6px 8px; color: #842f23; background: #ffe3d5; border-radius: 7px; font-size: .55rem; font-weight: 950; letter-spacing: .045em; text-transform: uppercase; }
.add-button { width: 36px; height: 36px; color: var(--white); background: var(--navy); border: 0; border-radius: 10px; font-size: 1.2rem; cursor: pointer; transition: background .2s, transform .2s; }
.add-button:hover { background: var(--blue); transform: scale(1.05); }
.add-button.is-added { color: var(--navy); background: var(--mint); }
.shop-checkout { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 20px; padding: 25px 28px; color: var(--white); background: var(--navy); border-radius: 18px; }
.shop-checkout strong, .shop-checkout span { display: block; }
.shop-checkout span { margin-top: 5px; color: #aebee1; font-size: .8rem; }
.size-guide { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 20px; padding: 28px; border: 1px solid #cfe0d6; border-radius: 18px; background: #f2f9f5; }
.size-guide__heading h3 { margin: 7px 0 4px; color: var(--navy); font-size: 1.6rem; letter-spacing: -.03em; }
.size-guide__heading p { margin: 0; color: var(--muted); font-size: .76rem; }
.size-guide__buttons { display: flex; gap: 9px; }
.size-guide__buttons button { min-width: 110px; padding: 13px 16px; color: var(--navy); background: var(--white); border: 1px solid #bcd1c5; border-radius: 11px; cursor: pointer; transition: transform .2s, border .2s, box-shadow .2s; }
.size-guide__buttons button:hover { transform: translateY(-3px); border-color: var(--blue); box-shadow: 0 10px 25px rgba(20,104,63,.12); }
.size-guide__buttons span, .size-guide__buttons small { display: block; }
.size-guide__buttons span { font-weight: 900; }
.size-guide__buttons small { margin-top: 3px; color: var(--muted); font-size: .62rem; }

.vote-section { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(145deg, #071b4a 0%, #092d50 58%, #0e5739 100%); }
.vote-section::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 44px 44px; }
.vote-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .67fr 1.33fr; gap: 65px; align-items: start; }
.vote-intro { position: sticky; top: 130px; }
.vote-intro h2 { font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.vote-intro > p { color: #bdcbe1; line-height: 1.75; }
.vote-badge { width: 130px; height: 130px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 34px; color: var(--navy); background: var(--yellow); border-radius: 50%; transform: rotate(-5deg); box-shadow: 0 20px 45px rgba(0,0,0,.2); }
.vote-badge strong { font-size: 3.4rem; line-height: 1; }
.vote-badge span { font-size: .7rem; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.vote-form { display: grid; gap: 17px; padding: 28px; color: var(--ink); background: var(--white); border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.hidden-field { position: absolute; left: -9999px; }
.vote-step { display: grid; gap: 10px; margin: 0; padding: 23px; border: 1px solid var(--line); border-radius: 18px; }
.vote-step legend { padding: 0 9px 0 0; color: var(--navy); font-size: 1.02rem; font-weight: 900; }
.vote-step legend > span { display: inline-grid; place-items: center; width: 29px; height: 29px; margin-right: 8px; color: var(--white); background: var(--blue); border-radius: 9px; font-size: .76rem; }
.choice-card { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.choice-card:hover { transform: translateY(-2px); border-color: #8fb9a2; }
.choice-card:has(input:checked) { border-color: var(--blue); background: #eff9f3; box-shadow: inset 0 0 0 1px var(--blue); }
.choice-card input, .image-choice input, .model-options input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card__check { width: 22px; height: 22px; display: grid; place-items: center; border: 2px solid #b7c0d0; border-radius: 50%; }
label:has(input:checked) > .choice-card__check { border-color: var(--blue); background: var(--blue); }
label:has(input:checked) > .choice-card__check::after { content: "✓"; color: var(--white); font-size: .72rem; font-weight: 1000; }
.choice-card small { display: block; margin-bottom: 4px; color: var(--blue); font-size: .57rem; font-weight: 950; letter-spacing: .13em; }
.choice-card strong { display: block; font-size: .88rem; line-height: 1.45; }
.custom-phrase { display: none; padding: 14px; background: var(--paper); border-radius: 13px; }
.custom-phrase.is-visible { display: block; }
.custom-phrase > span { display: block; margin-bottom: 8px; font-size: .77rem; font-weight: 850; }
.custom-phrase textarea { width: 100%; resize: vertical; padding: 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: .86rem; }
.custom-phrase small { display: block; margin-top: 5px; color: var(--muted); font-size: .63rem; text-align: right; }
.choice-grid { display: grid; gap: 12px; }
.choice-grid--two { grid-template-columns: repeat(2, 1fr); }
.image-choice { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; transition: border .2s, transform .2s; }
.image-choice:hover { transform: translateY(-3px); }
.image-choice:has(input:checked) { border-color: var(--blue); box-shadow: 0 0 0 2px var(--blue); }
.image-choice img { width: 100%; aspect-ratio: 1.55; display: block; object-fit: cover; object-position: center 32%; background: #eee; }
.image-choice__body { display: block; padding: 13px 44px 14px 14px; }
.image-choice__body b, .image-choice__body small { display: block; }
.image-choice__body b { color: var(--navy); }
.image-choice__body small { margin-top: 4px; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.image-choice > .choice-card__check { position: absolute; right: 13px; bottom: 20px; }
.model-options { display: flex; flex-wrap: wrap; gap: 8px; }
.model-options label { position: relative; cursor: pointer; }
.model-options span { display: block; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: .76rem; font-weight: 800; transition: .2s; }
.model-options label:has(input:checked) span { color: var(--white); border-color: var(--blue); background: var(--blue); }
.voter-details label > span { display: block; margin: 0 0 7px; font-size: .77rem; font-weight: 850; }
.voter-details label > span small { color: var(--muted); font-weight: 500; }
.voter-details input { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; font: inherit; }
.button--vote { width: 100%; min-height: 56px; color: var(--white); background: var(--blue); }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.vote-success { display: none; grid-column: 2; padding: 70px 30px; color: var(--navy); background: var(--white); border-radius: 28px; text-align: center; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.vote-success.is-visible { display: block; }
.vote-success > span { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 2rem; font-weight: 1000; }
.vote-success h3 { margin: 0; font-size: 2rem; }
.vote-success p { color: var(--muted); }

.community-quote { position: relative; overflow: hidden; padding: 100px 0; color: var(--white); background: linear-gradient(125deg, #10367f, var(--blue)); text-align: center; }
.community-quote::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 24px 24px; }
.community-quote .container { position: relative; z-index: 1; }
.quote-mark { display: block; height: 45px; color: var(--yellow); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
blockquote { max-width: 930px; margin: 14px auto 23px; font-size: clamp(1.65rem, 3.4vw, 3.1rem); font-weight: 650; line-height: 1.22; letter-spacing: -.035em; }
blockquote strong { color: var(--yellow); }
.community-quote p { color: #bfcef0; font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.conecta-section { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(145deg, #061847 0%, #0b376d 55%, #0b6e9e 100%); }
.conecta-section::before { content: ""; position: absolute; width: 620px; height: 620px; top: -380px; right: -180px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); pointer-events: none; }
.conecta-section .container { position: relative; z-index: 1; }
.conecta-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 34px; }
.conecta-heading h2 { margin: 10px 0 12px; color: var(--white); font-size: clamp(2.7rem, 5vw, 5rem); }
.conecta-heading p { max-width: 760px; margin: 0; color: #d9e8f7; font-size: 1.02rem; line-height: 1.75; }
.conecta-status { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; color: #0f3d2d; background: #b9e5c9; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.conecta-status span { color: #18804c; font-size: .7rem; }
.conecta-video-card { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .65fr); overflow: hidden; color: var(--navy); background: var(--white); border: 1px solid rgba(255,255,255,.38); border-radius: 26px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.conecta-video-wrap { display: grid; place-items: center; min-width: 0; background: #020713; }
.conecta-video-wrap video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #020713; }
.conecta-video-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.conecta-label { display: block; color: var(--blue); font-size: .67rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.conecta-video-copy h3, .conecta-material h3 { margin: 10px 0 12px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.conecta-video-copy p, .conecta-material p { margin: 0; color: var(--muted); line-height: 1.65; }
.conecta-video-copy ul { display: grid; gap: 10px; margin: 21px 0 0; padding: 0; list-style: none; }
.conecta-video-copy li { position: relative; padding-left: 25px; color: #304264; font-size: .84rem; font-weight: 760; line-height: 1.45; }
.conecta-video-copy li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 17px; height: 17px; color: #0a6842; background: var(--mint); border-radius: 50%; font-size: .65rem; }
.conecta-captures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.conecta-captures figure { position: relative; margin: 0; overflow: hidden; background: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 17px; box-shadow: 0 16px 34px rgba(0,0,0,.18); }
.conecta-captures img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.conecta-captures figcaption { position: absolute; left: 10px; bottom: 10px; padding: 7px 10px; color: var(--navy); background: rgba(255,255,255,.94); border-radius: 8px; font-size: .68rem; font-weight: 900; box-shadow: 0 5px 15px rgba(0,0,0,.16); }
.conecta-materials { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px; }
.conecta-material { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: 30px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.35); border-radius: 22px; box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.conecta-material__icon { float: right; display: grid; place-items: center; width: 44px; height: 44px; margin: -5px 0 10px 15px; color: var(--white); background: var(--blue); border-radius: 13px; font-size: .72rem; font-weight: 950; box-shadow: 0 8px 20px rgba(9,83,140,.24); }
.conecta-material audio { width: 100%; margin-top: 23px; }
.conecta-download { align-self: flex-start; margin-top: 13px; color: var(--blue); font-size: .78rem; font-weight: 900; }
.conecta-material__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.conecta-button-outline { color: var(--navy); background: transparent; border-color: #9eb7cc; }
.conecta-button-outline:hover { background: #edf5fb; }
.conecta-disclaimer { margin: 22px 0 0; padding: 17px 20px; color: #dbe9f5; background: rgba(4,20,53,.48); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; font-size: .79rem; line-height: 1.6; }
.conecta-disclaimer strong { color: var(--white); }

.plaza-tecnica-section { overflow: hidden; background: linear-gradient(180deg, #f6fbff, #e9f4fc); }
.plaza-tecnica-card { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 58px; padding: 55px; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #061847, #0b4c91 68%, #0b8ac4); border-radius: 30px; box-shadow: 0 30px 75px rgba(6,24,71,.18); }
.plaza-tecnica-card::before { content: ""; position: absolute; width: 360px; height: 360px; top: -210px; right: -80px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.plaza-tecnica-card__identity { position: relative; z-index: 1; display: grid; place-items: center; padding: 25px; background: var(--white); border-radius: 24px 8px 24px 8px; box-shadow: 0 20px 45px rgba(0,0,0,.22); }
.plaza-tecnica-card__identity img { width: 100%; height: auto; display: block; }
.plaza-tecnica-card__content { position: relative; z-index: 1; }
.plaza-tecnica-card__content .section-kicker { color: #8fe0ff; }
.plaza-tecnica-card__content h2 { max-width: 650px; margin: 12px 0 16px; }
.plaza-tecnica-card__content > p { max-width: 650px; margin: 0; color: #d7e7f6; line-height: 1.7; }
.plaza-tecnica-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.button--plaza-outline { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.38); }
.button--plaza-outline:hover { background: rgba(255,255,255,.15); }
.button--plaza-whatsapp { color: #052d20; background: #7ce4b0; }
.plaza-tecnica-card__phone { display: block; margin-top: 13px; color: #aac7e4; font-size: .7rem; font-weight: 750; }
.contact-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 45px; background: var(--paper); border-radius: 25px; }
.contact-box h2 { max-width: 650px; font-size: clamp(2rem, 3.6vw, 3.4rem); }
.contact-box p { color: var(--muted); }

.site-footer { padding: 58px 0 25px; color: #b8c5e2; background: #03102f; }
.footer-grid { display: grid; grid-template-columns: .75fr 1.35fr .7fr; align-items: center; gap: 45px; }
.brand--footer .brand__mark { width: 48px; }
.footer-grid > p { max-width: 530px; color: #8598c1; font-size: .8rem; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: .78rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 35px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); color: #6579a4; font-size: .7rem; }

.news-dialog { width: min(610px, calc(100% - 30px)); padding: 0; overflow: hidden; border: 0; border-radius: 23px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.news-dialog::backdrop { background: rgba(3,16,47,.72); backdrop-filter: blur(5px); }
.size-dialog { width: min(720px, calc(100% - 24px)); max-height: calc(100vh - 30px); padding: 0; overflow: auto; border: 0; border-radius: 23px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.size-dialog::backdrop { background: rgba(3,16,47,.78); backdrop-filter: blur(5px); }
.size-dialog__content { padding: 32px; }
.size-dialog__header { padding-right: 50px; }
.size-dialog__header .section-kicker { margin-bottom: 7px; }
.size-dialog__header h2 { margin: 0; color: var(--navy); font-size: 2rem; }
.size-dialog__header p { margin: 7px 0 22px; color: var(--muted); font-size: .78rem; }
.size-table-wrap { overflow-x: auto; border: 1px solid #c8d9cf; border-radius: 13px; }
.size-table { width: 100%; border-collapse: collapse; text-align: center; }
.size-table th { padding: 12px 9px; color: var(--white); background: var(--blue); font-size: .69rem; letter-spacing: .03em; text-transform: uppercase; }
.size-table td { padding: 13px 9px; color: #073c25; border-top: 1px solid #c8d9cf; border-right: 1px solid #c8d9cf; font-weight: 800; }
.size-table td:last-child { border-right: 0; }
.size-table tr:nth-child(even) td { background: #f2f8f4; }
.size-notes { display: grid; gap: 6px; margin-top: 19px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.size-notes b { color: var(--navy); }
.brand__mark--footer-crest { overflow: hidden; padding: 0; background: transparent; box-shadow: none; }
.brand__mark--footer-crest img { width: 100%; height: 100%; object-fit: contain; }
.dialog-close { position: absolute; z-index: 2; top: 13px; right: 13px; width: 38px; height: 38px; color: var(--white); background: rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 1.4rem; cursor: pointer; }
.dialog-hero { min-height: 190px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--blue)); font-size: 3rem; font-weight: 1000; letter-spacing: -.08em; }
.dialog-body { padding: 31px; }
.dialog-body h2 { margin: 12px 0; font-size: 1.7rem; letter-spacing: -.03em; }
.dialog-body p { color: var(--muted); line-height: 1.7; }
.toast { position: fixed; z-index: 300; right: 20px; bottom: 20px; max-width: min(360px, calc(100% - 40px)); padding: 13px 17px; color: var(--white); background: var(--navy); border-left: 4px solid var(--mint); border-radius: 11px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(15px); transition: .25s; }
.toast.is-visible { opacity: 1; transform: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s, transform .65s; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1000px) {
  .menu-button { display: block; }
  .main-menu { position: fixed; inset: 116px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 30px; color: var(--white); background: var(--navy); transform: translateX(100%); transition: transform .3s; }
  .main-menu.is-open { transform: none; }
  .main-menu a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.05rem; }
  .nav-shop { margin-top: 12px; padding: 14px !important; text-align: center; }
  .hero__grid { grid-template-columns: 1fr .75fr; gap: 25px; }
  .floating-card--news { left: -15px; }
  .floating-card--project { right: -5px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card:first-child { grid-column: span 2; }
  .school-grid { gap: 40px; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .vote-layout { grid-template-columns: .8fr 1.2fr; gap: 30px; }
  .size-guide { align-items: flex-start; flex-direction: column; }
  .resources-grid { grid-template-columns: repeat(2, 1fr); }
  .plaza-tecnica-card { gap: 35px; padding: 42px; }
  .conecta-video-card { grid-template-columns: 1fr; }
  .conecta-video-copy { padding: 30px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .community-strip__content { justify-content: center; text-align: center; }
  .community-strip a { display: none; }
  .navbar { min-height: 72px; }
  .brand__mark { width: 48px; }
  .main-menu { top: 106px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 68px; padding-bottom: 105px; text-align: center; }
  .hero h1 { margin-right: auto; margin-left: auto; font-size: clamp(2.9rem, 15vw, 4.5rem); }
  .hero__copy > p { margin-right: auto; margin-left: auto; font-size: 1rem; }
  .hero__actions, .hero__trust { justify-content: center; }
  .hero__visual { min-height: 395px; margin-top: 20px; }
  .school-photo-card { inset: 0 5% 0 14%; }
  .hero-crest { left: 4%; width: 155px; height: 155px; }
  .hero-card--main { width: 250px; }
  .hero-card--main strong { font-size: 4.4rem; }
  .floating-card--news { left: 1%; }
  .floating-card--project { right: 1%; }
  .quick-grid, .news-grid, .school-grid, .projects-grid, .participation-grid, .vote-layout { grid-template-columns: 1fr; }
  .news-card:first-child { grid-column: auto; }
  .quick-card { min-height: 100px; }
  .section { padding: 78px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .resource-filters { width: 100%; overflow-x: auto; }
  .resource-filter { flex: 1; white-space: nowrap; }
  .filters { width: 100%; }
  .filter-button { flex: 1; }
  .school-grid { gap: 45px; }
  .specialty-card { grid-template-columns: 59px 1fr; padding: 18px; }
  .specialty-card__number { width: 54px; height: 54px; }
  .participation-card { min-height: 450px; padding: 30px; }
  .coop-photo { margin: -15px -15px 22px; }
  .participation-card h2 { margin-top: 43px; }
  .shop-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .shop-suspended-banner { grid-template-columns: 48px 1fr; padding: 18px; }
  .shop-suspended-banner__icon { width: 44px; height: 44px; }
  .product-card__visual { min-height: 175px; }
  .shop-checkout, .contact-box { align-items: stretch; flex-direction: column; }
  .plaza-tecnica-card { grid-template-columns: 1fr; padding: 30px; }
  .plaza-tecnica-card__identity { max-width: 510px; margin: 0 auto; }
  .conecta-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .conecta-captures, .conecta-materials { grid-template-columns: 1fr; }
  .conecta-captures { gap: 13px; }
  .conecta-captures figcaption { font-size: .72rem; }
  .vote-intro { position: static; }
  .vote-badge { width: 100px; height: 100px; }
  .vote-form { padding: 15px; }
  .vote-step { padding: 18px 14px; }
  .vote-success { grid-column: 1; }
  .contact-box { padding: 30px; }
  .size-guide__buttons { width: 100%; }
  .size-guide__buttons button { flex: 1; min-width: 0; padding: 12px 8px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-links { flex-direction: row; flex-wrap: wrap; }
  .resources-grid { grid-template-columns: 1fr; }
  .resource-card { display: grid; grid-template-columns: 36% 64%; }
  .resource-card__preview { height: 100%; min-height: 260px; }
}

@media (max-width: 480px) {
  .hero__actions .button { width: 100%; }
  .hero__trust { gap: 10px; flex-direction: column; }
  .floating-card { padding: 10px 12px; }
  .floating-card--news { top: 22px; }
  .floating-card--project { bottom: 33px; }
  .orbit--two { width: 400px; height: 400px; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-heading-status { align-self: flex-start; }
  .shop-suspended-banner { grid-template-columns: 1fr; text-align: left; }
  .product-card { display: grid; grid-template-columns: 42% 58%; }
  .product-card__visual { min-height: 180px; aspect-ratio: auto; }
  .choice-grid--two { grid-template-columns: 1fr; }
  .school-photo-card { inset: 0 2% 0 9%; }
  .hero-crest { left: 0; bottom: 20px; width: 130px; height: 130px; }
  .size-dialog__content { padding: 24px 15px; }
  .size-table th, .size-table td { padding: 10px 7px; font-size: .68rem; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .resource-card { display: block; }
  .resource-card__preview { height: 190px; min-height: 0; }
  .plaza-tecnica-card { padding: 20px; border-radius: 22px; }
  .plaza-tecnica-card__actions .button { width: 100%; }
  .conecta-video-card { border-radius: 19px; }
  .conecta-video-copy, .conecta-material { padding: 22px; }
  .conecta-material__actions .button { width: 100%; }
  .conecta-status { align-items: flex-start; line-height: 1.35; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
