@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/open-sans-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("../fonts/open-sans-semibold.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("../fonts/open-sans-bold.woff2") format("woff2");
}

:root {
  --beyhla-orange: #ff751f;
  --beyhla-black: #000;
  --beyhla-dark: #1a1a1a;
  --beyhla-brown: #592a0d;
  --beyhla-grey: #676767;
  --beyhla-light: #e5e3e2;
  --beyhla-white: #fff;
  --beyhla-mint: #fcfff5;
  --beyhla-shell: 1650px;
  --beyhla-gutter: 30px;
  --beyhla-body-font: "Open Sans", Arial, sans-serif;
  --beyhla-heading-font: "TT Wellington", "Arial Black", "Open Sans", sans-serif;
  --beyhla-script-font: "Black Bones", "Brush Script MT", "Segoe Script", cursive;
}

html {
  scroll-behavior: smooth;
}

:where(body) {
  background: var(--beyhla-black);
  color: var(--beyhla-white);
  font-family: var(--beyhla-body-font);
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

:where(*, *::before, *::after) {
  box-sizing: border-box;
}

:where(a) {
  color: inherit;
}

:where(button, input, textarea, select) {
  font: inherit;
}

:where(img, picture, video, svg) {
  display: block;
  height: auto;
  max-width: 100%;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
}

:where(.wp-block-post-content) {
  margin: 0;
}

.beyhla-shell {
  margin-inline: auto;
  max-width: var(--beyhla-shell);
  width: calc(100% - 48px);
}

.beyhla-main {
  margin: 0;
  overflow: clip;
}

.beyhla-skip-link {
  background: var(--beyhla-white);
  color: var(--beyhla-black);
  left: 24px;
  padding: 12px 18px;
  position: fixed;
  top: -100px;
  z-index: 10000;
}

.beyhla-skip-link:focus {
  top: 16px;
}

.beyhla-header {
  background: var(--beyhla-dark);
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  min-height: 88px;
  position: relative;
  z-index: 100;
}

.beyhla-header__inner {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: auto 1fr auto;
  min-height: 88px;
}

.beyhla-logo {
  align-items: center;
  color: var(--beyhla-white);
  display: inline-flex;
  font-family: var(--beyhla-heading-font);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
}

.beyhla-logo__accent {
  color: var(--beyhla-orange);
}

.beyhla-header__nav {
  align-items: center;
  display: flex;
  gap: clamp(24px, 2.5vw, 48px);
}

.beyhla-header__nav a,
.beyhla-header__phone,
.beyhla-footer__legal a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.beyhla-header__nav a {
  position: relative;
}

.beyhla-header__nav a::after {
  background: var(--beyhla-orange);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.beyhla-header__nav a:hover::after,
.beyhla-header__nav a:focus-visible::after {
  transform: scaleX(1);
}

.beyhla-header__actions {
  align-items: center;
  display: flex;
  gap: 28px;
}

.beyhla-header__phone::before {
  color: var(--beyhla-orange);
  content: "☎";
  margin-right: 8px;
}

.beyhla-header__toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--beyhla-orange);
  color: var(--beyhla-white);
  cursor: pointer;
  display: none;
  gap: 10px;
  justify-self: end;
  padding: 9px 12px;
}

.beyhla-header__toggle-icon,
.beyhla-header__toggle-icon::before,
.beyhla-header__toggle-icon::after {
  background: currentcolor;
  display: block;
  height: 2px;
  transition: transform 180ms ease;
  width: 20px;
}

.beyhla-header__toggle-icon {
  position: relative;
}

.beyhla-header__toggle-icon::before,
.beyhla-header__toggle-icon::after {
  content: "";
  left: 0;
  position: absolute;
}

.beyhla-header__toggle-icon::before {
  top: -6px;
}

.beyhla-header__toggle-icon::after {
  top: 6px;
}

.beyhla-button {
  align-items: center;
  background: transparent;
  border: 2px solid var(--beyhla-orange);
  border-radius: 9px;
  color: var(--beyhla-orange);
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.035em;
  line-height: 1.25;
  min-height: 52px;
  padding: 13px 26px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.beyhla-button:hover,
.beyhla-button:focus-visible {
  background: linear-gradient(135deg, #363636, #5b5b5b);
  border-color: #777;
  color: var(--beyhla-white);
  transform: translateY(-2px);
}

.beyhla-button--small {
  font-size: 13px;
  min-height: 42px;
  padding: 9px 20px;
}

.beyhla-section {
  position: relative;
}

.beyhla-hero {
  background:
    radial-gradient(circle at 77% 48%, rgb(92 43 13 / 52%), transparent 31%),
    linear-gradient(90deg, #000 0 48%, #090503 66%, #000 100%);
  min-height: 820px;
  overflow: hidden;
}

.beyhla-hero::after {
  background: radial-gradient(circle, rgb(255 117 31 / 12%), transparent 68%);
  content: "";
  height: 680px;
  pointer-events: none;
  position: absolute;
  right: -80px;
  top: 80px;
  width: 850px;
}

.beyhla-hero__layout {
  align-content: center;
  display: grid;
  gap: 54px var(--beyhla-gutter);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: 820px;
  padding-block: 76px 58px;
  position: relative;
  z-index: 1;
}

.beyhla-hero__content {
  align-self: center;
  grid-column: 1 / span 5;
  max-width: 650px;
}

.beyhla-eyebrow {
  align-items: center;
  color: #d68a5a;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 18px;
  letter-spacing: 0.22em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.beyhla-eyebrow::before {
  background: var(--beyhla-orange);
  content: "";
  height: 1px;
  width: 56px;
}

.beyhla-hero__title {
  color: var(--beyhla-white);
  font-family: var(--beyhla-script-font);
  font-size: clamp(64px, 5.6vw, 108px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
  margin: 0;
}

.beyhla-hero__title-main,
.beyhla-hero__title-accent {
  display: block;
}

.beyhla-hero__title-accent {
  color: var(--beyhla-orange);
  font-size: 1em;
  line-height: 0.94;
  margin-top: 12px;
}

.beyhla-hero__lead {
  font-family: var(--beyhla-heading-font);
  font-size: clamp(20px, 1.6vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  margin: 26px 0 34px;
}

.beyhla-hero__visual {
  align-self: stretch;
  grid-column: 6 / -1;
  min-height: 490px;
  overflow: hidden;
  position: relative;
}

.beyhla-hero.has-no-media .beyhla-hero__content {
  grid-column: 1 / span 7;
}

.beyhla-hero.has-no-media .beyhla-hero__stats {
  grid-column: 1 / -1;
}

.beyhla-hero__visual.has-image::after,
.beyhla-hero__visual.has-design-fallback::after {
  background: linear-gradient(90deg, #000 0%, transparent 35%), linear-gradient(0deg, rgb(0 0 0 / 18%), transparent 50%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.beyhla-hero__visual picture,
.beyhla-hero__image {
  height: 100%;
  width: 100%;
}

.beyhla-hero__image {
  object-fit: cover;
  object-position: center 32%;
}

.beyhla-hero__visual-glow {
  background:
    radial-gradient(ellipse at 58% 42%, rgb(112 70 48 / 78%) 0 7%, rgb(62 36 23 / 72%) 22%, transparent 54%),
    radial-gradient(circle at 72% 50%, rgb(255 117 31 / 16%), transparent 40%);
  filter: blur(2px);
  inset: 0;
  position: absolute;
}

.beyhla-hero__stats {
  align-items: start;
  display: grid;
  gap: 0;
  grid-column: 7 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: -8px 0 0;
  padding: 0;
}

.beyhla-stat {
  border-left: 1px solid rgb(255 255 255 / 30%);
  min-height: 104px;
  padding: 0 34px;
}

.beyhla-stat:first-child {
  border-left: 0;
  padding-left: 0;
}

.beyhla-stat__number {
  display: block;
  font-size: clamp(48px, 4.4vw, 84px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
}

.beyhla-stat__suffix {
  color: var(--beyhla-orange);
  font-family: var(--beyhla-script-font);
  font-size: 0.46em;
  font-weight: 400;
  margin-left: 5px;
  vertical-align: top;
}

.beyhla-stat__label {
  display: block;
  font-size: 13px;
  margin-top: 8px;
}

.beyhla-service-ticker {
  background: var(--beyhla-orange);
  color: var(--beyhla-black);
  min-height: 120px;
  overflow: hidden;
}

.beyhla-service-ticker__track {
  animation: beyhla-ticker 34s linear infinite;
  display: flex;
  min-height: 120px;
  width: max-content;
}

.beyhla-service-ticker__list {
  align-items: center;
  display: flex;
  flex: none;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.beyhla-service-ticker__list li {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  max-width: 230px;
  min-height: 120px;
  padding-inline: 38px;
  white-space: nowrap;
}

.beyhla-service-ticker__list li::after {
  background: rgb(89 42 13 / 42%);
  content: "";
  height: 12px;
  margin-left: 42px;
  transform: rotate(45deg);
  width: 12px;
}

@keyframes beyhla-ticker {
  to {
    transform: translateX(-50%);
  }
}

.beyhla-script-heading,
.beyhla-display-heading {
  font-family: var(--beyhla-heading-font);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0;
}

.beyhla-script-heading {
  font-family: var(--beyhla-script-font);
  font-size: clamp(64px, 5.8vw, 112px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.beyhla-script-heading > span {
  display: block;
}

.beyhla-script-heading .is-accent {
  color: var(--beyhla-orange);
  font-size: 1em;
  line-height: 0.92;
}

.beyhla-display-heading {
  font-size: clamp(48px, 4.5vw, 84px);
}

.beyhla-richtext {
  color: rgb(255 255 255 / 72%);
  max-width: 680px;
}

.beyhla-richtext > :first-child {
  margin-top: 0;
}

.beyhla-richtext > :last-child {
  margin-bottom: 0;
}

.beyhla-eyebrow--dark {
  color: var(--beyhla-brown);
}

.beyhla-product {
  background:
    radial-gradient(circle at 80% 48%, rgb(89 42 13 / 48%), transparent 32%),
    var(--beyhla-black);
  min-height: 1165px;
  overflow: hidden;
}

.beyhla-product__layout {
  align-items: center;
  display: grid;
  gap: 170px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 530px);
  min-height: 1165px;
  padding: 104px 140px 104px 0;
}

.beyhla-product__content {
  max-width: 790px;
}

.beyhla-product__text {
  font-size: clamp(18px, 1.35vw, 24px);
  margin-top: 38px;
}

.beyhla-product__benefits {
  display: grid;
  gap: 0 45px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 62px 0 54px;
  padding: 0;
}

.beyhla-product__benefits li {
  border-top: 1px solid rgb(255 255 255 / 18%);
  display: grid;
  gap: 5px 16px;
  grid-template-columns: 42px 1fr;
  min-height: 126px;
  padding: 22px 0;
}

.beyhla-product__benefits li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: calc(50% - 19px);
}

.beyhla-line-icon {
  align-items: center;
  border: 1px solid var(--beyhla-orange);
  border-radius: 50%;
  color: var(--beyhla-orange);
  display: inline-flex;
  font-size: 12px;
  grid-row: 1 / span 2;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.beyhla-product__benefits strong,
.beyhla-process__steps strong,
.beyhla-results__stats strong {
  font-family: var(--beyhla-heading-font);
  font-size: 18px;
  line-height: 1.25;
}

.beyhla-product__benefits li > span:last-child,
.beyhla-process__steps p,
.beyhla-results__stats li > span:last-child {
  color: rgb(255 255 255 / 55%);
  font-size: 14px;
  line-height: 1.5;
}

.beyhla-product__media {
  justify-self: end;
  max-width: 530px;
  position: relative;
  width: 100%;
}

.beyhla-product__image-frame {
  aspect-ratio: 530 / 794;
  background: linear-gradient(145deg, #ff8438, #9f4210 55%, #351307);
  border-radius: 2px;
  box-shadow: 0 38px 90px rgb(0 0 0 / 48%);
  overflow: hidden;
  padding: 9%;
  position: relative;
  transform: rotate(1.5deg);
}

.beyhla-product__image-frame::before {
  border: 1px solid rgb(255 255 255 / 32%);
  content: "";
  inset: 9%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.beyhla-product__image,
.beyhla-results__image,
.beyhla-process__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.beyhla-product__image-frame picture,
.beyhla-results__media picture {
  height: 100%;
  width: 100%;
}

.beyhla-product__placeholder {
  align-items: center;
  background:
    linear-gradient(165deg, transparent 42%, rgb(0 0 0 / 50%)),
    radial-gradient(circle at 62% 30%, #fbb083, transparent 25%),
    #6a2c0e;
  color: var(--beyhla-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 11%;
  text-align: center;
}

.beyhla-product__placeholder span {
  font-family: var(--beyhla-heading-font);
  font-size: clamp(38px, 4vw, 72px);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.beyhla-product__placeholder small {
  color: var(--beyhla-orange);
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.beyhla-product__caption {
  color: var(--beyhla-orange);
  font-family: var(--beyhla-script-font);
  font-size: clamp(30px, 2.6vw, 50px);
  line-height: 1.06;
  margin: -18px 0 0 -58px;
  position: relative;
  transform: rotate(-4deg);
  width: 90%;
  z-index: 3;
}

.beyhla-results {
  background: var(--beyhla-light);
  color: var(--beyhla-black);
  min-height: 1370px;
}

.beyhla-results > .beyhla-shell {
  padding-block: 110px 128px;
}

.beyhla-results__header {
  margin: 0 auto 78px;
  max-width: 1040px;
  text-align: center;
}

.beyhla-results__header .beyhla-eyebrow {
  justify-content: center;
}

.beyhla-results__header .beyhla-richtext {
  color: rgb(0 0 0 / 66%);
  font-size: clamp(18px, 1.35vw, 24px);
  margin: 34px auto 0;
}

.beyhla-results__layout {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 610px) minmax(330px, 380px);
  justify-content: center;
  margin-inline: auto;
  max-width: 1088px;
}

.beyhla-results__media {
  background: linear-gradient(145deg, #7b716e, #d8cec8);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.beyhla-results__placeholder {
  align-items: flex-end;
  background:
    linear-gradient(0deg, rgb(46 21 9 / 72%), transparent 58%),
    radial-gradient(circle at 50% 28%, #e8d1c3 0 9%, transparent 10%),
    linear-gradient(135deg, #8e817a, #cdb9ae 48%, #5e4b40);
  display: flex;
  gap: 5%;
  height: 100%;
  justify-content: center;
  padding: 9%;
}

.beyhla-results__placeholder span {
  background: linear-gradient(#2d231f, #090706);
  border-radius: 45% 45% 8% 8%;
  height: 48%;
  width: 20%;
}

.beyhla-results__placeholder span:nth-child(2) {
  height: 60%;
}

.beyhla-results__stats {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.beyhla-results__stats li {
  background: var(--beyhla-white);
  border: 1px solid rgb(255 117 31 / 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 30px 34px;
}

.beyhla-results__stats li:first-child {
  background: var(--beyhla-white);
}

.beyhla-results__value {
  color: var(--beyhla-orange);
  font-family: var(--beyhla-body-font);
  font-size: clamp(52px, 4vw, 76px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin-bottom: 26px;
}

.beyhla-results__value em {
  color: var(--beyhla-black);
  font-family: var(--beyhla-script-font);
  font-size: 0.5em;
  font-style: normal;
  font-weight: 400;
  margin-left: 6px;
}

.beyhla-results__stats li > span:last-child {
  color: rgb(0 0 0 / 55%);
  margin-top: 8px;
}

.beyhla-process {
  background:
    radial-gradient(circle at 62% 38%, rgb(89 42 13 / 32%), transparent 28%),
    var(--beyhla-dark);
  min-height: 980px;
  overflow: hidden;
}

.beyhla-process__layout {
  display: grid;
  gap: 72px 100px;
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1.24fr);
  padding-block: 100px;
}

.beyhla-process__content {
  align-self: center;
}

.beyhla-process__content .beyhla-richtext {
  font-size: 18px;
  margin-top: 34px;
}

.beyhla-process__media {
  min-height: 430px;
  overflow: visible;
  padding: 0;
}

.beyhla-process__ui {
  height: 100%;
  position: relative;
}

.beyhla-process__ui::before {
  background: radial-gradient(circle, rgb(255 117 31 / 16%), transparent 68%);
  content: "";
  inset: -20%;
  position: absolute;
}

.beyhla-process__ui picture {
  border: 1px solid rgb(255 117 31 / 32%);
  box-shadow: 0 28px 70px rgb(0 0 0 / 48%);
  height: 88%;
  overflow: hidden;
  position: absolute;
  width: 58%;
}

.beyhla-process__ui picture:first-child {
  left: 0;
  top: 8%;
  z-index: 2;
}

.beyhla-process__ui picture:last-child {
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.beyhla-process__ui img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.beyhla-process__steps {
  display: grid;
  gap: 0;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.beyhla-process__steps li {
  border-left: 0;
  border-top: 1px solid rgb(255 255 255 / 18%);
  display: grid;
  gap: 24px;
  grid-template-columns: 48px 1fr;
  min-height: 170px;
  padding: 30px;
}

.beyhla-process__steps li:first-child {
  padding-left: 0;
}

.beyhla-process__number {
  color: var(--beyhla-orange);
  font-family: var(--beyhla-body-font);
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  position: relative;
  text-align: center;
  width: 38px;
  z-index: 1;
}

.beyhla-process__number::before {
  border: 1px solid var(--beyhla-orange);
  content: "";
  inset: 4px;
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}

.beyhla-process__steps p {
  margin: 12px 0 0;
}

.beyhla-eyebrow--centered {
  color: var(--beyhla-black);
  justify-content: center;
}

.beyhla-eyebrow--centered::after {
  background: var(--beyhla-black);
  content: "";
  height: 1px;
  width: 56px;
}

.beyhla-eyebrow--centered::before {
  background: var(--beyhla-black);
}

.beyhla-focus {
  background: var(--beyhla-orange);
  color: var(--beyhla-black);
  min-height: 860px;
}

.beyhla-focus > .beyhla-shell {
  padding-block: 104px;
}

.beyhla-focus__header {
  margin: 0 auto 50px;
  max-width: 1133px;
  text-align: center;
}

.beyhla-focus__heading,
.beyhla-social-system__heading {
  font-family: var(--beyhla-heading-font);
  font-size: clamp(52px, 4.3vw, 75px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.beyhla-focus__heading span {
  display: block;
}

.beyhla-focus__heading span:first-child {
  color: var(--beyhla-white);
}

.beyhla-focus__header .beyhla-richtext {
  color: var(--beyhla-black);
  margin: 36px auto 0;
  max-width: 810px;
}

.beyhla-focus__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 1370px;
  padding: 0;
}

.beyhla-focus__cards li {
  background: var(--beyhla-black);
  border-radius: 10px;
  color: var(--beyhla-white);
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 25px;
}

.beyhla-focus__icon {
  border: 2px solid var(--beyhla-orange);
  border-radius: 5px;
  height: 42px;
  margin-bottom: 20px;
  position: relative;
  width: 42px;
}

.beyhla-focus__icon::before,
.beyhla-focus__icon::after {
  border: 2px solid var(--beyhla-orange);
  content: "";
  inset: 9px;
  position: absolute;
}

.beyhla-focus__icon::after {
  border-width: 0 2px 2px 0;
  inset: 13px;
  transform: rotate(-45deg);
}

.beyhla-focus__cards strong {
  font-size: 18px;
  line-height: 1.5;
}

.beyhla-focus__cards li > span:last-child {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
}

.beyhla-social-system {
  background:
    radial-gradient(circle at 77% 50%, rgb(89 42 13 / 28%), transparent 30%),
    var(--beyhla-black);
  min-height: 948px;
  overflow: hidden;
}

.beyhla-social-system__layout {
  display: grid;
  gap: 8%;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  min-height: 948px;
  padding-block: 104px;
}

.beyhla-social-system__content {
  align-self: center;
  max-width: 812px;
}

.beyhla-social-system__heading span {
  display: block;
}

.beyhla-social-system__heading span:last-child {
  color: var(--beyhla-orange);
}

.beyhla-social-system__content .beyhla-richtext {
  margin-top: 18px;
}

.beyhla-social-system__statement {
  color: var(--beyhla-orange);
  font-family: var(--beyhla-heading-font);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 800;
  line-height: 1.5;
  margin: 54px 0 54px 34%;
  max-width: 530px;
}

.beyhla-social-system__media {
  align-self: center;
  aspect-ratio: 0.93;
  max-width: 670px;
  position: relative;
}

.beyhla-social-system__image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.beyhla-social-system__orbit {
  align-items: center;
  border: 1px solid var(--beyhla-white);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  inset: 9% 4%;
  justify-content: center;
  position: absolute;
}

.beyhla-social-system__orbit strong {
  color: rgb(255 255 255 / 12%);
  font-size: clamp(180px, 18vw, 300px);
  letter-spacing: -0.1em;
  line-height: 0.8;
}

.beyhla-social-system__orbit em {
  color: var(--beyhla-orange);
  font-family: var(--beyhla-script-font);
  font-size: clamp(70px, 7vw, 128px);
  font-style: normal;
  margin: -30% -40% 0 0;
  transform: rotate(-10deg);
  z-index: 2;
}

.beyhla-social-system__orbit > span {
  color: var(--beyhla-light);
  font-size: 13px;
  letter-spacing: 0.22em;
  margin-top: 5%;
  text-transform: uppercase;
}

.beyhla-social-system__orbit i {
  background: #333;
  border: 1px solid #666;
  border-radius: 12px;
  height: 30%;
  position: absolute;
  width: 18%;
}

.beyhla-social-system__orbit i::before,
.beyhla-social-system__orbit i::after {
  background: var(--beyhla-orange);
  content: "";
  height: 3px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 14%;
}

.beyhla-social-system__orbit i::after {
  top: 70%;
}

.beyhla-social-system__orbit i:nth-of-type(1) {
  left: -5%;
  top: 2%;
}

.beyhla-social-system__orbit i:nth-of-type(2) {
  right: -2%;
  top: -7%;
}

.beyhla-social-system__orbit i:nth-of-type(3) {
  bottom: -2%;
  left: 5%;
}

.beyhla-google {
  background: var(--beyhla-light);
  color: var(--beyhla-black);
  min-height: 437px;
  overflow: hidden;
}

.beyhla-google__layout {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.15fr) minmax(460px, 0.85fr);
  min-height: 437px;
}

.beyhla-google__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.beyhla-google__cards li {
  background: var(--beyhla-orange);
  color: var(--beyhla-white);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 28px 22px;
}

.beyhla-google__icon {
  border: 2px solid var(--beyhla-white);
  border-radius: 50%;
  height: 54px;
  margin-bottom: auto;
  position: relative;
  width: 54px;
}

.beyhla-google__icon::before {
  border: 2px solid var(--beyhla-white);
  content: "";
  inset: 14px;
  position: absolute;
  transform: rotate(45deg);
}

.beyhla-google__cards strong {
  font-size: 18px;
  line-height: 1.5;
}

.beyhla-google__cards li > span:last-child {
  color: rgb(255 255 255 / 82%);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
}

.beyhla-google__header h2,
.beyhla-about__header h2,
.beyhla-contact-cta h2 {
  font-family: var(--beyhla-heading-font);
  font-size: clamp(52px, 4.3vw, 75px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.beyhla-google__header h2 .is-accent,
.beyhla-results__header h2 .is-accent {
  color: var(--beyhla-orange);
}

.beyhla-google__header h2 .is-accent {
  display: block;
}

.beyhla-about {
  background:
    radial-gradient(circle at 25% 67%, rgb(89 42 13 / 42%), transparent 28%),
    var(--beyhla-black);
  min-height: 1101px;
  overflow: hidden;
}

.beyhla-about > .beyhla-shell {
  padding-block: 104px;
}

.beyhla-about__header {
  margin: 0 auto 64px;
  max-width: 1133px;
  text-align: center;
}

.beyhla-eyebrow--center-light {
  justify-content: center;
}

.beyhla-eyebrow--center-light::after {
  background: var(--beyhla-orange);
  content: "";
  height: 1px;
  width: 56px;
}

.beyhla-about__layout {
  display: grid;
  gap: 110px;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
}

.beyhla-about__media {
  background: linear-gradient(145deg, #7e3e1b, #1f100a 70%);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.beyhla-about__media picture {
  height: 100%;
  width: 100%;
}

.beyhla-about__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.beyhla-about__content {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.beyhla-about__intro > strong {
  color: var(--beyhla-orange);
  display: block;
  font-family: var(--beyhla-script-font);
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  margin: -10px 0 20px 40%;
  transform: rotate(-8deg);
}

.beyhla-about blockquote {
  align-self: end;
  border-top: 1px solid rgb(255 255 255 / 22%);
  font-family: var(--beyhla-heading-font);
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  padding-top: 36px;
}

.beyhla-about__values {
  grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.beyhla-about__values li {
  align-items: center;
  border-top: 1px solid rgb(255 255 255 / 22%);
  display: grid;
  gap: 30px;
  grid-template-columns: 58px 1fr;
  min-height: 105px;
}

.beyhla-about__values li > span {
  border: 1px solid var(--beyhla-orange);
  border-radius: 50%;
  height: 54px;
  position: relative;
  width: 54px;
}

.beyhla-about__values li > span::before {
  background: var(--beyhla-orange);
  content: "";
  height: 1px;
  left: 13px;
  position: absolute;
  top: 26px;
  width: 26px;
}

.beyhla-collaboration {
  background: var(--beyhla-light);
  color: var(--beyhla-black);
  min-height: 871px;
  overflow: hidden;
}

.beyhla-collaboration__layout {
  display: grid;
  gap: 46px 30px;
  grid-template-columns: minmax(470px, 0.78fr) minmax(680px, 1.22fr);
  padding-block: 104px;
}

.beyhla-collaboration__content h2 {
  font-family: var(--beyhla-script-font);
  font-size: clamp(64px, 5.6vw, 108px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0;
  text-transform: none;
}

.beyhla-collaboration__content h2 span {
  display: block;
}

.beyhla-collaboration__content h2 span:last-child {
  color: var(--beyhla-orange);
}

.beyhla-collaboration__content .beyhla-richtext {
  color: rgb(0 0 0 / 70%);
  margin-top: 40px;
}

.beyhla-collaboration .beyhla-eyebrow {
  color: var(--beyhla-brown);
}

.beyhla-collaboration__media {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 360px;
  position: relative;
}

.beyhla-collaboration__media > div {
  aspect-ratio: 1.78;
  background: linear-gradient(145deg, #7f3f1a, #1e1612);
  overflow: hidden;
}

.beyhla-collaboration__media > div:nth-child(2) {
  transform: translateY(70px);
}

.beyhla-collaboration__media::after {
  background: var(--beyhla-black);
  box-shadow: 0 26px 70px rgb(0 0 0 / 24%);
  content: "";
  height: 62%;
  left: 50%;
  position: absolute;
  top: 5%;
  transform: translateX(-50%);
  width: 43%;
  z-index: 2;
}

.beyhla-collaboration__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.beyhla-collaboration__media picture {
  height: 100%;
  width: 100%;
}

.beyhla-collaboration__values {
  display: grid;
  gap: 24px 42px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.beyhla-collaboration__values li {
  border-top: 1px solid rgb(0 0 0 / 20%);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 20px;
}

.beyhla-collaboration__values strong {
  color: var(--beyhla-orange);
}

.beyhla-collaboration__values span {
  color: rgb(0 0 0 / 70%);
}

.beyhla-contact-cta {
  background:
    radial-gradient(circle at 50% 130%, rgb(89 42 13 / 70%), transparent 42%),
    var(--beyhla-black);
  min-height: 664px;
}

.beyhla-contact-cta__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 664px;
  padding-block: 104px;
  text-align: center;
}

.beyhla-contact-cta h2 {
  max-width: 1050px;
}

.beyhla-contact-cta h2 > span {
  display: block;
}

.beyhla-contact-cta h2 .is-accent {
  color: var(--beyhla-orange);
}

.beyhla-contact-cta .beyhla-richtext {
  margin: 36px auto 0;
  max-width: 810px;
}

.beyhla-contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 64px;
}

.beyhla-footer {
  background:
    radial-gradient(circle at 78% 100%, rgb(92 43 13 / 36%), transparent 28%),
    var(--beyhla-black);
  border-top: 1px solid rgb(255 255 255 / 9%);
  min-height: 174px;
}

.beyhla-footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 174px;
}

.beyhla-logo--footer {
  font-size: 20px;
}

.beyhla-footer p {
  color: rgb(255 255 255 / 38%);
  font-size: 11px;
  margin: 12px 0 0;
}

.beyhla-footer__legal {
  display: flex;
  gap: 72px;
}

.beyhla-footer__legal a {
  font-size: 12px;
  text-transform: uppercase;
}

.beyhla-editor-empty {
  background: #fff4ed;
  border: 1px dashed var(--beyhla-orange);
  color: var(--beyhla-black);
  margin: 16px;
  padding: 16px;
}

.beyhla-editor-hidden {
  align-items: center;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 3%) 25%, transparent 25%) 0 0 / 28px 28px,
    linear-gradient(315deg, rgb(255 255 255 / 3%) 25%, transparent 25%) 0 0 / 28px 28px,
    #292929;
  border: 2px dashed #666;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 4%);
  color: var(--beyhla-white);
  display: grid;
  gap: 24px;
  grid-template-columns: 56px minmax(0, 1fr);
  isolation: isolate;
  margin: 0;
  min-height: 210px;
  opacity: 0.72;
  overflow: hidden;
  padding: 44px clamp(24px, 5vw, 72px);
  position: relative;
  width: 100%;
}

.beyhla-editor-hidden__badge {
  background: #4d4d4d;
  border: 1px solid #777;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 8px 14px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 18px;
}

.beyhla-editor-hidden__icon {
  border: 2px solid #aaa;
  border-radius: 50% 0;
  display: block;
  height: 34px;
  position: relative;
  transform: rotate(45deg);
  width: 54px;
}

.beyhla-editor-hidden__icon::before {
  border: 2px solid #aaa;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 19px;
  position: absolute;
  top: 9px;
  width: 12px;
}

.beyhla-editor-hidden__icon::after {
  background: var(--beyhla-orange);
  content: "";
  height: 2px;
  left: -7px;
  position: absolute;
  top: 15px;
  transform: rotate(-45deg);
  width: 68px;
}

.beyhla-editor-hidden__content {
  max-width: 760px;
}

.beyhla-editor-hidden__content strong {
  color: #fff;
  display: block;
  font-family: var(--beyhla-heading-font);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  margin: 0 0 10px;
}

.beyhla-editor-hidden__content p {
  color: rgb(255 255 255 / 68%);
  font-size: 14px;
  margin: 0;
  max-width: 680px;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--beyhla-orange);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .beyhla-header__inner {
    gap: 22px;
  }

  .beyhla-header__actions {
    gap: 16px;
  }

  .beyhla-header__phone {
    display: none;
  }

  .beyhla-hero__content {
    grid-column: 1 / span 6;
  }

  .beyhla-hero__visual {
    grid-column: 7 / -1;
  }

  .beyhla-hero__stats {
    grid-column: 6 / -1;
  }

  .beyhla-product__layout {
    gap: 80px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 470px);
    padding-right: 0;
  }

  .beyhla-collaboration__layout {
    grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
  }
}

@media (max-width: 900px) {
  .beyhla-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .has-js .beyhla-header__toggle {
    display: inline-flex;
  }

  .beyhla-header__actions {
    justify-self: end;
  }

  .beyhla-header__actions .beyhla-button {
    display: none;
  }

  .beyhla-header__nav {
    background: var(--beyhla-dark);
    border-top: 1px solid rgb(255 255 255 / 9%);
    flex-direction: column;
    gap: 0;
    grid-column: 1 / -1;
    left: -24px;
    padding: 10px 24px 24px;
    position: absolute;
    right: -24px;
    top: 88px;
  }

  .beyhla-header__nav a {
    border-bottom: 1px solid rgb(255 255 255 / 9%);
    padding: 16px 0;
    width: 100%;
  }

  .has-js .beyhla-header__nav {
    display: none;
  }

  .has-js .beyhla-header__nav.is-open {
    display: flex;
  }

  .has-js .beyhla-header__toggle[aria-expanded="true"] .beyhla-header__toggle-icon {
    background: transparent;
  }

  .has-js .beyhla-header__toggle[aria-expanded="true"] .beyhla-header__toggle-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .has-js .beyhla-header__toggle[aria-expanded="true"] .beyhla-header__toggle-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .beyhla-hero {
    min-height: auto;
  }

  .beyhla-hero__layout {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-block: 64px 48px;
  }

  .beyhla-hero__content {
    max-width: 720px;
    position: relative;
    z-index: 2;
  }

  .beyhla-hero__visual {
    margin: -40px -24px 0;
    min-height: 400px;
    order: 2;
  }

  .beyhla-hero__stats {
    margin-top: -70px;
    order: 3;
    position: relative;
    width: 100%;
    z-index: 3;
  }

  .beyhla-stat {
    background: rgb(0 0 0 / 60%);
    padding: 20px;
  }

  .beyhla-product,
  .beyhla-product__layout,
  .beyhla-results,
  .beyhla-process,
  .beyhla-focus,
  .beyhla-social-system,
  .beyhla-google,
  .beyhla-about,
  .beyhla-collaboration,
  .beyhla-contact-cta {
    min-height: auto;
  }

  .beyhla-product__layout,
  .beyhla-results__layout,
  .beyhla-process__layout,
  .beyhla-social-system__layout {
    grid-template-columns: 1fr;
  }

  .beyhla-product__layout,
  .beyhla-process__layout {
    padding-inline: 0;
    padding-block: 80px;
  }

  .beyhla-product__media {
    justify-self: center;
    max-width: 580px;
  }

  .beyhla-results > .beyhla-shell {
    padding-block: 80px;
  }

  .beyhla-results__media {
    min-height: 580px;
  }

  .beyhla-process__media {
    min-height: 420px;
  }

  .beyhla-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beyhla-process__steps li:nth-child(3) {
    border-left: 0;
  }

  .beyhla-focus > .beyhla-shell,
  .beyhla-social-system__layout {
    padding-block: 80px;
  }

  .beyhla-focus__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beyhla-social-system__media {
    justify-self: center;
    max-width: 620px;
    width: 100%;
  }

  .beyhla-google__layout,
  .beyhla-about__layout,
  .beyhla-collaboration__layout {
    grid-template-columns: 1fr;
  }

  .beyhla-google__layout,
  .beyhla-about > .beyhla-shell,
  .beyhla-collaboration__layout,
  .beyhla-contact-cta__inner {
    padding-block: 80px;
  }

  .beyhla-google__header {
    grid-row: 1;
  }

  .beyhla-about__media {
    min-height: 620px;
  }

  .beyhla-collaboration__media > div:nth-child(2) {
    transform: translateY(40px);
  }

  .beyhla-contact-cta__inner {
    min-height: 600px;
  }
}

@media (max-width: 640px) {
  :root {
    --beyhla-gutter: 16px;
  }

  :where(body) {
    font-size: 16px;
  }

  .beyhla-shell {
    width: calc(100% - 32px);
  }

  .beyhla-editor-hidden {
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: 230px;
    padding: 58px 24px 28px;
  }

  .beyhla-header,
  .beyhla-header__inner {
    min-height: 76px;
  }

  .beyhla-header__nav {
    left: -16px;
    right: -16px;
    top: 76px;
  }

  .beyhla-header__toggle-label {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .beyhla-hero__layout {
    padding-block: 48px 34px;
  }

  .beyhla-eyebrow {
    align-items: flex-start;
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .beyhla-eyebrow::before {
    margin-top: 8px;
    width: 32px;
  }

  .beyhla-hero__title {
    font-size: clamp(46px, 14vw, 64px);
  }

  .beyhla-hero__lead {
    font-size: 19px;
    margin-block: 22px 28px;
  }

  .beyhla-hero__visual {
    min-height: 310px;
  }

  .beyhla-hero__stats {
    gap: 8px;
    grid-template-columns: 1fr;
    margin-top: -46px;
  }

  .beyhla-stat,
  .beyhla-stat:first-child {
    align-items: center;
    border: 1px solid rgb(255 255 255 / 13%);
    display: grid;
    grid-template-columns: 108px 1fr;
    min-height: 82px;
    padding: 14px 18px;
  }

  .beyhla-stat__number {
    font-size: 46px;
  }

  .beyhla-stat__label {
    margin-top: 0;
  }

  .beyhla-service-ticker,
  .beyhla-service-ticker__track,
  .beyhla-service-ticker__list li {
    min-height: 88px;
  }

  .beyhla-service-ticker__list li {
    font-size: 13px;
    padding-inline: 24px;
  }

  .beyhla-service-ticker__list li::after {
    margin-left: 28px;
  }

  .beyhla-script-heading,
  .beyhla-display-heading {
    font-size: clamp(42px, 13vw, 62px);
  }

  .beyhla-product__layout,
  .beyhla-process__layout {
    gap: 50px;
    padding-block: 62px;
  }

  .beyhla-product__benefits,
  .beyhla-results__stats,
  .beyhla-process__steps {
    grid-template-columns: 1fr;
  }

  .beyhla-product__benefits li:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
  }

  .beyhla-product__image-frame {
    padding: 7%;
  }

  .beyhla-product__image-frame::before {
    inset: 7%;
  }

  .beyhla-product__caption {
    margin-left: 0;
    width: 100%;
  }

  .beyhla-results > .beyhla-shell {
    padding-block: 62px;
  }

  .beyhla-results__header {
    margin-bottom: 44px;
  }

  .beyhla-results__media {
    min-height: 430px;
  }

  .beyhla-results__stats li,
  .beyhla-results__stats li:first-child {
    grid-column: auto;
    min-height: 270px;
    padding: 30px;
  }

  .beyhla-process__media {
    min-height: 340px;
    padding: 22px;
  }

  .beyhla-process__ui {
    gap: 12px;
  }

  .beyhla-process__steps li,
  .beyhla-process__steps li:first-child,
  .beyhla-process__steps li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
    min-height: 0;
    padding: 24px 0;
  }

  .beyhla-focus > .beyhla-shell,
  .beyhla-social-system__layout {
    padding-block: 62px;
  }

  .beyhla-focus__heading,
  .beyhla-social-system__heading {
    font-size: clamp(40px, 12vw, 58px);
  }

  .beyhla-eyebrow--centered::after {
    display: none;
  }

  .beyhla-focus__cards {
    grid-template-columns: 1fr;
  }

  .beyhla-focus__cards li {
    min-height: 210px;
  }

  .beyhla-social-system__statement {
    margin-left: 0;
  }

  .beyhla-social-system__media {
    min-height: 400px;
  }

  .beyhla-google__layout,
  .beyhla-about > .beyhla-shell,
  .beyhla-collaboration__layout,
  .beyhla-contact-cta__inner {
    padding-block: 62px;
  }

  .beyhla-google__cards,
  .beyhla-about__content,
  .beyhla-collaboration__media,
  .beyhla-collaboration__values {
    grid-template-columns: 1fr;
  }

  .beyhla-google__header h2,
  .beyhla-about__header h2,
  .beyhla-collaboration__content h2,
  .beyhla-contact-cta h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .beyhla-google__cards li {
    min-height: 280px;
  }

  .beyhla-about__media {
    min-height: 450px;
  }

  .beyhla-about__intro > strong {
    font-size: 70px;
  }

  .beyhla-about blockquote,
  .beyhla-about__values {
    grid-column: auto;
  }

  .beyhla-collaboration__media > div:nth-child(2) {
    transform: none;
  }

  .beyhla-collaboration__media::after {
    display: none;
  }

  .beyhla-contact-cta__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .beyhla-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    padding-block: 36px;
  }

  .beyhla-footer__legal {
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .beyhla-service-ticker__list[aria-hidden="true"] {
    display: none;
  }
}
