:root {
  --bg-cream: #f9f7f1;
  --text-dark: #1b362a;
  --accent-gold: #c5a059;
  --primary-green: #1b362a;
  --wedding-burgundy: #722f37;
  --transition-smooth: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.hero-section {
  height: 100vh;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-green);
}
 
.hero-section__video-bg {
  inset: 0;
  z-index: 0;
  position: absolute;
}
 
.hero-section__content {
  padding: 0 1.5rem;
  z-index: 10;
  position: relative;
  max-width: 1000px;
  text-align: center;
}
 
.hero-section__image {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  animation: heroZoom 20s linear infinite alternate;
  transform: scale(1.1);
  object-fit: cover;
}
 
.hero-section__overlay {
  inset: 0;
  position: absolute;
  background: linear-gradient(to top, var(--primary-green) 0%, transparent 50%, var(--primary-green) 100%);
}
 
.hero-section__badge {
  color: var(--accent-gold);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
 
.hero-section__title {
  color: var(--bg-cream);
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-family: "Playfair Display", serif;
  line-height: 1.1;
  margin-bottom: 2rem;
}
 
.hero-section__scroll-indicator {
  left: 50%;
  color: var(--accent-gold);
  bottom: -15vh;
  position: absolute;
  animation: bounce 2s infinite;
  transform: translateX(-50%);
}
 
.hero-section__title--italic {
  color: var(--accent-gold);
  font-style: italic;
}
 
.featured-selection {
  padding: 8rem 1.5rem;
  background-color: var(--bg-cream);
}
 
.featured-selection__container {
  margin: 0 auto;
  max-width: 1200px;
}
 
.featured-selection__header {
  text-align: center;
  margin-bottom: 4rem;
}
 
.featured-selection__grid {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.featured-selection__heading {
  color: var(--text-dark);
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.featured-selection__divider {
  width: 80px;
  height: 3px;
  margin: 1rem auto;
  background-color: var(--accent-gold);
}
 
.featured-selection__card {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition-smooth);
}
 
.featured-selection__image-wrapper {
  height: 300px;
  overflow: hidden;
}
 
.featured-selection__details {
  padding: 1.5rem;
  text-align: center;
}
 
.featured-selection__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
 
.featured-selection__car-name {
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 0.5rem;
}
 
.featured-selection__tagline {
  color: #666;
  font-size: 0.9rem;
  font-style: italic;
}
 
.services-overview {
  padding: 6rem 1.5rem;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
  background-color: rgba(27, 54, 42, 0.03);
}
 

 
.services-overview__heading {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Playfair Display", serif;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
 
.services-overview__grid {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  max-width: 1400px;
  grid-template-columns: repeat(4, 1fr);
}
 
.services-overview__card {
  height: 400px;
  display: block;
  overflow: hidden;
  position: relative;
}
 
.services-overview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
 
.services-overview__overlay {
  color: #fff;
  inset: 0;
  display: flex;
  padding: 2rem;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  flex-direction: column;
  justify-content: flex-end;
}
 
.services-overview__title {
  font-size: 1.75rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 0.5rem;
}
 
.services-overview__link {
  gap: 0.5rem;
  color: var(--accent-gold);
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.fleet-catalog {
  padding: 8rem 1.5rem;
}
 
.fleet-catalog__container {
  margin: 0 auto;
  max-width: 1200px;
}
 
.fleet-catalog__heading {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Playfair Display", serif;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
 
.fleet-catalog__grid {
  gap: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.fleet-catalog__card {
  border: 1px solid rgba(27, 54, 42, 0.1);
  display: flex;
  background: #fff;
  flex-direction: column;
}
 
.fleet-catalog__img-container {
  height: 250px;
  overflow: hidden;
}
 
.fleet-catalog__info {
  display: flex;
  padding: 2rem;
  flex-grow: 1;
  flex-direction: column;
}
 
.fleet-catalog__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.fleet-catalog__name {
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
}
 
.fleet-catalog__desc {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
 
.fleet-catalog__actions {
  margin-top: auto;
}
 
.fleet-catalog__btn {
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 1rem;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.fleet-catalog__btn--full {
  background: #f4f4f4;
  margin-bottom: 0.5rem;
}
 
.fleet-catalog__btn-group {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.fleet-catalog__btn--primary {
  color: #fff;
  background: var(--primary-green);
}
 
.fleet-catalog__btn--outline {
  color: var(--accent-gold);
  border: 2px solid var(--accent-gold);
  background: transparent;
}
 
.wedding-service {
  overflow: hidden;
  position: relative;
}
 
.wedding-service__banner {
  height: 60vh;
  display: flex;
  position: relative;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  background-color: var(--wedding-burgundy);
}
 
.wedding-service__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  object-fit: cover;
  mix-blend-mode: overlay;
}
 
.wedding-service__content {
  color: #fff;
  padding: 2rem;
  z-index: 10;
  position: relative;
  max-width: 800px;
  text-align: center;
}
 
.wedding-service__title {
  margin: 1rem 0;
  font-size: clamp(2rem, 5vw, 4rem);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
 
.wedding-service__subtitle {
  opacity: 0.9;
  font-size: 1.25rem;
  font-style: italic;
}
 
.wedding-service__divider {
  width: 60px;
  height: 2px;
  margin: 2rem auto;
  background: #fff;
}
 
.wedding-service__tagline {
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
}
 
.wedding-service__buttons {
  gap: 1.5rem;
  display: flex;
  justify-content: center;
}
 
.wedding-service__btn {
  cursor: pointer;
  padding: 1.25rem 2.5rem;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.wedding-service__btn--solid {
  color: #fff;
  border: 2px solid #fff;
  background: var(--wedding-burgundy);
}
 
.wedding-service__btn--ghost {
  color: var(--wedding-burgundy);
  border: 2px solid #fff;
  background: #fff;
}
 
.routes-experiences {
  padding: 8rem 1.5rem;
}
 
.routes-experiences__container {
  margin: 0 auto;
  max-width: 1200px;
}
 
.routes-experiences__heading {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Playfair Display", serif;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
 
.routes-experiences__grid {
  gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.routes-experiences__card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}
 
.routes-experiences__img-box {
  width: 40%;
  overflow: hidden;
}
 
.routes-experiences__info {
  width: 60%;
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
}
 
.routes-experiences__name {
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
}
 
.routes-experiences__meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
 
.routes-experiences__text {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
 
.routes-experiences__booking {
  gap: 0.75rem;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 1.25rem;
  background: var(--primary-green);
  margin-top: auto;
  transition: background 0.3s ease;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-content: center;
}
 
.routes-experiences__duration {
  gap: 0.5rem;
  color: #888;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
}
 
.routes-experiences__price {
  color: var(--accent-gold);
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
 
.film-productions {
  padding: 8rem 1.5rem;
  background: #fdfdfd;
  text-align: center;
}
 
.film-productions__container {
  margin: 0 auto;
  max-width: 900px;
}
 
.film-productions__heading {
  margin: 1.5rem 0 3rem;
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
 
.film-productions__visual {
  position: relative;
  margin-bottom: 3rem;
}
 
.film-productions__text {
  color: #555;
  font-size: 1.125rem;
  max-width: 700px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
 
.film-productions__cta {
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 1.25rem 3rem;
  background: var(--primary-green);
  transition: var(--transition-smooth);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
 
.film-productions__img {
  width: 100%;
  height: 450px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  border-radius: 2px;
}
 
.film-productions__frame {
  inset: -20px;
  border: 1px solid var(--accent-gold);
  opacity: 0.3;
  z-index: -1;
  position: absolute;
}
 
.featured-selection__card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
 
.featured-selection__card:hover .featured-selection__img {
  transform: scale(1.1);
}
 
.services-overview__card:hover .services-overview__img {
  transform: scale(1.1);
}
 
.fleet-catalog__btn--primary:hover {
  background: var(--accent-gold);
}
 
.fleet-catalog__btn--outline:hover {
  color: #fff;
  background: var(--accent-gold);
}
 
.routes-experiences__img-box  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.routes-experiences__booking:hover {
  background: var(--accent-gold);
}
 
.film-productions__cta:hover {
  transform: scale(1.05);
  background: var(--accent-gold);
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .featured-selection__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-overview__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fleet-catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .routes-experiences__grid {
    grid-template-columns: 1fr;
  }
}
 
@media(max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .featured-selection__grid {
    grid-template-columns: 1fr;
  }
  .services-overview__grid {
    grid-template-columns: 1fr;
  }
  .fleet-catalog__grid {
    grid-template-columns: 1fr;
  }
  .wedding-service__buttons {
    flex-direction: column;
  }
  .routes-experiences__card {
    flex-direction: column;
  }
  .routes-experiences__img-box {
    width: 100%;
  }
  .routes-experiences__info {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .hero-section__title {
    font-size: 2.5rem;
  }
  .film-productions__img {
    height: 300px;
  }
}
