/* August 19 client preview: service navigation and complete steel journey. */

/* Desktop service menu */
.desktop-nav .nav-services {
  position: relative;
  display: flex;
  align-items: center;
}

.desktop-nav .nav-services > a > span {
  display: inline-block;
  margin-left: 4px;
  color: var(--orange);
  font-size: 1rem;
  line-height: 0;
  transition: transform .25s var(--ease);
}

.desktop-nav .nav-services:hover > a > span,
.desktop-nav .nav-services:focus-within > a > span {
  transform: rotate(180deg);
}

.nav-services-menu {
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  width: min(760px, 78vw);
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid rgba(255,255,255,.16);
  border-top: 2px solid var(--orange);
  background: rgba(5,7,8,.98);
  box-shadow: 0 28px 70px rgba(0,0,0,.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity .22s ease-out, transform .22s ease-out, visibility .22s;
}

.nav-services-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 24px;
}

.nav-services:hover .nav-services-menu,
.nav-services:focus-within .nav-services-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.desktop-nav .nav-services-menu a {
  min-width: 0;
  padding: 12px 14px;
  display: block;
  border: 1px solid transparent;
  border-radius: 0;
  color: rgba(255,255,255,.78);
  letter-spacing: 0;
  text-transform: none;
}

.desktop-nav .nav-services-menu a::after { display: none; }

.desktop-nav .nav-services-menu a:hover,
.desktop-nav .nav-services-menu a:focus-visible {
  border-color: rgba(255,82,0,.42);
  color: #fff;
  background: rgba(255,82,0,.08);
  outline: none;
}

.nav-services-menu strong,
.nav-services-menu small {
  display: block;
}

.nav-services-menu strong {
  font-size: .8rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.nav-services-menu small {
  margin-top: 4px;
  color: rgba(255,255,255,.48);
  font-size: .68rem;
  line-height: 1.35;
}

/* Mobile service destinations */
.mobile-service-links { display: none; }

@media (max-width: 1180px) {
  .mobile-menu { overflow-y: auto; overscroll-behavior: contain; }
  .mobile-menu.open { padding-bottom: 56px; }
  .mobile-service-links {
    margin: 5px 0 12px;
    padding: 15px 0 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1px;
    border-bottom: 1px solid var(--line);
  }
  .mobile-service-links > span {
    grid-column: 1 / -1;
    margin-bottom: 9px;
    color: var(--orange);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .mobile-menu .mobile-service-links a {
    padding: 9px 12px 9px 0;
    border: 0;
    color: rgba(255,255,255,.68);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(.82rem, 2.6vw, 1rem);
    letter-spacing: 0;
  }
  .mobile-menu .mobile-service-links a:hover,
  .mobile-menu .mobile-service-links a:focus-visible { color: #fff; }
}

/* Complete the steel journey */
.steel-journey-preview {
  position: relative;
  z-index: 1;
  padding: clamp(88px, 9vw, 138px) clamp(18px, 4vw, 70px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
    radial-gradient(circle at 12% 6%, rgba(255,82,0,.13), transparent 30%),
    #050708;
  background-size: 72px 72px, 72px 72px, auto, auto;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.steel-journey-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(18px, 4vw, 70px);
  width: min(230px, 34vw);
  height: 3px;
  background: var(--orange);
}

.steel-journey-heading {
  position: relative;
  width: min(1480px, 100%);
  margin: 0 auto clamp(38px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .62fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: end;
}

.steel-journey-heading .eyebrow { color: var(--orange); }

.steel-journey-heading h2 {
  margin: 0;
  font-family: "Roboto Condensed Local", "Arial Narrow", sans-serif;
  font-size: clamp(4.5rem, 7.6vw, 8.5rem);
  font-weight: 900;
  line-height: .84;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.steel-journey-heading h2 em {
  color: var(--orange);
  font-style: normal;
}

.steel-journey-heading > p {
  margin: 0 0 6px;
  color: rgba(255,255,255,.66);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.7;
}

.steel-journey-grid {
  position: relative;
  width: min(1480px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border: 1px solid rgba(255,255,255,.16);
  border-top-color: rgba(255,82,0,.8);
  background: #07090a;
}

.steel-journey-grid::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 246px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange) 9%, var(--orange) 91%, transparent);
  opacity: .62;
  pointer-events: none;
}

.steel-journey-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.13);
  background: #080a0b;
}

.steel-journey-card:last-child { border-right: 0; }

.steel-journey-photo {
  height: 246px;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(5,7,8,.35)),
    var(--steel-journey-image);
  background-size: cover;
  background-position: center;
  filter: saturate(.78) contrast(1.05);
  transition: transform .55s var(--ease), filter .55s var(--ease);
}

.steel-journey-card:hover .steel-journey-photo {
  transform: scale(1.035);
  filter: saturate(.94) contrast(1.08);
}

.steel-journey-card-copy {
  position: relative;
  min-height: 390px;
  padding: 36px clamp(22px, 2.2vw, 34px) 32px;
}

.steel-journey-card-copy > span {
  position: absolute;
  top: -24px;
  left: clamp(22px, 2.2vw, 34px);
  z-index: 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: #050708;
  background: var(--orange);
  font-size: .76rem;
  font-weight: 900;
}

.steel-journey-card-copy > small {
  display: block;
  margin: 3px 0 11px 64px;
  color: var(--orange);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.steel-journey-card-copy h3 {
  min-height: 2.15em;
  margin: 25px 0 26px;
  font-family: "Roboto Condensed Local", "Arial Narrow", sans-serif;
  font-size: clamp(1.75rem, 2.15vw, 2.55rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.steel-journey-card-copy nav {
  display: grid;
  border-top: 1px solid rgba(255,255,255,.13);
}

.steel-journey-card-copy nav a {
  min-height: 46px;
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.7);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
  transition: color .2s, padding .2s;
}

.steel-journey-card-copy nav a b {
  color: var(--orange);
  font-size: 1rem;
  font-weight: 400;
}

.steel-journey-card-copy nav a:hover,
.steel-journey-card-copy nav a:focus-visible {
  padding-left: 7px;
  color: #fff;
  outline: none;
}

.steel-journey-action {
  width: min(1480px, 100%);
  margin: 20px auto 0;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.025);
}

.steel-journey-action p { margin: 0; }
.steel-journey-action p strong,
.steel-journey-action p span { display: block; }
.steel-journey-action p strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.steel-journey-action p span { color: rgba(255,255,255,.55); font-size: .88rem; }

.steel-journey-action > a {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;
  color: #050708;
  background: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s, transform .2s;
}

.steel-journey-action > a:hover,
.steel-journey-action > a:focus-visible {
  background: var(--orange-hot);
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 1080px) {
  .steel-journey-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steel-journey-grid::before { display: none; }
  .steel-journey-card { border-bottom: 1px solid rgba(255,255,255,.13); }
  .steel-journey-card:nth-child(2n) { border-right: 0; }
  .steel-journey-card:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 760px) {
  .steel-journey-preview { padding: 72px 16px; background-size: 44px 44px, 44px 44px, auto, auto; }
  .steel-journey-heading { grid-template-columns: 1fr; gap: 24px; }
  .steel-journey-heading h2 { font-size: clamp(3.7rem, 16.2vw, 5.5rem); }
  .steel-journey-heading > p { font-size: .98rem; }
  .steel-journey-grid { grid-template-columns: 1fr; }
  .steel-journey-card,
  .steel-journey-card:nth-child(2n),
  .steel-journey-card:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .steel-journey-card:last-child { border-bottom: 0; }
  .steel-journey-photo { height: 220px; }
  .steel-journey-card-copy { min-height: 0; padding: 34px 22px 30px; }
  .steel-journey-card-copy > span { left: 22px; }
  .steel-journey-card-copy h3 { min-height: 0; margin-top: 22px; font-size: 2.15rem; }
  .steel-journey-action { padding: 22px; display: grid; }
  .steel-journey-action > a { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  .nav-services-menu,
  .nav-services > a > span,
  .steel-journey-photo,
  .steel-journey-card-copy nav a,
  .steel-journey-action > a { transition: none; }
}
