/* Promotional products landing — design_handoff_promotional_landing.
   Width matches the site shell (1230 / 1200), not the handoff's 1440.
   Header, nav, superpowers hero, and footer are shared layout — not rebuilt here. */

.centercontent:has(.ln-page) {
  padding-top: 0;
  border-top: 2px solid #dfe4e8;
  overflow-x: hidden;
}

.centercontent .container.design-print:has(.ln-page) {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.centercontent .container:has(.ln-page) .leftdefaultimg,
.centercontent .container:has(.ln-page) .weareeverywhere {
  display: none !important;
}

.centercontent .container:has(.ln-page) .rightdefaultinfo {
  width: 100%;
  margin-left: 0;
}

.centercontent .container:has(.ln-page) > .breadcrumb {
  display: none;
}

.ln-page,
.ln-page *,
.ln-page *::before,
.ln-page *::after {
  box-sizing: border-box;
}

.ln-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 44px 0 56px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1d2429;
}

.ln-page a {
  color: #204e75;
  text-decoration: none;
}

.ln-page a:hover,
.ln-page a:focus {
  color: #163854;
}

.ln-page a:focus-visible,
.ln-page button:focus-visible,
.ln-page input:focus-visible,
.ln-page select:focus-visible,
.ln-page summary:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.ln-sr,
.ln-page .hc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ln-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a9199;
}

.ln-kicker .ln-tick {
  width: 22px;
  height: 3px;
  background: #c4470c;
}

.ln-kicker.is-green {
  color: #5f8020;
  letter-spacing: 0.14em;
}

.ln-kicker.is-green .ln-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7eb12c;
}

.ln-kicker.is-light {
  color: #8fc0e6;
  letter-spacing: 0.14em;
}

.ln-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.ln-head h1,
.ln-head h2,
.ln-mq-copy h2,
.ln-corp-copy h2,
.ln-faq h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #204e75;
  text-transform: none !important;
  letter-spacing: -0.015em;
}

.ln-head-aside {
  margin: 0;
  max-width: 280px;
  font-size: 13px;
  line-height: 1.45;
  color: #6a747d;
  text-align: right;
}

.ln-all {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Search */

.ln-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 0 0;
}

.ln-search .ln-kicker {
  justify-content: center;
}

.ln-search .ps-wrap {
  width: 100%;
  max-width: 940px;
}

.ln-search .ps-form {
  height: 58px;
  border: 1px solid #c9ced3;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 45, 72, 0.13);
}

.ln-search .ps-cat {
  width: 180px;
}

.ln-search .ps-cat-select {
  height: 56px;
  min-height: 56px;
  background: #f7f9fb;
  border: 0;
  border-right: 1px solid #c9ced3;
  font-size: 13px;
  font-weight: 700;
  color: #26313a;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2355606a' stroke-width='2.4'><path d='M5 8.5l7 7 7-7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 8px 28px 8px 14px;
}

.ln-search .ps-field {
  position: relative;
}

.ln-search .ps-input {
  height: 56px !important;
  min-height: 56px !important;
  padding: 8px 14px 8px 42px !important;
  border: 0 !important;
  background: #fff !important;
  font-size: 15px !important;
}

.ln-search .ps-field::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  z-index: 2;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238a9199' stroke-width='2'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.5-3.5'/></svg>") center / 18px 18px no-repeat;
}

.ln-search .ps-btn {
  height: 56px;
  min-height: 56px;
  padding: 0 22px;
  background: #c4470c;
  font-size: 12.5px;
  letter-spacing: 0.1em;
}

.ln-search .ps-btn:hover,
.ln-search .ps-btn:focus {
  background: #a13908;
}

.ln-search .ps-form:focus-within {
  border-color: #204e75;
}

.ln-search .ps-input:focus {
  box-shadow: none;
}

.ln-trends {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  max-width: 940px;
}

.ln-trends-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a9199;
}

.ln-trend {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #eef3f8;
  border: 1px solid #d7e0ea;
  color: #204e75 !important;
  font-size: 12.5px;
  font-weight: 700;
}

.ln-trend:hover,
.ln-trend:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff !important;
}

/* Full-bleed bands via ::before so the 1230 shell does not scroll sideways */

.ln-bleed {
  position: relative;
  padding: 54px 0;
}

.ln-bleed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  z-index: 0;
  pointer-events: none;
}

.ln-bleed-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.ln-mq::before {
  background: #f7f9fb;
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.ln-mq-copy {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 760px;
}

.ln-mq-copy h2 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ln-mq-copy h2 em {
  font-style: normal;
  color: #c4470c;
}

.ln-mq-copy p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #55606a;
}

.ln-mq-fade {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.ln-mq-fade + .ln-mq-fade {
  margin-top: 12px;
}

.ln-mq-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.ln-mq-set {
  display: flex;
  gap: 10px;
  padding-right: 10px;
}

.ln-mq-track.is-left {
  animation: ln-mqL 42s linear infinite;
}

.ln-mq-track.is-right {
  animation: ln-mqR 48s linear infinite;
}

.ln-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

a.ln-chip:hover,
a.ln-chip:focus {
  filter: brightness(0.93);
  text-decoration: none;
}

a.ln-chip.p0:hover, a.ln-chip.p0:focus { color: #204e75; }
a.ln-chip.p1:hover, a.ln-chip.p1:focus { color: #a13908; }
a.ln-chip.p2:hover, a.ln-chip.p2:focus { color: #4d6b17; }
a.ln-chip.p3:hover, a.ln-chip.p3:focus { color: #8a6410; }
a.ln-chip.p4:hover, a.ln-chip.p4:focus { color: #a5271a; }

.ln-mq-fade:hover .ln-mq-track {
  animation-play-state: paused;
}

.ln-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}

.ln-chip.p0 { background: #e5ecf3; color: #204e75; }
.ln-chip.p1 { background: #fbe6d8; color: #a13908; }
.ln-chip.p2 { background: #e8f1d8; color: #4d6b17; }
.ln-chip.p3 { background: #f7ecd0; color: #8a6410; }
.ln-chip.p4 { background: #fbe0dc; color: #a5271a; }

@keyframes ln-mqL {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes ln-mqR {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ln-mq-track.is-left,
  .ln-mq-track.is-right {
    animation: none;
    transform: none;
  }
}

/* Occasions — handoff: 4-col plates, occTints navy/orange/green/navy */

.ln-occ-sec {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ln-occ-sec .ln-head {
  gap: 20px;
  margin-bottom: 0;
}

.ln-occ-sec .ln-kicker {
  gap: 10px;
  margin: 0 0 9px;
  color: #c4470c;
}

.ln-occ-sec .ln-kicker .ln-tick {
  width: 26px;
  height: 3px;
  background: #c4470c;
}

.ln-occ-sec .ln-head h2 {
  letter-spacing: 0.01em;
}

.ln-occ-sec .ln-head-aside {
  max-width: none;
  font-size: 12.5px;
  line-height: 1.4;
}

.ln-occ-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ln-occ {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 18px;
  border: 1px solid #dfe4e8;
  border-left-width: 4px;
  background: #fff;
  min-height: 88px;
  text-decoration: none;
}

.ln-occ.is-navy { border-left-color: #204e75; }
.ln-occ.is-orange { border-left-color: #c4470c; }
.ln-occ.is-green { border-left-color: #5f8020; }
.ln-occ.is-gold { border-left-color: #8a6410; }

.ln-occ:hover,
.ln-occ:focus {
  background: #f7f9fb;
  border-color: #c9ced3;
  color: #204e75;
}

.ln-occ:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.ln-occ-ico {
  flex: none;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ln-occ-ico.is-navy { background: #eef3f8; color: #204e75; }
.ln-occ-ico.is-orange { background: #fbe6d8; color: #c4470c; }
.ln-occ-ico.is-green { background: #eef4e2; color: #5f8020; }
.ln-occ-ico.is-gold { background: #f7ecd0; color: #8a6410; }

.ln-occ-copy {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.ln-occ-copy strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #204e75;
}

.ln-occ-copy span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #6a747d;
  font-weight: 400;
}

.ln-occ-go {
  flex: none;
  margin-left: auto;
  color: #c9ced3;
}

/* Mosaic */

.ln-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 176px;
  grid-auto-flow: dense;
  gap: 14px;
}

.ln-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #dfe4e8;
  background: #eef0f2;
  color: #fff !important;
}

.ln-tile.is-big {
  grid-column: span 2;
  grid-row: span 2;
}

.ln-tile.is-wide {
  grid-column: span 2;
}

.ln-tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.ln-tile.is-empty .ln-tile-img {
  display: none;
}

.ln-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 41, 63, 0.08) 28%, rgba(16, 41, 63, 0.82) 100%);
  z-index: 1;
}

.ln-tile-tick {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 22px;
  height: 3px;
  z-index: 2;
}

.ln-tile-tick.is-orange { background: #c4470c; }
.ln-tile-tick.is-navy { background: #204e75; }
.ln-tile-tick.is-green { background: #7eb12c; }

.ln-tile-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.ln-tile-copy strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.ln-tile.is-big .ln-tile-copy strong {
  font-size: 21px;
}

.ln-tile-copy span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #cfe0f0;
}

.ln-tile-go {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #204e75;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ln-tile:hover,
.ln-tile:focus {
  border-color: #204e75;
  color: #fff !important;
}

.ln-tile:hover .ln-tile-img,
.ln-tile:focus .ln-tile-img {
  transform: scale(1.06);
}

.ln-tile:hover .ln-tile-go,
.ln-tile:focus .ln-tile-go {
  opacity: 1;
  transform: translateX(0);
}

/* Corporate */

.ln-corp {
  padding: 52px 0 0;
  overflow: visible;
}

.ln-corp::before {
  background: radial-gradient(1200px 420px at 18% 110%, #2f6293 0%, #204e75 42%, #163a57 100%);
  border-top: 1px solid #163a57;
  border-bottom: 1px solid #163a57;
}

.ln-corp-mark {
  position: absolute;
  bottom: 0;
  z-index: 0;
  color: #fff;
  opacity: 0.06;
  pointer-events: none;
}

.ln-corp-mark.is-tote {
  left: -70px;
  width: 300px;
  height: 300px;
}

.ln-corp-mark.is-gift {
  left: 208px;
  width: 190px;
  height: 190px;
}

.ln-corp-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 24px;
  align-items: end;
}

.ln-corp-copy {
  padding: 0 0 52px;
}

.ln-corp-copy h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin: 8px 0 12px;
}

.ln-corp-copy > p {
  margin: 0 0 22px;
  max-width: 640px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #cfdceb;
}

.ln-corp-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 22px;
}

.ln-corp-feat {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 12px 12px 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ln-corp-feat span {
  flex: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ln-corp-feat strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
}

.ln-corp-feat em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 12px;
  color: #a9c2dc;
}

.ln-corp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c4470c;
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 20px;
}

.ln-corp-cta:hover,
.ln-corp-cta:focus {
  background: #a13908;
  color: #fff !important;
}

.ln-corp-photo {
  position: relative;
  align-self: end;
  width: 250px;
  min-height: 288px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ln-corp-photo img {
  display: block;
  width: 250px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: 0;
}

.ln-corp-card {
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #fff;
  border-left: 4px solid #c4470c;
  padding: 10px 14px;
  box-shadow: 0 10px 24px rgba(16, 41, 63, 0.18);
  min-width: 188px;
}

.ln-corp-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1d2429;
}

.ln-corp-card span {
  display: block;
  font-size: 11.5px;
  color: #55606a;
}

.ln-corp-card em {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-style: normal;
  font-size: 11.5px;
  font-weight: 700;
  color: #4d6b17;
}

.ln-corp-card em i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7eb12c;
}

/* FAQ */

.ln-faq {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.ln-faq .ln-kicker {
  justify-content: center;
}

.ln-faq h2 {
  margin-bottom: 22px;
}

.ln-faq-list {
  text-align: left;
}

.ln-faq-item {
  border: 1px solid #e6e9ec;
  margin: 0 0 8px;
  background: #fff;
}

.ln-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  background: #f7f9fb;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #204e75;
  text-align: left;
  cursor: pointer;
}

.ln-faq-q:hover,
.ln-faq-q:focus {
  background: #eef3f8;
  outline: none;
}

.ln-faq-q:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.ln-faq-chevron {
  flex: none;
  width: 16px;
  height: 16px;
  stroke: #204e75;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.ln-faq-item.is-open .ln-faq-chevron {
  transform: rotate(90deg);
}

.ln-faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.ln-faq-a-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 16px;
}

.ln-faq-a-inner p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #55606a;
}

.ln-faq-item.is-open .ln-faq-a {
  grid-template-rows: 1fr;
}

.ln-faq-item.is-open .ln-faq-a-inner {
  padding-top: 4px;
  padding-bottom: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .ln-faq-a,
  .ln-faq-chevron {
    transition: none;
  }
}

.ln-faq-more {
  margin: 18px 0 0;
  font-size: 13.5px;
  color: #55606a;
}

.ln-page form#product-form {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

@media (max-width: 1023px) {
  .ln-page {
    padding: 28px 0 40px;
    gap: 36px;
  }

  .ln-mq-copy h2 {
    font-size: 30px;
  }

  .ln-occ-grid,
  .ln-corp-feats {
    grid-template-columns: 1fr 1fr;
  }

  .ln-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }

  .ln-corp-grid {
    grid-template-columns: 1fr;
  }

  .ln-corp-photo {
    margin: 0 auto;
  }

  .ln-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ln-head-aside {
    text-align: left;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .ln-search .ps-form {
    flex-wrap: wrap;
    height: auto;
  }

  .ln-search .ps-cat,
  .ln-search .ps-field,
  .ln-search .ps-btn {
    width: 100%;
  }

  .ln-search .ps-cat-select,
  .ln-search .ps-input,
  .ln-search .ps-btn {
    height: 48px;
    min-height: 48px;
  }

  .ln-occ-grid,
  .ln-corp-feats,
  .ln-mosaic {
    grid-template-columns: 1fr;
  }

  .ln-tile.is-big,
  .ln-tile.is-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .ln-tile.is-big .ln-tile-copy strong {
    font-size: 16px;
  }

  .ln-corp-mark {
    display: none;
  }
}
