@media (max-width: 1220px) {
  .tt-header-inner {
    grid-template-columns: 220px 1fr auto;
  }
  .tt-header-phone {
    display: none;
  }
  .tt-menu {
    gap: 16px;
  }
  .tt-hero-title .elementor-heading-title {
    font-size: clamp(54px, 5.5vw, 70px);
  }
  .tt-form-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .tt-field--message {
    grid-column: span 2;
  }
}
@media (max-width: 1024px) {
  :root {
    --tt-header: 72px;
  }
  .tt-header-actions {
    display: none;
  }
  .tt-menu-toggle {
    display: block;
  }
  .tt-header-inner {
    grid-template-columns: 1fr auto;
  }
  .tt-primary-nav {
    position: fixed;
    top: var(--tt-header);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - var(--tt-header));
    overflow: auto;
    border-bottom: 1px solid var(--tt-line);
    background: rgba(5, 6, 7, 0.97);
  }
  .tt-primary-nav.is-open {
    display: block;
  }
  .tt-menu {
    width: min(calc(100% - 40px), var(--tt-container));
    margin: auto;
    padding: 14px 0 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .tt-menu a {
    display: flex;
    min-height: 50px;
    align-items: center;
    border-bottom: 1px solid var(--tt-line);
    font-size: 14px;
  }
  .tt-menu a::after {
    display: none;
  }
  .tt-hero {
    min-height: 760px;
  }
  .tt-hero-media {
    width: 76% !important;
  }
  .tt-hero-content {
    width: 72% !important;
  }
  .tt-hero-title span {
    white-space: normal;
  }
  .tt-editorial-media {
    width: 75% !important;
  }
  .tt-editorial-panel {
    right: 0;
    width: 52% !important;
    padding: 38px;
  }
  .tt-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
  .tt-footer-grid > div:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  .tt-footer-grid > div:nth-child(4) {
    display: block;
  }
  .tt-footer-action .tt-button {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  :root {
    --tt-gutter: 20px;
    --tt-section: 88px;
  }
  .tt-brand-copy small {
    display: none;
  }
  .tt-hero {
    min-height: 780px;
    padding-top: var(--tt-header);
  }
  .tt-hero > .e-con-inner {
    min-height: 708px;
  }
  .tt-hero-media {
    inset: 0 !important;
    width: 100% !important;
    height: 100%;
  }
  .tt-hero-media img {
    object-position: 43% center;
    filter: brightness(0.58) contrast(1.08) saturate(0.78);
  }
  .tt-hero-media::after {
    background:
      linear-gradient(
        0deg,
        #050607 0%,
        rgba(5, 6, 7, 0.94) 30%,
        rgba(5, 6, 7, 0.4) 70%,
        rgba(5, 6, 7, 0.22)
      ),
      linear-gradient(90deg, rgba(5, 6, 7, 0.78), rgba(5, 6, 7, 0.06));
  }
  .tt-hero-content {
    position: absolute !important;
    right: 20px;
    bottom: 176px;
    left: 20px;
    width: auto !important;
    padding: 0;
    gap: 14px !important;
  }
  .tt-hero-title .elementor-heading-title {
    font-size: clamp(40px, 11.2vw, 48px);
    line-height: 0.98;
  }
  .tt-hero-title span {
    white-space: normal;
  }
  .tt-hero-lead p {
    font-size: 15px;
    line-height: 1.5;
  }
  .tt-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .tt-hero-actions .elementor-button {
    width: 100%;
  }
  .tt-hero-note,
  .tt-hero-watermark {
    display: none;
  }
  .tt-hero-usps {
    height: 164px;
  }
  .tt-hero-usps > .e-con-inner,
  .tt-hero-usps {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
  .tt-hero-usp {
    padding: 20px 8px !important;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--tt-line);
  }
  .tt-hero-usp::before {
    position: static;
    margin: 0 auto 10px;
  }
  .tt-hero-usp h2 {
    font-size: 9px;
  }
  .tt-hero-usp p {
    display: none;
  }
  .tt-booking {
    margin: -22px auto 0;
    padding: 25px 20px 22px !important;
  }
  .tt-booking-title .elementor-heading-title {
    font-size: 16px;
  }
  .tt-form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .tt-field--message {
    grid-column: auto;
  }
  .tt-services {
    padding-top: 82px;
  }
  .tt-services-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }
  .tt-service-card {
    min-height: 360px;
  }
  .tt-editorial > .e-con-inner {
    min-height: auto;
  }
  .tt-editorial-media {
    position: relative !important;
    width: 100% !important;
    height: 430px;
  }
  .tt-editorial-panel {
    position: relative !important;
    right: auto;
    top: auto;
    width: calc(100% - 20px) !important;
    margin: -72px 0 0 20px;
    padding: 32px 24px;
    transform: none;
  }
  .tt-check-grid,
  .tt-check-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }
  .tt-city,
  .tt-city > .e-con-inner {
    min-height: 620px;
  }
  .tt-city-photo img {
    object-position: 58% center;
  }
  .tt-city-copy {
    right: 20px;
    left: 20px;
    width: auto !important;
  }
  .tt-city-copy h2 {
    font-size: 50px;
  }
  .tt-city-crown {
    right: -12%;
    width: 75vw;
  }
  .tt-city-detail {
    right: 20px;
    bottom: 24px;
    width: 110px !important;
  }
  .tt-fleet-track {
    width: calc(100vw - 20px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .tt-fleet-track > .e-con-inner {
    display: flex !important;
    width: max-content;
    gap: 12px;
  }
  .tt-fleet-card {
    width: min(82vw, 340px) !important;
    scroll-snap-align: start;
  }
  .tt-trust-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }
  .tt-why-item,
  .tt-why-item:not(:first-child) {
    min-height: 96px;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--tt-line);
  }
  .tt-footer-grid {
    grid-template-columns: 1fr;
  }
  .tt-footer-grid > div:nth-child(n) {
    grid-column: 1;
  }
  .tt-footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .tt-footer-bottom nav {
    flex-wrap: wrap;
  }
  .tt-subpage-hero {
    padding-top: calc(var(--tt-header) + 54px);
  }
  .tt-trust-layout > .e-con-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .tt-trust-media {
    min-height: 0;
    aspect-ratio: 4/3;
  }
}
