.xl-info-shell {
  min-height: 100vh;
  color: #f8fbff;
  background: #041022;
}

.xl-info-shell a:hover {
  color: #ffe2a8;
}

.xl-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 211, 138, .28);
  background: rgba(3, 12, 28, .86);
  backdrop-filter: blur(18px);
}

.xl-site-nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 40px, 1320px);
  margin: 0 auto;
}

.xl-site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.xl-site-brand img {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .34));
}

.xl-site-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.xl-site-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .04);
  padding: 8px 16px;
  font-size: .94rem;
  font-weight: 800;
}

.xl-site-links a:hover {
  border-color: rgba(255, 211, 138, .8);
  color: #fff;
  background: rgba(255, 211, 138, .14);
}

.xl-info-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(55, 166, 255, .18), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(255, 202, 112, .16), transparent 30%),
    #041022;
}

.xl-info-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 78%);
}

.xl-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 211, 138, .2);
  padding: clamp(74px, 10vw, 128px) clamp(18px, 5vw, 72px) clamp(84px, 10vw, 130px);
}

.xl-hero::before,
.xl-hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.xl-hero::before {
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.xl-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 9, 22, .94) 0%, rgba(2, 9, 22, .68) 44%, rgba(2, 9, 22, .22) 100%),
    linear-gradient(180deg, rgba(2, 9, 22, .08) 0%, rgba(2, 9, 22, .88) 100%);
}

.xl-about-hero::before {
  background-image: url("/assets/images/about-contact/about-hero-art-wide-16x9.jpg");
  background-image: image-set(
    url("/assets/images/about-contact/about-hero-art-wide-16x9.webp") type("image/webp"),
    url("/assets/images/about-contact/about-hero-art-wide-16x9.jpg") type("image/jpeg")
  );
}

.xl-contact-hero::before {
  background-image: url("/assets/images/about-contact/contact-hero-art-wide-16x9.jpg");
  background-image: image-set(
    url("/assets/images/about-contact/contact-hero-art-wide-16x9.webp") type("image/webp"),
    url("/assets/images/about-contact/contact-hero-art-wide-16x9.jpg") type("image/jpeg")
  );
}

.xl-hero-inner,
.xl-section,
.xl-contact-layout,
.xl-brand-strip,
.xl-cta-panel,
.xl-page-footer {
  width: min(100% - 40px, 1280px);
  margin-right: auto;
  margin-left: auto;
}

.xl-hero-inner {
  position: relative;
  max-width: 760px;
  margin-left: max(20px, calc((100vw - 1280px) / 2));
}

.xl-eyebrow,
.xl-section-kicker {
  margin: 0;
  color: #ffd38a;
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.xl-hero h1 {
  max-width: 820px;
  margin: 16px 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 950;
  line-height: 1.08;
  text-wrap: balance;
}

.xl-hero p:last-child {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  font-weight: 650;
  line-height: 1.9;
}

.xl-section {
  padding: clamp(42px, 6vw, 76px) 0 0;
}

.xl-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.xl-glass-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 211, 138, .34);
  border-radius: 8px;
  background: rgba(6, 22, 44, .68);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.xl-glass-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-position: center;
  background-size: cover;
  opacity: .44;
  transform: scale(1.02);
}

.xl-glass-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 16, 34, .34) 0%, rgba(5, 16, 34, .86) 100%),
    linear-gradient(135deg, rgba(255, 211, 138, .16), transparent 36%, rgba(69, 212, 255, .14));
}

.xl-about-card {
  min-height: 330px;
  padding: clamp(24px, 3vw, 34px);
}

.xl-card-story::before {
  background-image: url("/assets/images/about-contact/about-card-story-4x3.jpg");
  background-image: image-set(
    url("/assets/images/about-contact/about-card-story-4x3.webp") type("image/webp"),
    url("/assets/images/about-contact/about-card-story-4x3.jpg") type("image/jpeg")
  );
}

.xl-card-service::before {
  background-image: url("/assets/images/about-contact/about-card-service-4x3.jpg");
  background-image: image-set(
    url("/assets/images/about-contact/about-card-service-4x3.webp") type("image/webp"),
    url("/assets/images/about-contact/about-card-service-4x3.jpg") type("image/jpeg")
  );
}

.xl-card-connection::before {
  background-image: url("/assets/images/about-contact/about-card-connection-4x3.jpg");
  background-image: image-set(
    url("/assets/images/about-contact/about-card-connection-4x3.webp") type("image/webp"),
    url("/assets/images/about-contact/about-card-connection-4x3.jpg") type("image/jpeg")
  );
}

.xl-card-number {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 211, 138, .72);
  border-radius: 50%;
  color: #ffd38a;
  background: rgba(1, 12, 28, .52);
  font-weight: 950;
}

.xl-about-card h2,
.xl-contact-info-card h2,
.xl-contact-form-card h2 {
  margin: 18px 0 12px;
  color: #ffe6b6;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 950;
  line-height: 1.25;
}

.xl-about-card p,
.xl-contact-note {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.9;
}

.xl-brand-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 5vw, 72px);
  padding: clamp(38px, 6vw, 62px) 0 8px;
}

.xl-brand-strip span {
  position: relative;
  color: #ffe4ae;
  font-size: clamp(1.32rem, 2.4vw, 2rem);
  font-weight: 950;
  letter-spacing: .08em;
}

.xl-brand-strip span + span::before {
  position: absolute;
  top: 50%;
  left: calc(clamp(18px, 5vw, 72px) / -2);
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #55ddff;
  box-shadow: 0 0 20px rgba(85, 221, 255, .82);
  transform: translate(-50%, -50%);
}

.xl-cta-panel {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 30px 0 clamp(42px, 6vw, 72px);
  text-align: center;
}

.xl-cta-panel p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.04rem;
}

.xl-cta-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(86, 220, 255, .82);
  border-radius: 8px;
  color: #fff !important;
  background:
    linear-gradient(135deg, rgba(14, 116, 144, .98), rgba(8, 56, 102, .96)),
    #0f6b93;
  padding: 11px 26px;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(77, 210, 255, .28);
}

.xl-cta-button:hover {
  border-color: #ffd38a;
  background:
    linear-gradient(135deg, rgba(31, 137, 168, .98), rgba(8, 72, 126, .96)),
    #1580aa;
}

.xl-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 26px;
  padding: clamp(42px, 6vw, 72px) 0 clamp(44px, 6vw, 76px);
}

.xl-contact-info-card,
.xl-contact-form-card {
  padding: clamp(24px, 3vw, 34px);
}

.xl-contact-info-card::before {
  background-image: url("/assets/images/about-contact/contact-info-art-4x3.jpg");
  background-image: image-set(
    url("/assets/images/about-contact/contact-info-art-4x3.webp") type("image/webp"),
    url("/assets/images/about-contact/contact-info-art-4x3.jpg") type("image/jpeg")
  );
}

.xl-contact-form-card::before {
  background-image: url("/assets/images/about-contact/contact-form-art-4x3.jpg");
  background-image: image-set(
    url("/assets/images/about-contact/contact-form-art-4x3.webp") type("image/webp"),
    url("/assets/images/about-contact/contact-form-art-4x3.jpg") type("image/jpeg")
  );
  opacity: .22;
}

.xl-contact-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.xl-contact-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 211, 138, .25);
  border-radius: 8px;
  background: rgba(4, 17, 36, .58);
  padding: 14px;
}

.xl-contact-item > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 211, 138, .7);
  border-radius: 50%;
  color: #ffd38a;
  font-size: .72rem;
  font-weight: 950;
}

.xl-contact-item strong {
  display: block;
  margin-bottom: 2px;
  color: #ffd38a;
  font-size: .92rem;
}

.xl-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.xl-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}

.xl-contact-form .form-error,
.xl-contact-form .form-success,
.xl-contact-message,
.xl-contact-form button {
  grid-column: 1 / -1;
}

.xl-contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 255, 255, .88);
  font-size: .92rem;
  font-weight: 850;
}

.xl-contact-form input,
.xl-contact-form select,
.xl-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 211, 138, .32);
  border-radius: 8px;
  color: #fff;
  background: rgba(3, 15, 32, .72);
  padding: 13px 14px;
  font: inherit;
}

.xl-contact-form textarea {
  min-height: 164px;
  resize: vertical;
}

.xl-contact-form input::placeholder,
.xl-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, .48);
}

.xl-contact-form input:focus,
.xl-contact-form select:focus,
.xl-contact-form textarea:focus {
  border-color: rgba(86, 220, 255, .88);
  outline: 3px solid rgba(86, 220, 255, .16);
}

.xl-contact-form select option {
  color: #102033;
}

.xl-contact-form .xl-cta-button {
  width: min(100%, 260px);
  justify-self: center;
  margin-top: 4px;
}

.xl-contact-form-card .form-error {
  color: #ffd5d5;
  background: rgba(127, 29, 29, .42);
}

.xl-contact-form-card .validation-summary-valid {
  display: none;
}

.xl-contact-form-card .form-success {
  color: #d9fff3;
  background: rgba(6, 95, 70, .42);
}

.xl-page-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  border-top: 1px solid rgba(255, 211, 138, .22);
  color: rgba(255, 255, 255, .78);
  padding: 24px 0 34px;
  font-size: .92rem;
}

.xl-page-footer span {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .xl-site-nav {
    width: min(100% - 28px, 1320px);
  }

  .xl-hero {
    min-height: 430px;
  }

  .xl-hero-inner {
    margin-left: auto;
  }

  .xl-card-grid,
  .xl-contact-layout {
    grid-template-columns: 1fr;
  }

  .xl-about-card {
    min-height: 260px;
  }
}

@media (max-width: 767px) {
  .xl-site-nav {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
  }

  .xl-site-brand img {
    height: 42px;
  }

  .xl-site-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .xl-site-links a {
    min-height: 36px;
    padding: 7px 12px;
    font-size: .86rem;
    white-space: nowrap;
  }

  .xl-hero,
  .xl-section,
  .xl-contact-layout,
  .xl-brand-strip,
  .xl-cta-panel,
  .xl-page-footer {
    width: auto;
  }

  .xl-hero {
    min-height: 470px;
    padding: 74px 16px 76px;
  }

  .xl-about-hero::before {
    background-image: url("/assets/images/about-contact/about-hero-art-mobile-3x4.jpg");
    background-image: image-set(
      url("/assets/images/about-contact/about-hero-art-mobile-3x4.webp") type("image/webp"),
      url("/assets/images/about-contact/about-hero-art-mobile-3x4.jpg") type("image/jpeg")
    );
  }

  .xl-contact-hero::before {
    background-image: url("/assets/images/about-contact/contact-hero-art-4x3.jpg");
    background-image: image-set(
      url("/assets/images/about-contact/contact-hero-art-4x3.webp") type("image/webp"),
      url("/assets/images/about-contact/contact-hero-art-4x3.jpg") type("image/jpeg")
    );
  }

  .xl-hero h1 {
    font-size: 2.74rem;
  }

  .xl-hero p:last-child {
    font-size: 1.02rem;
  }

  .xl-section,
  .xl-contact-layout {
    padding-right: 14px;
    padding-left: 14px;
  }

  .xl-brand-strip {
    flex-wrap: wrap;
    gap: 14px 26px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .xl-brand-strip span {
    font-size: 1.2rem;
  }

  .xl-brand-strip span + span::before {
    display: none;
  }

  .xl-cta-panel {
    padding-right: 14px;
    padding-left: 14px;
  }

  .xl-contact-form {
    grid-template-columns: 1fr;
  }

  .xl-contact-item {
    grid-template-columns: 1fr;
  }

  .xl-contact-item > span {
    width: auto;
    height: auto;
    justify-self: start;
    border-radius: 999px;
    padding: 6px 10px;
  }

  .xl-page-footer {
    justify-content: flex-start;
    padding-right: 14px;
    padding-left: 14px;
  }

  .xl-page-footer span {
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .xl-hero h1 {
    font-size: 2.42rem;
  }

  .xl-about-card,
  .xl-contact-info-card,
  .xl-contact-form-card {
    padding: 22px;
  }

  .xl-contact-form input,
  .xl-contact-form select,
  .xl-contact-form textarea {
    padding: 12px;
  }
}
