/* iOutlet Back to School, live catalogue landing */

body.page-id-209232 .site-content,
body.page-id-209232 .site-content .col-full,
body.page-id-209232 .content-area,
body.page-id-209232 .site-main,
body.page-id-209232 article,
body.page-id-209232 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.page-id-209232 .entry-header { display: none; }

.io-bts {
  width: 100%;
  overflow: clip;
  background: #fff;
  color: var(--io-near-black, #1d1d1f);
  font-family: var(--font-text, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}
.io-bts * { box-sizing: border-box; }

.io-bts-hero {
  min-height: 660px;
  display: flex;
  align-items: stretch;
  background: #050b14;
  color: #fff;
}
.io-bts-hero-inner {
  width: 100%;
  max-width: 1440px;
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, .9fr);
}
.io-bts-hero-copy {
  z-index: 2;
  align-self: center;
  max-width: 760px;
  padding: 84px 32px 84px max(48px, 7vw);
}
.io-bts-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0 0 26px;
  padding: 6px 14px;
  border: 1px solid rgba(41,151,255,.45);
  border-radius: 980px;
  color: #62adff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
}
.site .io-bts-hero h1 {
  max-width: 12ch;
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--font-display, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(50px, 6vw, 82px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
}
.io-bts-hero-subtitle {
  max-width: 58ch;
  margin: 0 0 34px;
  color: #becbdd;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
}
.io-bts-primary-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid #0071e3;
  border-radius: 980px;
  background: #0071e3;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, transform .2s cubic-bezier(.2,0,0,1);
}
.io-bts-primary-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.io-bts-primary-button:hover {
  border-color: #1787f8;
  background: #1787f8;
  color: #fff !important;
  transform: translateY(-2px);
}
.io-bts-primary-button:focus-visible,
.io-bts a:focus-visible {
  outline: 3px solid #2997ff;
  outline-offset: 4px;
}

.io-bts-hero-products {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #0b2139;
}
.io-bts-orbit {
  position: absolute;
  width: 560px;
  height: 560px;
  top: 55px;
  left: 50%;
  border-radius: 50%;
  background: #123d67;
  transform: translateX(-50%);
}
.io-bts-hero-device {
  position: absolute;
  display: block;
  filter: drop-shadow(20px 26px 30px rgba(0,0,0,.32));
}
.io-bts-hero-device img { display: block; width: 100%; height: auto; }
.io-bts-hero-mac {
  z-index: 2;
  width: min(560px, 86%);
  top: 170px;
  left: 50%;
  transform: translateX(-48%) rotate(-2deg);
}
.io-bts-hero-ipad {
  z-index: 3;
  width: 190px;
  bottom: 30px;
  left: 5%;
  transform: rotate(6deg);
}
.io-bts-hero-phone {
  z-index: 4;
  width: 132px;
  right: 5%;
  bottom: 28px;
  transform: rotate(5deg);
}

.io-bts-trust { background: #fff; border-bottom: 1px solid #e7e7ea; }
.io-bts-trust-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.io-bts-trust-item {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 18px;
  color: #343437;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.io-bts-trust-item + .io-bts-trust-item { border-left: 1px solid #e7e7ea; }
.io-bts-trust-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: #0071e3;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.io-bts-jump-nav {
  position: sticky;
  z-index: 9;
  top: 48px;
  overflow-x: auto;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #e7e7ea;
  backdrop-filter: saturate(160%) blur(16px);
  scrollbar-width: none;
}
.io-bts-jump-nav::-webkit-scrollbar { display: none; }
.io-bts-jump-inner {
  min-width: max-content;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
}
.io-bts-jump-inner a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 980px;
  color: #343437;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.io-bts-jump-inner a:hover { background: #f0f4f8; color: #0066cc; }

.io-bts-catalog { background: #f5f5f7; }
.io-bts-catalog-intro {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 24px 58px;
  text-align: center;
}
.io-bts-catalog-intro > p,
.io-bts-guide-heading > p {
  margin: 0 0 12px;
  color: #0066cc;
  font-size: 13px;
  font-weight: 600;
}
.site .io-bts-catalog-intro h2 {
  max-width: 16ch;
  margin: 0 auto 18px;
  color: #1d1d1f;
  font-family: var(--font-display, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.02;
  text-wrap: balance;
}
.io-bts-catalog-intro > span {
  display: block;
  max-width: 62ch;
  margin: 0 auto;
  color: #5e5e63;
  font-size: 17px;
  line-height: 1.55;
}

.io-bts-shelf { scroll-margin-top: 120px; }
.io-bts-shelf:nth-of-type(odd) { background: #fff; }
.io-bts-shelf-inner { max-width: 1240px; margin: 0 auto; padding: 80px 24px 88px; }
.io-bts-shelf-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.io-bts-shelf-heading > div { max-width: 720px; }
.site .io-bts-shelf-heading h2 {
  margin: 0 0 10px;
  color: #1d1d1f;
  font-family: var(--font-display, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(30px, 3.3vw, 46px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.06;
  text-wrap: balance;
}
.io-bts-shelf-heading p {
  max-width: 65ch;
  margin: 0;
  color: #5e5e63;
  font-size: 16px;
  line-height: 1.55;
}
.io-bts-shelf-heading > a {
  min-height: 44px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0066cc;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}
.io-bts-shelf-heading > a:hover { color: #004f9e; }

.io-bts-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.io-bts-product-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #fff;
  color: #1d1d1f !important;
  text-decoration: none !important;
  transition: transform .35s cubic-bezier(.2,0,0,1), box-shadow .35s ease;
}
.io-bts-shelf:nth-of-type(odd) .io-bts-product-card { background: #f5f5f7; }
.io-bts-product-card:hover {
  color: #1d1d1f !important;
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0,0,0,.12);
}
.io-bts-product-image {
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f2;
}
.io-bts-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .45s cubic-bezier(.2,0,0,1);
}
.io-bts-product-card:hover .io-bts-product-image img { transform: scale(1.035); }
.io-bts-product-info {
  min-height: 164px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.io-bts-product-info > strong {
  min-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.io-bts-product-price {
  margin-top: 14px;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.io-bts-product-price small { color: #77777c; font-size: 11px; font-weight: 500; }
.io-bts-product-price del { color: #77777c; font-size: 13px; font-weight: 500; }
.io-bts-product-price ins { text-decoration: none; }
.io-bts-product-link {
  margin-top: auto;
  padding-top: 16px;
  color: #0066cc;
  font-size: 13px;
  font-weight: 600;
}
.io-bts-empty {
  margin: 0;
  padding: 36px;
  border-radius: 14px;
  background: #fff;
  color: #5e5e63;
  text-align: center;
}

.io-bts-guide { background: #0b2139; color: #fff; }
.io-bts-guide-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 80px;
  padding: 100px 24px;
}
.site .io-bts-guide-heading h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-display, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.03;
}
.io-bts-guide-points { display: grid; align-content: center; }
.io-bts-guide-points > div { padding: 24px 0; }
.io-bts-guide-points > div + div { border-top: 1px solid rgba(255,255,255,.16); }
.site .io-bts-guide-points h3 { margin: 0 0 8px; color: #fff; font-size: 19px; font-weight: 600; }
.io-bts-guide-points p { max-width: 62ch; margin: 0; color: #b9cade; font-size: 15px; line-height: 1.6; }

.io-bts-final-cta { padding: 104px 24px; background: #fff; text-align: center; }
.site .io-bts-final-cta h2 {
  max-width: 18ch;
  margin: 0 auto 16px;
  color: #1d1d1f;
  font-family: var(--font-display, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.04;
}
.io-bts-final-cta p { max-width: 62ch; margin: 0 auto 30px; color: #5e5e63; font-size: 17px; line-height: 1.55; }

@media (max-width: 980px) {
  .io-bts-hero-inner { grid-template-columns: 1fr; }
  .io-bts-hero-copy { max-width: none; padding: 80px 40px 54px; text-align: center; }
  .site .io-bts-hero h1 { max-width: 13ch; margin-right: auto; margin-left: auto; }
  .io-bts-hero-subtitle { margin-right: auto; margin-left: auto; }
  .io-bts-hero-products { min-height: 500px; }
  .io-bts-orbit { width: 430px; height: 430px; top: 22px; }
  .io-bts-hero-mac { width: min(500px, 70%); top: 92px; }
  .io-bts-hero-ipad { width: 155px; left: 14%; }
  .io-bts-hero-phone { width: 108px; right: 14%; }
  .io-bts-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .io-bts-product-card:nth-child(n+7) { display: none; }
  .io-bts-guide-inner { grid-template-columns: 1fr; gap: 36px; }
  .site .io-bts-guide-heading h2 { max-width: 17ch; }
}

@media (max-width: 700px) {
  .io-bts-hero-copy { padding: 66px 22px 42px; }
  .site .io-bts-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .io-bts-hero-products { min-height: 360px; }
  .io-bts-orbit { width: 310px; height: 310px; top: 10px; }
  .io-bts-hero-mac { width: min(360px, 78%); top: 62px; }
  .io-bts-hero-ipad { width: 112px; left: 8%; bottom: 18px; }
  .io-bts-hero-phone { width: 78px; right: 8%; bottom: 16px; }
  .io-bts-trust-inner { grid-template-columns: repeat(2, 1fr); }
  .io-bts-trust-item { min-height: 82px; padding: 14px 10px; font-size: 12px; }
  .io-bts-trust-item:nth-child(3) { border-left: none; }
  .io-bts-trust-item:nth-child(n+3) { border-top: 1px solid #e7e7ea; }
  .io-bts-jump-inner { justify-content: flex-start; }
  .io-bts-catalog-intro { padding: 72px 20px 42px; }
  .site .io-bts-catalog-intro h2 { font-size: clamp(36px, 11vw, 48px); }
  .io-bts-shelf-inner { padding: 58px 16px 68px; }
  .io-bts-shelf-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 26px; }
  .site .io-bts-shelf-heading h2 { font-size: 32px; }
  .io-bts-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .io-bts-product-card:nth-child(n+7) { display: flex; }
  .io-bts-product-info { min-height: 144px; padding: 14px; }
  .io-bts-product-info > strong { min-height: 40px; font-size: 13px; }
  .io-bts-product-price { margin-top: 10px; font-size: 16px; }
  .io-bts-product-link { padding-top: 12px; font-size: 12px; }
  .io-bts-guide-inner { padding: 74px 22px; }
  .site .io-bts-guide-heading h2 { font-size: 38px; }
  .io-bts-final-cta { padding: 80px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .io-bts *, .io-bts *::before, .io-bts *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
