/* iStore page */
.is-btn { border-radius: 300px; min-height: 60px; min-width: 280px; padding: 10px 7px; }
.is-link { color: var(--orange); text-decoration: underline; font-weight: 400; }
.is-small { font-size: 14px; line-height: 21px; }
.is-h3 { font-size: 30px; line-height: 45px; margin: 0 0 12px; }

/* Heading with the orange dash + dot underline */
.is-h2 { margin: 0 0 24px; }
.is-h2::after { content: ""; display: block; width: 112px; height: 3px; margin: 8px 0 0; border-radius: 2px; background: linear-gradient(90deg, var(--orange) 0 100px, transparent 100px 108px, var(--orange) 108px 112px); }
.is-h2--center { text-align: center; }
.is-h2--center::after { margin-left: auto; margin-right: auto; }

/* Hero */
.is-hero { position: relative; height: 1029px; padding: 300px 40px 30px; background: #333 center / cover no-repeat; color: #fff; border-bottom: 2px solid var(--orange); }
.is-hero__inner { max-width: var(--container); margin: 0 auto; }
.is-hero__col { width: 600px; max-width: 100%; text-align: center; }
.is-hero__logo { width: 127px; height: 125px; margin: 0 auto 9px; object-fit: contain; }
.is-hero h1 { color: #fff; font-size: 60px; line-height: 72px; margin: 0 0 4px; }
.is-hero__box { width: 354px; max-width: 100%; margin: 0 auto 31px; padding: 8px 0 1px; border-radius: 15px; background: rgba(0,0,0,.45); }
.is-hero__box p { color: #fff; font-weight: 700; font-style: italic; margin: 0 0 24px; padding: 0 2px; }

/* Product range */
.is-range { background: #000; padding: 60px 40px 85px; color: #fff; }
.is-range .is-h2 { color: #fff; margin: 10px 0 24px; }
.is-range__row { display: grid; grid-template-columns: 227px 227px repeat(5, 181px); justify-content: center; }
.is-prod img { display: block; width: 100%; height: 150px; object-fit: contain; }
.is-prod h3 { color: #fff; font-size: 16px; line-height: 19px; font-weight: 900; text-align: center; margin: 15px 15px 0; }

/* About partnership */
.is-about { padding: 40px 80px 60px 40px; background: #fff; }
.is-about__grid { display: grid; grid-template-columns: 580px 660px; justify-content: space-between; max-width: 1320px; margin: 0 auto; }
.is-about__text { padding-top: 50px; }
.is-about__text p { margin: 0 0 24px; }
.is-about__text .is-acc { margin-top: 33px; }
.is-about__photo { position: relative; min-height: 680px; background: center / cover no-repeat; }
.is-badge { position: absolute; right: 0; bottom: -30px; width: 280px; height: 300px; border: 10px solid #fff; background: #fff; }
.is-badge img { width: 100%; height: 100%; object-fit: contain; }

/* Accordions with an outline icon and a plain chevron */
.is-acc .accordion__item { background: var(--grey-2); border-radius: 0; box-shadow: none; }
.is-acc .accordion__head { padding: 20px; font-size: 20px; line-height: 30px; gap: 12px; }
.is-acc__ico { width: 28px; height: 28px; flex: 0 0 28px; color: var(--orange); }
.is-acc__title { flex: 1; }
.is-acc .accordion__icon { background: none; flex-basis: 24px; width: 24px; height: 24px; }
.is-acc .accordion__icon::before { border-color: var(--dark); width: 9px; height: 9px; }
.is-acc .accordion__body { padding: 8px 20px 20px; border-top: 0; }
.is-acc .accordion__body p { margin: 0 0 24px; }
.is-acc .accordion__body ul { list-style: disc; padding-left: 40px; margin: 0; }
.is-acc + .is-btn { margin-top: 12px; }

/* Photo bands with cards */
.is-band { background-size: cover; background-position: center; background-repeat: no-repeat; }
.is-band--fixed { background-attachment: fixed; }
.is-band--grey::before { content: ""; position: absolute; inset: 0; background: rgba(51,51,51,.88); }
.is-band .container { position: relative; }
.is-band--adv { padding-bottom: 120px; }
.is-card { width: 900px; max-width: 100%; background: #fff; padding: 40px 44px 0; border-left: 4px solid var(--orange); box-shadow: 0 4px 20px rgba(0,0,0,.12); }
.is-card--right { margin-left: auto; }
.is-card p { margin: 0 0 24px; }
.is-card--solid { width: 600px; padding: 50px 40px 54px; border-left: 0; border-bottom: 4px solid var(--orange); box-shadow: none; }
.is-card--solid p { margin-bottom: 33px; }
.is-card--solid .is-acc + .is-btn { margin-top: 31px; }
.is-tiles { display: grid; grid-template-columns: repeat(5, 147px); gap: 20px; margin-top: -2px; }
.is-tiles--overlap-sm { margin-bottom: -19px; }
.is-tiles--overlap-lg { margin-bottom: -40px; }
.is-tile { background: var(--dark); color: #fff; text-align: center; padding: 30px 13px 20px; border-right: 2px solid var(--orange); border-bottom: 2px solid var(--orange); }
.is-tile p { color: #fff; font-size: 14px; line-height: 21px; font-weight: 700; margin: 13px 0 0; }
.is-tile__check { display: block; width: 30px; height: 30px; margin: 0 auto; border-radius: 50%; background: var(--orange); position: relative; }
.is-tile__check::before { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 7px; border-left: 2.5px solid #fff; border-bottom: 2.5px solid #fff; transform: translate(-50%, -65%) rotate(-45deg); }
.is-tile__ico { width: 60px; height: 60px; display: block; margin: -10px auto 0; color: var(--orange); }
.is-tile__ico + p { margin-top: 17px; }

/* Contact form + video on an orange gradient */
.is-contact { position: relative; display: flow-root; padding: 0 40px 90px; background: linear-gradient(0deg, var(--orange) 0%, #000 100%); color: #fff; }
.is-contact__grid { display: grid; grid-template-columns: 570px 600px; justify-content: space-between; max-width: var(--container); margin: -20px auto 0; }
.is-contact__form .form-card { box-shadow: 0 6px 0 var(--orange), 0 10px 30px rgba(0,0,0,.15); }
.is-contact__right { padding-top: 190px; text-align: center; }
.is-contact__right h2 { color: #fff; margin: 0 0 24px; }
.is-contact__right p { font-size: 14px; line-height: 21px; max-width: 528px; margin: 0 auto 22px; color: #fff; }
.is-contact__right iframe { width: 100%; height: 360px; border: 0; border-radius: 10px; display: block; }

@media (max-width: 1100px) {
  .is-range__row { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .is-about { padding: 40px 24px; }
  .is-about__grid { grid-template-columns: 1fr; gap: 40px; }
  .is-about__photo { min-height: 420px; }
  .is-badge { right: 50%; transform: translateX(50%); }
  .is-card { width: 100%; }
  .is-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .is-contact__grid { grid-template-columns: 1fr; gap: 40px; margin-top: 0; }
  .is-contact { padding-top: 40px; }
  .is-contact__right { padding-top: 0; }
}
@media (max-width: 1024px) {
  .is-band--fixed { background-attachment: scroll; }
}
@media (max-width: 767px) {
  .is-hero { height: auto; padding: 150px 16px 50px; }
  .is-hero__col { width: 100%; }
  .is-hero h1 { font-size: 40px; line-height: 48px; }
  .is-btn { min-width: 0; width: 100%; max-width: 350px; }
  .is-range { padding: 50px 16px 40px; }
  .is-range__row { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .is-prod h3 { font-size: 24px; line-height: 1.1; }
  .is-about { padding: 0 0 40px; }
  .is-about__grid { display: flex; flex-direction: column; gap: 0; }
  .is-about__photo { order: 0; min-height: 300px; margin-bottom: 140px; }
  .is-badge { bottom: -120px; width: 210px; height: 210px; }
  .is-about__text { order: 1; padding: 0 20px; }
  .is-about__text .is-acc { margin-top: 10px; }
  .is-card { padding: 30px 20px 0; }
  .is-card--solid { padding: 30px 20px 30px; }
  .is-tiles { grid-template-columns: 1fr; gap: 16px; }
  .is-tiles--overlap-sm, .is-tiles--overlap-lg { margin-bottom: -20px; }
  .is-contact { padding: 30px 16px 50px; }
  .is-contact__right iframe { height: auto; aspect-ratio: 16/9; }
}
