/* Responsive overrides for tablet and mobile only. Desktop styling starts at 1200px and remains controlled by the original CSS. */
@media (max-width: 1199px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  video,
  iframe,
  embed,
  object {
    max-width: 100%;
    height: auto;
  }

  table {
    width: 100%;
    max-width: 100%;
  }

  .container,
  .chrome-container,
  .body-content .container,
  .site-header .container,
  .site-footer .container {
    max-width: min(100% - 40px, 1140px) !important;
  }

  .row {
    max-width: 100%;
  }

  .top-banner {
    min-height: clamp(260px, 32vw, 380px) !important;
    display: grid !important;
    align-items: center !important;
    overflow: hidden !important;
    background-color: #080000 !important;
  }

  .top-banner > img,
  .top-banner img:first-child {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .top-banner::before,
  .top-banner::after {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  .top-banner .container {
    position: relative !important;
    inset: auto !important;
    z-index: 2 !important;
    width: min(100% - 40px, 1140px) !important;
    max-width: min(100% - 40px, 1140px) !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
    align-items: center !important;
    transform: none !important;
  }

  .top-banner .page-title,
  .page-title {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 3 !important;
    width: min(100%, 560px) !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  .top-banner .page-title h1,
  .page-title h1 {
    overflow-wrap: anywhere;
  }

  .section-title,
  .business-intro-section .section-title,
  .industry-intro-section .section-title,
  .legal-card,
  .card,
  .partner-card,
  .accordion-item {
    max-width: 100% !important;
  }

  .table,
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 761px) and (max-width: 1199px) {
  .site-footer .footer-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 44px !important;
  }

  .site-footer .footer-brand,
  .footer-brand {
    justify-content: flex-start !important;
    max-width: none !important;
  }

  .site-footer .footer-liz-logo,
  .footer-liz-logo {
    margin-left: 0 !important;
  }

  .site-footer .group-ltt-inner,
  .group-ltt-inner {
    width: min(100% - 40px, 1140px) !important;
    grid-template-columns: minmax(190px, auto) auto minmax(0, 1fr) !important;
    gap: 18px !important;
  }
}

@media (max-width: 992px) {
  .navbar,
  .site-header .navbar {
    gap: 12px !important;
  }

  .nav-links {
    max-width: calc(100vw - 24px) !important;
    overflow-x: hidden !important;
  }

  .nav-links a,
  .drawer-parent,
  .menu-panel .nav ul li a {
    min-height: 44px;
    display: flex !important;
    align-items: center;
  }

  .drawer-submenu {
    max-width: 100%;
  }

  .drawer-submenu a {
    overflow-wrap: anywhere;
  }

  .block,
  section {
    overflow-x: clip;
  }

  .business-sidebar {
    position: static !important;
    top: auto !important;
    margin-bottom: 24px;
  }

  .team img,
  .team .core-team img {
    max-width: 100%;
    height: auto;
  }

  .team .core-team ul,
  .team .core-team li,
  .sustainability-pillars ul,
  .sustainability-pillars li {
    align-items: stretch;
  }

  .accordion-thumb {
    min-height: 50px;
    padding-right: 42px !important;
    overflow-wrap: anywhere;
  }

  .accordion-thumb::after {
    right: 14px !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .container,
  .chrome-container,
  .body-content .container,
  .site-header .container,
  .site-footer .container {
    max-width: calc(100% - 28px) !important;
  }

  .navbar.container,
  .site-header .chrome-container,
  .site-header .navbar.container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  .brand img,
  .navbar-brand .logo-img {
    max-width: min(132px, 34vw) !important;
    height: auto !important;
  }

  .header-actions {
    margin-left: auto;
    gap: 6px !important;
    flex: 0 0 auto;
  }

  .header-socials {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    flex: 0 0 auto;
  }

  .header-social {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  .header-social svg {
    width: 16px !important;
    height: 16px !important;
  }

  .menu-toggle,
  .menu-btn {
    min-width: 38px !important;
    min-height: 38px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .menu-label {
    display: none;
  }

  .top-banner {
    min-height: clamp(270px, 72vw, 340px) !important;
  }

  .site-header + section .top-banner,
  .site-header ~ section .top-banner,
  .site-header ~ .body-content .top-banner {
    margin-top: var(--header-height) !important;
  }

  .top-banner .container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .top-banner .page-title,
  .page-title {
    width: 100% !important;
    padding: 18px 18px !important;
    text-align: left !important;
  }

  .top-banner .page-title h1,
  .page-title h1 {
    margin-bottom: 8px !important;
    font-size: clamp(22px, 6.8vw, 28px) !important;
    line-height: 1.08 !important;
  }

  .top-banner .page-title ul,
  .page-title ul {
    padding-left: 18px !important;
  }

  .top-banner .page-title li,
  .page-title li {
    font-size: clamp(13px, 3.8vw, 16px) !important;
    line-height: 1.42 !important;
  }

  .hero {
    min-height: clamp(500px, 112svh, 620px) !important;
  }

  .hero-media {
    object-position: center center !important;
  }

  .hero-content {
    align-self: center;
  }

  .hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero h1 br {
    display: initial !important;
  }

  .hero-content.container {
    padding-right: 52px;
  }

  .hero-actions,
  .cta-actions,
  .footer-bottom {
    flex-wrap: wrap;
  }

  .btn,
  .nav-cta,
  button,
  input,
  select,
  textarea {
    max-width: 100%;
  }

  .btn,
  .nav-cta {
    min-height: 44px;
    white-space: normal;
    text-align: center;
  }

  .footer-main,
  .site-footer .footer-main {
    padding: 24px 0 !important;
  }

  .footer-grid,
  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .footer-brand,
  .footer-links,
  .footer-industries,
  .footer-contact,
  .site-footer .footer-brand,
  .site-footer .footer-links,
  .site-footer .footer-industries,
  .site-footer .footer-contact {
    justify-content: center !important;
    justify-items: center !important;
    align-items: center !important;
    max-width: none !important;
    margin-left: 0 !important;
  }

  .footer-logo,
  .site-footer .footer-logo {
    margin: 0 auto !important;
  }

  .footer-liz-logo,
  .site-footer .footer-liz-logo {
    width: min(150px, 58vw) !important;
    height: auto !important;
    margin: 0 auto !important;
    object-position: center !important;
  }

  .footer-qr,
  .site-footer .footer-qr {
    align-items: center !important;
  }

  .footer-bottom,
  .site-footer .footer-bottom {
    padding: 11px 14px !important;
    line-height: 1.55 !important;
  }

  .footer-bottom span,
  .site-footer .footer-bottom span {
    display: none;
  }

  .footer-bottom a,
  .site-footer .footer-bottom a {
    display: inline-block !important;
    margin: 0 4px !important;
  }

  .group-ltt-strip,
  .site-footer .group-ltt-strip {
    height: 64px !important;
    padding: 0 !important;
  }

  .group-ltt-inner,
  .site-footer .group-ltt-inner {
    width: calc(100% - 28px) !important;
    min-height: 0 !important;
    height: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(98px, .95fr) auto minmax(72px, auto) auto !important;
    grid-template-rows: 1fr !important;
    gap: 8px !important;
    align-items: center !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .group-ltt-artwork,
  .site-footer .group-ltt-artwork {
    grid-row: auto !important;
    width: min(128px, 34vw) !important;
    height: 54px !important;
    object-position: left center !important;
  }

  .group-ltt-social,
  .site-footer .group-ltt-social,
  .site-footer .group-ltt-social {
    justify-self: center !important;
    justify-content: center !important;
    align-self: center !important;
    padding: 0 !important;
    gap: 7px !important;
  }

  .group-ltt-web,
  .site-footer .group-ltt-web {
    display: contents !important;
  }

  .group-ltt-web > a:first-child,
  .site-footer .group-ltt-web > a:first-child {
    display: block !important;
    justify-self: end !important;
    color: #fff !important;
    font-size: clamp(9px, 2.35vw, 12px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
  }

  .group-ltt-social img,
  .site-footer .group-ltt-social img {
    width: 20px !important;
    height: 20px !important;
  }

  .group-ltt-web img,
  .site-footer .group-ltt-web img {
    width: 25px !important;
    height: 31px !important;
  }
}

@media (max-width: 576px) {
  .container,
  .chrome-container,
  .body-content .container,
  .site-header .container,
  .site-footer .container {
    max-width: calc(100% - 24px) !important;
  }

  .nav-links {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 76px 24px 34px !important;
  }

  .nav-links a,
  .drawer-parent {
    font-size: 19px !important;
  }

  .drawer-submenu {
    padding-left: 12px !important;
  }

  .drawer-submenu a {
    font-size: 16px !important;
  }

  .brochure-tab {
    right: 0 !important;
    width: 42px !important;
    min-height: 142px !important;
    font-size: 13px !important;
  }

  .hero-content.container {
    padding-right: 46px !important;
  }

  .hero h1 {
    font-size: clamp(27px, 8.5vw, 36px) !important;
    line-height: 1.08 !important;
  }

  .section,
  .block {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .section-title,
  .business-intro-section .section-title,
  .industry-intro-section .section-title,
  .legal-card {
    padding: 24px 18px !important;
  }

  .accordion-thumb {
    font-size: 17px !important;
  }

  .accordion-panel,
  .accordion-panel p,
  .industry-intro-section p,
  .business-intro-section p,
  .legal-card p,
  .legal-card li {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .form-group-row {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 414px) {
  .navbar.container,
  .site-header .chrome-container,
  .site-header .navbar.container {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  .brand img,
  .navbar-brand .logo-img {
    max-width: 128px !important;
  }

  .top-banner .container,
  .group-ltt-inner,
  .site-footer .group-ltt-inner {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .top-banner .page-title,
  .page-title {
    padding: 16px !important;
  }

  .top-banner .page-title h1,
  .page-title h1 {
    font-size: clamp(21px, 7vw, 27px) !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 375px) {
  .nav-links {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nav-links a,
  .drawer-parent {
    font-size: 18px !important;
  }

  .top-banner {
    min-height: 250px !important;
  }

  .hero h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 920px) and (max-height: 500px) and (orientation: landscape) {
  .navbar,
  .site-header .navbar {
    min-height: 64px !important;
  }

  .brand img,
  .navbar-brand .logo-img {
    max-width: 132px !important;
  }

  .hero {
    min-height: calc(100svh - 64px) !important;
  }

  .hero-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .hero-content.container {
    padding-right: 78px !important;
  }

  .hero h1 {
    font-size: clamp(26px, 5vw, 36px) !important;
    line-height: 1.04 !important;
  }

  .eyebrow {
    margin-bottom: 10px !important;
    font-size: 11px !important;
  }

  .brochure-tab {
    top: 55% !important;
    width: 42px !important;
    min-height: 122px !important;
  }

  .top-banner {
    min-height: calc(100svh - 64px) !important;
  }

  .top-banner .page-title,
  .page-title {
    width: min(100%, 520px) !important;
    padding: 16px 20px !important;
  }

  .top-banner .page-title h1,
  .page-title h1 {
    font-size: clamp(24px, 5.4vw, 34px) !important;
  }
}

@media (max-width: 340px) {
  .brand img,
  .navbar-brand .logo-img {
    max-width: 116px !important;
  }

  .menu-toggle {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .top-banner .page-title h1,
  .page-title h1 {
    font-size: 22px !important;
  }
}

/* Mobile/tablet containment for legacy grids that were authored with desktop widths. */
@media (max-width: 1199px) {
  .industry-numbers-section .row.align-items-center {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .industry-numbers-section .col-lg-5,
  .industry-numbers-section .col-lg-7,
  .industry-numbers-section .impact {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .industry-numbers-section .counter {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .industry-numbers-section .impact .col-md-3,
  .industry-numbers-section .counter > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}

@media (max-width: 576px) {
  .about-story-grid,
  .image-stack.about-emblem,
  .about-emblem {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .main-image.about-flame {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: clamp(10px, 4vw, 18px) !important;
    transform: none !important;
  }

  .stats-heading,
  .stats-grid,
  .stat-card {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .stats-grid {
    width: 100% !important;
    gap: 12px !important;
  }

  .stats-grid .stat-card {
    grid-column: auto !important;
  }

  .cta-card h3 {
    max-width: 100% !important;
  }

  .cta-grid > h3 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .cta-grid .btn.dark[href^="mailto:"],
  .cta-card .btn.dark[href^="mailto:"] {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  .industry-numbers-section .counter {
    gap: 12px !important;
  }
}

@media (max-width: 1800px) {
  .industry-control {
    transform: translateY(-50%) !important;
  }

  .industry-control:hover,
  .industry-control:focus-visible {
    transform: translateY(calc(-50% - 2px)) !important;
  }

  .industry-prev {
    left: clamp(10px, 2.6vw, 42px) !important;
  }

  .industry-next {
    right: clamp(10px, 2.6vw, 42px) !important;
  }
}

@media (max-width: 768px) {
  .industry-trust-section {
    padding-top: 58px !important;
    padding-bottom: 70px !important;
  }

  .industry-trust-section .section-title {
    margin-bottom: 30px !important;
  }

  .industry-trust-section .section-title h2 {
    font-size: clamp(30px, 8.6vw, 38px) !important;
    line-height: 1.1 !important;
  }

  .industry-trust-section .slider {
    width: min(100%, 376px) !important;
    margin: 0 auto !important;
    padding: 0 46px 10px !important;
    overflow: visible !important;
  }

  .industry-trust-section .slick-list {
    overflow: hidden !important;
    border: 1px solid rgba(195, 184, 152, 0.45) !important;
    border-radius: 8px !important;
    background: #fffaf2 !important;
    box-shadow: 0 16px 34px rgba(8, 0, 0, 0.08) !important;
  }

  .industry-trust-section .slick-track {
    align-items: center !important;
  }

  .industry-trust-section .slick-slide > div {
    height: 100% !important;
  }

  .industry-trust-section .slider > div > div,
  .industry-trust-section .slick-slide > div > div {
    min-height: 144px !important;
    margin: 0 !important;
    padding: 24px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fffaf2 !important;
  }

  .industry-trust-section img {
    width: auto !important;
    max-width: 190px !important;
    max-height: 96px !important;
    margin: 0 auto !important;
  }

  .industry-trust-section .slick-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 44px !important;
    min-width: 40px !important;
    min-height: 44px !important;
    top: 50% !important;
    z-index: 5 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(-50%) !important;
    border-radius: 4px !important;
    background: #d0312a !important;
    color: #fff !important;
  }

  .industry-trust-section .slick-prev {
    left: 0 !important;
  }

  .industry-trust-section .slick-next {
    right: 0 !important;
  }

  .industry-trust-section .slick-arrow span {
    font-size: 24px !important;
    line-height: 1 !important;
    color: #fff !important;
  }
}

@media (max-width: 360px) {
  .industry-trust-section .slider {
    width: 100% !important;
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .industry-trust-section .slick-arrow {
    width: 34px !important;
    height: 40px !important;
    min-width: 34px !important;
    min-height: 40px !important;
  }

  .industry-trust-section img {
    max-width: 170px !important;
  }
}

@media (min-width: 1801px) {
  .industry-control {
    transform: translateY(-50%) !important;
  }

  .industry-control:hover,
  .industry-control:focus-visible {
    transform: translateY(calc(-50% - 2px)) !important;
  }

  .industry-prev {
    left: 42px !important;
  }

  .industry-next {
    right: 42px !important;
  }
}
