/* Client media additions: retain the original palette, type and layout. */
.section { padding-block: 70px; }
.header-inner nav { gap: 19px; }
.portrait-frame .advisor-photo { object-position: 50% 30%; }
.services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card { display: flex; flex-direction: column; padding: 25px; }
.service-card p { min-height: 0; }
.service-link { margin-top: auto; padding-top: 22px; }
.service-card:last-child { grid-column: span 2; }
.stats { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.stats > div { padding-inline: 19px; }
.stats strong { font-size: 43px; }
.stats strong span { font-size: 23px; }
.media-grid { display: grid; gap: 22px; }
.events-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.awards-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.media-card { min-width: 0; margin: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fffdf8; }
.media-link { position: relative; display: flex; align-items: center; justify-content: center; background: #e9e8de; }
.media-link img { width: 100%; object-fit: contain; }
.award-photo .media-link { height: 295px; padding: 16px; }
.award-photo img { height: 100%; }
.event-photo .media-link { height: 260px; padding: 10px; }
.event-photo img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.media-card figcaption { padding: 15px 18px; font-size: 12px; line-height: 1.55; }
.media-link:hover .enlarge-mark { background: var(--green); color: white; }
.media-link:focus-visible { outline-offset: -4px; }
.enlarge-mark { position: absolute; right: 12px; bottom: 12px; width: 31px; height: 31px; display: grid; place-items: center; color: var(--green); background: #fffdf8ed; border-radius: 50%; transition: background .2s; }
.carousel-controls { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 16px; color: var(--muted); font-size: 11px; }
.carousel-toggle { border: 1px solid #b6c0b2; border-radius: 3px; background: transparent; color: var(--green); padding: 10px 16px; cursor: pointer; min-height: 44px; }
.awards-viewport { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #b6bbaa transparent; padding-bottom: 12px; }
.awards-track { display: flex; width: max-content; }
.awards-group { display: flex; gap: 20px; padding-right: 20px; }
.awards-group .media-card { width: 258px; flex: 0 0 258px; }
.awards-group .media-card figcaption { min-height: 67px; }
.events-section { background: #f0f0e8; }
.gallery-action { margin-top: 28px; text-align: center; }
.contact-section { padding-top: 55px; padding-bottom: 60px; }
.gallery-intro { padding-top: 32px; padding-bottom: 10px; }
.gallery-intro .text-link { margin-top: 0; margin-bottom: 35px; }
.gallery-intro h1 { font-size: clamp(42px, 5vw, 64px); }
.gallery-intro > p:not(.eyebrow) { margin-top: 22px; max-width: 620px; }
.gallery-intro .button-row { margin-top: 26px; }
.gallery-intro .eyebrow { margin-bottom: 14px; }
.video-title-art { max-width: 330px; }
.has-thumbnail { color: white; justify-content: space-between; aspect-ratio: 16 / 9; }
.has-thumbnail .video-thumbnail { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; }
.has-thumbnail:after { inset: 0; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(#0006, transparent, #0009); }
.has-thumbnail .platform, .has-thumbnail .media-status, .has-thumbnail .play-circle { z-index: 1; }
.has-thumbnail .play-circle { color: var(--green); }
.floating-whatsapp { position: fixed; right: 24px; bottom: max(20px, env(safe-area-inset-bottom)); z-index: 25; display: flex; gap: 9px; align-items: center; padding: 14px 18px; min-height: 48px; background: var(--green); color: white; border: 1px solid #90aa98; border-radius: 40px; box-shadow: 0 5px 20px #102f3030; font-size: 12px; }
.floating-whatsapp:hover { background: #285451; }
.site-footer { padding-bottom: 65px; }
body.lightbox-open { overflow: hidden; }
.lightbox { position: fixed; inset: 0; width: min(1100px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 16px 20px 20px; border: 1px solid #ffffff36; border-radius: 8px; background: #142e2f; color: #fffdf1; }
.lightbox::backdrop { background: #081b20e8; }
.lightbox-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.lightbox-count { font-size: 12px; color: #d6dbc9; }
.lightbox button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ffffff42; border-radius: 50%; background: #ffffff0a; color: white; cursor: pointer; flex-shrink: 0; }
.lightbox button:hover { background: #ffffff20; }
.lightbox-stage { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 10px; }
.lightbox-stage .lightbox-image { max-width: calc(100% - 116px); width: auto; height: auto; max-height: calc(100dvh - 220px); object-fit: contain; min-width: 0; }
.lightbox-prev, .lightbox-next { font-size: 30px; }
#lightbox-caption { text-align: center; color: #fffdf1; font-size: 14px; margin-top: 16px; }
.lightbox-help { text-align: center; color: #b5c3b5; font-size: 10px; margin-top: 7px; }
@media (min-width: 1500px) { .section { padding-block: 80px; } }
@media (max-width: 1100px) {
  .header-inner nav { gap: 13px; }
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-card:last-child { grid-column: span 3; }
  .stats > div { padding-inline: 13px; }
  .stats strong { font-size: 36px; }
  .stats strong span { font-size: 20px; }
  .awards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .event-photo .media-link { height: 230px; }
}
@media (max-width: 1000px) {
  .section { padding-block: 58px; }
  .header-inner nav { gap: 15px 25px; }
  .stats { grid-template-columns: repeat(6, minmax(0, 1fr)); row-gap: 28px; }
  .stats > div { grid-column: span 2; padding-inline: 18px; }
  .stats > div:nth-child(3) { border: 0; }
  .stats > div:nth-child(4), .stats > div:nth-child(5) { grid-column: span 3; }
  .stats > div:nth-child(4) { padding-left: 0; }
  .events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .section { padding-block: 46px; }
  .header-inner nav { gap: 6px; }
  .portrait-frame .advisor-photo { object-position: center 26%; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { padding: 21px 17px; }
  .service-card:last-child { grid-column: span 2; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats > div, .stats > div:nth-child(4), .stats > div:nth-child(5) { grid-column: auto; }
  .stats > div:nth-child(odd) { padding-left: 0; border-right: 1px solid #ffffff24; }
  .stats > div:nth-child(even) { padding-left: 20px; border: 0; }
  .stats > div:last-child { grid-column: 1 / -1; border: 0; border-top: 1px solid #ffffff24; padding-top: 20px; }
  .stats strong { font-size: 42px; }
  .awards-group .media-card { width: 225px; flex-basis: 225px; }
  .award-photo .media-link { height: 270px; padding: 12px; }
  .awards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .awards-grid .award-photo .media-link { height: 225px; padding: 8px; }
  .media-card figcaption { font-size: 11px; padding: 12px; }
  .events-grid { gap: 14px; }
  .event-photo .media-link { height: 210px; padding: 7px; }
  .contact-section { padding-top: 40px; padding-bottom: 42px; }
  .floating-whatsapp { right: 15px; padding: 13px; }
  .floating-whatsapp span { display: none; }
  .gallery-intro { padding-top: 25px; }
  .gallery-intro > p:not(.eyebrow) { font-size: 13px; }
  .lightbox { width: calc(100% - 16px); padding: 10px 10px 16px; }
  .lightbox-stage { gap: 4px; position: relative; padding-bottom: 54px; }
  .lightbox-stage .lightbox-image { max-width: 100%; max-height: calc(100dvh - 270px); margin-inline: auto; }
  .lightbox-prev, .lightbox-next { position: absolute; bottom: 0; }
  .lightbox-prev { left: calc(50% - 54px); }
  .lightbox-next { right: calc(50% - 54px); }
}
@media (max-width: 480px) {
  .events-grid { grid-template-columns: 1fr; }
  .event-photo .media-link { height: 285px; }
  .awards-grid .award-photo .media-link { height: 190px; }
  .carousel-controls { font-size: 10px; }
}
@media (max-width: 370px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
}
