.service-description {
  padding: clamp(4rem, 8vw, 120px) 0;
}

.service-description .sized-content {
  justify-content: space-between;
  align-items: center;
  gap: clamp(3rem, 6vw, 80px);
}

/* LEFT COLUMN */
.service-description__content {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Title with underline */
.service-description__title {
  font-family: var(--headline-primary-font-family);
  font-weight: 500;
  font-size: clamp(2rem, 3vw, 40px);
  line-height: 1.2;
  margin: 0;
  border-bottom: 1px solid #701937;
  color: var(--backgroundcontentcontent-primary);
  width: fit-content;
  display: inline-block;
}

/* Copy */
.service-description__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-description__text p {
  margin: 0;
  font-family: var(--body-primary-font-family);
  font-size: 18px;
  line-height: 26px;
  color: var(--backgroundcontentcontent-primary);
}

/* RIGHT COLUMN */
.service-description__image {
  justify-items: center;
  flex: 0 0 auto;
}

.service-description__image img {
  max-width: 600px;
  height: auto;
  display: block;
  object-fit: contain;
}

.service-description_start {
    padding: 120px 0 30px 0
}

.service-description_end {
    padding: 30px 0 120px 0
}

.offer {
  padding: 20px 0px 120px 0px;
}

.offer__title {
  font-family: var(--headline-primary-font-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
  color: var(--backgroundcontentcontent-primary);
}

.offer__layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Cards */
.offer__card {
  background-color: var(--backgroundcontentbackground-third);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 0;
}

.offer__card--justify-center {
  justify-content: center;
}

/* Icon placeholder */
.offer__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Seamless Wine */
.offer__icon--sw-customs-brokerage { background-image: url('/img/services/seamless-wine/icons/customs-brokerage.svg'); }
.offer__icon--sw-multi-modal { background-image: url('/img/services/seamless-wine/icons/multi-modal-transport.svg'); }
.offer__icon--sw-bonded { background-image: url('/img/services/seamless-wine/icons/bonded-warehousing.svg'); }
.offer__icon--sw-emcs { background-image: url('/img/services/seamless-wine/icons/emcs.svg'); }
.offer__icon--sw-order-receipting { background-image: url('/img/services/seamless-wine/icons/order-receipting.svg'); }
.offer__icon--sw-expert-staff { background-image: url('/img/services/seamless-wine/icons/expert-staff.svg'); }

/* Air Freight */
.offer__icon--af-customs { background-image: url('/img/services/air-freight/icons/customs-link.svg'); }
.offer__icon--af-global-network { background-image: url('/img/services/air-freight/icons/global-network.svg'); }
.offer__icon--af-bonded { background-image: url('/img/services/air-freight/icons/bonded-warehousing.svg'); }
.offer__icon--af-emcs { background-image: url('/img/services/air-freight/icons/emcs.svg'); }
.offer__icon--af-order-consolidation { background-image: url('/img/services/air-freight/icons/order-consolidation.svg'); }
.offer__icon--af-expert-staff { background-image: url('/img/services/air-freight/icons/expert-staff.svg'); }

/* Auction Wines */
.offer__icon--aw-comprehensive { background-image: url('/img/services/auction-wines/icons/comprehensive-collection.svg'); }
.offer__icon--aw-secure-storage { background-image: url('/img/services/auction-wines/icons/secure-storage.svg'); }
.offer__icon--aw-duty-free { background-image: url('/img/services/auction-wines/icons/duty-free-transfers.svg'); }
.offer__icon--aw-order-mgmt { background-image: url('/img/services/auction-wines/icons/advanced-order-management.svg'); }
.offer__icon--aw-tracking { background-image: url('/img/services/auction-wines/icons/real-time-tracking.svg'); }
.offer__icon--aw-expert-handling { background-image: url('/img/services/auction-wines/icons/expert-handling.svg'); }

/* Overland Freight / Cross Trade */
.offer__icon--ol-door-to-door { background-image: url('/img/services/overland-freight/icons/door-to-door.svg'); }
.offer__icon--ol-worldwide { background-image: url('/img/services/overland-freight/icons/worldwide.svg'); }
.offer__icon--ol-express { background-image: url('/img/services/overland-freight/icons/express.svg'); }
.offer__icon--ol-warehousing { background-image: url('/img/services/overland-freight/icons/warehousing.svg'); }
.offer__icon--ol-customs { background-image: url('/img/services/overland-freight/icons/customs.svg'); }
.offer__icon--ol-europe-transport { background-image: url('/img/services/overland-freight/icons/europe-transport.svg'); }

/* Sea Freight */
.offer__icon--sf-lcl-fcl { background-image: url('/img/services/sea-freight/icons/lcl-fcl.svg'); }
.offer__icon--sf-customs { background-image: url('/img/services/sea-freight/icons/customs-link.svg'); }
.offer__icon--sf-bonded { background-image: url('/img/services/sea-freight/icons/bonded-warehousing.svg'); }
.offer__icon--sf-global-network { background-image: url('/img/services/sea-freight/icons/global-network.svg'); }
.offer__icon--sf-import-export { background-image: url('/img/services/sea-freight/icons/import-export.svg'); }
.offer__icon--sf-emcs { background-image: url('/img/services/sea-freight/icons/emcs.svg'); }

/* Typography */
.offer__card-title {
  font-family: var(--body-primary-font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.54px;
  color: var(--backgroundcontentcontent-primary);
  margin: 0 0 8px 0;
}

.offer__card-text {
  font-family: var(--body-primary-font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.54px;
  color: var(--backgroundcontentcontent-secondary);
  margin: 0;
}

/* Right side nested structure */
.offer__nested {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.offer__nested-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Wide bottom card */
.offer__card--wide {
  grid-column: span 2;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: left;
}

.offer__card--wide .offer__icon {
  margin-bottom: 0;
}

/* Second row with 2 equal cards */
.offer__row-2 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Second row with 4 equal cards */
.offer__row-2--four-columns {
  grid-template-columns: repeat(4, 1fr);
}

/* Service Description Feature Styles */
.service-description__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.service-description__icon {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Four Columns Offer Layout */
.offer--four-columns .offer__layout--four-columns {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

@media (max-width: 1200px) {
  .offer--four-columns .offer__layout--four-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-us {
  background-color: var(--backgroundcontentbackground-primary)!important;
}

/* Hero Background Images for Each Service */
.hero--auction-wines {
  background-image: url('/img/services/auction-wines/auction-wines-hero-mobile.webp');
}

.hero--air-freight {
  background-image: url('/img/services/air-freight/air-freight-hero-mobile.webp');
}

.hero--sea-freight {
  background-image: url('/img/services/sea-freight/sea-freight-hero-mobile.webp');
}

.hero--seamless-wine {
  background-image: url('/img/services/seamless-wine/seamless-wine-hero-mobile.webp');
}

.hero--overland-freight {
  background-image: url('/img/services/overland-freight/overland-freight-hero-mobile.webp');
}

.hero--cross-trade {
  background-image: url('/img/services/cross-trade/cross-trade-hero-mobile.webp');
}

@media (min-width: 744px) and (max-width: 1439px) {
  .hero--auction-wines {
    background-image: url('/img/services/auction-wines/auction-wines-hero-tablet.webp');
  }

  .hero--air-freight {
    background-image: url('/img/services/air-freight/air-freight-hero-tablet.webp');
  }

  .hero--sea-freight {
    background-image: url('/img/services/sea-freight/sea-freight-hero-tablet.webp');
  }

  .hero--seamless-wine {
    background-image: url('/img/services/seamless-wine/seamless-wine-hero-tablet.webp');
  }

  .hero--overland-freight {
    background-image: url('/img/services/overland-freight/overland-freight-hero-tablet.webp');
  }

  .hero--cross-trade {
    background-image: url('/img/services/cross-trade/cross-trade-hero-tablet.webp');
  }
}

@media (min-width: 1440px) {
  .hero--auction-wines {
    background-image: url('/img/services/auction-wines/auction-wines-hero-desktop.webp');
  }

  .hero--air-freight {
    background-image: url('/img/services/air-freight/air-freight-hero-desktop.webp');
  }

  .hero--sea-freight {
    background-image: url('/img/services/sea-freight/sea-freight-hero-desktop.webp');
  }

  .hero--seamless-wine {
    background-image: url('/img/services/seamless-wine/seamless-wine-hero-desktop.webp');
  }

  .hero--overland-freight {
    background-image: url('/img/services/overland-freight/overland-freight-hero-desktop.webp');
  }

  .hero--cross-trade {
    background-image: url('/img/services/cross-trade/cross-trade-hero-desktop.webp');
  }
}

.hero-description--font-20 {
  font-size: 20px;
  line-height: 140%;
}

/* =========================
   AIR FREIGHT SPECIFIC STYLES
========================= */

@media (min-width: 744px) and (max-width: 1439px) {
  .service-description {
    padding: 0 32px;
  }

  .service-description {
    padding: 40px 0;
  }

  .service-description .sized-content {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: 0 32px;
    box-sizing: border-box;
  }

  .service-description__content {
    max-width: none;
    width: 100%;
    gap: 24px;
  }

  .service-description__title {
    width: fit-content;
    font-size: 32px;
    line-height: 1.2;
  }

  .service-description__text {
    gap: 16px;
  }

  .service-description__text p {
    font-size: 16px;
    line-height: 26px;
  }

  .service-description__image {
    max-width: 100%;
    width: 100%;
  }

  .service-description__image img {
    width: 100%;
  }

  .offer--four-columns .offer__layout--four-columns {
/*    grid-template-columns: 1fr;*/
  }

  .offer__layout {
/*    grid-template-columns: 1fr;*/
    gap: 24px;
  }

  .offer__nested {
/*    grid-column: auto;*/
  }

  .offer__nested-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offer__card--wide {
    grid-column: auto;
    flex-direction: column;
    text-align: center;
  }

  .offer__row-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offer__row-2--four-columns {
    grid-template-columns: repeat(2, 1fr);
  }

 .infoblock-primary__title {
   font-size: 32px;
   line-height: 1;
 }

 .infoblock-primary__content {
   padding: 40px 32px;
 }

 .infoblock-black__title {
   font-size: 32px;
 }

 .infoblock-black__content {
   padding: 40px 32px;
 }

 .offer {
   padding: 30px 0px 80px 0px;
 }

 .offer__title {
   font-size: 31px;
   line-height: 120%;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
 }

 .offer__title__compact {
   width: 580px;
 }
}


@media (max-width: 743px) {
  .service-description {
    padding: 40px 0;
  }

  .service-description .sized-content {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .service-description__content {
    max-width: none;
    width: 100%;
    gap: 24px;
  }

  .service-description__title {
    width: fit-content;
    max-width: 250px;
    font-size: 28px;
    line-height: 1.2;
  }

  .service-description__text {
    gap: 16px;
  }

  .service-description__text p {
    font-size: 16px;
    line-height: 26px;
  }

  .service-description__image {
    max-width: 100%;
    width: 100%;
  }

  .service-description__image img {
    width: 100%;
  }

  .offer--four-columns .offer__layout--four-columns {
    grid-template-columns: 1fr;
  }

  .offer__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offer__nested {
    grid-column: auto;
  }

  .offer__nested-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offer__card--wide {
    grid-column: auto;
    flex-direction: column;
    text-align: center;
  }

  .offer__row-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offer__row-2--four-columns {
    grid-template-columns: 1fr;
  }

 .hero .primary-button {
   width: unset;
 }

 .infoblock-primary__title {
   font-size: 24px;
   line-height: 1;
 }

 .infoblock-primary__content {
   padding: 40px 16px;
 }

 .infoblock-black__title {
   font-size: 24px;
 }

 .infoblock-black__content {
   padding: 40px 16px;
 }

 .offer {
    padding: 30px 0px 80px 0px;
 }

 .offer__title {
   font-size: 24px;
   line-height: 120%;
   text-align: center;
 }
}