﻿/* Crystal Stand detail Hero — reference-led multi-product studio scene. */
body.product-crystal-stand .detail-hero.iphone-hero.iphone-hero--custom-sample {
  height: clamp(720px, calc(100svh - 52px), 940px);
  min-height: 720px;
  overflow: hidden;
  background: #e8e6e5;
}

body.product-crystal-stand .iphone-hero-sample-scene--crystal-stand {
  inset: 0;
  background-color: #e8e6e5;
  background-image: url('assets/iphone-hero-scenes/crystal-stand-hero-reference-v3.webp');
  background-position: center;
  background-size: cover;
  animation: none;
  transform: none;
}

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

body.product-crystal-stand .iphone-hero--custom-sample .detail-copy {
  z-index: 3;
  width: 43%;
  max-width: 720px;
  padding: clamp(78px, 10vh, 104px) 24px 42px max(72px, calc((100% - 1680px) / 2 + 36px)) !important;
}

body.product-crystal-stand .iphone-hero--custom-sample #product-category {
  display: block;
  margin: 0 0 24px;
  color: #535961;
  font-size: clamp(17px, 1.1vw, 21px);
  font-weight: 500;
  letter-spacing: .01em;
}

body.product-crystal-stand .iphone-hero--custom-sample #product-name {
  max-width: 7em !important;
  margin: 0 0 24px;
  color: #111214;
  font-size: clamp(64px, 4.7vw, 88px) !important;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.07em;
}

body.product-crystal-stand .iphone-hero--custom-sample #product-description {
  max-width: 620px;
  color: #565b62;
  font-size: clamp(20px, 1.35vw, 26px) !important;
  font-weight: 530;
  line-height: 1.46;
  letter-spacing: -.025em;
}

body.product-crystal-stand .iphone-hero--custom-sample .iphone-hero-benefits {
  width: min(100%, 680px);
  margin: clamp(52px, 6vh, 68px) 0 0;
  color: #16191d;
}

body.product-crystal-stand .iphone-hero--custom-sample .iphone-hero-benefits li {
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  padding: 0 18px;
  border-right-color: rgba(65, 69, 75, .32);
}

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

body.product-crystal-stand .iphone-hero--custom-sample .iphone-hero-benefit-mark {
  width: 30px;
  height: 30px;
}

body.product-crystal-stand .iphone-hero--custom-sample .iphone-hero-benefits strong {
  color: #17191c;
  font-size: 14px;
  line-height: 1.25;
}

body.product-crystal-stand .iphone-hero--custom-sample .iphone-hero-benefits small {
  margin-top: 4px;
  color: #666a71;
  font-size: 12px;
  line-height: 1.35;
}

body.product-crystal-stand .iphone-hero--custom-sample .detail-copy .link-row {
  display: flex;
  margin-top: 32px;
}

body.product-crystal-stand .iphone-hero--custom-sample .detail-copy .link-row a {
  display: inline-flex;
  min-width: 206px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #17191c !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 650;
  text-decoration: none;
  box-shadow: none;
}

body.product-crystal-stand .iphone-hero--custom-sample .detail-copy .link-row a:hover {
  background: #000 !important;
}

body.product-crystal-stand .iphone-hero--custom-sample .detail-copy::after {
  content: 'FOR A\A BETTER EVERYDAY';
  position: absolute;
  left: max(64px, calc((100vw - 1680px) / 2));
  bottom: 54px;
  color: #727983;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .32em;
  white-space: pre;
}

@media (max-width: 1280px) and (min-width: 721px) {
  body.product-crystal-stand .detail-hero.iphone-hero.iphone-hero--custom-sample {
    height: auto;
    min-height: 1040px;
    padding-bottom: 520px;
  }

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

  body.product-crystal-stand .iphone-hero-sample-scene--crystal-stand {
    background-image: url('assets/iphone-hero-scenes/crystal-stand-hero-products-v2.png');
    background-position: 58% bottom;
    background-size: auto 52%;
    background-repeat: no-repeat;
  }

  body.product-crystal-stand .iphone-hero--custom-sample .detail-copy {
    width: 100% !important;
    max-width: none;
    height: auto;
    padding: 54px 42px 32px !important;
  }

  body.product-crystal-stand .iphone-hero--custom-sample #product-name {
    font-size: clamp(58px, 6.1vw, 78px) !important;
  }

  body.product-crystal-stand .iphone-hero--custom-sample #product-description {
    max-width: 520px;
    font-size: 20px !important;
  }

  body.product-crystal-stand .iphone-hero--custom-sample .iphone-hero-benefits {
    width: min(100%, 560px);
    margin-top: 42px;
  }

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

  body.product-crystal-stand .iphone-hero--custom-sample .iphone-hero-benefit-mark {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 720px) {
  body.product-crystal-stand .detail-hero.iphone-hero.iphone-hero--custom-sample {
    min-height: 960px;
    height: auto;
    padding-bottom: 475px;
    background: #e8e6e5;
  }

  body.product-crystal-stand .iphone-hero-sample-scene--crystal-stand {
    background-image: url('assets/iphone-hero-scenes/crystal-stand-hero-products-v2.png');
    background-position: 58% bottom;
    background-size: auto 54%;
  }

  body.product-crystal-stand .iphone-hero--custom-sample .detail-copy {
    width: 100% !important;
    max-width: none;
    padding: 44px 24px 28px !important;
    background: #e8e6e5;
  }

  body.product-crystal-stand .iphone-hero--custom-sample #product-category {
    margin-bottom: 16px;
    font-size: 15px;
  }

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

  body.product-crystal-stand .iphone-hero--custom-sample #product-description {
    max-width: 20em;
    font-size: 18px !important;
  }

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

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

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

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

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

  body.product-crystal-stand .iphone-hero--custom-sample .detail-copy .link-row {
    margin-top: 24px;
  }

  body.product-crystal-stand .iphone-hero--custom-sample .detail-copy .link-row a {
    min-width: 168px;
    min-height: 48px;
    font-size: 15px;
  }

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

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