:root {
  --psmqy-black: #272623;
  --psmqy-red: #e9453a;
  --psmqy-orange: #ff7144;
  --psmqy-gray: #e8e8e8;
  --psmqy-white: #ffffff;
}

/* Re-point the headline font off the captured "INTLHeadline" (a unicase display face that draws
   E/I/S/A as lowercase-style glyphs) onto the clean INTLText family, which renders proper caps.
   site.css loads after the captured CSS, so these @font-face rules override the originals. */
@font-face { font-family: "INTLHeadline"; src: url(/fonts-x/INTLText-Light-woff2.woff2) format("woff2"), url(/fonts-x/INTLText-Light-woff.woff) format("woff"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "INTLHeadline"; src: url(/fonts-x/INTLText-Regular-woff2.woff2) format("woff2"), url(/fonts-x/INTLText-Regular-woff.woff) format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "INTLHeadline"; src: url(/fonts-x/INTLText-Medium-woff2.woff2) format("woff2"), url(/fonts-x/INTLText-Medium-woff.woff) format("woff"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "INTLHeadline"; src: url(/fonts-x/INTLText-Bold-woff2.woff2) format("woff2"), url(/fonts-x/INTLText-Bold-woff.woff) format("woff"); font-weight: 700; font-style: normal; font-display: swap; }

body {
  background: #fff;
  color: #000;
  font-family: INTLText, Arial, sans-serif;
}

body * {
  letter-spacing: 0;
}

.psmqy-faithful-body {
  min-height: 100vh;
}

.psmqy-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 24px 32px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.psmqy-logo,
.psmqy-nav,
.psmqy-menu-button,
.psmqy-mobile-panel {
  pointer-events: auto;
}

.psmqy-logo {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 14px;
  min-height: 44px;
  text-decoration: none;
}

.psmqy-logo:hover {
  color: #fff;
}

.psmqy-logo-mark {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20 1.5 L36.5 11 V29 L20 38.5 L3.5 29 V11 Z' fill='%23ff7144'/><path d='M10.5 26.5 L20 13.8 L29.5 26.5' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  display: inline-block;
  flex: 0 0 40px;
  height: 40px;
  width: 40px;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.4));
}

.psmqy-logo-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: INTLHeadline, sans-serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 0.95;
  text-transform: uppercase;
}

.psmqy-logo-text strong {
  color: #fff;
  display: block;
  font-size: 0.68em;
  font-weight: 300;
}

.psmqy-nav {
  align-items: center;
  background: var(--psmqy-black);
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
  display: flex;
  gap: 0;
  min-height: 40px;
  padding: 0 14px;
}

.psmqy-nav a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: INTLText, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  min-height: 40px;
  padding: 0 13px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.psmqy-nav a:hover {
  color: var(--psmqy-orange);
}

.psmqy-search {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round'><circle cx='10.5' cy='10.5' r='6.6'/><line x1='15.6' y1='15.6' x2='20.5' y2='20.5'/></svg>") center / 19px no-repeat;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  height: 26px;
  margin-left: 10px;
  opacity: 0.88;
  padding: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
  width: 40px;
}

.psmqy-search:hover,
.psmqy-search:focus-visible {
  opacity: 1;
  transform: scale(1.12);
  outline: none;
}

.psmqy-menu-button {
  align-items: center;
  background: var(--psmqy-black);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
  display: none;
  flex-direction: column;
  gap: 6px;
  height: 52px;
  justify-content: center;
  padding: 0;
  width: 52px;
}

.psmqy-menu-button span {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 2.5px;
  width: 24px;
}

.psmqy-menu-button::before {
  background: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2.5px;
  order: -1;
  width: 24px;
}

/* compact circular search button for mobile (injected by site.js) */
.psmqy-search-mobile {
  align-items: center;
  background: var(--psmqy-black);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  display: none;
  height: 52px;
  justify-content: center;
  margin-right: 10px;
  width: 52px;
}

.psmqy-search-mobile svg {
  height: 22px;
  width: 22px;
}

.psmqy-mobile-panel[hidden] {
  display: none;
}

.psmqy-mobile-panel {
  background: var(--psmqy-black);
  border-radius: 6px;
  display: grid;
  gap: 0;
  padding: 12px;
  position: absolute;
  right: 36px;
  top: 94px;
  width: min(310px, calc(100vw - 72px));
}

.psmqy-mobile-panel a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 10px;
  text-transform: uppercase;
}

.component.main-hero {
  margin: 0;
}

.psmqy-hero {
  background: #000;
  isolation: isolate;
  min-height: min(760px, 72vw);
  overflow: hidden;
  position: relative;
}

.psmqy-hero.aspect16x9 {
  min-height: min(680px, 62vw);
}

.psmqy-hero > picture,
.psmqy-hero .video-wrapper {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.psmqy-hero > picture::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.22) 43%, rgba(0, 0, 0, 0.08));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.psmqy-hero img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.psmqy-hero .hero-headline {
  bottom: auto;
  left: 32px;
  max-width: 720px;
  position: absolute;
  top: clamp(210px, 25vw, 320px);
  z-index: 3;
}

.psmqy-hero .hero-headline h1,
.psmqy-hero .hero-headline h2 {
  color: #fff;
  font-family: INTLHeadline, sans-serif;
  font-size: clamp(4.8rem, 6.2vw, 8.8rem);
  font-weight: 500;
  line-height: 0.98;
  margin: 0;
  max-width: 780px;
  text-transform: uppercase;
}

.psmqy-hero .hero-headline .h2-light {
  display: block;
  font-weight: 300;
}

.psmqy-eyebrow {
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.86;
}

.psmqy-hero .hero-caption {
  bottom: clamp(34px, 7vw, 92px);
  left: 32px;
  max-width: 440px;
  position: absolute;
  z-index: 3;
}

.psmqy-hero .hero-caption p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.35;
  margin-bottom: 28px;
}

.link-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-family: INTLText, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  min-width: 154px;
  padding: 14px 24px;
  text-transform: uppercase;
}

.btn.btn-primary {
  background: var(--psmqy-black);
  color: #fff;
}

.btn.btn-primary.on-dark {
  background: #fff;
  color: #000;
}

.btn.btn-secondary {
  background: #fff;
  border: 1px solid #5f5e5b;
  color: #000;
}

.btn.btn-secondary.on-dark {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn:hover {
  background: var(--psmqy-orange) !important;
  color: #000 !important;
}

.section-container {
  background: #fff;
}

.section-container .component-content.container {
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
}

.title-block .light {
  padding: clamp(72px, 9vw, 118px) 0 clamp(58px, 8vw, 96px);
  text-align: center;
}

.title-block .dark-block {
  padding-left: 32px;
  padding-right: 32px;
}

.background-asphalt,
.background-asphalt .dark-block {
  background: var(--psmqy-black);
}

.title-block .highlight-large {
  color: #000;
  font-family: INTLHeadline, sans-serif;
  font-size: clamp(3.8rem, 5vw, 5.8rem);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 auto 26px;
  max-width: 960px;
  text-transform: uppercase;
}

.background-asphalt .highlight-large,
.background-asphalt p {
  color: #fff;
}

.title-block p {
  font-size: 1.9rem;
  line-height: 1.42;
  margin: 0 auto 30px;
  max-width: 840px;
}

.psmqy-card-grid {
  display: grid !important;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 24px 0 clamp(70px, 8vw, 110px);
  transform: none !important;
}

.psmqy-card-grid.vertical-card-row-two-across {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.psmqy-card-grid .promo-list-card {
  background: #fff;
  border: 1px solid #d8d7d4;
  color: #000;
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  min-height: 100%;
  overflow: hidden;
  position: relative !important;
  text-decoration: none;
  transform: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
  width: auto !important;
}

.psmqy-card-grid .promo-list-card:hover {
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
  color: #000;
  transform: translateY(-4px) !important;
}

.promo-image {
  background: #ddd;
  display: block;
  overflow: hidden;
}

.promo-image img {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.promo-category,
.promo-title,
.promo-description,
.promo-link {
  margin-left: 28px;
  margin-right: 28px;
}

.promo-category {
  color: #5f5e5b;
  margin-top: 26px;
}

.promo-title {
  font-family: INTLHeadline, sans-serif;
  font-size: clamp(2.4rem, 2.5vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
}

.promo-description {
  color: #30312e;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 18px;
}

.promo-link {
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-bottom: 28px;
  margin-top: 28px;
  padding-bottom: 3px;
  width: fit-content;
}

.psmqy-split {
  padding: clamp(70px, 8vw, 112px) 0;
}

.psmqy-split .row {
  align-items: center;
}

.psmqy-reverse .row {
  flex-direction: row-reverse;
}

.psmqy-split-media img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  width: 100%;
}

.psmqy-split-copy {
  padding: clamp(34px, 5vw, 72px);
}

.psmqy-split-copy h2,
.psmqy-detail h2 {
  font-family: INTLHeadline, sans-serif;
  font-size: clamp(3.6rem, 4.5vw, 5.8rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.psmqy-split-copy p,
.psmqy-detail p {
  color: #30312e;
  font-size: 1.8rem;
  line-height: 1.45;
  margin-bottom: 22px;
}

.list-column-check {
  margin: 28px 0;
  padding: 0;
}

.list-column-check li {
  background: none;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.35;
  list-style: none;
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative;
}

.list-column-check li::before {
  background: var(--psmqy-red);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 12px;
}

.psmqy-detail {
  padding: clamp(72px, 9vw, 124px) 0;
}

.psmqy-detail article {
  padding-right: clamp(24px, 4vw, 80px);
}

.psmqy-detail .detail-regular,
.psmqy-split .detail-regular {
  color: #5f5e5b;
  font-weight: 500;
  margin-bottom: 18px;
}

.psmqy-detail-side {
  background: var(--psmqy-black);
  color: #fff;
  margin-top: 8px;
  padding: 30px;
}

.psmqy-detail-side h3 {
  color: #fff;
  font-family: INTLHeadline, sans-serif;
  font-size: 2.8rem;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.psmqy-detail-side a:not(.btn) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: block;
  font-size: 1.5rem;
  padding: 14px 0;
  text-transform: uppercase;
}

.psmqy-detail-side .btn {
  margin-top: 24px;
  width: 100%;
}

.psmqy-footer {
  background: var(--psmqy-black);
  color: #fff;
  padding: clamp(54px, 7vw, 90px) 32px 34px;
}

.psmqy-footer .component-content.row {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1360px;
}

.psmqy-footer a {
  color: #fff;
  text-decoration: none;
}

.psmqy-footer a:hover {
  color: var(--psmqy-orange);
}

.psmqy-footer .h3 {
  font-family: INTLHeadline, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.psmqy-footer .list-item {
  margin-bottom: 9px;
}

.psmqy-footer .list-item a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.4rem;
  line-height: 1.25;
}

.psmqy-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 42px auto 0;
  max-width: 1360px;
  padding-top: 28px;
}

.psmqy-footer-bottom .psmqy-logo {
  min-height: 38px;
}

.psmqy-footer-bottom .psmqy-logo-mark {
  height: 30px;
  width: 30px;
}

.psmqy-footer-bottom .psmqy-logo-text {
  font-size: 2rem;
}

.psmqy-footer-bottom p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.4rem;
  margin: 0;
  max-width: 520px;
  text-align: right;
}

.privacy-warning,
[class*="QSI"],
[id*="QSI"],
[class*="qualtrics" i],
[id*="qualtrics" i] {
  display: none !important;
}

@media (max-width: 1055.98px) {
  .psmqy-header {
    align-items: flex-start;
    padding: 38px 36px;
  }

  .psmqy-nav {
    display: none;
  }

  .psmqy-menu-button {
    display: flex;
  }

  .psmqy-search-mobile {
    display: flex;
  }

  .psmqy-logo-text {
    display: none;
  }

  .psmqy-logo-mark {
    height: 52px;
    width: 52px;
  }

  .psmqy-hero {
    min-height: 1000px;
  }

  .psmqy-hero.aspect16x9 {
    min-height: 820px;
  }

  .psmqy-hero > picture::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.36));
  }

  .psmqy-hero .hero-headline {
    left: 36px !important;
    right: 36px !important;
    top: auto;
    bottom: 260px;
    width: calc(100vw - 72px) !important;
  }

  .psmqy-hero .hero-headline h1,
  .psmqy-hero .hero-headline h2 {
    font-size: clamp(3.8rem, 9.5vw, 4.6rem) !important;
    max-width: calc(100vw - 72px) !important;
    overflow-wrap: normal;
    white-space: normal;
  }

  .psmqy-hero .hero-caption {
    bottom: 54px;
    left: 36px;
    right: 36px;
  }

  .psmqy-card-grid,
  .psmqy-card-grid.vertical-card-row-two-across {
    grid-template-columns: 1fr;
  }

  .psmqy-footer .component-content.row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 671.98px) {
  .psmqy-header {
    padding: 28px 18px;
  }

  .psmqy-logo-mark {
    height: 38px;
    width: 38px;
  }

  .psmqy-menu-button,
  .psmqy-search-mobile {
    height: 48px;
    width: 48px;
  }

  .psmqy-mobile-panel {
    right: 18px;
    top: 86px;
    width: calc(100vw - 36px);
  }

  .psmqy-hero {
    min-height: 760px;
  }

  .psmqy-hero.aspect16x9 {
    min-height: 720px;
  }

  .psmqy-hero .hero-headline {
    bottom: 286px;
    left: 28px !important;
    right: 28px !important;
    width: calc(100vw - 56px) !important;
  }

  .psmqy-hero .hero-headline h1,
  .psmqy-hero .hero-headline h2 {
    font-size: clamp(3.4rem, 9vw, 4.2rem) !important;
    max-width: calc(100vw - 56px) !important;
  }

  .psmqy-hero .hero-caption {
    bottom: 34px;
    left: 22px;
    right: 22px;
  }

  .psmqy-hero .hero-caption p {
    font-size: 1.6rem;
  }

  .btn {
    min-width: 100%;
  }

  .section-container .component-content.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-block .highlight-large {
    font-size: 3.4rem;
  }

  .psmqy-split-copy {
    padding: 34px 0 0;
  }

  .psmqy-detail article {
    padding-right: 0;
  }

  .psmqy-footer .component-content.row {
    grid-template-columns: 1fr;
  }

  .psmqy-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .psmqy-footer-bottom p {
    text-align: left;
  }
}

/* ===== functional search overlay ===== */
.psmqy-search-overlay {
  align-items: flex-start;
  background: rgba(16, 17, 20, 0.86);
  backdrop-filter: blur(6px);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 12vh 20px 20px;
  position: fixed;
  transition: opacity 0.18s ease;
  visibility: hidden;
  z-index: 2000;
}

.psmqy-search-overlay.open {
  opacity: 1;
  visibility: visible;
}

.psmqy-search-box {
  background: #1c1e22;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  max-height: 72vh;
  overflow: hidden;
  transform: translateY(-12px);
  transition: transform 0.18s ease;
  width: min(680px, 100%);
}

.psmqy-search-overlay.open .psmqy-search-box {
  transform: translateY(0);
}

.psmqy-search-field {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  gap: 12px;
  padding: 18px 22px;
}

.psmqy-search-field svg {
  flex: 0 0 22px;
  height: 22px;
  opacity: 0.6;
  width: 22px;
}

.psmqy-search-input {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1;
  font-family: INTLText, sans-serif;
  font-size: 1.9rem;
  outline: none;
}

.psmqy-search-input::placeholder {
  color: #82817d;
}

.psmqy-search-hint {
  color: #6f6e6b;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.psmqy-search-results {
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 8px;
}

.psmqy-search-results li a {
  border-radius: 9px;
  color: #fff;
  display: block;
  padding: 13px 16px;
  text-decoration: none;
}

.psmqy-search-results li a:hover,
.psmqy-search-results li a.active {
  background: rgba(255, 113, 68, 0.14);
}

.psmqy-search-results .r-tax {
  color: var(--psmqy-orange);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.psmqy-search-results .r-title {
  font-family: INTLHeadline, sans-serif;
  font-size: 1.7rem;
  margin: 3px 0 2px;
}

.psmqy-search-results .r-desc {
  color: #b3b2af;
  font-size: 1.3rem;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.psmqy-search-empty {
  color: #82817d;
  font-size: 1.5rem;
  padding: 30px 22px;
  text-align: center;
}

/* ===== breadcrumbs ===== */
.psmqy-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #ececea;
}
.psmqy-breadcrumb .component-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: INTLText, sans-serif;
  font-size: 1.3rem;
  gap: 9px;
  padding: 16px 0;
}
.psmqy-breadcrumb a {
  color: #6f6e6b;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.psmqy-breadcrumb a:hover {
  color: var(--psmqy-orange);
}
.psmqy-bc-sep {
  color: #c9c8c5;
}
.psmqy-bc-current {
  color: #272623;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ===== SEO footer brand + NAP block ===== */
.psmqy-footer-brand {
  background: var(--psmqy-black);
  padding: 40px 0 4px;
}
.psmqy-footer-brandrow {
  align-items: center;
  display: flex;
  gap: 13px;
  margin-bottom: 14px;
}
.psmqy-footer-brandrow .psmqy-logo-mark {
  flex: 0 0 34px;
  height: 34px;
  width: 34px;
}
.psmqy-footer-brandname {
  color: #fff;
  font-family: INTLHeadline, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.psmqy-footer-tagline {
  color: #bab9b5;
  font-size: 1.45rem;
  line-height: 1.6;
  margin: 0 0 14px;
  max-width: 780px;
}
.psmqy-footer-contact {
  align-items: center;
  color: #bab9b5;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.35rem;
  gap: 10px;
  margin: 0;
}
.psmqy-footer-contact a {
  color: #fff;
  text-decoration: none;
}
.psmqy-footer-contact a:hover {
  color: var(--psmqy-orange);
}
.psmqy-fc-dot {
  color: #5f5e5b;
}
