/* =============================================
   ASIAN PAINTS FOOTER
   5 sections: Mega | Video | Global | Divisions | Bottom
   ============================================= */

/* ---------- BASE ---------- */
.footer {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  --full-bg: #FDEDD6;
  --footer-text-color: #232426;
}

.footer a {
  text-decoration: none;
}

.footer .footer-content {
  display: flex;
  flex-direction: column;
}

/* =============================================
   SECTION 1: MEGA FOOTER — 3-zone layout
   Zone 1 (left):  Brand — white text on grey
   Zone 2 (center): Link columns — dark text on white
   Zone 3 (right): About/Policies — white text on grey
   ============================================= */
.footer .footer-mega {
  background: var(--full-bg);
}

.footer .footer-mega-inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 2.5%;
}

.footer .mega-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 15%;
  gap: 2%;
  align-items: flex-start;
  overflow: visible;
}

/* ----- Zone 1: Brand column (left, white text on grey) ----- */
.footer .mega-col-brand {
  background: transparent;
  color: #fff;
  width: 180px;
  padding: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: space-between;
  gap: 0;
  justify-self: start;
  height: 434px;
}

.footer .footer-brand-logo {
  display: inline-block;
  width: 180px;
  height: 63px;
}

.footer .footer-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .footer-brand-contact {
  display: grid;
  gap: 20px;
  border: 1px dashed var(--footer-text-color);
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  justify-content: start;
  align-items: center;
}

.footer .contact-row {
  position: relative;
  display: grid;
  grid-template-columns: 16px auto;
  align-items: center;
  justify-content: start;
  gap: 20px;
  color: var(--footer-text-color);
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
}

.footer .footer-brand-contact .contact-row[href^="mailto:"] {
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 1px;
  opacity: 1;
  cursor: pointer;
}

.footer .contact-row svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 1;
  stroke: var(--footer-text-color);
}

.footer .contact-row span {
  overflow-wrap: anywhere;
}

.footer .email-row .email-label {
  overflow-wrap: normal;
  color: var(--footer-text-color);
}

.footer .email-row .email-line {
  display: block;
  white-space: nowrap;
}

/* Public Notice — subtle card on dark bg */
.footer .footer-public-notice {
  background: #FEF2E2;
  border-radius: 10px;
  padding: 8px 12px;
  margin-top: 0;
  width: 100%;
}

.footer .notice-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #232426;
}

.footer .notice-body {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: #232426;
  margin: 0;
}

/* ----- Zone 2: Center block (white background) ----- */
.footer .mega-center {
  background: #fff;
  color: #000;
  height: 434px;
  padding: 0;
  border-radius: 0 0 20px 20px;
  align-self: start;
  overflow: hidden;
}

.footer .mega-center-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 0;
  align-items: stretch;
  height: 100%;
}

/* Live-style panel layout inside center */
.footer .mega-center .mega-col-links,
.footer .mega-center .panel-section,
.footer .mega-center .right-col {
  min-width: 0;
}

.footer .mega-center .panel-section {
  padding: 0 25px;
}

.footer .mega-center .panel-left {
  padding: 0 25px;
}

.footer .mega-center .panel-middle {
  position: relative;
  padding: 0 25px;
  align-self: stretch;
}

.footer .mega-center .panel-right {
  position: relative;
  padding: 0 25px;
  align-self: stretch;
}

.footer .mega-center .panel-middle::before,
.footer .mega-center .panel-right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #b0b1b3;
}

.footer .mega-center .right-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  justify-content: space-between;
  align-items: start;
}

.footer .mega-center .right-col:first-child {
  padding-right: 0;
}

.footer .mega-center .right-col:last-child {
  padding-left: 0;
}

.footer .link-group {
  margin-bottom: 0;
}

.footer .link-group:last-child {
  margin-bottom: 0;
}

/* Section header styling */
.footer .group-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  cursor: default;
}

.footer .link-group-title {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: #000;
  cursor: default;
  font-family: inherit;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.footer .group-title {
  display: block;
}

.footer .clickable-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  cursor: text;
}

.footer .link-group-title .accordion-icon {
  display: none;
}

.footer .link-group-title .accordion-chevron {
  display: none;
}

.footer .link-group-list {
  margin: 0;
  padding: 0;
}

.footer .group-link {
  margin: 0 0 10px;
  padding: 0;
}

.footer .group-link:last-child {
  margin-bottom: 0;
}

.footer .group-link a {
  display: block;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
}

.footer .mega-center .link-group+.link-group {
  padding-top: 0;
  border-top: none;
}

.footer .mega-center .panel-left .link-group+.link-group {
  margin-top: 25px;
}

.footer .mega-center .panel-right .link-group+.link-group {
  margin-top: 0;
}

.footer .mega-center .panel-right .right-col:first-child .link-group:nth-child(2) {
  margin-top: 80px;
}

.footer .mega-center .panel-right .product-title {
  padding-bottom: 16px;
  border-bottom: 3px solid #b0b1b3;
}

@media (width >=1281px) and (width <=1440px) {
  .footer .group-link {
    margin-bottom: 8px;
  }
}

/* ----- Zone 3: About column (right, white text on grey) ----- */
.footer .mega-col-about {
  background: transparent;
  color: #fff;
  display: grid;
  row-gap: 25px;
  align-items: flex-start;
  padding: 0;
  border-right: none;
}

/* stylelint-disable-next-line no-descending-specificity */
.footer .mega-col-about .link-group-title {
  color: var(--footer-text-color);
  display: block;
  padding: 0;
}

.footer .mega-col-about .clickable-title {
  color: #fff;
}

.footer .mega-col-about .link-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
}

.footer .mega-col-about .link-group-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .mega-col-about .group-link {
  margin: 0 0 10px;
  padding: 0;
}

.footer .mega-col-about .group-link:last-child {
  margin-bottom: 0;
}

.footer .mega-col-about .group-link a {
  display: block;
  padding: 0;
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: var(--footer-text-color);
}

.footer .mega-col-about .link-group-list a {
  color: var(--footer-text-color);
}

.footer .mega-col-about .link-group:first-child .link-group-title,
.footer .mega-col-about .link-group:first-child .clickable-title {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer .mega-col-about .link-group:not(:first-child) .link-group-title,
.footer .mega-col-about .link-group:not(:first-child) .clickable-title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

/* stylelint-disable-next-line no-descending-specificity */
.footer .mega-col-about .link-group+.link-group {
  padding-top: 0;
  border-top: none;
}

/* =============================================
   SECTION 2: VIDEO BANNER
   Fix #7: Smooth transition spacing
   ============================================= */
.footer .footer-video-banner {
  position: relative;
  width: 100%;
  height: 513px;
  overflow: hidden;
  background: var(--full-bg);
  margin-top: 0;
}

.footer .video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer .video-bg picture {
  display: block;
}

.footer .video-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* important */
  object-position: center;
}

/* No gradient overlay — original site doesn't use one */
.footer .video-gradient {
  display: none;
}

/* CTA overlay */
.footer .video-overlay {
  position: absolute;
  left: 17%;
  right: 0;
  bottom: 30%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}

.footer .watch-now-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 34px;
  background: rgba(255 255 255 / 70%);
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 12px 18px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  font-family: inherit;
}

.footer .watch-now-btn:hover {
  background: rgba(255 255 255 / 95%);
}

.footer .watch-now-btn picture.yt-icon {
  display: flex;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

.footer .watch-now-btn .yt-icon,
.footer .watch-now-btn picture.yt-icon img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  object-fit: contain;
}

.footer .watch-now-btn span {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  letter-spacing: normal;
}

.footer .footer-video-player {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  padding: 0 17% 0 calc(180px + 2%);
  background: var(--full-bg);
}

.footer .footer-video-banner.video-active .footer-video-player {
  display: flex;
}

.footer .footer-video-banner.video-active .video-overlay {
  opacity: 0;
  pointer-events: none;
}

.footer .footer-video-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.footer .footer-video-close::before,
.footer .footer-video-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 60%;
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  transform-origin: center;
  box-shadow: 0 0 8px rgba(0 0 0 / 35%);
}

.footer .footer-video-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.footer .footer-video-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer .footer-video-frame {
  position: relative;
  width: min(100%, 912px);
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  height: 400px;
}

.footer .footer-video-embed {
  width: 100%;
  height: 100%;
}

.footer .footer-video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =============================================
   SECTION 3: GLOBAL PRESENCE
   Fix #8: Centered flex, gap 28px
   ============================================= */

/* Wrapper for Global + Divisions (side-by-side on mobile) */
.footer .footer-global-divisions {
  background: #000;
}

.footer .footer-global {
  background: #000;
  color: #fff;
  padding: 40px 0 32px;
}

.footer .footer-global-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Section title with decorative lines */
.footer .section-title-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

.footer .title-line {
  flex: 1;
  height: 1px;
  /* background: #444; */
}

.footer .section-title-row .title-line:first-child::after {
  content: '';
  width: 100%;
  background: url('/eds/icons/gradient-border-left-line.svg');
  display: block;
  height: 2px;
  background-repeat: no-repeat;
  display: flex;
  background-position: right;
}

.footer .section-title-row .title-line:last-child::after {
  content: '';
  width: 100%;
  background: url('/eds/icons/gradient-border-right-line.svg');
  display: block;
  height: 2px;
  background-repeat: no-repeat;
  display: flex;
  background-position: left;
}

.footer .section-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #999;
  margin: 0;
  white-space: nowrap;
}

@media(min-width:992px) {
  .footer .section-title {
    color: #feeecf;
  }
  .footer .footer-divisions-inner {
    max-width: unset !important;
    padding: unset !important;
    width: max-content !important;
  }
  .footer .division-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 116px !important;
    max-height: 57px !important;
    filter:unset !important;
  }
  .footer .division-logos {
    gap:30px !important;
  }
  .footer .footer-global-inner {
    max-width: unset !important;
    padding: unset;
    width: max-content;
  }
  .footer .footer-global {
    padding: 40px 0 0;
  }
  .footer .country-list {
    gap: 10px !important;
  }
  .footer .country-item {
        padding: 10px;
  }
}

/* Country list — Fix #8 */
.footer .country-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.footer .country-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.footer .country-flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.footer .country-name {
  font-size: 12px;
  color: #ccc;
  font-weight: 500;
}

/* =============================================
   SECTION 4: DIVISIONS
   Fix #9: Logo max-height 32px, opacity 0.8
   ============================================= */
.footer .footer-divisions {
  background: #000;
  padding: 32px 0 40px;
}

.footer .footer-divisions-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer .division-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 36px 48px;
}

.footer .division-logo {
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}

/* stylelint-disable-next-line no-descending-specificity */
.footer .division-logo img {
  display: block;
  max-height: 32px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* =============================================
   SECTION 5: BOTTOM BAR
   Fix #10: 3-region grid layout
   ============================================= */
.footer .footer-bottom {
  background: #232426;
}

.footer .footer-bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

/* Social icons — left aligned */
.footer .bottom-social {
  display: flex;
  gap: 18px;
  align-items: center;
}

.footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.footer .social-icon:hover {
  opacity: 1;
}

/* stylelint-disable-next-line no-descending-specificity */
.footer .social-icon img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}

/* Copyright — centered */
.footer .bottom-copyright {
  font-size: 13px;
  color: #888;
  text-align: center;
}

/* Sitemap — right aligned */
.footer .bottom-sitemap {
  text-align: right;
}

/* stylelint-disable-next-line no-descending-specificity */
.footer .bottom-sitemap a {
  font-size: 13px;
  color: #f47838;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.footer .sitemap-arrow {
  font-size: 18px;
  line-height: 1;
}

/* =============================================
   RESPONSIVE — TABLET (768px – 1023px)
   ============================================= */
@media (width >=768px) and (width < 1024px) {
  .footer .footer-mega-inner {
    padding: 0 24px;
  }

  .footer .mega-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer .mega-col-brand {
    flex-flow: row wrap;
    gap: 20px 32px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255 255 255 / 15%);
  }

  .footer .footer-brand-logo {
    flex-basis: 100%;
  }

  .footer .footer-brand-contact {
    flex: 1;
  }

  .footer .footer-public-notice {
    flex: 1;
    margin-top: 0;
  }

  .footer .mega-center {
    padding: 28px 24px;
  }

  .footer .mega-center-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer .mega-center .panel-left {
    padding-right: 20px;
  }

  .footer .mega-center .panel-middle {
    padding: 0 0 0 20px;
    border-right: none;
  }

  .footer .mega-center .panel-right {
    grid-column: 1 / -1;
    padding: 24px 0 0;
    margin-top: 24px;
    border-top: 1px solid #d5d8de;
  }

  .footer .mega-center .right-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer .mega-center .right-col:first-child {
    padding-right: 20px;
  }

  .footer .mega-center .right-col:last-child {
    padding-left: 20px;
  }

  .footer .mega-col-about {
    padding: 28px 0;
    border-top: 1px solid rgba(255 255 255 / 15%);
  }

  .footer .footer-video-banner {
    height: 380px;
  }

  .footer .footer-global-inner,
  .footer .footer-divisions-inner {
    padding: 0 30px;
  }

  .footer .footer-bottom-inner {
    padding: 20px 30px;
  }

  .footer .country-list {
    gap: 20px 28px;
  }

  .footer .division-logos {
    gap: 24px 32px;
  }

  .footer .division-logo img {
    max-height: 28px;
  }
}

/* =============================================
   RESPONSIVE — MOBILE (< 768px)
   ============================================= */
@media (width < 768px) {
  .footer .footer-mega-inner {
    padding: 0 16px;
  }

  /* Mega footer: stack to single column */
  .footer .mega-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer .mega-col-brand {
    width: auto;
    height: auto;
    grid-template-rows: none;
    gap: 8px;
    padding: 0;
    justify-self: stretch;
    border-bottom: 1px solid rgba(255 255 255 / 15%);
  }

  .footer .footer-brand-logo {
    width: 180px;
    height: 63px;
  }

  .footer .footer-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer .footer-brand-contact,
  .footer .footer-public-notice {
    width: auto;
  }

  .footer .footer-public-notice {
    padding: 5px 25px 10px;
  }

  /* Center block stacks on mobile — white card like original */
  .footer .mega-center {
    padding: 0;
    background: #fff;
    border-radius: 4px;
    height: auto;
    min-height: 0;
  }

  .footer .mega-center-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .footer .mega-center .panel-left,
  .footer .mega-center .panel-middle,
  .footer .mega-center .panel-right {
    padding: 0;
    margin-top: 0;
    border-right: none;
    border-top: none;
  }

  .footer .mega-center .panel-middle::before,
  .footer .mega-center .panel-right::before {
    display: none;
  }

  .footer .mega-center .right-inner {
    display: block;
  }

  .footer .mega-center .right-col:first-child,
  .footer .mega-center .right-col:last-child {
    padding: 0;
    border-right: none;
  }

  /* Accordion behavior for link groups */
  .footer .link-group {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255 255 255 / 15%);
  }

  .footer .link-group:last-child {
    border-bottom: 1px solid rgba(255 255 255 / 15%);
  }

  .footer .link-group-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
  }

  /* Link columns inside white card on mobile */
  .footer .mega-center .mega-col-links {
    padding: 0;
    border-right: none;
    border-bottom: none;
  }

  .footer .mega-center .link-group {
    border-bottom: none;
  }

  .footer .mega-center .link-group-title {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 0 12px 0 25px;
    min-height: 40px;
    height: 40px;
    line-height: 21px;
  }

  .footer .mega-center .clickable-title {
    margin-bottom: 8px;
  }

  .footer .mega-center .group-link {
    margin-bottom: 20px;
    padding: 0;
  }

  .footer .mega-center .link-group-list a {
    color: #000;
    padding: 0;
    font-size: 12px;
    line-height: 16.8px;
    font-weight: 400;
    text-decoration: none;
  }

  .footer .mega-center .link-group+.link-group {
    border-top: none;
  }

  .footer .mega-center .product-title,
  .footer .mega-center .panel-right .product-title {
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer .mega-center .panel-left .link-group+.link-group,
  .footer .mega-center .panel-right .right-col:first-child .link-group:nth-child(2) {
    margin-top: 0;
  }

  .footer .link-group-title .accordion-icon {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    flex-shrink: 0;
    line-height: 1;
    transition: color 0.3s ease;
  }

  .footer .link-group-title .accordion-chevron {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    stroke: currentcolor;
  }

  .footer .link-group-title[aria-expanded="true"] .accordion-chevron {
    transform: rotate(180deg);
  }

  .footer .mega-center .link-group-title .accordion-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5d4f43;
    font-weight: 400;
    font-size: 0;
    flex-shrink: 0;
  }

  .footer .mega-center .link-group-title .accordion-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6V18M6 12H18' stroke='%235d4f43' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .footer .mega-center .link-group-title .accordion-icon.open::before,
  .footer .mega-center .link-group-title[aria-expanded="true"] .accordion-icon::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12H18' stroke='%235d4f43' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  .footer .mega-center .link-group-title .accordion-chevron {
    display: none;
  }

  .footer .link-group-list {
    display: none;
    overflow: visible;
  }

  .footer .link-group-title[aria-expanded="true"]+.link-group-list {
    display: block;
    padding: 10px 12px 10px 25px;
    background: #faf6ef;
  }

  .footer .mega-col-about {
    padding: 0;
    border-top: none;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
    row-gap: 0;
    margin-top: 20px;
  }

  /* stylelint-disable-next-line no-descending-specificity */
  .footer .mega-col-about .link-group {
    border-bottom: none;
    margin-bottom: 0;
    display: grid;
    row-gap: 20px;
  }

  .footer .mega-col-about .link-group-title {
    cursor: default;
    padding: 0;
  }

  .footer .mega-col-about .link-group:first-child .link-group-title,
  .footer .mega-col-about .link-group:first-child .clickable-title {
    margin-bottom: 0;
  }

  .footer .mega-col-about .link-group:not(:first-child) .link-group-title,
  .footer .mega-col-about .link-group:not(:first-child) .clickable-title {
    margin-bottom: -4.2px;
  }

  .footer .mega-col-about .link-group-title .accordion-icon {
    display: none;
  }

  /* stylelint-disable-next-line no-descending-specificity */
  .footer .mega-col-about .link-group-list {
    display: grid;
    row-gap: 20px;
    max-height: none;
    overflow: visible;
  }

  .footer .mega-col-about .group-link {
    margin: 0;
  }

  /* stylelint-disable-next-line no-descending-specificity */
  .footer .mega-col-about .link-group-list a {
    font-size: 12px;
    line-height: 16.8px;
    padding: 0;
  }

  .footer .email-row .email-label {
    white-space: nowrap;
  }

  .footer .email-row .email-line {
    display: inline;
  }

  .footer .contact-row {
    gap: 55px;
  }

  .footer .contact-row svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }

  /* Video banner */
  .footer .footer-video-banner {
    height: auto;
    min-height: 200px;
  }

  .footer .footer-video-player {
    padding: 0;
  }

  .footer .footer-video-frame {
    height: auto;
  }

  .footer .video-bg picture {
    width: 100%;
    height: auto;
  }

  .footer .video-bg picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .footer .video-overlay {
    left: 0;
    bottom: 37%;
    justify-content: center;
  }

  .footer .watch-now-btn {
    width: 157px;
    height: 53px;
    padding: 10px 10px;
    gap: 14px;
  }

  .footer .watch-now-btn picture.yt-icon {
    width: 32px;
    height: 32px;
  }

  .footer .watch-now-btn .yt-icon,
  .footer .watch-now-btn picture.yt-icon img {
    width: 32px;
    height: 32px;
  }

  .footer .watch-now-btn span {
    font-size: 13px;
    font-weight: 700;
  }

  /* Global Presence + Divisions: side-by-side grid */
  .footer .footer-global-divisions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #000;
    padding: 25px 0;
    align-items: flex-start;
  }

  .footer .footer-global,
  .footer .footer-divisions {
    background: transparent;
    padding: 0;
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .footer .footer-global-inner,
  .footer .footer-divisions-inner {
    padding: 0;
  }

  .footer .section-title-row {
    margin-bottom: 17px;
    gap: 0;
  }

  .footer .title-line {
    display: none;
  }

  .footer .section-title {
    font-size: 12px;
    line-height: 16.8px;
    font-weight: 400;
    letter-spacing: 0;
    color: #feeecf;
  }

  .footer .country-list {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .footer .country-flag {
    width: 24px;
    height: 24px;
  }

  .footer .country-name {
    font-size: 12px;
    line-height: 16.8px;
    color: #faf6ef;
  }

  .footer .country-item {
    display: grid;
    grid-template-columns: 24px auto;
    align-items: center;
    gap: 10px;
    padding: 11px 10px;
  }

  .footer .division-logos {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    padding: 0;
  }

  .footer .division-logo {
    justify-self: start;
  }

  /* stylelint-disable-next-line no-descending-specificity */
  .footer .division-logo img {
    max-height: 57px;
    max-width: 116px;
    width: auto;
    height: auto;
    opacity: 1;
  }

  /* Bottom bar — compact row on mobile */
  .footer .footer-bottom-inner {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 8px 0;
    padding: 12px 20px;
    text-align: left;
  }

  .footer .bottom-social {
    grid-column: 1 / -1;
    justify-content: center;
    gap: 50px;
  }

  /* stylelint-disable-next-line no-descending-specificity */
  .footer .social-icon img {
    width: 24px;
    height: 24px;
  }

  .footer .bottom-copyright {
    font-size: 11px;
    text-align: left;
    grid-column: 1;
  }

  .footer .bottom-sitemap {
    text-align: right;
    grid-column: 2;
  }
}

/* =============================================
   PRINT STYLES
   ============================================= */
@media print {

  .footer .footer-video-banner,
  .footer .bottom-social {
    display: none;
  }

  .footer .footer-mega {
    background: #eee;
  }

  .footer .mega-col-brand {
    color: #000;
  }

  .footer .mega-col-about .clickable-title,
  .footer .mega-col-about .group-link a {
    color: #000;
  }
}