:root {
  --silk-gold: #ffbd59;
  --silk-black: #080808;
  --silk-grey: #9e9e9e;
}

.silk-route-page {
  background: var(--silk-black);
}

.silk-route-main {
  color: #fff;
  background: #080808 url("../images/silk-route/extracted-002.jpg") center top / 800px auto repeat;
  padding-top: 64px;
  overflow: hidden;
}

.silk-route-main h1,
.silk-route-main h2,
.silk-route-main h3,
.silk-route-main strong,
.silk-route-main .silk-read-more {
  font-family: "Arial Black", Impact, sans-serif;
  font-weight: 900;
}

.silk-hero {
  position: relative;
  min-height: calc(100vh - 64px);
  background: url("../images/silk-route/extracted-000.png") center / cover no-repeat;
  display: flex;
  align-items: stretch;
}

.silk-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(0,0,0,.02) 55%, rgba(0,0,0,.55));
}

.silk-hero-content {
  position: relative;
  min-height: inherit;
  padding: clamp(2rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
  text-shadow: 0 2px 2px #000, 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000;
}

.silk-hero-title-wrap {
  grid-column: 1 / -1;
  text-align: center;
}

.silk-hero h1 {
  color: var(--silk-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5.1vw, 5.2rem);
  font-weight: 900;
  line-height: .92;
  letter-spacing: .035em;
  margin: 0;
}

.silk-hero-location {
  color: var(--silk-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3.4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: .04em;
  margin: .45rem 0 0;
}

.silk-hero-date {
  justify-self: end;
  align-self: start;
  font: 900 clamp(1.2rem, 2.6vw, 2.6rem)/1 "Arial Black", Impact, sans-serif;
  margin-top: 2rem;
}

.silk-hero-route {
  grid-column: 1 / -1;
  align-self: end;
  justify-self: center;
  color: var(--silk-gold);
  font: 900 clamp(1.1rem, 2.5vw, 2.8rem)/1.2 "Arial Black", Impact, sans-serif;
  text-align: center;
  margin: 0 0 3rem;
}

.silk-supported {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: 1rem;
  display: grid;
  justify-items: center;
  gap: .25rem;
  font: 800 clamp(.85rem, 1.5vw, 1.5rem)/1 sans-serif;
  text-shadow: 0 2px 2px #000;
}

.silk-supported img {
  width: clamp(95px, 14vw, 190px);
  border: 4px solid #000;
}

.silk-panel {
  position: relative;
  min-height: 760px;
  max-width: 1600px;
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.4rem, 7vw, 7rem);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.silk-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.silk-copy {
  position: relative;
  z-index: 2;
}

.silk-copy h2,
.silk-join h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.8rem);
  line-height: .96;
  letter-spacing: -.035em;
  margin: 0 0 2.5rem;
}

.silk-round-list {
  margin: 0;
  padding-left: 1.7rem;
  font-size: clamp(1.05rem, 1.65vw, 1.65rem);
  line-height: 1.3;
}

.silk-round-list li + li {
  margin-top: 1.6rem;
}

.silk-round-list strong {
  font-family: inherit;
}

.silk-photo-frame {
  position: relative;
  border: clamp(12px, 2vw, 28px) solid var(--silk-gold);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 9% 100%, 0 92%, 0 8%);
  background: var(--silk-gold);
  min-height: 560px;
}

.silk-photo-frame::before {
  content: "›››";
  position: absolute;
  z-index: 2;
  top: -1.5rem;
  left: -3rem;
  color: #fff;
  font: 900 4rem/1 "Arial Black", Impact, sans-serif;
  letter-spacing: -.25em;
}

.silk-photo-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.silk-photo-detail img {
  object-position: center;
}

.silk-photo-landscape img {
  object-position: center;
}

.silk-read-more {
  display: inline-block;
  position: relative;
  margin: 2.2rem 0 0 3rem;
  padding: .7rem 2.4rem .7rem 1.4rem;
  background: #b7b7b7;
  color: #080808;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1;
  clip-path: polygon(8% 0, 100% 0, 89% 100%, 0 100%);
}

.silk-read-more::before {
  content: "";
  position: absolute;
  left: -2.2rem;
  top: 0;
  width: 1.3rem;
  height: 100%;
  background: var(--silk-gold);
  transform: skew(-17deg);
}

.silk-read-more:hover,
.silk-read-more:focus {
  color: #080808;
  background: var(--silk-gold);
}

.silk-itinerary {
  display: flex;
  align-items: center;
}

.silk-copy-wide {
  width: min(1100px, 100%);
}

.silk-days {
  display: grid;
  gap: 1.4rem;
}

.silk-days h3,
.silk-days p {
  font-family: inherit;
  font-size: clamp(1.1rem, 1.85vw, 1.85rem);
  line-height: 1.35;
  margin: 0;
}

.silk-days h3 {
  font-weight: 800;
}

.silk-read-more-right {
  float: right;
}

.silk-hex-list {
  display: grid;
  gap: 1.55rem;
}

.silk-hex-list article {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: start;
  gap: 1.25rem;
}

.silk-hex {
  width: 76px;
  aspect-ratio: 1.14;
  margin-top: .2rem;
  background: var(--silk-gold);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.silk-hex-list h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.9rem);
  line-height: 1.15;
  margin: 0 0 .25rem;
}

.silk-hex-list p {
  color: var(--silk-grey);
  font-size: clamp(1.05rem, 1.55vw, 1.55rem);
  line-height: 1.45;
  margin: 0;
}

.silk-hex-list-strong article {
  align-items: center;
}

.silk-hex-list-strong p {
  color: #fff;
  font: 900 clamp(1.15rem, 1.65vw, 1.7rem)/1.15 "Arial Black", Impact, sans-serif;
}

.silk-image-left {
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.45fr);
}

.silk-join {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(370px, .9fr);
  min-height: 900px;
  padding-right: 0;
  gap: 3rem;
}

.silk-join-copy {
  align-self: center;
}

.silk-join-copy h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  margin: 2.2rem 0 .7rem;
}

.silk-join-copy p {
  font-size: clamp(1.15rem, 1.65vw, 1.65rem);
}

.silk-join-date {
  font-family: "Arial Black", Impact, sans-serif;
  font-weight: 900;
}

.silk-join address {
  display: grid;
  gap: 1rem;
  font-style: normal;
}

.silk-join address a {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font: 900 clamp(.92rem, 1.45vw, 1.45rem)/1.2 "Arial Black", Impact, sans-serif;
  text-decoration: none;
}

.silk-join address i {
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1.14;
  color: #080808;
  background: var(--silk-gold);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.silk-registration-button {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: 2rem;
  padding: 1rem 2rem;
  color: #080808;
  background: var(--silk-gold);
  font: 900 1.05rem/1 "Arial Black", Impact, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.silk-registration-button:hover,
.silk-registration-button:focus-visible {
  color: #080808;
  background: #fff;
  transform: translateY(-2px);
}

.silk-limited {
  text-align: center;
  margin-top: 3rem;
}

.silk-join-visual {
  position: relative;
  min-height: 800px;
  border-left: 20px solid var(--silk-gold);
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 36%, 6% 32%, 6% 14%, 0 9%);
}

.silk-join-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.silk-partners {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: .75rem;
  align-items: end;
}

.silk-partners > div {
  display: grid;
  gap: .35rem;
  color: var(--silk-gold);
  font: 900 clamp(.85rem, 1.5vw, 1.5rem)/1 "Arial Black", Impact, sans-serif;
  text-align: center;
}

.silk-partners img {
  width: 100%;
  height: 112px;
  object-fit: contain;
  background: #000;
  border: 4px solid #000;
}

@media (max-width: 991.98px) {
  .silk-panel,
  .silk-split,
  .silk-image-left,
  .silk-join {
    grid-template-columns: 1fr;
  }

  .silk-panel {
    min-height: auto;
  }

  .silk-image-left .silk-photo-frame {
    order: 2;
  }

  .silk-photo-frame {
    min-height: 480px;
  }

  .silk-join {
    padding-right: clamp(1.4rem, 7vw, 7rem);
  }

  .silk-join-visual {
    min-height: 760px;
  }
}

@media (max-width: 575.98px) {
  .silk-route-main {
    padding-top: 56px;
  }

  .silk-hero {
    min-height: 710px;
    background-position: 57% center;
  }

  .silk-hero-content {
    display: flex;
    flex-direction: column;
    padding: 2.2rem 1rem 1.2rem;
  }

  .silk-hero h1 {
    font-size: 2rem;
  }

  .silk-hero-location {
    font-size: 1.55rem;
  }

  .silk-hero-date {
    align-self: flex-end;
    margin-top: 1.5rem;
    font-size: 1.15rem;
  }

  .silk-hero-route {
    margin-top: auto;
    margin-bottom: 7rem;
    font-size: 1.1rem;
  }

  .silk-supported {
    right: .7rem;
    bottom: .7rem;
  }

  .silk-panel {
    padding: 4rem 1.1rem;
  }

  .silk-copy h2,
  .silk-join h2 {
    font-size: 2.3rem;
  }

  .silk-hex-list article {
    grid-template-columns: 58px 1fr;
    gap: .85rem;
  }

  .silk-hex {
    width: 54px;
  }

  .silk-photo-frame {
    min-height: 400px;
    border-width: 12px;
  }

  .silk-photo-frame::before {
    display: none;
  }

  .silk-join address a {
    grid-template-columns: 45px 1fr;
    gap: .7rem;
    overflow-wrap: anywhere;
  }

  .silk-join address i {
    width: 44px;
  }

  .silk-join-visual {
    min-height: 650px;
  }

  .silk-partners {
    grid-template-columns: 1fr;
  }

  .silk-partners img {
    height: 75px;
  }
}
