﻿/* Guardian detail Hero — dark studio reference, live copy over one continuous scene. */
body.product-guardian .detail-hero.iphone-hero.iphone-hero--custom-sample {
  height: clamp(720px, calc(100svh - 52px), 940px);
  min-height: 720px;
  overflow: hidden;
  background: #35383c;
}

body.product-guardian .iphone-hero-sample-scene--guardian {
  inset: 0;
  background-color: #35383c;
  background-image: url('assets/iphone-hero-scenes/guardian-hero-dark-studio-v5.webp');
  background-position: center;
  background-size: cover;
  animation: none;
  transform: none;
}

body.product-guardian .iphone-hero--custom-sample::before,
body.product-guardian .iphone-hero--custom-sample .iphone-hero-atmosphere,
body.product-guardian .iphone-hero--custom-sample .iphone-hero-floor,
body.product-guardian .iphone-hero--custom-sample .detail-image {
  display: none !important;
}

body.product-guardian .iphone-hero--custom-sample .detail-copy {
  z-index: 3;
  width: 43%;
  max-width: 690px;
  padding: clamp(88px, 11vh, 112px) 24px 46px max(78px, calc((100% - 1680px) / 2 + 64px)) !important;
}

body.product-guardian .iphone-hero--custom-sample #product-category {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(17px, 1.22vw, 23px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .01em;
}

body.product-guardian .iphone-hero--custom-sample #product-name {
  max-width: 7em !important;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(68px, 4.85vw, 92px) !important;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.065em;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .08);
}

body.product-guardian .iphone-hero--custom-sample #product-description {
  max-width: 650px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(22px, 1.48vw, 28px) !important;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: -.02em;
  white-space: nowrap;
}

body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits {
  width: min(100%, 680px);
  margin: clamp(48px, 6vh, 62px) 0 0;
  color: #fff;
}

body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits li {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 0 20px;
  border-right-color: rgba(255, 255, 255, .46);
}

body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits li:first-child {
  padding-left: 0;
}

body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefit-mark {
  width: 34px;
  height: 34px;
  color: #fff;
  filter: brightness(0) invert(1);
}

body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.35;
}

body.product-guardian .iphone-hero--custom-sample .detail-copy .link-row {
  display: none;
}

body.product-guardian .detail-hero.iphone-hero.iphone-hero--custom-sample::after {
  content: 'FOR A\A BETTER EVERYDAY';
  position: absolute;
  z-index: 4;
  left: clamp(42px, 4.1vw, 78px);
  bottom: clamp(46px, 6.8vh, 66px);
  white-space: pre;
  color: rgba(255, 255, 255, .63);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .28em;
}

@media (max-width: 1280px) and (min-width: 721px) {
  body.product-guardian .detail-hero.iphone-hero.iphone-hero--custom-sample {
    min-height: 980px;
    height: min(1040px, calc(100svh - 52px));
  }

  body.product-guardian .iphone-hero-sample-scene--guardian {
    background-image:
      linear-gradient(180deg, #35383c 0%, #35383c 52%, rgba(53, 56, 60, .9) 56%, rgba(53, 56, 60, 0) 62%),
      url('assets/iphone-hero-scenes/guardian-hero-dark-studio-v5.webp');
    background-position: center, center bottom;
    background-size: 100% 100%, 100% auto;
    background-repeat: no-repeat, no-repeat;
  }

  body.product-guardian .iphone-hero--custom-sample .detail-copy {
    width: 78% !important;
    max-width: 690px;
    padding-top: 72px !important;
    padding-left: 5.5vw !important;
  }

  body.product-guardian .iphone-hero--custom-sample #product-category {
    margin-bottom: 18px;
    font-size: 17px;
  }

  body.product-guardian .iphone-hero--custom-sample #product-name {
    font-size: clamp(54px, 6.2vw, 74px) !important;
  }

  body.product-guardian .iphone-hero--custom-sample #product-description {
    font-size: 20px !important;
  }

  body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits {
    width: min(100%, 540px);
    margin-top: 38px;
  }

  body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits li {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 7px;
    padding: 0 10px;
  }

  body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefit-mark {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 720px) {
  body.product-guardian .detail-hero.iphone-hero.iphone-hero--custom-sample {
    min-height: 930px;
    height: auto;
    padding-bottom: 440px;
    background: #35383c;
  }

  body.product-guardian .iphone-hero-sample-scene--guardian {
    background-image:
      linear-gradient(180deg, #35383c 0%, #35383c 48%, rgba(53, 56, 60, .92) 54%, rgba(53, 56, 60, 0) 62%),
      url('assets/iphone-hero-scenes/guardian-hero-dark-studio-v5.webp');
    background-position: center, 69% bottom;
    background-size: 100% 100%, auto 49%;
    background-repeat: no-repeat, no-repeat;
  }

  body.product-guardian .iphone-hero--custom-sample .detail-copy {
    width: 100% !important;
    max-width: none;
    padding: 42px 24px 28px !important;
    background: linear-gradient(180deg, #35383c 0%, rgba(53, 56, 60, .96) 82%, rgba(53, 56, 60, 0) 100%);
  }

  body.product-guardian .iphone-hero--custom-sample #product-category {
    margin-bottom: 13px;
    font-size: 14px;
  }

  body.product-guardian .iphone-hero--custom-sample #product-name {
    max-width: 7em !important;
    margin-bottom: 16px;
    font-size: clamp(46px, 13vw, 60px) !important;
  }

  body.product-guardian .iphone-hero--custom-sample #product-description {
    max-width: 19em;
    font-size: 17px !important;
    white-space: normal;
  }

  body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits {
    width: 100%;
    margin-top: 26px;
  }

  body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 6px;
    padding: 0 8px;
  }

  body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefit-mark {
    width: 23px;
    height: 23px;
  }

  body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits strong {
    font-size: 11px;
  }

  body.product-guardian .iphone-hero--custom-sample .iphone-hero-benefits small {
    display: none;
  }

  body.product-guardian .detail-hero.iphone-hero.iphone-hero--custom-sample::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.product-guardian .iphone-hero-sample-scene--guardian {
    animation: none;
    transform: none;
  }
}
