/* Responsive layout: shared content, natural flow, bounded decorative layers. */
@font-face {
  font-family:Montserrat;
  src:url('../fonts/Montserrat/Montserrat-Regular.otf') format('opentype');
  font-weight:400;
  font-display:swap
}
@font-face {
  font-family:Montserrat;
  src:url('../fonts/Montserrat/Montserrat-Bold.otf') format('opentype');
  font-weight:700;
  font-display:swap
}
@font-face {
  font-family:'Open Sans';
  src:url('../fonts/open-sans/opensans-regular.ttf') format('truetype');
  font-weight:400;
  font-display:swap
}
@font-face {
  font-family:'Open Sans';
  src:url('../fonts/open-sans/opensans-bold.ttf') format('truetype');
  font-weight:700;
  font-display:swap
}
@font-face {
  font-family:Amithen;
  src:url('../fonts/Amithen/Amithen.otf') format('opentype');
  font-display:swap
}
:root {
  --blue:#173f73;
  --red:#db0718;
  --cyan:#91dcf5;
  --gutter:clamp(24px,4vw,80px);
  --space:clamp(64px,6vw,120px);
  --heading:Montserrat,Arial,sans-serif;
  color:var(--blue);
  font-family:'Open Sans',Arial,sans-serif;
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,input,select {
  font:inherit
}
button,a,input,select,summary {
  -webkit-tap-highlight-color:transparent
}
img {
  max-width:100%;
  height:auto;
  display:block
}
picture {
  display:block;
  min-width:0
}
button,summary {
  cursor:pointer
}
button {
  color:inherit
}
button:disabled {
  cursor:wait;
  opacity:.65
}
a {
  color:inherit
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-family:var(--heading);
  font-weight:400
}
strong {
  font-weight:700
}
h2 strong,h3 strong,.school-intro strong {
  color:var(--red)
}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible {
  outline:3px solid #007ea8;
  outline-offset:4px
}
.sr-only,.honeypot {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}
.skip-link {
  position:fixed;
  top:8px;
  left:8px;
  z-index:10;
  padding:12px;
  background:white;
  translate:0 -200%
}
.skip-link:focus {
  translate:0
}
.section-container {
  max-width:1440px;
  margin-inline:auto;
  padding-inline:var(--gutter)
}
.hero {
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:42% 58%;
  align-items:start;
  min-height:clamp(720px,58.5vw,1123px);
  background:#edf3f4;
  overflow:clip
}
.hero-photo {
  position:absolute;
  inset:0;
  z-index:-2;
  overflow:hidden
}
.hero-photo img {
  width:100%;
  height:auto
}
.hero:before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:url('../images/aaf.webp') left top/41.36% 100% no-repeat;
  pointer-events:none
}
.hero:after {
  content:'';
  position:absolute;
  inset:auto 0 0;
  height:48%;
  background:#edf3f4;
  clip-path:polygon(100% 0,100% 100%,0 100%);
  z-index:-1
}
.hero-copy {
  grid-column:1;
  padding:clamp(170px,15.9vw,305px) 12% clamp(70px,9vw,175px) 15.7%;
  color:white
}
.hero h1 {
  font-size:clamp(34px,3.15vw,60px);
  line-height:1.1;
  text-transform:uppercase
}
.script-title {
  font:clamp(92px,9.4vw,180px)/.75 Amithen,cursive;
  margin:34px 0 56px 30px
}
.script-title span {
  display:block;
  font-size:.47em;
  line-height:.7;
  margin-left:32%
}
.hero-copy p {
  font-size:clamp(20px,1.57vw,30px);
  font-weight:700;
  line-height:1.16
}
.hero-brand {
  position:absolute;
  top:-1.5%;
  left:41.5%;
  width:17.77%;
  max-width:341px
}
.brand-paint {
  width:100%
}
.brand-logo {
  position:absolute;
  top:24%;
  left:13%;
  width:70%
}
.visit-button {
  grid-column:2;
  align-self:end;
  justify-self:center;
  margin-bottom:clamp(150px,16.7vw,320px);
  padding:10px 40px;
  display:block;
  border-radius:50px;
  background:linear-gradient(90deg,#00b4d5,#164778);
  color:white;
  font:clamp(20px,1.8vw,34px)/1.2 var(--heading);
  text-decoration:none;
  text-align:center
}
.brand-chevron {
  width:clamp(60px,6vw,115px);
  margin:0 auto 30px;
  aspect-ratio:1;
  object-fit:contain
}
.curricula {
  padding-top:0;
  padding-bottom:60px;
  text-align:center;
  background:#edf3f4;
  max-width:none
}
.school-intro {
  font-size:clamp(23px,1.6vw,31px);
  line-height:1.3;
  max-width:1212px;
  margin:auto
}
.curricula h2 {
  margin-top:52px;
  font-size:clamp(24px,1.8vw,35px)
}
.curricula-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,319px));
  justify-content:center;
  align-items:start;
  gap:28px;
  margin:40px auto 30px
}
.curriculum summary {
  list-style:none
}
.curriculum summary::-webkit-details-marker {
  display:none
}
.curriculum summary img {
  width:100%
}
.curriculum-details {
  padding:20px;
  background:white;
  text-align:left;
  border-radius:0 0 20px 20px;
  line-height:1.6;
  font-size:16px
}
.curriculum-details p+p {
  margin-top:16px
}
.curricula-note {
  font-size:clamp(16px,1.25vw,24px);
  max-width:1100px;
  margin:auto
}
.education-intro {
  display:grid;
  grid-template-columns:62% 38%;
  align-items:start;
  background:#edf3f4
}
.education-intro picture img {
  width:100%
}
.education-copy {
  background:var(--cyan);
  border-radius:150px 150px 150px 0;
  padding:clamp(32px,4vw,80px) clamp(24px,2vw,40px);
  font-size:clamp(20px,1.7vw,32px);
  line-height:1.32;
  min-width:0
}
.education-copy p {
  max-width:631px
}
.topics {
  padding-top:60px;
  background:linear-gradient(65deg,transparent 65%,#edf3f4 65%);
  background-size:100% 1800px;
  background-repeat:no-repeat
}
.section-heading {
  text-align:center;
  font-size:clamp(28px,2.9vw,56px);
  line-height:1.18;
  margin:0 auto 70px;
  padding-inline:24px
}
.section-heading strong {
  display:block;
  font-size:1.12em;
  margin-top:10px
}
.topic-list {
  display:grid;
  gap:100px
}
.topic {
  display:grid;
  grid-template-columns:52% 48%;
  align-items:center;
  min-width:0
}
.topic picture img {
  width:100%;
  aspect-ratio:999/665;
  object-fit:contain
}
.topic-copy {
  padding:20px clamp(32px,5.4vw,104px) 20px 40px;
  min-width:0
}
.topic h3 {
  font-size:clamp(28px,2.9vw,56px);
  line-height:1.04
}
.topic h3 span,.topic h3 strong {
  display:block
}
.topic p {
  margin-top:26px;
  font-size:clamp(19px,1.58vw,30px);
  line-height:1.25
}
.topic:nth-child(even) {
  grid-template-columns:48% 52%
}
.topic:nth-child(even) picture {
  grid-column:2;
  grid-row:1
}
.topic:nth-child(even) .topic-copy {
  grid-column:1;
  grid-row:1;
  padding-left:clamp(32px,7.7vw,148px);
  padding-right:32px
}
.topic-controls {
  display:none
}
.carousel-controls {
  align-items:center;
  justify-content:space-between;
  gap:12px
}
.carousel-controls>button {
  background:none;
  border:0;
  font-size:42px;
  line-height:1;
  min-height:48px;
  min-width:48px;
  padding:0
}
.topic-dots,.gallery-dots {
  display:flex;
  gap:0;
  align-items:center;
  justify-content:center;
  min-width:0
}
.topic-dots button,.gallery-dots button {
  border:0;
  background:none;
  min-width:28px;
  min-height:44px;
  padding:6px;
  position:relative
}
.topic-dots button:before,.gallery-dots button:before {
  content:'';
  display:block;
  width:12px;
  height:12px;
  border:2px solid var(--blue);
  border-radius:50%
}
.topic-dots button[aria-current=true]:before,.gallery-dots button[aria-current=true]:before {
  background:var(--blue)
}
.structure,.parents {
  padding-top:var(--space)
}
.gallery-slots {
  display:grid;
  grid-template-columns:18% 54% 18%;
  gap:5%;
  align-items:center
}
.gallery-main img {
  width:100%;
  aspect-ratio:1033/554;
  object-fit:cover;
  border-radius:32px
}
.gallery-side {
  width:100%;
  aspect-ratio:343/442;
  object-fit:cover
}
.gallery-controls {
  display:flex;
  max-width:1100px;
  margin:25px auto 0;
  padding-inline:24px
}
.gallery-dots {
  overflow-x:auto;
  justify-content:flex-start;
  max-width:75%;
  scrollbar-width:thin
}
.parents {
  padding-bottom:var(--space)
}
.video-open {
  position:relative;
  display:block;
  max-width:1205px;
  width:calc(100% - 48px);
  padding:0;
  border:0;
  margin:auto;
  background:none
}
.video-open img {
  width:100%;
  aspect-ratio:1205/678;
  object-fit:cover
}
.play-icon {
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  color:white;
  font-size:90px;
  text-shadow:0 0 5px #111
}
.contact-section {
  display:grid;
  grid-template-columns:56% 44%;
  gap:0;
  align-items:center;
  padding:0 max(24px,14vw) var(--space) 0
}
.contact-photo img {
  width:100%
}
.contact-photo .contact-mobile-photo {
  display:none
}
#lead-form {
  border:3px solid #63b4ce;
  border-radius:60px;
  padding:40px clamp(22px,2vw,40px);
  min-width:0;
  background:white
}
#lead-form h2 {
  font-size:clamp(25px,1.6vw,32px);
  line-height:1.08;
  margin-bottom:48px
}
fieldset {
  border:0;
  padding:0;
  margin:0;
  min-width:0
}
legend {
  font:400 clamp(22px,1.35vw,27px)/1.3 var(--heading);
  padding:0;
  margin-bottom:12px
}
.responsible-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
  gap:9px
}
.field {
  display:block;
  min-width:0
}
.field input,.field select {
  width:100%;
  min-width:0;
  min-height:44px;
  border:1px solid #cdd3d8;
  border-radius:7px;
  padding:8px 12px;
  background:white;
  color:var(--blue);
  font-size:16px;
  font-weight:700
}
.field input::placeholder {
  color:#737a82;
  opacity:1
}
.responsavel,.documento,.email {
  grid-column:1/-1
}
.ano,.campus {
  margin-top:30px
}
.student {
  margin-top:8px
}
.student-grid {
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:9px
}
.student-name,.student-birth,.student-school {
  grid-column:1/-1
}
#add-student {
  display:block;
  margin:12px 0 20px auto;
  background:white;
  border:1px solid #aeb6bc;
  border-radius:7px;
  padding:10px 16px;
  min-height:44px;
  font-size:14px
}
.consent {
  display:flex;
  gap:8px;
  font-size:16px;
  line-height:1.45;
  align-items:flex-start;
  margin:22px 0
}
.consent input {
  flex:0 0 20px;
  width:20px;
  height:20px;
  accent-color:var(--blue);
  margin:0
}
.submit-button {
  display:block;
  background:#203e70;
  color:white;
  border:0;
  border-radius:5px;
  padding:12px 24px;
  margin-left:auto;
  font:700 18px var(--heading);
  min-height:44px
}
.remove-student {
  display:block;
  margin:14px 0 18px auto;
  min-height:44px;
  background:white;
  border:1px solid #b7c1ca;
  border-radius:6px
}
.student+.student {
  margin-top:24px;
  border-top:1px solid #cdd3d8;
  padding-top:20px
}
footer {
  background:#e2e2e2
}
.certifications {
  padding:36px 24px;
  text-align:center
}
.certifications h2 {
  font-size:clamp(18px,1.6vw,30px);
  margin-bottom:32px
}
.certifications img {
  width:min(90%,1050px);
  margin:auto
}
.campuses {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:24px;
  max-width:1500px;
  margin:auto;
  padding:30px 24px 45px
}
address {
  font-style:normal;
  font-size:14px;
  line-height:1.5;
  overflow-wrap:anywhere
}
address span:first-child {
  font-weight:700
}
.copyright {
  background:#203f70;
  color:white;
  padding:28px 24px;
  text-align:center;
  font-size:16px
}
dialog {
  border:0;
  border-radius:18px;
  color:var(--blue);
  padding:28px;
  max-width:min(620px,calc(100% - 32px));
  max-height:90dvh;
  overflow:auto
}
dialog::backdrop {
  background:#000b
}
dialog h2 {
  font-size:28px;
  margin-bottom:20px
}
dialog p {
  font-size:18px;
  line-height:1.5
}
.dialog-close {
  display:block;
  margin:20px 0 0 auto;
  min-width:44px;
  min-height:44px;
  padding:8px 18px;
  border:0;
  border-radius:7px;
  background:var(--blue);
  color:white
}
#video-dialog {
  max-width:min(1200px,calc(100% - 24px));
  width:100%;
  background:#101b27;
  padding:12px
}
#video-dialog .dialog-close {
  margin:0 0 10px auto
}
.video-host video,.video-host iframe {
  width:100%;
  max-height:75dvh;
  aspect-ratio:16/9;
  display:block;
  border:0
}
body:has(dialog[open]) {
  overflow:hidden
}
@media(min-width:120rem) {
  main {
    max-width:none;
    margin:auto
  }
}
@media(max-width:75rem) and (min-width:48rem) {
  .hero-copy {
    padding-left:10%;
    padding-right:8%
  }
  .hero-brand {
    width:21%
  }
  .contact-section {
    grid-template-columns:45% 55%;
    padding-right:4vw
  }
  .campuses {
    grid-template-columns:repeat(4,1fr)
  }
  .topic p {
    line-height:1.4
  }
  .topic-copy {
    padding-right:24px
  }
  .education-copy {
    border-radius:80px 80px 80px 0
  }
  .visit-button {
    padding-inline:22px
  }
}
@media(max-width:47.99rem) {
  .hero {
    display:grid;
    grid-template-columns:1fr;
    min-height:0;
    background:#1a718f;
    overflow:clip
  }
  .hero-photo {
    inset:0 0 auto;
    height:auto;
    aspect-ratio:430/933
  }
  .hero-photo img {
    width:100%;
    height:100%;
    object-fit:cover
  }
  .hero:before,.hero:after {
    display:none
  }
  .hero-brand {
    left:5.4%;
    top:0;
    width:30%;
    max-width:210px
  }
  .brand-logo {
    top:24%;
    left:13%;
    width:70%
  }
  .hero-copy {
    grid-column:1;
    padding:calc(112.1vw + 26px) 6% 0;
    position:relative;
    z-index:0
  }
  .hero-copy:before {
    content:'';
    position:absolute;
    inset:112.1vw -100% 0;
    z-index:-1;
    background:linear-gradient(#123954,#1a718f);
    border-radius:50% 50% 0 0/120px 150px 0 0
  }
  .hero h1 {
    text-transform:none;
    font-size:clamp(32px,8.14vw,46px);
    line-height:1.1;
    max-width:90%
  }
  .script-title {
    font-size:clamp(95px,23.7vw,145px);
    margin:34px 0 38px 20px;
    max-width:220px
  }
  .script-title span {
    font-size:.47em
  }
  .hero-copy p {
    font-size:clamp(23px,6.05vw,31px);
    line-height:1.3
  }
  .visit-button {
    grid-column:1;
    justify-self:center;
    margin:28px 24px 34px;
    padding:18px 22px;
    background:white;
    color:var(--blue);
    font-size:clamp(20px,5.7vw,30px);
    max-width:calc(100% - 32px)
  }
  .curricula {
    padding:36px 26px 70px;
    background:linear-gradient(110deg,#fff,#edf3f4)
  }
  .curricula>.brand-chevron {
    display:none
  }
  .school-intro {
    font-size:clamp(25px,7vw,35px);
    line-height:1.3
  }
  .curricula h2 {
    font-size:30px;
    margin:48px auto 42px;
    max-width:350px
  }
  .curricula-grid {
    grid-template-columns:minmax(0,319px);
    gap:32px;
    margin:0 auto 30px
  }
  .curricula-note {
    font-size:20px;
    line-height:1.4
  }
  .education-intro {
    display:block;
    background:white
  }
  .education-intro picture img {
    aspect-ratio:430/481;
    object-fit:contain
  }
  .education-copy {
    background:none;
    border-radius:0;
    padding:55px 8.4% 70px;
    font-size:clamp(25px,6.5vw,30px);
    line-height:1.35
  }
  .topics {
    padding-top:50px;
    background:white
  }
  .brand-chevron {
    width:72px;
    margin-bottom:45px
  }
  .section-heading {
    font-size:clamp(28px,7.5vw,38px);
    margin-bottom:70px;
    line-height:1.15
  }
  .section-heading strong {
    font-size:1.18em
  }
  .topic-list {
    display:block
  }
  .topic,.topic:nth-child(even) {
    display:block
  }
  .topics.is-carousel .topic:not(.is-active) {
    display:none
  }
  .topic picture img {
    aspect-ratio:430/558;
    object-fit:contain;
    width:100%
  }
  .topic-copy,.topic:nth-child(even) .topic-copy {
    padding:24px 9.77% 0
  }
  .topic h3 {
    font-size:clamp(29px,8.14vw,42px);
    line-height:1.2
  }
  .topic h3 strong {
    font-size:1.25em;
    line-height:1.15;
    margin-top:4px;
    overflow-wrap:normal
  }
  .topic p {
    font-size:clamp(20px,5vw,25px);
    line-height:1.42;
    margin-top:22px
  }
  .topics.is-carousel .topic-controls {
    display:flex;
    margin:80px 10% 0
  }
  .topic-dots {
    flex:1
  }
  .topic-dots button {
    min-width:24px;
    padding:6px
  }
  .topic-dots button:before {
    width:12px;
    height:12px
  }
  .topic-controls>button {
    font-size:36px;
    min-width:36px
  }
  .structure {
    padding-top:100px
  }
  .gallery-slots {
    display:block
  }
  .gallery-side {
    display:none
  }
  .gallery-main img {
    aspect-ratio:430/590;
    object-fit:contain;
    border-radius:0
  }
  .gallery-controls {
    padding:0 24px;
    margin-top:25px
  }
  .gallery-dots {
    max-width:65%
  }
  .parents {
    padding-top:90px;
    padding-bottom:0
  }
  .video-open {
    width:100%;
    max-width:none
  }
  .video-open img {
    aspect-ratio:430/685.873;
    object-fit:cover
  }
  .contact-section {
    display:block;
    padding:0 8px 90px
  }
  .contact-photo {
    margin:0 -8px 30px
  }
  .contact-photo>img:first-child {
    display:none
  }
  .contact-photo .contact-mobile-photo {
    display:block;
    width:100%;
    aspect-ratio:430/842;
    object-fit:contain
  }
  #lead-form {
    border-radius:45px;
    padding:34px 16px
  }
  #lead-form h2 {
    font-size:clamp(24px,7vw,32px);
    margin:0 16px 54px
  }
  legend {
    font-size:24px
  }
  .field input,.field select {
    padding-inline:12px;
    font-size:16px
  }
  .responsible-grid,.student-grid {
    gap:8px
  }
  .campuses {
    grid-template-columns:1fr;
    gap:35px;
    padding:35px 48px 50px
  }
  address {
    font-size:20px;
    line-height:1.5
  }
  .certifications {
    padding:45px 30px 20px
  }
  .certifications h2 {
    font-size:25px;
    line-height:1.4
  }
  .certifications img {
    width:100%
  }
  .copyright {
    font-size:14px;
    line-height:1.5
  }
  .consent {
    font-size:16px
  }
  .topic-list>.topic+.topic {
    margin-top:60px
  }
  .topics.is-carousel .topic-list>.topic+.topic {
    margin-top:0
  }
}
@media(max-width:23rem) {
  .field input,.field select {
    padding-inline:6px
  }
  .responsible-grid,.student-grid {
    grid-template-columns:minmax(0,1fr)
  }
  .responsible-grid .field,.student-grid .field {
    grid-column:1
  }
  .campus {
    margin-top:0
  }
  .topic-copy,.topic:nth-child(even) .topic-copy {
    padding-inline:24px
  }
  .topics.is-carousel .topic-controls {
    margin-inline:20px
  }
  .topic-controls {
    gap:4px
  }
  .topic-dots button {
    min-width:23px;
    padding:5px
  }
  .hero h1 {
    max-width:100%
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior:auto;
    animation:none;
    transition:none
  }
}
.script-title {
  position:relative;
  font-size:clamp(100px,8.65vw,166px);
  line-height:1;
  rotate:-6deg;
  margin:16px 0 56px 45px;
  width:fit-content
}
.script-title span {
  position:absolute;
  top:-.15em;
  left:32%;
  margin:0;
  line-height:1;
  font-size:.52em
}
.hero-copy p {
  max-width:464px
}
.hero:before {
  background-image:url('../images/aae.webp'),url('../images/aaf.webp');
  background-size:52.7% auto,41.36% 100%
}
.curricula {
  position:relative;
  margin-top:clamp(-180px,-9.375vw,-90px);
  background:transparent
}
.contact-section {
  grid-template-columns:65.35% 34.65%
}
@media(max-width:75rem) and (min-width:48rem) {
  .contact-section {
    grid-template-columns:45% 55%
  }
}
@media(max-width:47.99rem) {
  .hero-photo {
    height:calc(112.1vw + 150px);
    aspect-ratio:auto
  }
  .hero-photo img {
    height:auto;
    object-fit:initial
  }
  .hero:before {
    display:block;
    inset:112.1vw -26.3% 0 -98.37%;
    background:url('../images/ahu.webp') left top/100% 100% no-repeat
  }
  .hero-copy:before {
    display:none
  }
  .script-title {
    font-size:clamp(78px,19.77vw,105px);
    margin:0 0 25px 24px;
    line-height:1
  }
  .script-title span {
    font-size:.52em
  }
  .curricula {
    margin-top:0;
    background:linear-gradient(110deg,#fff,#edf3f4)
  }
  .contact-section {
    display:block
  }
}
@media(min-width:48rem) and (max-width:60rem) {
  .hero {
    grid-template-columns:52% 48%
  }
  .hero:before {
    background-size:60% auto,54% 100%
  }
  .hero-brand {
    left:54%
  }
  .hero h1 {
    font-size:32px
  }
  .hero-copy {
    padding-left:8%;
    padding-right:6%
  }
  .visit-button {
    font-size:20px;
    padding-inline:16px
  }
  .curricula {
    margin-top:-90px
  }
}
h1,h2,h3,p,legend {
  overflow-wrap:anywhere
}
.hero-copy {
  padding-bottom:clamp(190px,10vw,200px)
}
.carousel-controls>button {
  font-size:0
}
.carousel-controls>button:before {
  content:'';
  display:block;
  width:20px;
  height:20px;
  border-right:5px solid currentColor;
  border-bottom:5px solid currentColor;
  rotate:135deg;
  margin:auto
}
.carousel-controls>button:last-child:before {
  rotate:-45deg
}
@media(max-width:47.99rem) {
  .hero-copy {
    padding-bottom:0
  }
  .script-title {
    margin-top:8px;
    margin-bottom:17px
  }
  #topic-4 h3 strong,#topic-5 h3 strong {
    font-size:clamp(32px,8.84vw,38px)
  }
  #topic-6 h3 {
    font-size:24px
  }
  #topic-6 h3 strong {
    font-size:32px
  }
}
.contact-photo picture img {
  width:100%
}
@media(max-width:47.99rem) {
  .contact-photo picture img {
    aspect-ratio:430/842;
    object-fit:contain
  }
}
.topic h3 strong {
  overflow-wrap:inherit
}
.certification-logos {
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:30px;
  align-items:center;
  max-width:1400px;
  margin:auto
}
.certifications .certification-logos img {
  width:100%;
  max-height:108px;
  object-fit:contain
}
address span:first-child {
  font-weight:400
}
.interest-row {
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:30px
}
.interest-row .field {
  margin:0
}
.interest-row .ano {
  grid-column:1
}
.interest-row .campus {
  grid-column:2
}
@media(max-width:23rem) {
  .interest-row {
    grid-template-columns:1fr;
    gap:8px
  }
  .interest-row .campus {
    grid-column:1
  }
}
@media(min-width:48rem) {
  .visit-button.is-floating {
    position:fixed;
    right:max(24px,14vw);
    bottom:44px;
    margin:0;
    z-index:5
  }
}
@media(max-width:47.99rem) {
  .certification-logos {
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-areas:'anc anj' 'anh and' 'ani anf' 'ane ang';
    gap:22px 28px;
    max-width:330px;
    margin-top:65px
  }
  .certifications .certification-logos img {
    height:81px;
    width:100%;
    object-fit:contain
  }
  .certification-anc {
    grid-area:anc
  }
  .certification-and {
    grid-area:and
  }
  .certification-ane {
    grid-area:ane
  }
  .certification-anf {
    grid-area:anf
  }
  .certification-ang {
    grid-area:ang
  }
  .certification-anh {
    grid-area:anh
  }
  .certification-ani {
    grid-area:ani
  }
  .certification-anj {
    grid-area:anj
  }
  .campuses {
    gap:80px;
    padding:60px 30px 80px
  }
  address {
    font-size:16px;
    text-align:center;
    max-width:310px;
    margin-inline:auto
  }
}

/* Approved artwork and controls: bounded overlaps, without changing page flow. */
.education-cutout,.education-chevron,.footer-logo { display:none; }
@media(min-width:48rem) {
  .curricula { z-index:3; }
  .curriculum { position:relative; }
  .curriculum summary { position:relative; z-index:2; cursor:pointer; }
  .curriculum-details {
    position:absolute; top:60px; left:0; width:100%; z-index:1;
    padding:64px 26px 38px; background:#fff;
    box-shadow:0 12px 22px rgb(15 49 91 / 22%);
  }
  .education-intro { position:relative; }
  .education-side { min-width:0; position:relative; }
  .education-copy {
    margin-left:-8vw; padding-left:10vw;
    border-radius:clamp(80px,8vw,150px) 0 0 clamp(80px,8vw,150px);
    background:#73dcf7;
  }
  .education-cutout {
    display:block; position:absolute; left:36.875%; top:2.03vw;
    width:25.052%; height:auto; z-index:2; pointer-events:none;
  }
  .education-chevron { display:block; width:clamp(60px,6vw,115px); margin:40px auto 0; }
  .topics>.brand-chevron { display:none; }
  .gallery { position:relative; }
  .gallery-main img { border-radius:0; }
  .gallery-controls {
    position:absolute; inset:0; max-width:none; margin:0; padding:0;
    pointer-events:none;
  }
  .gallery-controls>button {
    position:absolute; top:50%; transform:translate(-50%,-50%);
    pointer-events:auto; margin:0;
  }
  .gallery-controls>button:first-child { left:20.5%; }
  .gallery-controls>button:last-child { left:79.5%; }
  .gallery-dots { display:none; }
  .contact-section { align-items:stretch; }
  .contact-photo { position:relative; min-height:0; }
  .contact-photo picture { position:absolute; inset:0; }
  .contact-photo picture img { height:100%; object-fit:cover; }
}
@media(max-width:47.99rem) {
  .education-intro { background:#73dcf7; border-radius:0 0 70px 70px; overflow:hidden; }
  .education-intro picture img { border-bottom-right-radius:70px; }
  .education-copy { background:#73dcf7; border-radius:0 0 70px 70px; }
  .copyright-band { background:#203f70; padding:30px 24px; }
  .footer-logo { display:block; width:100px; height:auto; padding:14px 16px; background:white; border-radius:10px; margin:0 auto 20px; }
  .copyright-band .copyright { padding:0; }
}
@media(min-width:48rem) {
  .education-intro>picture { display:block; overflow:hidden; }
  .education-intro>picture img { width:105.101%; max-width:none; margin-left:-5.208%; }
}

/* Requested gallery, photo overlap and mobile curriculum corrections. */
@media(min-width:48rem) {
  .gallery-main img { object-fit:contain; }
  .gallery-side { cursor:pointer; }
  .gallery-side:focus-visible { outline:3px solid var(--blue); outline-offset:4px; }
  .contact-photo picture { right:-60px; }
  .contact-section #lead-form { position:relative; z-index:1; }
}
@media(max-width:47.99rem) {
  .curricula { position:relative; z-index:3; }
  .curriculum { position:relative; }
  .curriculum[open] { z-index:4; }
  .curriculum summary { position:relative; z-index:2; }
  .curriculum-details {
    position:absolute; top:calc(100% - 8px); left:0; width:100%; z-index:1;
    padding:24px 22px 20px; background:white;
    border-radius:0 0 20px 20px;
    box-shadow:0 12px 22px rgb(15 49 91 / 22%);
  }
}

@media(max-width:47.99rem) {
  .curriculum-details {
    top:0;
    padding-top:calc(30.408% + 16px);
    border-radius:20px;
  }
  .curriculum:last-child .curriculum-details { padding-top:calc(30.284% + 16px); }
  .visit-button.is-floating {
    position:fixed; left:50%; right:auto; transform:translateX(-50%);
    bottom:calc(16px + env(safe-area-inset-bottom, 0px));
    width:max-content; max-width:calc(100% - 48px); margin:0; z-index:5;
  }
}

.visit-button.visit-placeholder { visibility:hidden; }
.visit-button.is-floating { z-index:100; }
.visit-button.is-floating[hidden] { display:none; }

@media(prefers-reduced-motion:no-preference) {
  html { scroll-behavior:smooth; }
}

#lead-form { scroll-margin-top:16px; }
@media(max-width:47.99rem) {
  .visit-button { box-shadow:0 4px 18px rgb(15 49 91 / 25%); }
}

/* Language links are confined to the existing footer band. */
.language-switcher {
  display:flex; justify-content:center; flex-wrap:wrap; gap:8px 24px;
  background:#203f70; color:white; padding:20px 16px 0;
  font:16px/1.4 var(--heading);
}
.language-switcher a { color:inherit; padding:10px 2px; text-decoration:none; }
.language-switcher a[aria-current="page"] { font-weight:700; text-decoration:underline; text-underline-offset:5px; }
.language-switcher a:focus-visible { outline:2px solid white; outline-offset:3px; }
@media(max-width:47.99rem) {
  .language-switcher { padding:0 0 20px; gap:6px 18px; font-size:14px; }
}

/* Fit the approved English script title into the same artwork text area. */
html[lang="en"] .script-title { font-size:clamp(54px,5.4vw,104px); white-space:nowrap; }
@media(max-width:47.99rem) {
  html[lang="en"] .script-title { font-size:clamp(48px,14vw,70px); max-width:none; }
}
html[lang="en"] .script-title span { line-height:1; margin-bottom:6px; }

/* Client-approved English/German text arrangement. Portuguese is unchanged. */
html[lang="en"] .certifications h2,
html[lang="de"] .certifications h2 { color:#5d5d60; font-weight:700; }
html[lang="de"] .hero-copy p { font-weight:400; }
@media(min-width:48rem) {
  html[lang="en"] .curricula-note {
    max-width:none; white-space:nowrap; font-size:clamp(11px,1.25vw,24px);
  }
  html[lang="de"] .hero h1 { font-size:clamp(28px,3.05vw,58px); }
  html[lang="de"] .script-title { margin-top:38px; }
  html[lang="de"] .script-title span { top:-.28em; }
}
@media(max-width:47.99rem) {
  html[lang="en"] .hero h1,
  html[lang="de"] .hero h1 { font-size:clamp(28px,7.5vw,34px); line-height:1.1; }
  html[lang="en"] .script-title {
    font-size:clamp(52px,16vw,76px); margin:24px 0 16px 0;
  }
  html[lang="en"] .script-title span { top:-.4em; margin:0; }
  html[lang="en"] .hero-copy p { font-weight:400; }
  html[lang="de"] .script-title {
    font-size:clamp(84px,23vw,110px); margin:12px 0 22px 36px;
  }
  html[lang="de"] .script-title span { top:-.2em; }
  html[lang="de"] .visit-button { font-size:clamp(15px,4.4vw,22px); white-space:nowrap; }
  html[lang="en"] .certifications h2,
  html[lang="de"] .certifications h2 { font-size:clamp(18px,4.8vw,22px); line-height:1.2; }
}
@media(max-width:47.99rem) {
  html[lang="en"] .script-title { font-size:clamp(48px,14.5vw,70px); margin-top:30px; }
  html[lang="en"] .script-title span { top:-.85em; }
  html[lang="de"] .script-title span { top:-.65em; }
  html[lang="en"] .visit-button { width:calc(100% - 100px); }
}
@media(min-width:48rem) {
  html[lang="de"] .script-title { margin-top:56px; margin-bottom:32px; }
  html[lang="de"] .script-title span { top:-.65em; }
}

/* Continuous desktop artwork across the hero and curriculum section. */
@media(min-width:48rem) {
  .hero-curricula {
    position:relative; isolation:isolate; display:flow-root;
    background:#edf3f4 url('../images/aab.webp') left top/100% auto no-repeat;
  }
  .hero-curricula::before {
    content:''; position:absolute; inset:0; z-index:-1; pointer-events:none;
    background:url('../images/hero-curricula-background-v2.svg') center/100% 100% no-repeat;
  }
  .hero-curricula .hero { background:transparent; }
  .hero-curricula .hero-photo { visibility:hidden; }
  .hero-curricula .hero::after { display:none; }
  .hero-curricula .curricula { background:transparent; }
}
@media(min-width:48rem) {
  .hero-curricula { z-index:4; }
}

/* Artwork geometry is tied to viewport width, not translated text height. */
@media(min-width:48rem) {
  .hero-curricula::before { height:78.125vw; bottom:auto; }
  .hero-curricula::after {
    content:''; position:absolute; top:78.125vw; bottom:0; left:0; right:0;
    z-index:-1; pointer-events:none;
    background:linear-gradient(90deg,#b0e4ee,#edf3f4 60%,#e2eff2);
  }
  .hero-curricula .hero::before {
    background-image:url('../images/aaf.webp');
    background-size:41.36% 100%;
  }
  .topics {
    background:white url('../images/topics-background.webp') center top/100% 100% no-repeat;
  }
}
@media(min-width:48rem) {
  .hero-curricula .hero>.visit-button { margin-bottom:clamp(90px,9vw,180px); }
}

/* Complete heading semantics without moving approved artwork. */
.heading-completion { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip-path:inset(50%)!important; white-space:nowrap!important; border:0!important; }

/* White backdrop beneath the desktop education panel and its red arrow. */
@media(min-width:48rem) {
  .education-intro { background:#fff; }
}

/* Keep the wide-screen artwork inside its own section without clipping popup cards. */
@media(min-width:48rem) {
  .hero-curricula::before {
    height:auto; bottom:0;
    background-position:center top;
    background-size:100% 78.125vw;
  }
}

/* Match the artwork's scale cap to the hero's 1123px maximum height. */
@media(min-width:48rem) {
  .hero-curricula::before { background-size:100% min(78.125vw,1500px); }
  .hero-curricula::after { top:min(78.125vw,1500px); }
}

/* Language controls sit over the hero without changing its layout. */
.header-language { position:absolute; top:18px; right:20px; z-index:20; color:#164778; }
.header-language summary { display:grid; place-items:center; width:44px; height:44px; border-radius:50%; background:#fff; box-shadow:0 3px 14px #10395b33; cursor:pointer; list-style:none; }
.header-language summary::-webkit-details-marker { display:none; }
.header-language nav { position:absolute; top:52px; right:0; min-width:112px; padding:6px; border-radius:12px; background:#fff; box-shadow:0 5px 20px #10395b33; }
.header-language a { display:block; padding:10px 12px; color:#164778; text-decoration:none; border-radius:8px; white-space:nowrap; }
.header-language a:hover,.header-language a[aria-current=page] { background:#e7f5fa; }
.header-language :focus-visible { outline:2px solid #00aacf; outline-offset:3px; }
.language-switcher { gap:10px; }
.language-switcher a { display:inline-flex; align-items:center; gap:7px; padding:8px 12px; border:1px solid #ffffff66; border-radius:20px; text-decoration:none; }
.language-switcher a[aria-current=page] { background:#ffffff22; text-decoration:none; }
html[lang="pt-BR"] .script-title span { top:-.65em; }
html[lang="de"] .script-title span { top:-.85em; }
@media(max-width:47.99rem) {
 .header-language { top:14px; right:14px; }
 .topic-list,.gallery-slots { touch-action:pan-y pinch-zoom; }
 .topic-list img,.gallery-slots img { -webkit-user-drag:none; user-select:none; }
}
