:root {
  --green: #236a42;
  --green-dark: #123e2a;
  --green-soft: #e9f4eb;
  --leaf: #6bb34f;
  --yellow: #ffd400;
  --gold: #f5ae00;
  --ink: #183128;
  --muted: #52655d;
  --paper: #f7f5ef;
  --white: #fff;
  --line: #d8e0da;
  --focus: #0047bb;
  --font-scale: 1;
  --shadow: 12px 12px 0 var(--green-dark);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--font-scale)); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; text-rendering: optimizeLegibility; }
body.vision-protanopia { --green: #215d8f; --green-dark: #0b3155; --green-soft: #e8f2fa; --leaf: #6d91b3; --yellow: #ffd166; --gold: #b57800; --ink: #172e40; --muted: #4a6274; --line: #cddbe5; }
body.vision-deuteranopia { --green: #245a78; --green-dark: #103447; --green-soft: #e7f2f6; --leaf: #658da2; --yellow: #ffc857; --gold: #a96c00; --ink: #19313e; --muted: #4c626d; --line: #cfdbdf; }
body.vision-tritanopia { --green: #7a2748; --green-dark: #3d1426; --green-soft: #faeaf0; --leaf: #a85372; --yellow: #61dcc2; --gold: #228c7b; --ink: #3b2030; --muted: #67515d; --line: #e2d2d9; --focus: #0047bb; }
body.high-contrast { --green: #003d20; --green-dark: #001a0d; --green-soft: #fff; --leaf: #005b2e; --yellow: #ffdf00; --gold: #b57b00; --ink: #000; --muted: #111; --paper: #fff; --line: #000; --focus: #005fcc; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 4px solid var(--focus); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 16px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.access-bar { color: #fff; background: var(--green-dark); }
.access-bar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .75rem; }
.access-bar__inner > span { font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.access-actions { display: flex; align-items: center; gap: 4px; }
.access-actions button, .access-actions a { min-height: 32px; display: inline-flex; align-items: center; padding: 6px 10px; border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; font: inherit; text-decoration: none; cursor: pointer; }
.access-actions button:hover, .access-actions a:hover { color: var(--green-dark); background: var(--yellow); }

.access-dialog { width: min(760px, calc(100% - 30px)); max-height: min(88vh, 850px); margin: auto; padding: 0; overflow: auto; color: var(--ink); border: 3px solid var(--green-dark); background: #fff; box-shadow: 14px 14px 0 var(--yellow); }
.access-dialog::backdrop { background: rgba(3,22,15,.76); backdrop-filter: blur(3px); }
.access-dialog__head { position: sticky; z-index: 2; top: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 26px 30px; color: #fff; background: var(--green-dark); }
.access-dialog__head small { color: var(--yellow); font-size: .65rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.access-dialog__head h2 { max-width: none; margin: 5px 0 0; font-size: clamp(1.7rem, 4vw, 2.45rem); line-height: 1.05; letter-spacing: -.04em; }
.access-dialog__head button { width: 44px; height: 44px; flex: 0 0 auto; color: var(--green-dark); border: 2px solid #fff; background: var(--yellow); font-size: 1.6rem; font-weight: 900; cursor: pointer; }
.access-dialog__body { display: grid; gap: 0; padding: 0 30px 30px; }
.access-fieldset, .speech-panel, .libras-panel { margin: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); }
.libras-panel { border-bottom: 0; }
.access-fieldset legend, .speech-panel h3, .libras-panel h3 { margin: 0 0 8px; padding: 0; color: var(--green-dark); font-size: 1.25rem; font-weight: 900; }
.access-fieldset > p, .speech-panel > p:not(.access-status), .libras-panel > p:not(.access-status) { margin-bottom: 18px; color: var(--muted); }
.color-mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.color-mode-grid label, .audio-description-option { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 2px solid var(--line); background: var(--paper); font-weight: 800; cursor: pointer; }
.color-mode-grid label:has(input:checked) { border-color: var(--green-dark); box-shadow: inset 6px 0 0 var(--yellow); }
.color-mode-grid input, .audio-description-option input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--green-dark); }
.speech-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.speech-actions button, .libras-button { min-height: 46px; padding: 10px 14px; color: #fff; border: 2px solid var(--green-dark); background: var(--green-dark); font: inherit; font-size: .78rem; font-weight: 900; cursor: pointer; }
.speech-actions button:hover, .libras-button:hover { color: var(--green-dark); border-color: var(--yellow); background: var(--yellow); }
.speech-actions button:disabled { color: #5e6863; border-color: #cbd2ce; background: #e7ebe8; cursor: not-allowed; }
.access-status { min-height: 25px; margin: 14px 0 0; color: var(--green-dark); font-size: .78rem; font-weight: 800; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(247,245,239,.96); backdrop-filter: blur(14px); }
.high-contrast .site-header { background: #fff; }
.site-header__inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 16px; padding-block: 8px; color: var(--ink); text-decoration: none; }
.brand img { width: 62px; height: 70px; object-fit: contain; background: transparent; mix-blend-mode: darken; }
.brand span { display: grid; padding-left: 16px; border-left: 2px solid var(--yellow); }
.brand strong { font-size: 1.15rem; line-height: 1.1; }
.brand small { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav a { padding: 8px 0; color: var(--ink); border-bottom: 2px solid transparent; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { border-bottom-color: var(--green); }
.main-nav .nav-contact { padding: 12px 16px; color: #fff; border: 2px solid var(--green); background: var(--green); }
.main-nav .nav-contact:hover { color: var(--green-dark); border-color: var(--yellow); background: var(--yellow); }
.menu-button { display: none; width: 50px; height: 46px; align-content: center; justify-items: center; gap: 5px; border: 2px solid var(--green-dark); background: var(--yellow); cursor: pointer; }
.menu-button span { width: 22px; height: 2px; display: block; background: var(--green-dark); }
.menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--green-dark); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 62px 62px; }
.hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); align-items: center; gap: 76px; padding-block: 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 8px; background: var(--yellow); }
.eyebrow--green { color: var(--green); }
.eyebrow--green span { background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(3.4rem, 6.2vw, 6.2rem); line-height: .94; letter-spacing: -.065em; }
h1 em { color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 700px; color: rgba(255,255,255,.82); font-size: 1.13rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 14px 20px; border: 2px solid currentColor; font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.button--primary { color: var(--green-dark); border-color: var(--yellow); background: var(--yellow); }
.button--primary:hover { color: #fff; border-color: #fff; background: transparent; }
.button--light { color: #fff; }
.button--light:hover { color: var(--green-dark); background: #fff; }
.hero-card { position: relative; min-height: 500px; display: flex; flex-direction: column; justify-content: center; padding: 42px; color: var(--ink); border: 4px solid #fff; background: #fff; box-shadow: 14px 14px 0 var(--yellow); }
.hero-card__top { position: absolute; top: 22px; left: 26px; right: 26px; display: flex; justify-content: space-between; color: var(--green); font-size: .62rem; font-weight: 900; letter-spacing: .11em; }
.hero-card > img { width: 230px; margin: 34px auto 28px; }
.hero-card > img.hero-card__official-logo { width: min(100%, 430px); }
.hero-card__message { padding-top: 22px; border-top: 5px solid var(--green); }
.hero-card__message strong { font-size: 1.25rem; }
.hero-card__message p { margin: 6px 0 0; color: var(--muted); font-size: .9rem; }
.hero__petals i { position: absolute; z-index: 1; width: 130px; height: 190px; right: -30px; bottom: -60px; border-radius: 80% 20% 80% 20%; background: var(--yellow); opacity: .15; transform-origin: 0 100%; }
.hero__petals i:nth-child(2) { transform: rotate(32deg); }.hero__petals i:nth-child(3) { transform: rotate(64deg); }.hero__petals i:nth-child(4) { transform: rotate(96deg); }.hero__petals i:nth-child(5) { transform: rotate(128deg); }.hero__petals i:nth-child(6) { transform: rotate(160deg); }

.pillars { color: #fff; background: var(--green); }
.pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillars a { min-height: 142px; display: grid; grid-template-columns: 50px 1fr; align-content: center; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.pillars a:last-child { border-right: 0; }
.pillars a:hover { color: var(--green-dark); background: var(--yellow); }
.pillars span { grid-row: span 2; color: var(--yellow); font-size: .7rem; font-weight: 900; }
.pillars a:hover span { color: var(--green-dark); }
.pillars strong { font-size: 1.15rem; }
.pillars small { opacity: .88; }

.section { padding: 112px 0; }
.about__layout { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 90px; }
.about__visual { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; border: 3px solid var(--green-dark); background: var(--green-soft); box-shadow: var(--shadow); }
.flower-symbol { position: relative; width: 200px; height: 200px; }
.flower-symbol__center { position: absolute; z-index: 2; top: 68px; left: 68px; width: 64px; height: 64px; border: 6px solid #fff; border-radius: 50%; background: var(--gold); }
.flower-symbol i { position: absolute; top: 9px; left: 79px; width: 43px; height: 78px; border-radius: 60% 60% 45% 45%; background: var(--yellow); transform-origin: 21px 91px; }
.flower-symbol i:nth-of-type(2) { transform: rotate(45deg); }.flower-symbol i:nth-of-type(3) { transform: rotate(90deg); }.flower-symbol i:nth-of-type(4) { transform: rotate(135deg); }.flower-symbol i:nth-of-type(5) { transform: rotate(180deg); }.flower-symbol i:nth-of-type(6) { transform: rotate(225deg); }.flower-symbol i:nth-of-type(7) { transform: rotate(270deg); }.flower-symbol i:nth-of-type(8) { transform: rotate(315deg); }
.about__year { position: absolute; right: 24px; bottom: 24px; display: grid; color: var(--green-dark); text-align: right; }
.about__year small { font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.about__year strong { font-size: 4.5rem; line-height: 1; letter-spacing: -.07em; }
.about__copy h2, .section-heading h2, .transparency h2, .help h2, .contact h2 { margin-bottom: 28px; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.about__copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.identity-data { margin: 34px 0 0; border-top: 2px solid var(--green); }
.identity-data div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.identity-data dt { color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.identity-data dd { margin: 0; font-weight: 700; }

.work { color: #fff; background: var(--green-dark); }
.section-heading { max-width: 850px; margin-bottom: 62px; }
.section-heading > p:last-child { max-width: 680px; color: rgba(255,255,255,.72); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.2); }
.work-card { min-height: 520px; padding: 34px; border-right: 1px solid rgba(255,255,255,.2); }
.work-card:last-child { border-right: 0; }
.work-card__number { color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 900; }
.work-card__icon { width: 76px; height: 76px; display: grid; margin: 55px 0 34px; place-items: center; color: var(--green-dark); border: 3px solid #fff; background: var(--yellow); box-shadow: 7px 7px 0 var(--leaf); font-size: 2rem; }
.work-card > p:first-of-type { color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.work-card h3 { font-size: 1.65rem; line-height: 1.12; }
.work-card > p:last-child { color: rgba(255,255,255,.72); font-size: .91rem; }
.audience-card { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 44px; padding: 46px; color: var(--ink); background: #fff; box-shadow: 10px 10px 0 var(--yellow); }
.audience-card h3 { margin: 0; font-size: 2rem; line-height: 1.1; }
.audience-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.audience-card li { padding: 13px 15px 13px 44px; border: 1px solid var(--line); background: var(--green-soft); position: relative; }
.audience-card li::before { content: "✓"; position: absolute; left: 16px; color: var(--green); font-weight: 900; }

.rights { color: var(--green-dark); background: var(--yellow); }
.rights__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.rights__copy h2 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.rights__copy > p:last-child { max-width: 620px; }
.rights__principles { border-top: 3px solid var(--green-dark); }
.rights__principles div { display: grid; grid-template-columns: 45px 150px 1fr; gap: 16px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid rgba(18,62,42,.4); }
.rights__principles span { font-size: .65rem; font-weight: 900; }.rights__principles strong { font-size: 1.1rem; }.rights__principles p { margin: 0; }

.transparency { background: #fff; }
.transparency__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.transparency__layout > div:first-child > p:last-child { color: var(--muted); }
.transparency__links { border-top: 3px solid var(--green); }
.transparency__links a, .transparency__record { position: relative; display: grid; gap: 3px; padding: 22px 50px 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.transparency__links a:hover { padding-left: 16px; background: var(--green-soft); }
.transparency__links span { color: var(--green); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.transparency__links strong { font-size: 1.05rem; }.transparency__links i { position: absolute; right: 14px; top: 28px; color: var(--green); font-style: normal; font-size: 1.4rem; }.transparency__links small { color: var(--muted); }

.help { color: #fff; background: var(--green); }
.help__layout { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: start; }
.help__main > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.78); }
.help__main .button { margin-top: 24px; }
.help__options { border-top: 2px solid rgba(255,255,255,.5); }
.help__options div { display: grid; grid-template-columns: 46px 150px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.help__options span { color: var(--yellow); font-size: .7rem; font-weight: 900; }.help__options p { margin: 0; color: rgba(255,255,255,.88); }

.partnership { overflow: hidden; background: var(--paper); }
.partnership__layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.partnership__brands { min-height: 440px; display: grid; grid-template-columns: 1fr 54px 1fr; align-items: center; padding: 38px; border: 3px solid var(--green-dark); background: #fff; box-shadow: 12px 12px 0 var(--yellow); }
.partner-logo { min-width: 0; display: grid; place-items: center; text-align: center; }
.partner-logo--apae img { width: min(100%, 330px); }
.partner-logo--dm img { width: min(100%, 122px); }
.partner-logo--dm strong { margin-top: 16px; color: #061637; font-size: 1rem; letter-spacing: .03em; }
.partner-logo--dm small { color: var(--muted); font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partnership__plus { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green-dark); border: 3px solid var(--green-dark); background: var(--yellow); font-size: 1.5rem; font-weight: 900; }
.partnership__copy h2 { margin-bottom: 28px; color: var(--green-dark); font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.partnership__copy > p:not(.eyebrow) { color: var(--muted); }
.partner-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 16px; padding-bottom: 5px; color: var(--green-dark); border-bottom: 3px solid var(--yellow); font-weight: 900; text-decoration: none; }
.partner-link:hover { border-bottom-color: var(--green); }

.contact { padding: 100px 0; color: #fff; background: var(--green-dark); }
.contact__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact__intro > p:last-child { color: rgba(255,255,255,.72); }
.contact__details { border-top: 3px solid var(--yellow); }
.contact__details a, .contact__details > div { display: grid; gap: 6px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); text-decoration: none; }
.contact__details a:hover strong { color: var(--yellow); }
.contact__details span { color: var(--yellow); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact__details strong { overflow-wrap: anywhere; }

.site-footer { color: #fff; background: #0a2618; }
.site-footer__top { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 60px; padding: 60px 0; }
.footer-brand { display: flex; align-items: center; gap: 20px; }.footer-brand img { width: 110px; padding: 8px; background: #fff; }.footer-brand div { display: grid; }.footer-brand strong { font-size: 1.25rem; }.footer-brand span { color: rgba(255,255,255,.65); font-size: .82rem; }
.footer-links { display: grid; align-content: start; gap: 10px; }.footer-links a { color: rgba(255,255,255,.72); font-size: .83rem; text-decoration: none; }.footer-links a:hover { color: var(--yellow); }
.site-footer__bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.58); font-size: .7rem; }.site-footer__bottom a { color: var(--yellow); }

.legal-page { min-height: 60vh; padding: 80px 0 110px; background: #fff; }
.legal-page__content { max-width: 800px; }
.legal-page h1 { color: var(--green-dark); font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-page h2 { margin-top: 36px; font-size: 1.5rem; }
.legal-page p, .legal-page li { color: var(--muted); }
.back-link { display: inline-flex; margin-bottom: 30px; color: var(--green); font-weight: 800; }

@media (max-width: 980px) {
  .main-nav { gap: 14px; }.main-nav a { font-size: .66rem; }
  .hero__layout { gap: 40px; }
  .about__layout, .rights__layout, .transparency__layout, .help__layout, .partnership__layout, .contact__layout { gap: 52px; }
  .work-card { padding: 26px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 30px, 680px); }
  .access-bar__inner { padding: 8px 0; align-items: flex-start; flex-direction: column; gap: 5px; }
  .access-actions { width: 100%; flex-wrap: wrap; }
  .site-header__inner { min-height: 82px; }
  .brand img { width: 52px; height: 59px; }.brand span { padding-left: 11px; }.brand strong { font-size: 1rem; }
  .menu-button { display: grid; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px 20px 22px; border-bottom: 2px solid var(--green); background: var(--paper); box-shadow: 0 12px 24px rgba(0,0,0,.15); }
  .main-nav.is-open { display: grid; }.main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }.main-nav .nav-contact { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; }.hero__layout { grid-template-columns: 1fr; padding: 74px 0; }.hero h1 { font-size: clamp(3rem, 13vw, 5.2rem); }.hero-card { min-height: 430px; max-width: 520px; }
  .pillars__grid { grid-template-columns: 1fr; }.pillars a { min-height: 112px; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .section { padding: 82px 0; }
  .about__layout, .rights__layout, .transparency__layout, .help__layout, .partnership__layout, .contact__layout { grid-template-columns: 1fr; }
  .about__visual { min-height: 430px; order: 2; }
  .work-grid { grid-template-columns: 1fr; }.work-card { min-height: auto; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.work-card__icon { margin: 36px 0 28px; }.audience-card { grid-template-columns: 1fr; gap: 35px; padding: 30px; }
  .rights__principles div, .help__options div { grid-template-columns: 42px 1fr; }.rights__principles p, .help__options p { grid-column: 2; }
  .site-footer__top { grid-template-columns: 1fr; gap: 30px; }.site-footer__bottom { padding: 24px 0; align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 430px) {
  .brand small { display: none; }
  .hero__actions { display: grid; }.button { width: 100%; }
  .hero-card { min-height: 390px; padding: 28px 22px; box-shadow: 8px 8px 0 var(--yellow); }.hero-card > img { width: 190px; }.hero-card > img.hero-card__official-logo { width: 100%; }
  .identity-data div { grid-template-columns: 1fr; gap: 4px; }
  .about__copy h2, .section-heading h2, .transparency h2, .help h2, .partnership__copy h2, .contact h2 { font-size: 2.55rem; }
  .about__visual { box-shadow: 7px 7px 0 var(--green-dark); }
  .flower-symbol { transform: scale(.8); }
  .about__year strong { font-size: 3.5rem; }
  .audience-card { box-shadow: 7px 7px 0 var(--yellow); }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .partnership__brands { min-height: 360px; grid-template-columns: 1fr; gap: 22px; padding: 28px; }.partnership__plus { width: 42px; height: 42px; }
  .access-dialog { width: calc(100% - 18px); max-height: 92vh; box-shadow: 7px 7px 0 var(--yellow); }.access-dialog__head { padding: 20px; }.access-dialog__body { padding: 0 20px 20px; }.color-mode-grid { grid-template-columns: 1fr; }.speech-actions { display: grid; }.speech-actions button, .libras-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media print { .access-bar, .site-header, .hero__petals, .hero__actions, .site-footer { display: none !important; } body { color: #000; background: #fff; } .section { padding: 30px 0; } }

/* Dev Maniac's credit */
.footer-dm{border-top:1px solid rgba(18,42,77,.15);margin-top:8px;padding-top:18px}
.footer-dm a{display:inline-flex;gap:14px;align-items:center;text-decoration:none;color:#122a4d}
.footer-dm img{width:40px;height:40px;flex:0 0 auto}
.footer-dm strong{display:block;font-size:12px;letter-spacing:.08em}
.footer-dm small{display:block;opacity:.75;font-size:12.5px;margin:3px 0 5px;max-width:320px}
.footer-dm em{font-style:normal;font-size:12px;text-decoration:underline;text-underline-offset:3px}

/* --- voltar ao topo (pedido PO 06/09) --- */
#toTopBtn{position:fixed;right:18px;bottom:18px;z-index:60;width:48px;height:48px;border-radius:9999px;
  border:1px solid rgba(0,0,0,.14);background:#fff;color:#17213a;box-shadow:0 4px 14px rgba(0,0,0,.18);
  cursor:pointer;display:none;align-items:center;justify-content:center;font-size:20px;line-height:1}
#toTopBtn.is-visible{display:flex}
#toTopBtn:hover{transform:translateY(-2px)}
#toTopBtn:focus-visible{outline:3px solid #1a73e8;outline-offset:2px}
