*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
span.bold {
    font-weight: 700;
}
/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ PAGE LOADER ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}
img.journey-card-mine-img {
    margin-top: -12px;
    height: calc(100% + 20px);
}
#page-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}
.tagline-bg {top: 100px;}
a.hero-btn:hover {
    background: #ffffff;
    color: #3d281b;
}

.loader-logo {
  width: 120px;
  height: auto;
  animation: loaderPulse 1.4s ease-in-out infinite;
}

@keyframes loaderPulse {
  0%, 100% { opacity: 0.3;  }
  50% { opacity: 1;  }
}

body {
  font-family: 'Host Grotesk', sans-serif;
  color: #3d281b;
  background: #ffffff;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
.footer-yeru-logo img {
    width: 60px;
}
.journey-card-iframe-wrapper {
    height: 461px;
    margin-bottom: 16px;
    overflow: hidden;
    width: 312px;
}
/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ NAVIGATION ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.nav.scrolled {
  background: #ffffff;
}

.nav-inner {
  width: 100%;
  max-width: 1920px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.45px;
  color: #ffffff;
  transition: opacity 0.3s, color 0.3s;
}

.nav.scrolled .nav-links a {
  color: #3d281b;
}

.nav-links a:hover {
  opacity: 0.65;
}

.nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-logo img {
  height: 43px;
  width: auto;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}

.nav-right a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.45px;
  color: #ffffff;
  transition: opacity 0.3s, color 0.3s;
}

.nav.scrolled .nav-right a {
  color: #3d281b;
}
.journey-card-iframe{
  height: 636px;
  border:none;
  border-radius: 0px 0px 36px 36px;
  margin-top: 16px;
  box-shadow: 3px 2px 9px 3px #00000033;
  width: 408px;
  transform: scale(.65);
  transform-origin: top left;
  position: relative;
  left: 29px;
  background: #000000;
}
.nav-right a:hover {
  opacity: 0.65;
}

.nav-right .nav-cta {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}


/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ HERO ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  max-height: 1100px;
  overflow: hidden;
  background: #f5ede3;
}

.hero-bg {
  position: absolute;
  inset: -15% 0 0 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: absolute;
  left: 123px;
  bottom: 120px;
  z-index: 2;
}

.hero-title {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.04;
  letter-spacing: -1.32px;
  color: #ffffff;
  margin-bottom: 30px;
}

.hero-billion {
  position: absolute;
  bottom: 362px;
  left: 125px;
  width: auto;
  height: auto;
  max-width: 280px;
}

.hero-btn {
  display: inline-block;
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.62;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: none;
  padding: 7px 25px;
  border-radius: 7px;
  margin-top: 25px;
  transition: all .3s ease;
  display: inline !important;
}

.hero-subtitle {
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3d281b;
  text-align: right;
  line-height: 1.5;
  z-index: 2;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ TAGLINE SECTION (Dark) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.section-tagline {
  position: relative;
  background: #2c1a16;
  overflow: hidden;
}

.tagline-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: -15% 0 0 0;
  z-index: 0;
}

.tagline-overlay {
  position: relative;
  z-index: 1;
  padding: 72px 134px 140px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 1210px;
}

.tagline-text {
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.04;
  color: #fff8ee;
  max-width: 573px;
  align-self: flex-start;
}

.tagline-right {
  max-width: 385px;
  align-self: flex-end;
  margin-bottom: 40px;
}

.tagline-right-text {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.62;
  color: #ffffff;
  max-width: 385px;
  margin-bottom: 30px;
}

.tagline-contact-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 9px 34px;
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.16;
  color: #fff8ee;
  text-align: center;
  border: 1px solid #fff8ee;
  background: none;
  transition: background 0.3s, color 0.3s;
  border-radius: 7px;
}

.tagline-contact-btn:hover {
  background: #fff8ee;
  color: #2c1a16;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ FROM EARTH TO ELEGANCE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.section-earth {
  background: #2c1a16;
  padding: 150px 0 100px;
  overflow: hidden;
  position: relative;
}

.earth-layout {
  display: flex;
  align-items: center;
  gap: 0;
}

.earth-header {
  flex: 0 0 auto;
  padding: 0 0 0 157px;
  padding-right: 60px;
  padding-top: 0px;
  margin-top: -150px;
}

.earth-title {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.10;
  color: #ffffff;
  white-space: nowrap;
}

.earth-cards-wrapper {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.earth-cards {
  display: flex;
  gap: 10px;
  padding: 0 157px 0 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
}

.earth-cards::-webkit-scrollbar {
  display: none;
}

.earth-card {
  flex: 0 0 322px;
  scroll-snap-align: start;
}

.earth-card-img {
  width: 100%;
  height: 484px;
  object-fit: cover;
}

.earth-card-body {
  padding: 24px 0;
}

.earth-card-title {
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.31;
  color: #ffffff;
  margin-bottom: 26px;
  margin-top: 6px;
}

.earth-card-desc {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 12px;
}

.earth-card-link {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.55;
  color: #ffffff;
  cursor: pointer;
}

.earth-scroll-btn {
  position: absolute;
  right: 12px;
  top: 230px;
  width: 47px;
  height: 49px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 3;
}

.earth-scroll-btn img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 30px #4242423b;
  border-radius: 100px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ TRACEABILITY CODE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.section-trace {
  background: #ffffff;
  padding: 150px 148px;
  position: relative;
  overflow: hidden;
}

.trace-label {
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.31;
  color: #3f291d;
  text-align: center;
  margin-bottom: 60px;
}

.trace-content {
  display: flex;
  gap: 22px;
  align-items: center;
}

.trace-left {
  flex: 0 0 548px;
}

.trace-title {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 0.99;
  color: #3f291d;
  margin-bottom: 40px;
}

.trace-desc {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.74;
  color: #3f291d;
  max-width: 491px;
  margin-bottom: 32px;
  margin-top: 30px;
  width: 100%;
  display: inline;
  white-space: normal;
}

.trace-read-more {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.16;
  color: #3f291d;
}

.trace-right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.trace-video-wrapper {
  width: 100%;
  height: 456px;
  overflow: hidden;
  position: relative;
}

.trace-video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.trace-phone {
  max-height: 560px;
  width: auto;
}

.trace-code {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.12;
  color: #3f291d;
  text-align: center;
  margin-top: 24px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ DIGITAL JOURNEY ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.section-journey {
  background: #ffffff;
  padding: 80px 0 0px;
  position: relative;
  background-color: #F5EBDE;
}

.journey-layout {
  display: flex;
  align-items: center;
  /* background-color: #F5EBDE; */
  padding: 60px 0px;
}

.journey-header {
  flex: 0 0 auto;
  padding: 0px 60px 0 148px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -100px;
}

.journey-title {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.10;
  color: #3d281b;
  white-space: nowrap;
}
.section-locations-and-experience {
    display: flex;
    padding: 0px 0px 0px 150px;
    background: #2d1a16;
    gap: 100px;
}
.journey-desc {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.74;
  color: #3d281b;
  max-width: 310px;
}

.journey-cards-wrapper {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.journey-cards {
  display: flex;
  gap: 1px;
  padding-right: 148px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
}

.journey-cards::-webkit-scrollbar {
  display: none;
}

.journey-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
}

.journey-card-img {
  width: unset;
  height: 520px;
  margin-bottom: 20px;
}

.journey-card-iframe-wrap {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f5ede3;
}

.journey-card-iframe {
  /* width: 100%; */
  /* height: 100%; */
  /* border: none; */
}

.journey-card-title {
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.31;
  color: #3d281b;
  margin-bottom: 8px;
  padding-left: 30px;
}

.journey-card-desc {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.33;
  color: #3d281b;
  margin-bottom: 0px;
  padding-left: 30px;
}

.journey-card-extra {
  margin-top: 0px;
}

.journey-card-link {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.55;
  color: #3d281b;
  padding-left: 30px;
}

.journey-scroll-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-80%);
  width: 47px;
  height: 49px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 3;
  box-shadow: 0px 0px 30px #4242423b;
  border-radius: 100px;
  margin-top: -50px;
}

.journey-scroll-btn img {
  width: 100%;
  height: 100%;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ OUR LOCATIONS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.section-locations {
  background: #2c1a16;
  padding: 100px 0 0px 0px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.locations-header {
  padding: 0 57px 0px 0px;
  margin-bottom: 40px;
}

.locations-title {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.04;
  color: #eae6dc;
}

.locations-body {
  display: flex;
  gap: 60px;
  padding: 0 0px;
  flex-direction: column;
}

.locations-map {
  flex: 0 0 65px;
}

.locations-map-container {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.locations-map img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.map-label {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.04;
  color: #faf5ee;
  position: absolute;
  white-space: nowrap;
}

.locations-list {
  display: flex;
  gap: 60px;
  flex: 1;
}

.locations-col {
  flex: 1;
}

.location-item {
  margin-bottom: 32px;
}

.location-city {
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.31;
  color: #ffffff;
  margin-bottom: 4px;
}

.location-name {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.74;
  color: #ffffff;
}

.location-addr {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.74;
  color: #ffffff;
}

.location-details {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.74;
  color: #ffffff;
  cursor: pointer;
  display: none;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ EXPERIENCE SECTION ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.section-experience {
  background: #2c1a16;
  padding: 80px 0 0px 0;
  overflow: hidden;
  /* display: flex; */
  /* flex-direction: column; */
}

.experience-content {
  display: flex;
  gap: 40px;
  padding: 0 0px;
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
}

.experience-text {
  flex: 0 0 300px;
}

.experience-title {
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.04;
  color: #ffffff;
  margin-bottom: 32px;
  margin-top: 50px;
}

.experience-desc {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.74;
  color: #ffffff;
  max-width: 572px;
}

.experience-img {
  flex: 1;
}

.experience-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ GALLERY / BY YERUSHALMI ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.section-gallery {
  background: #0B0B0B;
  padding: 150px 0 150px;
}

.gallery-grid {
  display: flex;
  gap: 8px;
  padding: 0 157px;
  margin-bottom: 20px;
}

.gallery-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-col img {
  width: 100%;
  object-fit: cover;
}

.gallery-col img.tall {
  height: 485px;
}

.gallery-col img.short {
  height: 237px;
}

.gallery-credits {
  display: flex;
  gap: 80px;
  padding: 0 157px;
  margin-top: 40px;
}

.gallery-credit {
  flex: 1;
}

.gallery-credit-title {
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.28;
  color: #ffffff;
  margin-bottom: 24px;
  text-align: left;
  flex: 2;
}

.gallery-credit-desc {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.74;
  color: #ffffff;
  /* max-width: 426px; */
  text-align: left;
  flex: 1;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ CONTACT POPUP ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.contact-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}

.contact-overlay.open {
  display: flex;
}

.contact-popup {
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px 30px;
  position: relative;
}

.contact-popup-close {
  position: absolute;
  top: 24px;
  right: 32px;
  background: none;
  border: none;
  font-size: 32px;
  color: #3d281b;
  cursor: pointer;
  line-height: 1;
}

.contact-popup-title {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 1.04;
  color: #2c1a16;
  letter-spacing: -1.12px;
  margin-bottom: 20px;
}

.contact-popup-subtitle {
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.18;
  color: #3d281b;
  margin-bottom: 20px;
  max-width: 500px;
}

.contact-field {
  margin-bottom: 8px;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #3d281b;
  padding: 12px 0;
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3d281b;
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
}

.contact-field textarea {
  border: 0.5px solid #3d281b;
  padding: 16px;
  resize: vertical;
  min-height: 140px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #3d281b;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #2c1a16;
}

.contact-field input.error {
  border-bottom-color: #c0392b;
}

.contact-field textarea.error {
  border-color: #c0392b;
}

.contact-error {
  display: block;
  font-family: 'Host Grotesk', sans-serif;
  font-size: 12px;
  color: #c0392b;
  margin-top: 4px;
  min-height: 16px;
}

.contact-send-btn {
  display: block;
  margin: 20px auto 0;
  padding: 14px 60px;
  background: #2c1a16;
  color: #faf5ee;
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-send-btn:hover {
  background: #3d281b;
}

.contact-success {
  text-align: center;
  padding: 40px 0;
}

.contact-success h3 {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #2c1a16;
  margin-bottom: 16px;
}

.contact-success p {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #3d281b;
}

@media (max-width: 768px) {
  .contact-popup {
    padding: 40px 24px;
    max-width: 100%;
    margin: 0 16px;
  }
.gallery-credit-wrapper {
    flex-direction: column;
}
  .contact-popup-title {
    font-size: 36px;
  }

  .contact-popup-subtitle {
    font-size: 17px;
  }

  .contact-field input,
  .contact-field textarea {
    font-size: 16px;
  }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ LEGAL PAGES ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 140px 40px 80px;
}

.legal-title {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.04;
  color: #3d281b;
  margin-bottom: 40px;
}

.legal-updated {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 14px;
  color: #8a7060;
  margin-bottom: 32px;
}

.legal-content h2 {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #3d281b;
  margin: 32px 0 12px;
}

.legal-content p {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.74;
  color: #3f291d;
  margin-bottom: 12px;
}

.legal-content ul {
  margin: 0 0 16px 24px;
}

.legal-content li {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 16px;
  line-height: 1.74;
  color: #3f291d;
  margin-bottom: 4px;
}

.legal-content a {
  color: #3d281b;
  text-decoration: underline;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ FOOTER ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.footer {
  background: white;
  padding: 48px 134px;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.footer-logo {
  flex: 0 0 auto;
}

.footer-logo img {
  height: 60px;
  width: auto;
}

.footer-columns {
  flex: 6;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-top: 8px;
}

.footer-col {
  flex: 1;
  justify-content: center;
}

.footer-col p.footer-col-title {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: -0.45px;
  color: #3f291d;
}

.footer-col a,
.footer-col p {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 200;
  font-size: 13px;
  line-height: 2;
  letter-spacing: -0.45px;
  color: #3f291d;
  display: block;
}

.footer-col a:hover {
  opacity: 0.65;
}
.footer-col.footer-col-2 {}

.footer-col.footer-col-2.footer-col-3 {
    flex: 2;
    justify-content: end;
    gap: 12px;
}

section#journey {}
.footer-col.footer-col-2 {
    flex: 2;
    display: flex;
    justify-content: center;
}

.footer-col-title-wrapper {
    width: 74px;
}

.footer-col a.underline {
  text-decoration: underline;
}

.footer-contact-info {
  font-size: 16px;
  line-height: 1.74;
}

.footer-contact-phone {
  letter-spacing: -0.96px;
}

.footer-copy {
  text-align: left;
}

.footer-copy p {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.62;
  letter-spacing: -0.45px;
  color: #3f291d;
}
.journey-card-iframe-header{
  width: 265px;
  margin: 0 auto;
  margin-bottom: -33px;
  position: relative;
  z-index: 10;
  left: 6px;
  border-radius: 28px 28px 0px 0px;
}
/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ CONTACT BUTTON (fixed-style in nav) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 1px solid #3d281b;
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.16;
  color: #fff8ee;
  background: #3d281b;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
}

.btn-contact:hover {
  background: transparent;
  color: #3d281b;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ SECTION DIVIDER SHAPES ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.wave-divider {
  width: 100%;
  display: block;
  margin-top: -2px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ SCROLL ANIMATIONS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s cubic-bezier(0.16, 1, 0.3, 1),
              transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for sibling elements */
.fade-in.stagger-1 { transition-delay: 0.15s; }
.fade-in.stagger-2 { transition-delay: 0.30s; }
.fade-in.stagger-3 { transition-delay: 0.45s; }
.fade-in.stagger-4 { transition-delay: 0.60s; }
.fade-in.stagger-5 { transition-delay: 0.75s; }

.earth-card.fade-in {
  transition-duration: 3s;
}
.earth-card.fade-in.stagger-1 { transition-delay: 0.2s; }
.earth-card.fade-in.stagger-2 { transition-delay: 0.4s; }
.earth-card.fade-in.stagger-3 { transition-delay: 0.6s; }
.earth-card.fade-in.stagger-4 { transition-delay: 0.8s; }


.trace-left.line-reveal .lr-line {
  transition-duration: 3.2s;
}

.locations-col.fade-in,
.gallery-credit.fade-in {
  transition-duration: 3s;
}
.locations-col.fade-in.stagger-1 { transition-delay: 0.2s; }
.locations-col.fade-in.stagger-2 { transition-delay: 0.4s; }
.gallery-credit.fade-in.stagger-1 { transition-delay: 0.2s; }
.gallery-credit.fade-in.stagger-2 { transition-delay: 0.4s; }
.gallery-credit.fade-in.stagger-3 { transition-delay: 0.6s; }
.gallery-credit.fade-in.stagger-4 { transition-delay: 0.8s; }
.gallery-credit.fade-in.stagger-5 { transition-delay: 1.0s; }

/* Line-reveal: cinematic per-line animation */
.line-reveal .lr-line {
  display: block;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 3s cubic-bezier(0.16, 1, 0.3, 1),
              transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.line-reveal.visible .lr-line {
  opacity: 1;
  transform: translateY(0);
}

/* Inline elements inside lr-line keep flow */
.line-reveal .lr-line a,
.line-reveal .lr-line span {
  display: block;
}

/* Parallax background images */
.parallax-bg {
  will-change: transform;
}

/* Gallery reveal */
.gallery-col img {
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 3s cubic-bezier(0.16, 1, 0.3, 1),
              transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-col img.visible {
  opacity: 1;
  transform: scale(1);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fade-in,
  .gallery-col img,
  .earth-card-desc,
  .line-reveal .lr-line {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .parallax-bg,
  .hero-content, .hero-billion,
  .tagline-text, .tagline-right,
  .earth-header, .trace-left, .trace-right,
  .locations-header,
  .experience-text, .experience-img,
  .gallery-credits {
    transform: none !important;
    will-change: auto;
  }
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ HAMBURGER BUTTON ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 25px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 201;
}

.nav-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #3d281b;
  transition: transform 0.3s, opacity 0.3s;
}

.nav-hamburger .hamburger-icon {
  transition: filter 0.3s;
  filter: brightness(0) invert(1);
}

.nav.scrolled .nav-hamburger .hamburger-icon {
  filter: none;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ MOBILE CONTACT LINK (hidden on desktop) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.nav-mobile-contact {
  display: none;
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  z-index: 201;
  transition: color 0.3s;
}

.nav.scrolled .nav-mobile-contact {
  color: #3d281b;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ MOBILE MENU OVERLAY ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.mobile-menu {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      /* height: 100vh; */
      background: #ffffff;
      z-index: 99;
      opacity: 0;
      transition: opacity 0.3s ease;
      padding-bottom: 50px;
}

.mobile-menu.open {
  pointer-events: auto;
  opacity: 1;
}

.mobile-menu-close {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 202;
}

.mobile-menu-close span {
  display: block;
  width: 100%;
  height: 2px;
  background: #3d281b;
  position: absolute;
  top: 50%;
  left: 0;
}

.mobile-menu-close span:nth-child(1) {
  transform: rotate(45deg);
}

.mobile-menu-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.mobile-menu-grid {
  display: flex;
  gap: 60px;
  padding: 120px 40px 0;
}

.mobile-menu-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-menu a {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.62;
  color: #3d281b;
  letter-spacing: -0.45px;
}

@media (min-width: 1100px) and (max-width: 1500px) {
.nav-inner {
    padding: 0 20px;
}

.nav-links a {
    font-size: 13px;
}

.nav-right a {
    font-size: 13px;
}

.nav-right .nav-cta {
    font-size: 15px;
}
}

   @media (max-width: 1100px) {
  .footer-col p span {
    font-size: 11px;
}
.footer-col.footer-col-2.footer-col-3 {
    flex: 1 1 40%;
    display: block;
}

.footer-col.footer-col-2 {
    display: block;
    flex: 1 1 40%;
}

.footer-col-title-wrapper {
    width: unset;
}

.section-locations-and-experience {
    display: block;
    padding: 0px;
}

a.journey-card-link {
    padding-left: 30px;
}
  .footer-copy p{
    font-size: 11px;
    text-align: left;
  }
  
.footer-yeru-logo img {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 47px;
}
  .footer-col p.footer-col-title{
    font-size: 11px;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ NAV ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .nav {
    height: 65px;
  }

  .nav-inner {
    padding: 0 20px;
  }

  .nav-links {
    display: none;
  }

  .nav-right {
    display: none;
  }

  .nav-hamburger {
    display: flex;
    order: -1;
  }

  .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-logo img {
    height: 32px;
  }

  .nav-mobile-contact {
    display: block;
  }

  .mobile-menu {
    display: block;
    pointer-events: none;
    box-shadow: 0px 0px 10px 0px #00000026;
  }

  .mobile-menu.open {
    pointer-events: auto;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ HERO ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .hero {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 72px;
    aspect-ratio: 1 / 1.55;
  }

  .hero-bg {
    object-position: center bottom;
    top: -53px;
  }

  .hero-content {
    left: 24px;
    right: 24px;
    bottom: 20px;
  }

  .hero-title {
    font-size: 36px;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
  }

  .hero-btn {
    font-size: 16px;
  }

  .hero-billion {
    top: 110px;
    left: 24px;
    max-width: 180px;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ TAGLINE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .tagline-overlay {
    padding: 60px 23px 20px;
    flex-direction: column;
    gap: 40px;
    min-height: 670px;
  }

  .tagline-text {
    font-size: 23px;
    max-width: 300px;
    line-height: 1.07;
  }

  .tagline-right {
    max-width: 100%;
    align-self: flex-end;
    margin-bottom: 10px;
    width: 165px;
  }

  .tagline-right-text {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .tagline-contact-btn {
    font-size: 15px;
    padding: 7px 12px;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ FROM EARTH TO ELEGANCE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .section-earth {
    padding: 60px 0 80px;
  }

  .earth-layout {
    flex-direction: column;
    align-items: baseline;
  }

  .earth-header {
    padding: 0 24px;
    margin-bottom: 45px;
    padding-right: 0px;
    padding-top: 0;
    margin-top: 0px;
    padding-left: 0px;
  }

  .earth-title {
    font-size: 36px;
    white-space: normal;
  }

  .earth-cards-wrapper {
    overflow: visible;
    margin-left: 30px;
    width: 100%;
  }

  .earth-cards {
    padding: 0 24px;
    gap: 12px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .earth-card {
    flex: 0 0 260px;
  }

  .earth-card-img {
    height: 340px;
  }

  .earth-card-body {
    padding: 16px 0;
  }

  .earth-card-title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .earth-card-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .earth-scroll-btn {
    right: 54px;
    top: 159px;
    width: 38px;
    height: 40px;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ TRACEABILITY CODE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .section-trace {
    padding: 60px 24px;
  }

  .trace-label {
    font-size: 20px;
    margin-bottom: 40px;
    width: 216px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .trace-content {
    flex-direction: column;
    gap: 40px;
  }

  .trace-left {
    flex: none;
    width: 100%;
  }

  .trace-title {
    font-size: 36px;
    margin-bottom: 34px;
  }

  .trace-desc {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 4px;
  }

  .trace-read-more {
    font-size: 12px;
  }

  .trace-right {
    flex: none;
    width: 100%;
  }

  .trace-video-wrapper {
    height: 380px;
  }

  .trace-code {
    font-size: 18px;
    margin-top: 16px;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ DIGITAL JOURNEY ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .section-journey {
    padding: 100px 0 0px;
  }

  .journey-layout {
    flex-direction: column;
    padding: 70px 0px;
  }

  .journey-header {
    padding: 0 24px;
    margin-bottom: 36px;
  }

  .journey-title {
    font-size: 36px;
    white-space: normal;
  }

  .journey-desc {
    font-size: 15px;
    max-width: 100%;
    padding: 0px 105px 0px 0px;
  }

  .journey-cards-wrapper {
    overflow: visible;
    width: 100%;
  }

  .journey-cards {
    padding: 0 24px;
    gap: 0px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .journey-card {
    flex: 0 0 288px;
  }

  .journey-card-img {
    /* height: 300px !important; */
    margin-bottom: 16px;
    max-height: 538px;
    width: unset;
    height: auto;
  }

  .journey-card-iframe-wrap {
    height: 400px;
    border-radius: 8px;
    margin-bottom: 16px;
  }

  .journey-card-title {
    font-size: 20px;
    padding-left: 30px;
  }

  .journey-card-desc {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 30px;
  }

  .journey-scroll-btn {
    width: 38px;
    height: 40px;
    display: none;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ OUR LOCATIONS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .section-locations {
    padding: 60px 0 0px 0;
  }

  .locations-header {
    padding: 0 24px;
    margin-bottom: 0px;
  }

  .locations-title {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .locations-body {
    flex-direction: column;
    gap: 40px;
    padding: 0 24px;
  }

  .locations-map {
    flex: none;
    width: 100%;
  }

  .locations-list {
    flex-direction: row;
    gap: 50px;
  }

  .location-item {
    margin-bottom: 28px;
  }

  .map-label {
    font-size: 14px;
  }

  .location-city {
    font-size: 20px;
  }

  .location-name {
    font-size: 14px;
    line-height: 1.34;
    padding-right: 20px;
  }

  .location-addr {
    font-size: 12px;
    margin-top: 5px;
  }

  .location-details {
    font-size: 13px;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ EXPERIENCE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .section-experience {
    padding: 0px 0 120px;
  }

  .experience-content {
    flex-direction: column-reverse;
    gap: 32px;
    padding: 0 24px;
  }

  .experience-text {
    flex: none;
    width: 100%;
    padding-left: 0px;
  }

  .experience-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .experience-desc {
    font-size: 14px;
    max-width: 100%;
  }

  .experience-img {
    flex: none;
    width: 113%;
  }

  .experience-img img {
    height: 300px;
    right: 0px;
    position: relative;
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ GALLERY ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .section-gallery {
    padding: 60px 0 100px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 0 24px;
    margin-bottom: 48px;
  }

  .gallery-col {
    gap: 6px;
  }

  .gallery-col img.tall {
    height: 280px;
  }

  .gallery-col img.short {
    height: 136px;
  }

  .gallery-credits {
    flex-direction: column;
    gap: 40px;
    padding: 0 24px;
    margin-top: 80px;
  }

  .gallery-credit-title {
    font-size: 28px;
    margin-bottom: 13px;
  }

  .gallery-credit-desc {
    font-size: 14px;
    max-width: 100%;
    /* padding-right: 80px; */
  }

  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ FOOTER ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
  .footer {
    padding: 40px 0px 36px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
  }

  .footer-logo img {
    height: 60px;
  }

  .footer-columns {
    flex-wrap: wrap;
    gap: 32px 24px;
    border-top: 1px solid #3f291d2e;
    border-bottom: 1px solid #3f291d2e;
    padding: 50px 0px 50px;
  }

  .footer-col {
    flex: 1 1 40%;
  }

  .footer-copy {
    text-align: center;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }img.tagline-bg.parallax-bg {
    height: 120%;
}
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Small phones ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
@media (max-width: 400px) {
  .hero-title {
    font-size: 30px;
  }
a.journey-card-link {
    padding-left: 20px;
}
  .tagline-text {
    font-size: 24px;
  }

  .earth-title,
  .trace-title,
  .journey-title,
  .locations-title {
    font-size: 32px;
  }

  .earth-card {
    flex: 0 0 220px;
  }

  .earth-card-img {
    height: 280px;
  }

  .journey-card {
    flex: 0 0 200px;
  }

  .experience-title {
    font-size: 28px;
  }

  .gallery-credit-title {
    font-size: 26px;
  }
  
}
span.semi-bold {
    font-weight: 400;
    display: inline!important;
}
.trace-extra {
    margin-top: 30px;
}
.gallery-credit-wrapper {
    display: flex;
    gap: 20px;
}
.earth-card-desc .lr-line {
    /* white-space: normal; */
    /* display: contents!important; */
}



.trace-title span.lr-line {
    display: inline-block;
}
