/*
 * doob.bz home layout contract
 * base: 1200+; responsive states: 1199, 959, 639 and 479.
 * Record, artboard, content and motion are intentionally separate layers.
 */

.doob-bz-home-main,
.doob-bz-home-main * { box-sizing: border-box; }

.doob-bz-home-main {
  position: relative;
  overflow-x: hidden;
  color: #41444e;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}

.doob-bz-home-main h1,
.doob-bz-home-main h2,
.doob-bz-home-main h3,
.doob-bz-home-main p,
.doob-bz-home-main ul { margin-top: 0; }

.doob-bz-home-main h1,
.doob-bz-home-main h2,
.doob-bz-home-main h3 { font-weight: 700; }

.doob-bz-home-button {
  display: inline-flex;
  width: 261px;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #41444e;
  border-radius: 10px;
  color: #fff;
  background: #152238;
  box-shadow: 3px 4px 6px rgb(46 46 46 / 30%);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.doob-bz-home-button:hover,
.doob-bz-home-button:focus-visible { background: #152238; }

.doob-bz-home-button:focus-visible,
.doob-bz-home-main button:focus-visible,
.doob-bz-home-main a:focus-visible {
  outline: 2px solid #5578cf;
  outline-offset: 4px;
}

/* Hero: fixed composition sized once from the visible opening viewport. */
.doob-bz-home-hero {
  position: relative;
  height: max(700px, var(--doob-bz-home-hero-opening-height, 93svh));
  overflow: hidden;
  background: #fff;
  touch-action: manipulation;
}

.doob-bz-home-hero__slides {
  position: absolute;
  inset: 8px 7px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  list-style: none;
}

.doob-bz-home-hero__slide,
.doob-bz-home-hero__slide picture,
.doob-bz-home-hero__slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.doob-bz-home-hero__slide {
  opacity: 0;
  transition: opacity 0.55s ease;
}

.doob-bz-home-hero__slide.is-active { opacity: 1; }

.doob-bz-home-hero__slide img {
  object-fit: cover;
  object-position: center;
}

.doob-bz-home-hero__panel {
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 50%;
  width: 880px;
  height: 309px;
  border-radius: 10px;
  color: #f2f2f2;
  background: rgb(0 0 0 / 60%);
  text-align: center;
  transform: translateX(-50%);
}

.doob-bz-home-hero__panel h1,
.doob-bz-home-hero__panel p {
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.doob-bz-home-hero__panel h1 {
  top: 27px;
  width: 731px;
  color: #f2f2f2;
  font-size: 43px;
  line-height: 60px;
}

.doob-bz-home-hero__panel p {
  top: 192px;
  width: 531px;
  color: #e2e2e2;
  font-size: 21px;
  line-height: 30px;
}

.doob-bz-home-hero__cta-wrap {
  position: absolute;
  z-index: 4;
  top: calc(50% + 285px);
  left: calc(50% + 5px);
  width: 250px;
  height: 45px;
  transform: translateX(-50%);
}

.doob-bz-home-hero__cta {
  width: 100%;
  height: 100%;
  border-color: #fff;
  background: transparent;
}

.doob-bz-home-hero__cta:hover,
.doob-bz-home-hero__cta:focus-visible {
  color: #fff;
  background: transparent;
}

.doob-bz-home-hero__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #333;
  background: rgb(232 232 232 / 50%);
  cursor: pointer;
  transform: translateY(-50%);
}

.doob-bz-home-hero__arrow::before {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 11px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
}

.doob-bz-home-hero__arrow--prev { left: 22px; }
.doob-bz-home-hero__arrow--next { right: 22px; }
.doob-bz-home-hero__arrow--prev::before { left: 13px; transform: rotate(-45deg); }
.doob-bz-home-hero__arrow--next::before { right: 13px; transform: rotate(135deg); }

/* Intro record: role-constrained controlled flow with content-driven height. */
.doob-bz-home-intro { padding-bottom: 0; }

.doob-bz-home-intro__artboard {
  position: relative;
  z-index: 4;
  height: auto;
  padding: 80px 24px 64px;
  box-shadow: 0 5px 4px rgb(135 135 135 / 30%);
  text-align: center;
}

.doob-bz-home-intro h2,
.doob-bz-home-benefits__artboard > h2,
.doob-bz-home-product-types > h2,
.doob-bz-home-clients > h2,
.doob-bz-home-catalog-intro h2,
.doob-bz-home-faq-intro h2,
.doob-bz-home-branding__artboard > h2,
.doob-bz-home-contact__artboard > h2 {
  margin-right: auto;
  margin-left: auto;
  color: #41444e;
  font-size: 40px;
  text-align: center;
}

.doob-bz-home-intro h2,
.doob-bz-home-benefits__artboard > h2,
.doob-bz-home-clients > h2,
.doob-bz-home-catalog-intro h2,
.doob-bz-home-branding__artboard > h2 { line-height: 44px; }

.doob-bz-home-intro h2 {
  width: min(22ch, 100%);
  margin-bottom: 32px;
  text-wrap: balance;
}

.doob-bz-home-intro p {
  width: min(65ch, 100%);
  margin: 0 auto;
  font-size: 16px;
  line-height: 22.4px;
  overflow-wrap: anywhere;
}

.doob-bz-home-intro__ready {
  width: min(600px, 100%);
  margin: 64px auto 0;
  padding: 32px;
  border: 1px solid #9f9175;
  border-radius: 10px;
  box-shadow: none;
}

.doob-bz-home-intro__ready h3 {
  width: min(24ch, 100%);
  margin: 0 auto 32px;
  color: #41444e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-wrap: balance;
}

.doob-bz-home-intro__ready .doob-bz-home-button {
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
}

/* Benefits record: fixed composition on every source breakpoint. */
.doob-bz-home-benefits { padding-bottom: 15px; }

.doob-bz-home-benefits__artboard {
  height: 726px;
  padding: 43px 24px 35px;
  overflow: hidden;
}

.doob-bz-home-benefits__artboard > h2 {
  width: min(640px, 100%);
  margin-bottom: 64px;
}

.doob-bz-home-benefits__grid {
  position: relative;
  left: -15px;
  display: grid;
  grid-template-columns: repeat(2, 530px);
  grid-auto-rows: 139px;
  gap: 52px 0;
  justify-content: center;
}

.doob-bz-home-benefit {
  position: relative;
  display: grid;
  grid-template-columns: 130px 370px;
  gap: 30px;
  min-width: 0;
}

.doob-bz-home-benefit img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  box-shadow: 1px 3px 4px rgb(0 0 0 / 40%);
  object-fit: cover;
}

.doob-bz-home-benefit h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 26px;
}

.doob-bz-home-benefit p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.doob-bz-home-benefit:nth-child(1) h3 { width: 235px; margin-bottom: 20px; }
.doob-bz-home-benefit:nth-child(1) p { width: 319px; }
.doob-bz-home-benefit:nth-child(2) h3 { width: 306px; margin-bottom: 17px; }
.doob-bz-home-benefit:nth-child(2) p { width: 384px; }
.doob-bz-home-benefit:nth-child(3) h3 { width: 190px; }
.doob-bz-home-benefit:nth-child(3) p { width: 337px; }
.doob-bz-home-benefit:nth-child(4) h3 { width: 281px; margin-bottom: 14px; }
.doob-bz-home-benefit:nth-child(4) p { width: 403px; }
.doob-bz-home-benefit:nth-child(5),
.doob-bz-home-benefit:nth-child(6) { top: 1px; }
.doob-bz-home-benefit:nth-child(5) h3 { width: 223px; margin-bottom: 21px; }
.doob-bz-home-benefit:nth-child(5) p { width: 315px; }
.doob-bz-home-benefit:nth-child(6) h3 { width: 277px; margin-bottom: 21px; }
.doob-bz-home-benefit:nth-child(6) p { width: 325px; }

/* Product types: fluid media in a fixed Tilda grid state. */
.doob-bz-home-product-types {
  position: relative;
  z-index: 3;
  height: 1343px;
  padding: 33px 24px 42px;
  box-shadow: 0 -5px 4px rgb(135 135 135 / 30%);
}

.doob-bz-home-main--alcohol .doob-bz-home-product-types { height: 1323px; }
.doob-bz-home-main--medal .doob-bz-home-product-types { height: 903px; }

.doob-bz-home-product-types > h2 {
  width: min(960px, 100%);
  margin-bottom: 45px;
  line-height: 46px;
}

.doob-bz-home-product-types__grid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 42px 62px;
  justify-content: center;
}

.doob-bz-home-product-type {
  position: relative;
  min-width: 0;
}

.doob-bz-home-product-type a { text-decoration: none; }

.doob-bz-home-product-type img {
  width: 300px;
  height: 300px;
  box-shadow: 0 0 15px rgb(0 0 0 / 40%);
  object-fit: cover;
}

.doob-bz-home-product-type h3 {
  position: relative;
  margin: 23px auto 0;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.doob-bz-home-product-type:nth-child(1) h3 { width: 204px; }
.doob-bz-home-product-type:nth-child(2) h3 { width: 174px; }
.doob-bz-home-product-type:nth-child(3) { left: 3px; }
.doob-bz-home-product-type:nth-child(3) h3 { left: 3px; width: 191px; line-height: 28px; }
.doob-bz-home-product-type:nth-child(4) h3 { top: 1px; left: -3px; width: 191px; }
.doob-bz-home-product-type:nth-child(5) h3 { top: 1px; left: 2px; width: 197px; }
.doob-bz-home-product-type:nth-child(6) { left: 3px; }
.doob-bz-home-product-type:nth-child(6) h3 { top: 1px; left: 3px; width: 141px; }
.doob-bz-home-product-type:nth-child(7),
.doob-bz-home-product-type:nth-child(8) { top: -1px; }
.doob-bz-home-product-type:nth-child(7) h3 { top: -2px; width: 168px; }
.doob-bz-home-product-type:nth-child(8) h3 { top: 1px; width: 166px; }
.doob-bz-home-product-type:nth-child(9) { top: -2px; left: 3px; }
.doob-bz-home-product-type:nth-child(9) h3 { top: 2px; width: 243px; }

/* Design: fixed-composition; copy positions are independent of the image. */
.doob-bz-home-design {
  position: relative;
  height: 801px;
  margin-block: 15px;
  overflow: hidden;
  color: #fff;
  background: #111;
  box-shadow: 0 4px 6px rgb(38 38 38 / 40%), 0 -4px 6px rgb(38 38 38 / 40%);
}

.doob-bz-home-design picture,
.doob-bz-home-design picture img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.doob-bz-home-design picture img { object-fit: cover; }

.doob-bz-home-design > div {
  position: absolute;
  z-index: 1;
  top: 44px;
  left: 50%;
  width: 511px;
  text-align: center;
  transform: translateX(-50%);
}

.doob-bz-home-design h2 {
  width: 494px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
}

.doob-bz-home-design p {
  width: 511px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

/* Client marquee: fixed artboard, motion-only track. */
.doob-bz-home-clients {
  height: 320px;
  padding: 43px 0 40px;
  overflow: hidden;
}

.doob-bz-home-clients > h2 {
  width: min(640px, 100%);
  margin-bottom: 43px;
}

.doob-bz-home-clients__viewport {
  width: 100%;
  overflow: hidden;
}

.doob-bz-home-clients__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  animation: doob-bz-home-clients 25s linear infinite;
  will-change: transform;
}

.doob-bz-home-clients__track img {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  object-fit: contain;
}

/* Catalog heading record and product flow. */
.doob-bz-home-catalog-intro { padding-top: 15px; }

.doob-bz-home-catalog-intro__artboard {
  position: relative;
  z-index: 3;
  height: 194px;
  padding: 34px 24px 24px;
  box-shadow: 0 -5px 4px rgb(135 135 135 / 30%);
  text-align: center;
}

.doob-bz-home-catalog-intro h2 {
  width: min(960px, 100%);
  margin-bottom: 16px;
}

.doob-bz-home-catalog-intro p {
  width: min(531px, 100%);
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
}

.doob-bz-home-catalog { padding: 15px 10px 10px; }

.doob-bz-home-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 10px;
}

.doob-bz-home-catalog__card {
  min-width: 0;
  overflow: hidden;
}

.doob-bz-home-catalog__card a { display: block; }

.doob-bz-home-catalog__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.doob-bz-home-catalog__empty {
  padding: 80px 20px;
  text-align: center;
}

.doob-bz-home-catalog-cta { padding-bottom: 15px; }

.doob-bz-home-catalog-cta__artboard {
  height: 114px;
  padding: 34px 24px 35px;
  text-align: center;
}

.doob-bz-home-catalog-cta .doob-bz-home-button {
  width: 300px;
  padding-inline: 24px;
  white-space: nowrap;
}

/* FAQ intro record and content-driven disclosure list. */
.doob-bz-home-faq-intro { padding: 64px 24px 48px; }

.doob-bz-home-faq-intro__artboard {
  height: auto;
}

.doob-bz-home-faq-intro__card {
  position: relative;
  width: min(760px, 100%);
  height: auto;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid #9f9175;
  border-radius: 10px;
  background: #fafafa;
  box-shadow: none;
  text-align: center;
}

.doob-bz-home-faq-intro__card > * {
  position: relative;
  z-index: 1;
}

.doob-bz-home-faq-intro h2 {
  width: 100%;
  margin-bottom: 32px;
  line-height: 46px;
}

.doob-bz-home-faq-intro p {
  width: min(451px, 100%);
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 22px;
}

.doob-bz-home-faq-intro .doob-bz-home-button { position: static; }

.doob-bz-home-faq {
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  padding: 30px 0 60px;
}

.doob-bz-home-faq > h2 {
  margin-bottom: 35px;
  font-size: 42px;
  text-align: center;
}

.doob-bz-home-faq__item { border-top: 1px solid #d2d2d2; }
.doob-bz-home-faq__item:last-child { border-bottom: 1px solid #d2d2d2; }
.doob-bz-home-faq__item h3 { margin: 0; }

.doob-bz-home-faq__item h3 button {
  display: flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 4px;
  border: 0;
  color: #41444e;
  background: transparent;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
}

.doob-bz-home-faq__item h3 button > span:last-child {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.doob-bz-home-faq__item h3 button > span:last-child::before,
.doob-bz-home-faq__item h3 button > span:last-child::after {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.doob-bz-home-faq__item h3 button > span:last-child::after { transform: rotate(90deg); }
.doob-bz-home-faq__item h3 button[aria-expanded="true"] > span:last-child::after { transform: rotate(0); }
.doob-bz-home-faq__item > div { padding: 0 45px 24px 4px; }
.doob-bz-home-faq__item > div p { margin: 0; line-height: 25px; }

/* Branding record: controlled-flow with fixed media geometry. */
.doob-bz-home-branding { padding-top: 15px; }

.doob-bz-home-branding__artboard {
  position: relative;
  z-index: 3;
  height: 667px;
  padding: 34px 24px 35px;
  box-shadow: 0 -5px 4px rgb(135 135 135 / 30%), 0 5px 4px rgb(135 135 135 / 30%);
  text-align: center;
}

.doob-bz-home-branding__artboard > h2 {
  width: min(640px, 100%);
  margin-bottom: 17px;
}

.doob-bz-home-branding__intro {
  width: min(600px, 100%);
  margin: 0 auto 46px;
  font-size: 16px;
  line-height: 22px;
}

.doob-bz-home-branding__grid {
  display: grid;
  grid-template-columns: repeat(4, 230px);
  gap: 48px 70px;
  justify-content: center;
  margin-bottom: 30px;
}

.doob-bz-home-branding__grid article { min-width: 0; }

.doob-bz-home-branding__grid img {
  width: 230px;
  height: 230px;
  margin: 0 auto 24px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  object-fit: cover;
}

.doob-bz-home-branding__grid h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 28px;
}

.doob-bz-home-branding__grid p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.doob-bz-home-branding .doob-bz-home-button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/* Contact record: controlled-flow; icon art retains three source sizes. */
.doob-bz-home-contact {
  padding-top: 15px;
  background: #fff;
  text-align: center;
}

.doob-bz-home-contact__artboard {
  height: 881px;
  padding: 34px 24px 35px;
}

.doob-bz-home-contact__artboard > h2 {
  width: min(480px, 100%);
  margin-bottom: 15px;
  line-height: 46px;
}

.doob-bz-home-contact__intro {
  width: min(528px, 100%);
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 22px;
}

.doob-bz-home-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 228px);
  gap: 80px;
  justify-content: center;
  margin-bottom: 40px;
}

.doob-bz-home-contact__grid article a {
  display: grid;
  grid-template-rows: 80px auto;
  justify-items: center;
  color: inherit;
  text-decoration: none;
}

.doob-bz-home-contact__grid img {
  align-self: end;
  margin-bottom: 0;
  object-fit: contain;
  opacity: 0.6;
}

.doob-bz-home-contact__grid article:nth-child(1) img { width: 80px; height: 80px; }
.doob-bz-home-contact__grid article:nth-child(2) img { width: 75px; height: 75px; }
.doob-bz-home-contact__grid article:nth-child(3) img { width: 70px; height: 70px; }
.doob-bz-home-contact__grid article a > div { padding-top: 22px; }

.doob-bz-home-contact__grid h3 {
  margin: 0 0 7px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-transform: none;
}

.doob-bz-home-contact__grid p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.doob-bz-home-contact__form-title {
  margin: 0 0 37px;
  font-size: 34px;
  line-height: 39px;
}

.doob-bz-home-form {
  position: relative;
  display: grid;
  width: min(560px, 100%);
  gap: 20px;
  margin: 0 auto;
}

.doob-bz-home-form input,
.doob-bz-home-form button {
  width: 100%;
  height: 56px;
  border-radius: 15px;
}

.doob-bz-home-form input {
  padding: 0 22px;
  border: 1px solid #737373;
  color: #4d4d4d;
  background: #f7f7f7;
  font-size: 15px;
}

.doob-bz-home-form button {
  border: 0;
  color: #fff;
  background: #202738;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.doob-bz-home-form button:hover,
.doob-bz-home-form button:focus-visible { background: #374158; }

.doob-bz-home-honeypot {
  position: absolute;
  left: -10000px;
}

.doob-bz-home-form__status {
  padding: 12px 14px;
  border-radius: 8px;
  color: #174b25;
  background: #e6f5e9;
}

.doob-bz-home-form__status.is-error {
  color: #721c24;
  background: #f8d7da;
}

.doob-bz-home-main .doob-bz-home-contact__privacy {
  margin: 23px auto 0;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 300;
}

/* 960–1199: source screen 960. */
@media (max-width: 1199px) {
  .doob-bz-home-hero { height: max(500px, var(--doob-bz-home-hero-opening-height, 93svh)); }
  .doob-bz-home-hero__panel { width: 607px; height: 261px; }
  .doob-bz-home-hero__panel h1 { top: 40px; width: 521px; font-size: 31px; line-height: 43px; }
  .doob-bz-home-hero__panel p { top: 155px; width: 421px; font-size: 18px; line-height: 26px; }

  .doob-bz-home-benefits__artboard > h2,
  .doob-bz-home-product-types > h2,
  .doob-bz-home-clients > h2,
  .doob-bz-home-catalog-intro h2,
  .doob-bz-home-faq-intro h2,
  .doob-bz-home-branding__artboard > h2 { font-size: 36px; }

  .doob-bz-home-benefits__artboard > h2,
  .doob-bz-home-clients > h2,
  .doob-bz-home-catalog-intro h2,
  .doob-bz-home-faq-intro h2,
  .doob-bz-home-branding__artboard > h2 { line-height: 40px; }

  .doob-bz-home-benefits__artboard { height: 736px; }

  .doob-bz-home-product-types { height: 1367px; }
  .doob-bz-home-main--alcohol .doob-bz-home-product-types { height: 1317px; }
  .doob-bz-home-main--medal .doob-bz-home-product-types { height: 917px; }
  .doob-bz-home-product-types > h2 { line-height: 41px; }
  .doob-bz-home-product-types__grid { column-gap: 42px; }

  .doob-bz-home-product-type:nth-child(n) { left: 0; }

  .doob-bz-home-design { height: 577px; }
  .doob-bz-home-design > div { top: 33px; width: 441px; }
  .doob-bz-home-design h2 { width: 441px; margin-bottom: 22px; font-size: 36px; line-height: 40px; }
  .doob-bz-home-design p { width: 421px; }

  .doob-bz-home-catalog-intro__artboard { height: 183px; }
  .doob-bz-home-catalog-cta__artboard { height: 124px; padding-top: 40px; padding-bottom: 39px; }
  .doob-bz-home-branding__artboard { height: 666px; }
  .doob-bz-home-branding__grid { column-gap: 35px; }
  .doob-bz-home-branding .doob-bz-home-button { bottom: 50px; }

  .doob-bz-home-contact__artboard { height: 870px; padding-top: 36px; }
  .doob-bz-home-contact__artboard > h2 { width: min(507px, 100%); font-size: 35px; line-height: 41px; }
  .doob-bz-home-contact__intro { width: min(464px, 100%); font-size: 15px; }
  .doob-bz-home-contact__grid h3 { font-size: 25px; line-height: 29px; }
  .doob-bz-home-contact__form-title { font-size: 31px; line-height: 36px; }
}

/* 640–959: source screen 640. */
@media (max-width: 959px) {
  .doob-bz-home-hero { height: max(630px, var(--doob-bz-home-hero-opening-height, 93svh)); }
  .doob-bz-home-hero__cta-wrap { left: 50%; }
  .doob-bz-home-hero__panel { width: 607px; height: 211px; }
  .doob-bz-home-hero__panel h1 { top: 18px; width: 421px; font-size: 26px; line-height: 39px; }
  .doob-bz-home-hero__panel p { top: 113px; width: 421px; font-size: 17px; line-height: 25px; }

  .doob-bz-home-intro__artboard { padding: 64px 24px 48px; }
  .doob-bz-home-intro h2 { font-size: 32px; line-height: 36px; }
  .doob-bz-home-intro__ready { margin-top: 48px; }
  .doob-bz-home-intro__ready h3 { font-size: 28px; line-height: 36px; }

  .doob-bz-home-benefits__artboard {
    position: relative;
    height: 1027px;
    padding: 0;
  }

  .doob-bz-home-benefits__artboard > h2 {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 50%;
    width: 364px;
    margin: 0;
    transform: translateX(-50%);
  }

  .doob-bz-home-benefits__grid {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 640px;
    height: 1027px;
    transform: translateX(-50%);
  }

  .doob-bz-home-benefit {
    position: static;
    display: block;
  }

  .doob-bz-home-benefit img,
  .doob-bz-home-benefit h3,
  .doob-bz-home-benefit p {
    position: absolute;
    margin: 0;
  }

  .doob-bz-home-benefit img {
    left: 52px;
    width: 110px;
    height: 110px;
  }

  .doob-bz-home-benefit h3 {
    left: 200px;
    font-size: 20px;
    line-height: 22px;
  }

  .doob-bz-home-benefit p {
    left: 200px;
    font-size: 16px;
    line-height: 22px;
  }

  .doob-bz-home-benefit:nth-child(1) img,
  .doob-bz-home-benefit:nth-child(1) h3 { top: 109px; }
  .doob-bz-home-benefit:nth-child(1) p { top: 164px; }
  .doob-bz-home-benefit:nth-child(2) img,
  .doob-bz-home-benefit:nth-child(2) h3 { top: 546px; }
  .doob-bz-home-benefit:nth-child(2) p { top: 601px; }
  .doob-bz-home-benefit:nth-child(3) img,
  .doob-bz-home-benefit:nth-child(3) h3 { top: 253px; }
  .doob-bz-home-benefit:nth-child(3) p { top: 309px; }
  .doob-bz-home-benefit:nth-child(4) img,
  .doob-bz-home-benefit:nth-child(4) h3 { top: 711px; }
  .doob-bz-home-benefit:nth-child(4) p { top: 767px; }
  .doob-bz-home-benefit:nth-child(5) img,
  .doob-bz-home-benefit:nth-child(5) h3 { top: 399px; }
  .doob-bz-home-benefit:nth-child(5) p { top: 455px; }
  .doob-bz-home-benefit:nth-child(6) img,
  .doob-bz-home-benefit:nth-child(6) h3 { top: 857px; }
  .doob-bz-home-benefit:nth-child(6) p { top: 913px; }

  .doob-bz-home-benefit:nth-child(1) h3 { width: 235px; }
  .doob-bz-home-benefit:nth-child(1) p { width: 319px; }
  .doob-bz-home-benefit:nth-child(2) h3 { width: 306px; }
  .doob-bz-home-benefit:nth-child(2) p { width: 384px; }
  .doob-bz-home-benefit:nth-child(3) h3 { width: 190px; }
  .doob-bz-home-benefit:nth-child(3) p { width: 337px; }
  .doob-bz-home-benefit:nth-child(4) h3 { width: 281px; }
  .doob-bz-home-benefit:nth-child(4) p { width: 403px; }
  .doob-bz-home-benefit:nth-child(5),
  .doob-bz-home-benefit:nth-child(6) { top: 0; }
  .doob-bz-home-benefit:nth-child(5) h3 { width: 223px; }
  .doob-bz-home-benefit:nth-child(5) p { width: 315px; }
  .doob-bz-home-benefit:nth-child(6) h3 { width: 277px; }
  .doob-bz-home-benefit:nth-child(6) p { width: 325px; }

  .doob-bz-home-product-types { height: 1009px; padding: 24px 0 30px; }
  .doob-bz-home-main--alcohol .doob-bz-home-product-types { height: 979px; }
  .doob-bz-home-main--medal .doob-bz-home-product-types { height: 689px; }
  .doob-bz-home-product-types > h2 { width: min(392px, 100%); margin-bottom: 38px; }
  .doob-bz-home-product-types__grid { grid-template-columns: repeat(3, 200px); gap: 39px 20px; }
  .doob-bz-home-product-type img { width: 200px; height: 200px; }
  .doob-bz-home-product-type h3 { margin-top: 28px; font-size: 18px; }

  .doob-bz-home-design { height: 508px; }
  .doob-bz-home-design > div { top: 23px; width: 441px; }
  .doob-bz-home-design h2 { width: 441px; margin-bottom: 21px; }
  .doob-bz-home-design p { width: 412px; }

  .doob-bz-home-catalog-intro__artboard { height: 172px; padding-top: 24px; }
  .doob-bz-home-catalog-intro h2 { margin-bottom: 17px; }
  .doob-bz-home-faq-intro { padding-top: 48px; padding-bottom: 48px; }
  .doob-bz-home-faq-intro__card { width: min(620px, 100%); }

  .doob-bz-home-branding__artboard { height: 987px; }
  .doob-bz-home-branding__grid { grid-template-columns: repeat(2, 200px); gap: 60px 65px; }
  .doob-bz-home-branding__grid img { width: 200px; height: 200px; }
  .doob-bz-home-branding .doob-bz-home-button { bottom: 50px; }

  .doob-bz-home-contact__artboard { height: 886px; padding-top: 34px; }
  .doob-bz-home-contact__artboard > h2 { width: min(440px, 100%); }
  .doob-bz-home-contact__intro { width: min(384px, 100%); margin-bottom: 34px; font-size: 13px; line-height: 18px; }
  .doob-bz-home-contact__grid { grid-template-columns: repeat(3, 165px); gap: 28px; }
  .doob-bz-home-contact__grid h3 { font-size: 22px; }
  .doob-bz-home-contact__form-title { font-size: 32px; }
}

/* Compact typography and control spacing includes the passport boundary at 640px. */
@media (max-width: 640px) {
  .doob-bz-home-hero__cta-wrap {
    width: min(280px, calc(100% - 48px));
  }

  .doob-bz-home-hero__cta {
    width: 100%;
    padding-inline: 20px;
    white-space: nowrap;
  }

  .doob-bz-home-catalog-cta .doob-bz-home-button {
    width: min(280px, 100%);
    padding-inline: 16px;
  }

  .doob-bz-home-intro__artboard { padding: 48px 24px 32px; }
  .doob-bz-home-intro h2 { margin-bottom: 24px; font-size: 26px; line-height: 30px; }
  .doob-bz-home-intro p { width: calc(100% - 16px); font-size: 14px; line-height: 19.6px; }
  .doob-bz-home-intro__ready { margin-top: 40px; padding: 24px; }
  .doob-bz-home-intro__ready h3 { margin-bottom: 24px; font-size: 24px; line-height: 32px; }

  .doob-bz-home-faq-intro { padding: 32px 24px; }
  .doob-bz-home-faq-intro__card { padding: 24px; }
  .doob-bz-home-faq-intro h2 { margin-bottom: 24px; font-size: 26px; line-height: 30px; }
  .doob-bz-home-faq-intro p { margin-bottom: 24px; font-size: 14px; line-height: 19.6px; }
}

/* 480–639: source screen 480. */
@media (max-width: 639px) {
  .doob-bz-home-hero { height: max(700px, var(--doob-bz-home-hero-opening-height, 93svh)); }
  .doob-bz-home-hero::after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 33px;
    left: 0;
    height: 60px;
    background: rgb(0 0 0 / 55%);
    content: "";
  }
  .doob-bz-home-hero__slides { inset: 8px; border-radius: 30px; }
  .doob-bz-home-hero__panel {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
    transform: none;
  }
  .doob-bz-home-hero__panel::before {
    position: absolute;
    top: calc(50% - 324px);
    right: 0;
    left: 0;
    height: 120px;
    background: rgb(0 0 0 / 55%);
    content: "";
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .doob-bz-home-hero__panel h1 { top: calc(50% - 311px); width: 407px; font-size: 28px; line-height: 31px; }
  .doob-bz-home-hero__panel p { display: none; }
  .doob-bz-home-hero__arrow { top: 50%; }
  .doob-bz-home-hero__arrow--prev { left: 26px; }
  .doob-bz-home-hero__arrow--next { right: 26px; }
  .doob-bz-home-hero__cta-wrap { top: auto; bottom: 43px; height: 40px; }

  .doob-bz-home-benefits__artboard { height: 1010px; }
  .doob-bz-home-benefits__artboard > h2 { width: 300px; font-size: 28px; line-height: 31px; }
  .doob-bz-home-benefits__grid { width: 480px; height: 1010px; }
  .doob-bz-home-benefit img { left: 42px; width: 90px; height: 90px; }
  .doob-bz-home-benefit h3 { left: 153px; font-size: 18px; line-height: 20px; }
  .doob-bz-home-benefit p { left: 153px; font-size: 14px; line-height: 20px; }
  .doob-bz-home-benefit:nth-child(1) p { top: 161px; }
  .doob-bz-home-benefit:nth-child(2) p { top: 598px; }
  .doob-bz-home-benefit:nth-child(3) p { top: 306px; }
  .doob-bz-home-benefit:nth-child(4) p { top: 762px; }
  .doob-bz-home-benefit:nth-child(5) p { top: 451px; }
  .doob-bz-home-benefit:nth-child(6) p { top: 910px; }
  .doob-bz-home-benefit:nth-child(1) h3 { width: 161px; }
  .doob-bz-home-benefit:nth-child(1) p { width: 272px; }
  .doob-bz-home-benefit:nth-child(2) h3 { width: 238px; }
  .doob-bz-home-benefit:nth-child(2) p { width: 275px; }
  .doob-bz-home-benefit:nth-child(3) h3 { width: 163px; }
  .doob-bz-home-benefit:nth-child(3) p { width: 270px; }
  .doob-bz-home-benefit:nth-child(4) h3 { width: 244px; }
  .doob-bz-home-benefit:nth-child(4) p { width: 278px; }
  .doob-bz-home-benefit:nth-child(5) h3 { width: 163px; }
  .doob-bz-home-benefit:nth-child(5) p { width: 267px; }
  .doob-bz-home-benefit:nth-child(6) h3 { width: 194px; }
  .doob-bz-home-benefit:nth-child(6) p { width: 284px; }

  .doob-bz-home-product-types { height: 993px; padding-top: 26px; }
  .doob-bz-home-main--alcohol .doob-bz-home-product-types { height: 953px; }
  .doob-bz-home-main--medal .doob-bz-home-product-types { height: 663px; }
  .doob-bz-home-product-types > h2 { margin-bottom: 37px; font-size: 28px; line-height: 32px; }
  .doob-bz-home-product-types__grid { gap: 36px 10px; }
  .doob-bz-home-product-type h3 { min-height: 0; margin-top: 28px; font-size: 16px; }

  .doob-bz-home-design { height: 454px; }
  .doob-bz-home-design > div { top: 28px; width: 318px; }
  .doob-bz-home-design h2 { width: 318px; margin-bottom: 16px; font-size: 28px; line-height: 31px; }
  .doob-bz-home-design p { width: 314px; font-size: 14px; line-height: 20px; }

  .doob-bz-home-clients { height: 320px; padding-top: 35px; }
  .doob-bz-home-clients > h2 { width: min(297px, 100%); margin-bottom: 64px; font-size: 28px; line-height: 31px; }

  .doob-bz-home-catalog-intro__artboard { height: 163px; padding: 24px 24px 20px; }
  .doob-bz-home-catalog-intro h2 { width: min(412px, 100%); margin-bottom: 19px; font-size: 28px; line-height: 31px; }
  .doob-bz-home-catalog-intro p { width: min(433px, 100%); font-size: 14px; line-height: 20px; }
  .doob-bz-home-catalog { padding-bottom: 10px; }
  .doob-bz-home-catalog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .doob-bz-home-catalog-cta__artboard { height: 86px; padding: 14px 24px 27px; }

  .doob-bz-home-faq { width: calc(100% - 40px); padding: 15px 0 45px; }
  .doob-bz-home-faq > h2 { font-size: 30px; }
  .doob-bz-home-faq__item h3 button { font-size: 16px; }
  .doob-bz-home-faq__item > div { padding-right: 15px; }

  .doob-bz-home-branding__artboard { height: 940px; padding: 35px 10px 30px; }
  .doob-bz-home-branding__artboard > h2 { width: min(297px, 100%); margin-bottom: 21px; font-size: 28px; line-height: 31px; }
  .doob-bz-home-branding__intro { width: min(386px, 100%); margin-bottom: 40px; font-size: 14px; line-height: 20px; }
  .doob-bz-home-branding__grid { grid-template-columns: repeat(2, 180px); gap: 47px 50px; }
  .doob-bz-home-branding__grid img { width: 180px; height: 180px; margin-bottom: 31px; }
  .doob-bz-home-branding__grid h3 { font-size: 18px; }
  .doob-bz-home-branding__grid p { font-size: 14px; line-height: 20px; }
  .doob-bz-home-branding .doob-bz-home-button { bottom: 42px; }

  .doob-bz-home-contact__artboard { height: 878px; padding: 35px 10px 30px; }
  .doob-bz-home-contact__artboard > h2 { width: min(388px, 100%); margin-bottom: 19px; font-size: 30px; line-height: 35px; }
  .doob-bz-home-contact__intro { width: min(385px, 100%); margin-bottom: 39px; }
  .doob-bz-home-contact__grid { grid-template-columns: repeat(3, 126px); gap: 42px; margin-bottom: 39px; }
  .doob-bz-home-contact__grid h3 { font-size: 22px; line-height: 26px; }
  .doob-bz-home-contact__grid p { width: 228px; }
  .doob-bz-home-contact__form-title { width: min(341px, 100%); margin: 0 auto 21px; font-size: 27px; line-height: 32px; }
  .doob-bz-home-form { width: 400px; }
  .doob-bz-home-form input { height: 45px; }
  .doob-bz-home-form button { height: 50px; }
  .doob-bz-home-main .doob-bz-home-contact__privacy { width: min(460px, 100%); margin: 23px auto 0; }
}

/* 320–479: source screen 320. */
@media (max-width: 479px) {
  .doob-bz-home-hero { height: max(500px, var(--doob-bz-home-hero-opening-height, 93svh)); }
  .doob-bz-home-hero::after { bottom: 28px; }
  .doob-bz-home-hero__slides { inset: 9px 8px; }
  .doob-bz-home-hero__panel::before { top: 26px; height: 100px; }
  .doob-bz-home-hero__panel h1 { top: 38px; width: 313px; font-size: 24px; line-height: 26px; }
  .doob-bz-home-hero__cta-wrap { bottom: 38px; }

  .doob-bz-home-benefits__artboard { height: 1007px; }
  .doob-bz-home-benefits__grid { width: 320px; height: 1007px; }
  .doob-bz-home-benefit img { left: -13px; width: 80px; height: 80px; }
  .doob-bz-home-benefit h3 {
    left: calc(160px + var(--benefit-title-x) - var(--benefit-title-half));
    display: flex;
    width: var(--benefit-title-width);
    height: 40px;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
  }
  .doob-bz-home-benefit p {
    left: calc(160px + var(--benefit-copy-x) - var(--benefit-copy-half));
    width: var(--benefit-copy-width);
    font-size: 14px;
    line-height: 20px;
  }
  .doob-bz-home-benefit:nth-child(1) {
    --benefit-title-x: 4px;
    --benefit-title-width: 161px;
    --benefit-title-half: 80.5px;
    --benefit-copy-x: 44px;
    --benefit-copy-width: 241px;
    --benefit-copy-half: 120.5px;
  }
  .doob-bz-home-benefit:nth-child(2) {
    --benefit-title-x: 42px;
    --benefit-title-width: 238px;
    --benefit-title-half: 119px;
    --benefit-copy-x: 47px;
    --benefit-copy-width: 247px;
    --benefit-copy-half: 123.5px;
  }
  .doob-bz-home-benefit:nth-child(3) {
    --benefit-title-x: 5px;
    --benefit-title-width: 163px;
    --benefit-title-half: 81.5px;
    --benefit-copy-x: 50px;
    --benefit-copy-width: 254px;
    --benefit-copy-half: 127px;
  }
  .doob-bz-home-benefit:nth-child(4) {
    --benefit-title-x: 45px;
    --benefit-title-width: 244px;
    --benefit-title-half: 122px;
    --benefit-copy-x: 47px;
    --benefit-copy-width: 247px;
    --benefit-copy-half: 123.5px;
  }
  .doob-bz-home-benefit:nth-child(5) {
    --benefit-title-x: 5px;
    --benefit-title-width: 163px;
    --benefit-title-half: 81.5px;
    --benefit-copy-x: 41px;
    --benefit-copy-width: 236px;
    --benefit-copy-half: 118px;
  }
  .doob-bz-home-benefit:nth-child(6) {
    --benefit-title-x: 20px;
    --benefit-title-width: 194px;
    --benefit-title-half: 97px;
    --benefit-copy-x: 65px;
    --benefit-copy-width: 284px;
    --benefit-copy-half: 142px;
  }
  .doob-bz-home-benefit:nth-child(1) img,
  .doob-bz-home-benefit:nth-child(1) h3 { top: 99px; }
  .doob-bz-home-benefit:nth-child(1) p { top: 151px; width: var(--benefit-copy-width); }
  .doob-bz-home-benefit:nth-child(2) img,
  .doob-bz-home-benefit:nth-child(2) h3 { top: 544px; }
  .doob-bz-home-benefit:nth-child(2) p { top: 596px; width: var(--benefit-copy-width); }
  .doob-bz-home-benefit:nth-child(3) img,
  .doob-bz-home-benefit:nth-child(3) h3 { top: 255px; }
  .doob-bz-home-benefit:nth-child(3) p { top: 308px; width: var(--benefit-copy-width); }
  .doob-bz-home-benefit:nth-child(4) img,
  .doob-bz-home-benefit:nth-child(4) h3 { top: 718px; }
  .doob-bz-home-benefit:nth-child(4) p { top: 769px; width: var(--benefit-copy-width); }
  .doob-bz-home-benefit:nth-child(5) img,
  .doob-bz-home-benefit:nth-child(5) h3 { top: 410px; }
  .doob-bz-home-benefit:nth-child(5) p { top: 462px; width: var(--benefit-copy-width); }
  .doob-bz-home-benefit:nth-child(6) img,
  .doob-bz-home-benefit:nth-child(6) h3 { top: 854px; }
  .doob-bz-home-benefit:nth-child(6) p { top: 907px; width: var(--benefit-copy-width); }

  .doob-bz-home-product-types { height: 1094px; padding-top: 25px; }
  .doob-bz-home-main--alcohol .doob-bz-home-product-types { height: 1074px; }
  .doob-bz-home-main--medal .doob-bz-home-product-types { height: 834px; }
  .doob-bz-home-product-types > h2 { width: min(322px, 100%); margin-bottom: 39px; }
  .doob-bz-home-product-types__grid { grid-template-columns: repeat(2, 175px); gap: 28px 13px; }
  .doob-bz-home-product-type img { width: 175px; height: 175px; }
  .doob-bz-home-product-type h3 { margin-top: 13px; }
  .doob-bz-home-product-type:nth-child(9) { display: none; }

  .doob-bz-home-design { height: 441px; }
  .doob-bz-home-design > div { top: 30px; width: 333px; }
  .doob-bz-home-design h2 { width: 333px; margin-bottom: 12px; }
  .doob-bz-home-design p { width: 260px; }

  .doob-bz-home-clients { height: 300px; padding-top: 44px; padding-bottom: 30px; }
  .doob-bz-home-clients > h2 { width: min(281px, 100%); margin-bottom: 45px; }

  .doob-bz-home-catalog-intro__artboard { height: 172px; padding: 26px 0 24px; }
  .doob-bz-home-main--alcohol .doob-bz-home-catalog-intro__artboard { height: 182px; }
  .doob-bz-home-main--medal .doob-bz-home-catalog-intro__artboard { height: 212px; }
  .doob-bz-home-catalog-intro h2 { width: min(259px, 100%); margin-bottom: 11px; }
  .doob-bz-home-catalog-intro p { width: 320px; max-width: 100%; }
  .doob-bz-home-catalog { padding-bottom: 35px; }
  .doob-bz-home-catalog__grid { row-gap: 10px; }

  .doob-bz-home-branding__artboard { height: 796px; padding: 26px 0 46px; }
  .doob-bz-home-branding__artboard > h2 { width: min(281px, 100%); }
  .doob-bz-home-branding__intro { width: 290px; margin-bottom: 28px; }
  .doob-bz-home-branding__grid { grid-template-columns: repeat(2, 130px); column-gap: 29px; row-gap: 27px; margin-bottom: 25px; }
  .doob-bz-home-branding__grid img { width: 130px; height: 130px; margin-bottom: 16px; }
  .doob-bz-home-branding__grid h3 { margin-bottom: 10px; font-size: 16px; }
  .doob-bz-home-branding .doob-bz-home-button { bottom: 47px; }

  .doob-bz-home-contact__artboard { height: 992px; padding: 27px 0 34px; }
  .doob-bz-home-contact__artboard > h2 { left: 1px; width: 301px; max-width: none; font-size: 26px; line-height: 30px; }
  .doob-bz-home-contact__intro { width: 300px; margin-bottom: 23px; line-height: 18px; }
  .doob-bz-home-contact__grid {
    position: relative;
    top: -3px;
    left: 50%;
    display: grid;
    width: 320px;
    grid-template-columns: 1fr;
    gap: 45px;
    margin-bottom: 52px;
    transform: translateX(-50%);
  }
  .doob-bz-home-contact__grid article a {
    display: grid;
    grid-template-columns: 60px 155px;
    grid-template-rows: auto;
    justify-content: start;
    justify-items: start;
    gap: 27px;
    padding-left: 39px;
    text-align: left;
  }
  .doob-bz-home-contact__grid article a > div { padding-top: 0; }
  .doob-bz-home-contact__grid img { align-self: start; margin: 0; }
  .doob-bz-home-contact__grid article:nth-child(1) img { position: relative; top: 8px; width: 60px; height: 60px; }
  .doob-bz-home-contact__grid article:nth-child(2) img { position: relative; top: -2px; width: 50px; height: 50px; margin: 5px; }
  .doob-bz-home-contact__grid article:nth-child(3) img { position: relative; top: 1px; width: 55px; height: 55px; margin: 2px; }
  .doob-bz-home-contact__grid h3,
  .doob-bz-home-contact__grid p { width: max-content; }
  .doob-bz-home-contact__grid h3 { margin-top: 0; font-size: 20px; line-height: 23px; }
  .doob-bz-home-contact__grid article:nth-child(1) h3 { position: relative; top: 13px; width: 120px; }
  .doob-bz-home-contact__grid article:nth-child(1) p { position: relative; top: 12px; width: 155px; }
  .doob-bz-home-contact__grid article:nth-child(2) h3 { width: 144px; }
  .doob-bz-home-contact__grid article:nth-child(2) p { width: 148px; }
  .doob-bz-home-contact__grid article:nth-child(3) h3 { position: relative; top: 6px; width: 87px; }
  .doob-bz-home-contact__grid article:nth-child(3) p { position: relative; top: 5px; width: 125px; }
  .doob-bz-home-contact__form-title { position: relative; top: 1px; left: 1px; margin-bottom: 22px; font-size: 23px; line-height: 26px; }
  .doob-bz-home-form { left: -1px; width: 300px; }
  .doob-bz-home-form input { height: 45px; }
  .doob-bz-home-form button { height: 50px; }
  .doob-bz-home-main .doob-bz-home-contact__privacy {
    position: relative;
    top: 15px;
    left: 4px;
    width: 290px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 17px;
  }
}

/* Interaction and motion never own final layout geometry. */
.doob-bz-home-catalog__image { transition: transform 0.25s ease; }
.doob-bz-home-catalog__card:hover .doob-bz-home-catalog__image,
.doob-bz-home-catalog__card:focus-within .doob-bz-home-catalog__image { transform: scale(1.015); }

@keyframes doob-bz-home-clients {
  to { transform: translateX(-1700px); }
}

@keyframes doob-bz-home-faq-sheen {
  0%, 66.666% { transform: translate3d(0, -50%, 0) rotate(12deg); }
  100% { transform: translate3d(285px, -50%, 0) rotate(12deg); }
}

.doob-bz-reveal {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: var(--doob-bz-reveal-duration, 700ms);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

.doob-bz-home-button.doob-bz-reveal {
  transition-property: opacity, transform, background-color, color, border-color, box-shadow;
  transition-duration: var(--doob-bz-reveal-duration, 700ms), var(--doob-bz-reveal-duration, 700ms), 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1), cubic-bezier(0.19, 1, 0.22, 1), ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

.doob-bz-reveal--right { transform: translate3d(100px, 0, 0); }
.doob-bz-reveal--left { transform: translate3d(-100px, 0, 0); }
.doob-bz-reveal--up { transform: translate3d(0, 100px, 0); }
.doob-bz-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.doob-bz-static-qa .doob-bz-home-clients__track,
.doob-bz-static-qa .doob-bz-home-faq-intro__card::after { animation: none; }

@media (prefers-reduced-motion: reduce) {
  .doob-bz-home-clients__track,
  .doob-bz-home-faq-intro__card::after { animation: none; }

  .doob-bz-reveal {
    opacity: 1;
    transition: none;
  }

  .doob-bz-reveal { transform: none; }
}
