.apple-cabin-article .brand-copy strong {
  color: #174a7e;
}

.apple-cabin-article .brand-copy small {
  color: #2f6fa5;
}

.apple-hero {
  height: clamp(590px, calc(100vh - 150px), 740px);
}

.apple-hero::after {
  background: linear-gradient(90deg, rgba(5, 28, 51, 0.96) 0%, rgba(8, 47, 82, 0.76) 48%, rgba(8, 47, 82, 0.16) 100%);
}

.apple-hero > img {
  object-position: center 51%;
}

.apple-hero h1 {
  max-width: 1000px;
}

.apple-proof-band {
  display: grid;
  width: min(100%, 1440px);
  margin: 0 auto;
  color: var(--white);
  background: #0d355b;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apple-proof-band > div {
  min-width: 0;
  padding: 30px 34px;
}

.apple-proof-band > div + div {
  border-left: 1px solid var(--dark-line);
}

.apple-proof-band strong,
.apple-proof-band span {
  display: block;
}

.apple-proof-band strong {
  color: #8fd3ff;
  font-size: 1rem;
}

.apple-proof-band span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  line-height: 1.55;
}

.apple-gallery-section {
  padding: 70px 0 92px;
}

.apple-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.75fr);
  grid-template-rows: repeat(2, 360px);
  gap: 12px;
}

.apple-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.apple-gallery-main {
  grid-row: 1 / -1;
}

.apple-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apple-gallery figure:nth-child(2) img {
  object-position: center 72%;
}

.apple-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 46px 18px 16px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(0deg, rgba(5, 26, 45, 0.94), rgba(5, 26, 45, 0));
  font-size: 0.7rem;
  line-height: 1.5;
}

.apple-gallery figcaption strong {
  color: var(--white);
}

.apple-use-grid h3 {
  margin-top: 24px;
  font-size: 1.2rem;
}

.apple-use-grid p {
  margin: 10px 0 0;
  font-size: 0.78rem;
}

.apple-photo-row .article-photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.apple-photo-row.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.apple-photo-row.reverse .article-photo img {
  aspect-ratio: 3 / 4;
}

.apple-interior-story {
  display: grid;
  min-height: 680px;
  color: var(--white);
  background: #102f4f;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.apple-interior-copy {
  display: flex;
  max-width: 620px;
  flex-direction: column;
  justify-content: center;
  padding: 78px 72px;
}

.apple-interior-copy h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.55rem);
}

.apple-interior-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.apple-interior-copy .button {
  align-self: flex-start;
  margin-top: 28px;
}

.apple-interior-pair {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.apple-interior-pair img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.apple-shipping-steps {
  display: grid;
  margin-top: 58px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apple-shipping-steps > div {
  min-width: 0;
  padding: 28px 24px 8px 0;
}

.apple-shipping-steps > div + div {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.apple-shipping-steps span,
.apple-shipping-steps strong {
  display: block;
}

.apple-shipping-steps span {
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 700;
}

.apple-shipping-steps strong {
  margin-top: 18px;
  color: var(--forest-deep);
}

.apple-shipping-steps p {
  margin: 8px 0 0;
  font-size: 0.74rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 700;
}

.text-link svg {
  width: 16px;
  height: 16px;
}

.apple-value-section {
  padding: 92px 0;
  color: var(--white);
  background: #0d355b;
}

.apple-value-section .article-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.apple-value-section .article-copy strong {
  color: #8fd3ff;
}

.buyer-checklist {
  display: grid;
  margin-top: 58px;
  border-top: 1px solid var(--dark-line);
  border-left: 1px solid var(--dark-line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.buyer-checklist > div {
  min-width: 0;
  padding: 26px;
  border-right: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
}

.buyer-checklist svg {
  width: 22px;
  height: 22px;
  color: #8fd3ff;
}

.buyer-checklist strong,
.buyer-checklist span {
  display: block;
}

.buyer-checklist strong {
  margin-top: 20px;
  color: var(--white);
}

.buyer-checklist span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

.apple-cabin-article .footer-brand .brand-copy strong {
  color: #8fd3ff;
}

@media (max-width: 900px) {
  .apple-proof-band,
  .buyer-checklist,
  .apple-shipping-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apple-proof-band > div:nth-child(3) {
    border-left: 0;
  }

  .apple-proof-band > div:nth-child(n + 3) {
    border-top: 1px solid var(--dark-line);
  }

  .apple-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 470px 340px;
  }

  .apple-gallery-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .apple-interior-story {
    grid-template-columns: 1fr;
  }

  .apple-interior-copy {
    max-width: none;
    padding: 64px 48px;
  }

  .apple-interior-pair img {
    min-height: 470px;
  }

  .apple-shipping-steps > div:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .apple-shipping-steps > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .apple-hero {
    height: min(720px, calc(100svh - 108px));
    min-height: 610px;
  }

  .apple-hero > img {
    object-position: center;
  }

  .apple-proof-band,
  .buyer-checklist,
  .apple-shipping-steps,
  .apple-gallery {
    grid-template-columns: 1fr;
  }

  .apple-proof-band > div {
    padding: 23px 24px;
  }

  .apple-proof-band > div + div,
  .apple-proof-band > div:nth-child(3) {
    border-top: 1px solid var(--dark-line);
    border-left: 0;
  }

  .apple-gallery-section {
    padding: 62px 0;
  }

  .apple-gallery {
    display: flex;
    flex-direction: column;
  }

  .apple-gallery figure,
  .apple-gallery-main {
    height: 360px;
  }

  .apple-gallery figure:nth-child(2) {
    height: 460px;
  }

  .apple-interior-copy {
    padding: 54px 24px;
  }

  .apple-interior-pair {
    grid-template-columns: 1fr;
  }

  .apple-interior-pair img {
    min-height: 0;
    height: 360px;
  }

  .apple-photo-row.reverse {
    grid-template-columns: 1fr;
  }

  .apple-shipping-steps > div,
  .apple-shipping-steps > div + div,
  .apple-shipping-steps > div:nth-child(3) {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .apple-value-section {
    padding: 64px 0;
  }
}
