/* =========================================================
   Homepage product spotlights
   ========================================================= */
.pbt-home-page .home-product-feature {
  --home-feature-ink: #42332a;
  --home-feature-copy: rgba(66, 51, 42, 0.72);
  --home-feature-muted: rgba(66, 51, 42, 0.62);
  --home-feature-rule: rgba(66, 51, 42, 0.16);
  --home-feature-accent: #8b715c;
  --home-feature-padding: clamp(64px, 6vw, 104px);
  background: #f6f0e7;
  color: var(--home-feature-ink);
  font-family: var(--pbt-font-family);
  overflow: clip;
  padding-block: var(--home-feature-padding);
}

.pbt-home-page .home-product-feature,
.pbt-home-page .home-product-feature *,
.pbt-home-page .home-product-feature *::before,
.pbt-home-page .home-product-feature *::after {
  box-sizing: border-box;
}

.pbt-home-page .home-product-feature__inner {
  align-content: center;
  align-items: start;
  column-gap: clamp(36px, 5vw, 84px);
  display: grid;
  grid-template-areas:
    "eyebrow media"
    "title media"
    "copy media"
    "details media"
    "actions media";
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  min-width: 0;
}

.pbt-home-page .home-product-feature__eyebrow,
.pbt-home-page .home-product-feature__title,
.pbt-home-page .home-product-feature__copy,
.pbt-home-page .home-product-feature__details,
.pbt-home-page .home-product-feature__actions,
.pbt-home-page .home-product-feature__gallery,
.pbt-home-page .home-product-feature__media {
  min-width: 0;
  width: 100%;
}

.pbt-home-page .home-product-feature__eyebrow {
  color: var(--home-feature-accent);
  font-family: var(--pbt-font-family);
  font-size: clamp(12px, 0.78vw, 14px);
  font-weight: 500;
  grid-area: eyebrow;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 0 0 clamp(20px, 1.5vw, 26px);
  text-align: start;
  text-transform: uppercase;
}

.pbt-home-page .home-product-feature__title {
  color: var(--home-feature-ink);
  font-family: var(--pbt-font-family);
  font-size: clamp(46px, 3.35vw, 64px);
  font-weight: 500;
  grid-area: title;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0;
  text-align: start;
  text-transform: none;
  text-wrap: balance;
}

.pbt-home-page .home-product-feature__title-line {
  display: block;
}

.pbt-home-page .home-product-feature__title-lock {
  white-space: nowrap;
}

.pbt-home-page .home-product-feature__copy {
  color: var(--home-feature-copy);
  font-family: var(--pbt-font-family);
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 300;
  grid-area: copy;
  line-height: 1.68;
  margin: clamp(22px, 1.7vw, 28px) 0 0;
  max-width: 620px;
  text-align: justify;
  text-align-last: start;
}

.pbt-home-page .home-product-feature__details {
  border-top: 1px solid var(--home-feature-rule);
  grid-area: details;
  margin: clamp(26px, 2vw, 34px) 0 0;
}

.pbt-home-page .home-product-feature__detail {
  align-items: start;
  border-bottom: 1px solid var(--home-feature-rule);
  display: grid;
  gap: clamp(13px, 1vw, 18px);
  grid-template-columns: 32px minmax(0, 1fr);
  padding: clamp(15px, 1.05vw, 19px) 0;
}

.pbt-home-page .home-product-feature__detail-number {
  color: var(--home-feature-muted);
  font-family: var(--pbt-font-family);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-block-start: 3px;
}

.pbt-home-page .home-product-feature__detail-title {
  color: var(--home-feature-ink);
  font-family: var(--pbt-font-family);
  font-size: clamp(15px, 0.88vw, 17px);
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 4px;
}

.pbt-home-page .home-product-feature__detail-copy {
  color: var(--home-feature-muted);
  font-family: var(--pbt-font-family);
  font-size: clamp(14px, 0.8vw, 16px);
  font-weight: 300;
  line-height: 1.55;
  margin: 0;
}

.pbt-home-page .home-product-feature__details--specs {
  list-style: none;
  padding: 0;
}

.pbt-home-page .home-product-feature__spec {
  border-bottom: 1px solid var(--home-feature-rule);
  color: var(--home-feature-ink);
  font-family: var(--pbt-font-family);
  font-size: clamp(14px, 0.88vw, 17px);
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
  padding: clamp(16px, 1.05vw, 19px) 0;
  text-align: start;
}

.pbt-home-page .home-product-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-area: actions;
  margin-block-start: clamp(26px, 2vw, 32px);
}

.pbt-home-page .home-product-feature__button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 9px;
  box-shadow: none;
  color: var(--home-feature-ink);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--pbt-font-family);
  font-size: clamp(14px, 0.82vw, 15px);
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  min-height: 54px;
  padding: 12px clamp(23px, 1.6vw, 30px);
  text-align: center;
  text-decoration: none;
  transition:
    background-color var(--pbt-motion-medium, 220ms) var(--pbt-ease-luxury, ease),
    border-color var(--pbt-motion-medium, 220ms) var(--pbt-ease-luxury, ease),
    color var(--pbt-motion-medium, 220ms) var(--pbt-ease-luxury, ease),
    transform var(--pbt-motion-medium, 220ms) var(--pbt-ease-luxury, ease);
}

.pbt-home-page .home-product-feature__button--primary,
.pbt-home-page .home-product-feature__button--primary:link,
.pbt-home-page .home-product-feature__button--primary:visited {
  background: var(--home-feature-ink);
  border-color: var(--home-feature-ink);
  color: #fff8ed;
}

.pbt-home-page .home-product-feature__button--secondary,
.pbt-home-page .home-product-feature__button--secondary:link,
.pbt-home-page .home-product-feature__button--secondary:visited {
  background: transparent;
  border-color: rgba(66, 51, 42, 0.3);
  color: var(--home-feature-ink);
}

.pbt-home-page .home-product-feature__button:focus-visible {
  outline: 2px solid var(--pbt-btn-brown, #786456);
  outline-offset: 4px;
}

.pbt-home-page .home-product-feature__button:active {
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .pbt-home-page .home-product-feature__button:hover {
    transform: translateY(-2px);
  }

  .pbt-home-page .home-product-feature__button--primary:hover {
    background: #574338;
    border-color: #574338;
    color: #fff8ed;
  }

  .pbt-home-page .home-product-feature__button--secondary:hover {
    background: rgba(66, 51, 42, 0.06);
    border-color: rgba(66, 51, 42, 0.5);
    color: var(--home-feature-ink);
  }
}

.pbt-home-page .home-product-feature__media {
  align-self: center;
  aspect-ratio: 4 / 3;
  background: #e8ddce;
  border-radius: 10px;
  grid-area: media;
  margin: 0;
  overflow: hidden;
}

.pbt-home-page .home-product-feature__gallery {
  align-self: center;
  grid-area: media;
}

.pbt-home-page .home-product-feature__gallery-main,
.pbt-home-page .home-product-feature__gallery-thumb {
  background: #e8ddce;
  margin: 0;
  overflow: hidden;
}

.pbt-home-page .home-product-feature__gallery-main {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}

.pbt-home-page .home-product-feature__gallery-row {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block-start: 9px;
}

.pbt-home-page .home-product-feature__gallery-thumb {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.pbt-home-page .home-product-feature__media img,
.pbt-home-page .home-product-feature__gallery img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--pbt-ease-luxury, cubic-bezier(0.22, 1, 0.36, 1));
  width: 100%;
}

.pbt-home-page .home-product-feature__media.luxury-reveal:not(.is-visible) img,
.pbt-home-page .home-product-feature__gallery.luxury-reveal:not(.is-visible) img {
  transform: scale(1.015);
}

.pbt-home-page .home-product-feature__media.is-visible img,
.pbt-home-page .home-product-feature__gallery.is-visible img {
  transform: scale(1);
}

.pbt-home-page .home-product-feature--wellness .home-product-feature__gallery-main img {
  object-position: 56% 50%;
}

.pbt-home-page .home-product-feature--wellness {
  padding-block-end: clamp(92px, 7vw, 124px);
}

@media (min-width: 768px) {
  .pbt-home-page .home-product-feature--wellness .home-product-feature__actions {
    align-self: end;
  }
}

@media (max-width: 991.98px) {
  .pbt-home-page .home-product-feature--wellness {
    padding-block-end: clamp(78px, 10vw, 104px);
  }
}

.pbt-home-page .home-product-feature--watchman {
  padding-block: 0;
}

.pbt-home-page .home-product-feature--watchman .home-product-feature__inner {
  --home-feature-ink: #f7efe5;
  --home-feature-copy: rgba(247, 239, 229, 0.76);
  --home-feature-muted: rgba(247, 239, 229, 0.68);
  --home-feature-rule: rgba(247, 239, 229, 0.18);
  --home-feature-accent: rgba(247, 239, 229, 0.72);
  background: #2f261f;
  border-radius: 10px;
  color: var(--home-feature-ink);
  padding: clamp(36px, 4vw, 64px);
}

.pbt-home-page .home-product-feature--watchman .home-product-feature__media {
  background: #3b3129;
}

.pbt-home-page .home-product-feature--watchman .home-product-feature__media img {
  object-position: 70% 50%;
}

.pbt-home-page .home-product-feature--watchman .home-product-feature__button--primary,
.pbt-home-page .home-product-feature--watchman .home-product-feature__button--primary:link,
.pbt-home-page .home-product-feature--watchman .home-product-feature__button--primary:visited {
  background: #f7efe5;
  border-color: #f7efe5;
  color: #2f261f;
}

.pbt-home-page .home-product-feature--watchman .home-product-feature__button--secondary,
.pbt-home-page .home-product-feature--watchman .home-product-feature__button--secondary:link,
.pbt-home-page .home-product-feature--watchman .home-product-feature__button--secondary:visited {
  border-color: rgba(247, 239, 229, 0.38);
  color: #f7efe5;
}

.pbt-home-page .home-product-feature--watchman .home-product-feature__button:focus-visible {
  outline-color: #f7efe5;
}

@media (hover: hover) and (pointer: fine) {
  .pbt-home-page .home-product-feature--watchman .home-product-feature__button--primary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #2f261f;
  }

  .pbt-home-page .home-product-feature--watchman .home-product-feature__button--secondary:hover {
    background: rgba(247, 239, 229, 0.08);
    border-color: rgba(247, 239, 229, 0.62);
    color: #ffffff;
  }
}

/* Each boundary owns its spacing once; this removes the old stacked 3D/Cinema gap. */
.pbt-home-page .pods-home-3d {
  padding-block-end: 0;
}

.pbt-home-page .cinema-hero--between-features {
  padding-block: clamp(64px, 5.5vw, 100px) clamp(92px, 7vw, 124px);
}

@media (max-width: 991.98px) {
  .pbt-home-page .cinema-hero--between-features {
    padding-block-end: clamp(78px, 10vw, 104px);
  }
}

@media (max-width: 1199.98px) {
  .pbt-home-page .home-product-feature__inner {
    column-gap: clamp(36px, 4.5vw, 56px);
  }

  .pbt-home-page .home-product-feature__title {
    font-size: clamp(38px, 4vw, 48px);
  }

  .pbt-home-page .home-product-feature--watchman .home-product-feature__inner {
    padding: clamp(32px, 4vw, 46px);
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .pbt-home-page .home-product-feature__inner {
    column-gap: 32px;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  }

  .pbt-home-page .home-product-feature__title {
    font-size: clamp(31px, 4.2vw, 36px);
    line-height: 1.06;
  }

  .pbt-home-page .home-product-feature__copy {
    font-size: 15px;
    line-height: 1.6;
  }

  .pbt-home-page .home-product-feature__detail,
  .pbt-home-page .home-product-feature__spec {
    padding-block: 14px;
  }

  .pbt-home-page .home-product-feature__actions {
    gap: 10px;
  }

  .pbt-home-page .home-product-feature__button {
    min-height: 50px;
    padding-inline: 18px;
  }

  .pbt-home-page .home-product-feature--watchman .home-product-feature__inner {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .pbt-home-page .home-product-feature {
    --home-feature-padding: 64px;
  }

  .pbt-home-page .home-product-feature__inner {
    display: grid;
    grid-template-areas:
      "eyebrow"
      "title"
      "media"
      "copy"
      "details"
      "actions";
    grid-template-columns: minmax(0, 1fr);
  }

  .pbt-home-page .home-product-feature__title {
    font-size: clamp(28px, 7.4vw, 32px);
    line-height: 1.07;
  }

  .pbt-home-page .home-product-feature__media {
    margin-block-start: 28px;
  }

  .pbt-home-page .home-product-feature__gallery {
    margin-block-start: 28px;
  }

  .pbt-home-page .home-product-feature__copy {
    font-size: 15px;
    line-height: 1.64;
    margin-block-start: 28px;
    text-align: start;
  }

  .pbt-home-page .home-product-feature--wellness .home-product-feature__copy,
  .pbt-home-page .home-product-feature--watchman .home-product-feature__copy {
    text-align: justify;
    text-align-last: start;
  }

  .pbt-home-page .home-product-feature__details {
    margin-block-start: 26px;
  }

  .pbt-home-page .home-product-feature--watchman .home-product-feature__inner {
    padding: 24px;
  }
}

@media (max-width: 575.98px) {
  .pbt-home-page .home-product-feature--wellness {
    padding-block-end: clamp(64px, 18vw, 76px);
  }

  body.pbt-home-page:not(.page-home-ar) .home-product-feature--watchman .home-product-feature__eyebrow {
    font-size: clamp(9px, 2.78vw, 10px);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .pbt-home-page .cinema-hero--between-features {
    padding-block-end: clamp(64px, 18vw, 76px);
  }

  .pbt-home-page .home-product-feature__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pbt-home-page .home-product-feature__button {
    min-height: 52px;
    padding-inline: 16px;
    width: 100%;
  }

  .pbt-home-page .home-product-feature__gallery-main {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  .pbt-home-page .home-product-feature__gallery-row {
    gap: 6px;
    margin-block-start: 6px;
  }
}

@media (max-width: 359.98px) {
  .pbt-home-page .home-product-feature--watchman .home-product-feature__inner {
    padding: 20px;
  }
}

.page-home-ar .home-product-feature__title {
  line-height: 1.2;
}

.page-home-ar .home-product-feature__copy,
.page-home-ar .home-product-feature__detail-copy {
  text-align: start;
}

@media (prefers-reduced-motion: reduce) {
  .pbt-home-page .home-product-feature__media img,
  .pbt-home-page .home-product-feature__gallery img,
  .pbt-home-page .home-product-feature__media.luxury-reveal:not(.is-visible) img,
  .pbt-home-page .home-product-feature__gallery.luxury-reveal:not(.is-visible) img,
  .pbt-home-page .home-product-feature__media.is-visible img,
  .pbt-home-page .home-product-feature__gallery.is-visible img {
    transform: none !important;
    transition: none !important;
  }
}


@media (min-width: 901px) and (max-width: 1199.98px) {
  .pbt-home-page .home-product-feature--wellness .home-product-feature__actions {
    flex-wrap: nowrap;
  }

  .pbt-home-page .home-product-feature--wellness .home-product-feature__button {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 12px;
    white-space: nowrap;
  }
}
