/*
Theme Name: BEAMSTEE Elementor
Theme URI: https://beamstee.com/
Author: Captivate Designs
Description: A responsive, Elementor-ready one-page theme for BEAMSTEE.
Version: 1.7.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: beamstee
*/

:root {
  --beamstee-orange: #ff7417;
  --beamstee-orange-dark: #e95d00;
  --beamstee-black: #050505;
  --beamstee-charcoal: #2f3030;
  --beamstee-ink: #111111;
  --beamstee-muted: #727272;
  --beamstee-light: #f4f4f4;
  --beamstee-white: #ffffff;
  --beamstee-radius: 36px;
  --beamstee-container: 1200px;
  --beamstee-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--beamstee-white);
  color: var(--beamstee-ink);
  font-family: "Montserrat", "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  background: #fff;
  color: #111;
  display: block;
  font-size: 14px;
  height: auto;
  left: 12px;
  padding: 14px 18px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.beamstee-container {
  margin-inline: auto;
  max-width: var(--beamstee-container);
  padding-inline: 28px;
  width: 100%;
}

.beamstee-section {
  position: relative;
  scroll-margin-top: 82px;
}

.beamstee-kicker {
  color: var(--beamstee-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.beamstee-title {
  font-size: clamp(34px, 3.7vw, 48px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 20px;
}

.beamstee-copy {
  color: var(--beamstee-muted);
  font-size: 17px;
  margin: 0;
}

.beamstee-button {
  align-items: center;
  background: var(--beamstee-orange);
  border: 2px solid var(--beamstee-orange);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 54px;
  padding: 12px 34px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.beamstee-button:hover,
.beamstee-button:focus-visible {
  background: var(--beamstee-orange-dark);
  border-color: var(--beamstee-orange-dark);
  color: #fff;
  transform: translateY(-2px);
}

.beamstee-button--dark {
  background: #050505;
  border-color: #050505;
}

.beamstee-button--dark:hover,
.beamstee-button--dark:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #050505;
}

.site-header {
  background: #050505;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}

.site-header__inner {
  align-items: center;
  display: flex;
  min-height: 98px;
}

.site-branding {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.site-branding img,
.custom-logo {
  height: auto;
  width: 233px;
}

.site-title {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}

.site-nav {
  margin-left: auto;
}

.site-nav ul {
  align-items: center;
  display: flex;
  gap: clamp(22px, 3.2vw, 52px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--beamstee-orange);
}

.site-nav li:last-child a {
  background: var(--beamstee-orange);
  border-radius: 8px;
  padding: 14px 28px;
}

.site-nav li:last-child a:hover,
.site-nav li:last-child a:focus-visible {
  background: #fff;
  color: #050505;
}

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 42px;
  margin-left: auto;
  padding: 8px;
  width: 44px;
}

.menu-toggle span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.beamstee-hero {
  align-items: center;
  background: #030303;
  color: #fff;
  display: flex;
  min-height: 920px;
  overflow: hidden;
  padding: 152px 0 82px;
}

.beamstee-hero::before {
  background-image: var(--beamstee-pattern);
  background-position: 74% 43%;
  background-repeat: no-repeat;
  background-size: min(1100px, 82vw);
  content: "";
  filter: sepia(1) saturate(2.4) hue-rotate(332deg) brightness(0.7);
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
}

.beamstee-hero__inner {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.14fr) minmax(410px, 0.86fr);
  position: relative;
  z-index: 2;
}

.beamstee-hero__content {
  max-width: 680px;
}

.beamstee-hero h1 {
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: -40 0 25px;
}

.beamstee-hero h1 span {
  color: var(--beamstee-orange);
  display: block;
}

.beamstee-hero h1 .beamstee-hero__final-line {
  color: #fff;
}

.beamstee-hero__copy {
  color: #ececec;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  margin: 0 0 34px;
  max-width: 650px;
}

.beamstee-hero__visual {
  align-self: end;
  margin-bottom: -54px;
  margin-right: -104px;
  position: relative;
}

.beamstee-hero__visual img {
  filter: drop-shadow(0 36px 40px rgba(0, 0, 0, 0.45));
  margin-left: auto;
  max-width: 760px;
  width: min(58vw, 760px);
}

.beamstee-intro {
  padding: 100px 0 110px;
  text-align: center;
}

.beamstee-intro__inner {
  margin: auto;
  max-width: 980px;
}

.beamstee-intro .beamstee-copy {
  margin: 0 auto 34px;
  max-width: 920px;
}

.beamstee-about {
  background: var(--beamstee-light);
  padding: 110px 0 125px;
}

.beamstee-about__head {
  margin: 0 auto 64px;
  max-width: 990px;
  text-align: center;
}

.beamstee-about__head .beamstee-copy + .beamstee-copy {
  margin-top: 22px;
}

.beamstee-modern-card {
  align-items: center;
  background: #fff;
  border-radius: var(--beamstee-radius);
  display: grid;
  gap: 62px;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  min-height: 520px;
  padding: 65px 70px;
}

.beamstee-modern-card h3,
.beamstee-value-card h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.beamstee-modern-card p {
  font-size: 17px;
  margin: 0;
}

.beamstee-modern-card p + p {
  margin-top: 25px;
}

.beamstee-modern-card__image {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.beamstee-modern-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.beamstee-values {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.12fr 0.88fr;
  margin-top: 38px;
}

.beamstee-value-card {
  border-radius: var(--beamstee-radius);
  color: #fff;
  min-height: 360px;
  padding: 46px 55px;
}

.beamstee-value-card--mission {
  background: var(--beamstee-charcoal);
}

.beamstee-value-card--vision {
  background: var(--beamstee-orange);
}

.beamstee-value-card__icon {
  align-items: center;
  background: var(--beamstee-orange);
  border-radius: 10px;
  display: flex;
  height: 72px;
  justify-content: center;
  margin-bottom: 45px;
  width: 72px;
}

.beamstee-value-card--vision .beamstee-value-card__icon {
  background: var(--beamstee-charcoal);
}

.beamstee-value-card__icon img {
  max-height: 42px;
  width: 46px;
}

.beamstee-value-card p {
  font-size: 17px;
  margin: 0;
}

.beamstee-audience {
  padding: 115px 0 80px;
}

.beamstee-audience__head {
  margin: 0 auto 72px;
  max-width: 780px;
  text-align: center;
}

.beamstee-audience__grid {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
}

.beamstee-audience__image {
  border-radius: 38px;
  height: 600px;
  overflow: hidden;
}

.beamstee-audience__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.beamstee-audience__list {
  display: grid;
  gap: 24px;
}

.beamstee-audience__item {
  align-items: center;
  display: flex;
  font-size: 21px;
  gap: 26px;
}

.beamstee-audience__icon {
  align-items: center;
  background: #fff0e5;
  border-radius: 12px;
  display: flex;
  flex: 0 0 72px;
  height: 72px;
  justify-content: center;
}

.beamstee-audience__icon img {
  max-height: 45px;
  max-width: 47px;
}

.beamstee-why {
  padding: 75px 0 120px;
}

.beamstee-why__card {
  align-items: center;
  background: #f2f2f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 44px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 540px;
  overflow: hidden;
}

.beamstee-why__content {
  padding: 65px 20px 65px 55px;
  position: relative;
  z-index: 2;
}

.beamstee-why__content p {
  font-size: 17px;
  margin: 0;
}

.beamstee-why__content p + p {
  margin-top: 28px;
}

.beamstee-why__image {
  align-self: stretch;
  position: relative;
}

.beamstee-why__image::before {
  display: none;
}

.beamstee-why__image img {
  display: none;
}

.beamstee-app {
  background: #030303;
  color: #fff;
  min-height: 455px;
  overflow: hidden;
}

.beamstee-app::before {
  background-image: var(--beamstee-pattern);
  background-position: 72% 48%;
  background-repeat: no-repeat;
  background-size: 850px;
  content: "";
  filter: sepia(1) saturate(2.4) hue-rotate(332deg) brightness(0.7);
  inset: 0;
  opacity: 0.5;
  position: absolute;
}

.beamstee-app__inner {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  min-height: 455px;
  position: relative;
  z-index: 2;
}

.beamstee-app__content {
  padding: 60px 0;
}

.beamstee-app__content h2 {
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.15;
  margin: 0 0 14px;
  max-width: 520px;
}

.beamstee-app__content p {
  color: #eee;
  font-size: 17px;
  margin: 0 0 27px;
  max-width: 580px;
}

.beamstee-store-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.beamstee-store-links a {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 180ms ease;
}

.beamstee-store-links a:hover,
.beamstee-store-links a:focus-visible {
  transform: translateY(-3px);
}

.beamstee-store-links img {
  height: 54px;
  width: auto;
}

.beamstee-app__visual {
  align-self: end;
  margin-bottom: -100px;
}

.beamstee-app__visual img {
  margin-left: auto;
  max-width: 540px;
  width: min(47vw, 540px);
}

.beamstee-survey {
  padding: 95px 0;
}

.beamstee-survey__card {
  align-items: center;
  background-position: center;
  background-size: cover;
  border-radius: 45px;
  box-shadow: var(--beamstee-shadow);
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 420px;
  overflow: hidden;
  padding: 60px;
  text-align: center;
}

.beamstee-survey__card::before {
  background: rgba(255, 116, 23, 0.9);
  content: "";
  inset: 0;
  position: absolute;
}

.beamstee-survey__content {
  max-width: 850px;
  position: relative;
  z-index: 2;
}

.beamstee-survey__content h2 {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.15;
  margin: 0 0 16px;
}

.beamstee-survey__content p {
  font-size: 18px;
  margin: 0 0 29px;
}

.beamstee-contact {
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 535px;
}

.beamstee-contact::before {
  background: rgba(12, 12, 12, 0.58);
  content: "";
  inset: 0;
  position: absolute;
}

.beamstee-contact__inner {
  position: relative;
  z-index: 2;
}

.beamstee-contact__content {
  max-width: 660px;
}

.beamstee-contact__content h2 {
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.1;
  margin: 0 0 22px;
}

.beamstee-contact__content p {
  font-size: 20px;
  margin: 0 0 25px;
}

.site-footer {
  background: #050505;
  color: #fff;
  padding: 75px 0 25px;
}

.site-footer__grid {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.15fr 0.65fr 0.75fr 0.65fr;
}

.site-footer__brand img {
  max-width: 290px;
}

.site-footer h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 38px;
}

.site-footer h3::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  margin-top: 20px;
  width: 72px;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li + li {
  margin-top: 10px;
}

.site-footer a,
.site-footer address,
.site-footer p {
  color: #efefef;
  font-size: 14px;
  font-style: normal;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--beamstee-orange);
}

.site-footer__social a {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.site-footer__social img {
  background: var(--beamstee-orange);
  border-radius: 50%;
  height: 32px;
  padding: 7px;
  width: 32px;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  margin-top: 58px;
  padding-top: 22px;
  text-align: center;
}

.site-footer__bottom p {
  margin: 0;
}

.beamstee-contact-page__hero {
  align-items: center;
  background: #030303;
  color: #fff;
  display: flex;
  min-height: 560px;
  overflow: hidden;
  padding: 160px 0 80px;
  position: relative;
  text-align: center;
}

.beamstee-contact-page__hero::before {
  background-image: var(--beamstee-pattern);
  background-position: center 43%;
  background-repeat: no-repeat;
  background-size: min(1050px, 84vw);
  content: "";
  filter: sepia(1) saturate(2.4) hue-rotate(332deg) brightness(0.55);
  inset: 0;
  opacity: 0.62;
  position: absolute;
}

.beamstee-contact-page__hero .beamstee-container {
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.beamstee-contact-page__hero h1 {
  font-size: clamp(48px, 5.5vw, 76px);
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin: 0 0 24px;
}

.beamstee-contact-page__hero > .beamstee-container > p:last-child {
  color: #eee;
  font-size: 19px;
  margin: auto;
  max-width: 760px;
}

.beamstee-contact-page__body {
  background: var(--beamstee-light);
  padding: 105px 0 120px;
}

.beamstee-contact-page__grid {
  align-items: start;
  display: grid;
  gap: 55px;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.beamstee-contact-details {
  background: var(--beamstee-charcoal);
  border-radius: var(--beamstee-radius);
  color: #fff;
  min-height: 590px;
  padding: 55px 48px;
}

.beamstee-contact-details h2,
.beamstee-contact-form-card h2 {
  font-size: 34px;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 18px;
}

.beamstee-contact-details__copy {
  color: #ededed;
  font-size: 16px;
  margin: 0 0 48px;
}

.beamstee-contact-detail {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 18px;
  padding: 27px 0;
}

.beamstee-contact-detail__icon {
  align-items: center;
  background: var(--beamstee-orange);
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex: 0 0 48px;
  font-size: 22px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
}

.beamstee-contact-detail strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.beamstee-contact-detail address,
.beamstee-contact-detail a {
  color: #ededed;
  font-size: 15px;
  font-style: normal;
}

.beamstee-contact-detail a:hover,
.beamstee-contact-detail a:focus-visible {
  color: var(--beamstee-orange);
}

.beamstee-contact-form-card {
  background: #fff;
  border-radius: var(--beamstee-radius);
  box-shadow: var(--beamstee-shadow);
  padding: 55px;
}

.beamstee-contact-form-card > p {
  color: var(--beamstee-muted);
  margin: 0 0 32px;
}

.beamstee-contact-form {
  display: grid;
  gap: 21px;
}

.beamstee-form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.beamstee-form-field {
  display: grid;
  gap: 7px;
}

.beamstee-form-field label {
  color: #242424;
  font-size: 14px;
  font-weight: 700;
}

.beamstee-form-field label span {
  color: var(--beamstee-orange-dark);
}

.beamstee-form-field input,
.beamstee-form-field textarea {
  background: #fafafa;
  border: 1px solid #d8d8d8;
  border-radius: 9px;
  color: #111;
  min-height: 52px;
  outline: 0;
  padding: 12px 14px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.beamstee-form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.beamstee-form-field input:focus,
.beamstee-form-field textarea:focus {
  background: #fff;
  border-color: var(--beamstee-orange);
  box-shadow: 0 0 0 3px rgba(255, 116, 23, 0.14);
}

.beamstee-form-consent {
  align-items: flex-start;
  color: #555;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: 1.5;
}

.beamstee-form-consent input {
  accent-color: var(--beamstee-orange);
  flex: 0 0 auto;
  height: 17px;
  margin-top: 2px;
  width: 17px;
}

.beamstee-contact-form .beamstee-button {
  cursor: pointer;
  justify-self: center;
  min-width: 170px;
}

.beamstee-form-notice {
  border-left: 4px solid;
  border-radius: 7px;
  font-size: 14px;
  margin: 0 0 25px;
  padding: 13px 15px;
}

.beamstee-form-notice--success {
  background: #e9f8ef;
  border-color: #2d9855;
  color: #175b31;
}

.beamstee-form-notice--error {
  background: #fff0ed;
  border-color: #d64028;
  color: #7c2518;
}

.beamstee-form-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.beamstee-content-shell {
  margin: 0 auto;
  max-width: var(--beamstee-container);
  min-height: 55vh;
  padding: 150px 28px 80px;
}

.beamstee-content-shell a:not(.beamstee-button) {
  color: var(--beamstee-orange-dark);
  text-decoration: underline;
}

.beamstee-content-shell h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.1;
}

.elementor-widget-beamstee_landing_page > .elementor-widget-container,
.elementor-widget-beamstee_landing_page {
  margin: 0 !important;
  padding: 0 !important;
}

div[class*="elementor-widget-beamstee_"] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

div[class*="elementor-widget-beamstee_"] > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.beamstee-elementor-stack {
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * The source PSD is 1492 × 6665. These desktop dimensions reproduce its
 * original section coordinates while the rules below retain fluid behavior
 * for tablets and phones.
 */
@media (min-width: 1101px) {
  .site-header__inner {
    height: 98px;
  }

  .site-branding {
    margin-left: 4px;
    transform: translateY(2px);
  }

  .beamstee-hero {
    height: 1026px;
    min-height: 1026px;
    padding: 152px 0 82px;
  }

  .beamstee-hero__inner {
    display: block;
    height: 792px;
  }

  .beamstee-hero__content {
    left: -10px;
    max-width: none;
    position: absolute;
    text-align: center;
    width: 680px;
  }

  .beamstee-hero h1 {
    font-size: 76px;
    line-height: 1.03;
    margin-bottom: 37px;
    text-align: left;
  }

  .beamstee-hero__copy {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 34px;
  }

  .beamstee-hero .beamstee-button {
    min-height: 64px;
    min-width: 186px;
  }

  .beamstee-hero__visual {
    bottom: auto;
    left: 585px;
    margin: 0;
    position: absolute;
    top: -16px;
  }

  .beamstee-hero__visual img {
    height: 837px;
    max-width: none;
    width: 761px;
  }

  .beamstee-intro {
    align-items: flex-start;
    display: flex;
    height: 494px;
    padding: 107px 0 72px;
  }

  .beamstee-intro__inner {
    max-width: 922px;
  }

  .beamstee-intro .beamstee-title {
    font-size: 46px;
  }

  .beamstee-intro .beamstee-copy {
    margin-bottom: 21px;
  }

  .beamstee-about {
    height: 1539px;
    padding: 113px 0 123px;
  }

  .beamstee-about__head {
    margin-bottom: 58px;
  }

  .beamstee-modern-card {
    height: 554px;
    margin-inline: -27px;
    min-height: 554px;
    width: calc(100% + 54px);
  }

  .beamstee-modern-card__image {
    height: 414px;
    transform: translateX(-40px);
    width: 446px;
  }

  .beamstee-values {
    height: 421px;
    margin-inline: -27px;
    margin-top: 36px;
    width: calc(100% + 54px);
  }

  .beamstee-value-card {
    height: 421px;
    min-height: 421px;
  }

  .beamstee-audience {
    height: 1011px;
    padding: 116px 0 71px;
  }

  .beamstee-audience__head {
    margin-bottom: 75px;
    max-width: 740px;
  }

  .beamstee-audience__head .beamstee-title {
    font-size: 43px;
    margin-bottom: 22px;
  }

  .beamstee-audience__grid {
    gap: 61px;
    grid-template-columns: 659px minmax(0, 1fr);
    margin-left: -9px;
    width: calc(100% + 18px);
  }

  .beamstee-audience__image {
    height: 623px;
  }

  .beamstee-why {
    height: 633px;
    padding: 0 0 43px;
  }

  .beamstee-why__card {
    height: 590px;
    margin-left: 2px;
    min-height: 590px;
    width: 1141px;
  }

  .beamstee-why__content {
    transform: translateY(12px);
  }

  .beamstee-why__content .beamstee-title {
    margin-bottom: 8px;
  }

  .beamstee-why__content p {
    font-size: 16px;
  }

  .beamstee-app,
  .beamstee-app__inner {
    height: 420px;
    min-height: 420px;
  }

  .beamstee-app__content {
    margin-left: 5px;
    transform: translateY(-3px);
  }

  .beamstee-app__content h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .beamstee-app__content p {
    margin-bottom: 23px;
  }

  .beamstee-app__visual {
    margin-bottom: -131px;
    transform: translateX(16px);
  }

  .beamstee-survey {
    height: 599px;
    padding: 71px 0 75px;
  }

  .beamstee-survey__card {
    margin-left: 2px;
    min-height: 453px;
    width: 1141px;
  }

  .beamstee-survey__content {
    transform: translateY(16px);
  }

  .beamstee-survey__content h2 {
    font-size: 38px;
  }

  .beamstee-survey__content p {
    margin-bottom: 21px;
  }

  .beamstee-contact {
    height: 526px;
    min-height: 526px;
  }

  .beamstee-contact__content {
    margin-left: 62px;
    transform: translateY(-21px);
  }

  .beamstee-contact__content h2 {
    font-size: 52px;
  }

  .site-footer {
    height: 417px;
    padding: 72px 0 25px;
  }

  .site-footer__grid {
    column-gap: 55px;
    grid-template-columns: 349px 216px 250px minmax(0, 1fr);
    margin-inline: -34px;
    width: calc(100% + 68px);
  }

  .site-footer__brand {
    padding-top: 62px;
  }

  .site-footer__bottom {
    margin-top: 52px;
  }
}

@media (max-width: 1100px) {
  .beamstee-hero__inner {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .beamstee-hero__visual {
    margin-right: -150px;
  }

  .beamstee-modern-card {
    padding: 55px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .beamstee-contact-page__grid {
    grid-template-columns: 1fr;
  }

  .beamstee-contact-details {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner {
    min-height: 82px;
  }

  .site-branding img,
  .custom-logo {
    width: 205px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    background: #050505;
    left: 0;
    opacity: 0;
    padding: 12px 28px 30px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 82px;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .site-nav a {
    display: block;
    padding: 11px 0;
  }

  .site-nav li:last-child a {
    margin-top: 8px;
    text-align: center;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .beamstee-hero {
    min-height: auto;
    padding: 155px 0 0;
  }

  .beamstee-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .beamstee-hero__content {
    margin: auto;
  }

  .beamstee-hero__visual {
    margin: 0 auto -40px;
    max-width: 650px;
  }

  .beamstee-hero__visual img {
    margin: auto;
    width: min(90vw, 650px);
  }

  .beamstee-modern-card {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .beamstee-modern-card__image {
    margin: 0px 0px -35px 0px;
    max-width: 335px;
    order: -1;
  }

  .beamstee-values {
    grid-template-columns: 1fr;
  }

  .beamstee-audience__grid {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .beamstee-audience__image {
    height: min(70vw, 560px);
  }

  .beamstee-why__card {
    grid-template-columns: 1fr;
  }

  .beamstee-why__content {
    padding: 55px;
  }

  .beamstee-why__image {
    height: 430px;
  }

  .beamstee-why__image::before {
    background: linear-gradient(180deg, #f2f2f1 0%, rgba(242, 242, 241, 0) 30%);
  }

  .beamstee-app__inner {
    grid-template-columns: 1fr 0.8fr;
  }
}

@media (max-width: 700px) {
  :root {
    --beamstee-radius: 25px;
  }

  .beamstee-container {
    padding-inline: 20px;
  }

  .beamstee-title {
    font-size: 35px;
  }

  .beamstee-hero {
    padding-top: 135px;
  }

  .beamstee-hero h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .beamstee-hero__copy {
    font-size: 17px;
  }

  .beamstee-intro,
  .beamstee-about,
  .beamstee-audience,
  .beamstee-why,
  .beamstee-survey {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .beamstee-modern-card {
    min-height: 0;
    padding: 30px 26px 38px;
  }

  .beamstee-values {
    margin-top: 20px;
  }

  .beamstee-value-card {
    min-height: 0;
    padding: 35px 28px 42px;
  }

  .beamstee-value-card__icon {
    margin-bottom: 32px;
  }

  .beamstee-audience__head {
    margin-bottom: 45px;
  }

  .beamstee-audience__image {
    border-radius: 26px;
    height: 80vw;
  }

  .beamstee-audience__item {
    font-size: 17px;
    gap: 16px;
  }

  .beamstee-audience__icon {
    flex-basis: 62px;
    height: 62px;
  }

  .beamstee-why__content {
    padding: 38px 26px;
  }

  .beamstee-why__image {
    height: 340px;
  }

  .beamstee-app__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .beamstee-app__content {
    padding-bottom: 15px;
    padding-top: 65px;
  }

  .beamstee-app__content h2,
  .beamstee-app__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .beamstee-store-links {
    justify-content: center;
  }

  .beamstee-app__visual {
    margin: 0 auto -110px;
  }

  .beamstee-app__visual img {
    margin: auto;
    width: min(95vw, 500px);
  }

  .beamstee-survey__card {
    border-radius: 28px;
    min-height: 470px;
    padding: 35px 22px;
  }

  .beamstee-survey__content p {
    font-size: 16px;
  }

  .beamstee-contact {
    min-height: 580px;
  }

  .beamstee-contact__content {
    text-align: center;
  }

  .beamstee-contact__content p {
    font-size: 18px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer__brand img {
    margin: auto;
  }

  .site-footer h3 {
    margin-bottom: 25px;
  }

  .site-footer h3::after {
    margin-inline: auto;
  }

  .site-footer__social a {
    justify-content: center;
  }

  .beamstee-contact-page__hero {
    min-height: 520px;
    padding: 135px 0 65px;
  }

  .beamstee-contact-page__hero h1 {
    font-size: clamp(43px, 12vw, 61px);
  }

  .beamstee-contact-page__hero > .beamstee-container > p:last-child {
    font-size: 16px;
  }

  .beamstee-contact-page__body {
    padding: 70px 0 80px;
  }

  .beamstee-contact-page__grid {
    gap: 25px;
  }

  .beamstee-contact-details,
  .beamstee-contact-form-card {
    border-radius: 25px;
    padding: 35px 25px;
  }

  .beamstee-form-row {
    grid-template-columns: 1fr;
  }

  .beamstee-contact-form .beamstee-button {
    justify-self: stretch;
  }
}

.beamstee-signup-page__hero,
.beamstee-thank-you-page__hero {
  align-items: center !important;
  background: #030303;
  color: #fff;
  display: flex !important;
  justify-content: center;
  min-height: 560px;
  overflow: hidden;
  padding: 160px 28px 80px !important;
  position: relative;
  text-align: center;
}

.beamstee-signup-page__hero::before,
.beamstee-thank-you-page__hero::before {
  background-image: url("assets/images/dot-pattern.png");
  background-position: center 43%;
  background-repeat: no-repeat;
  background-size: min(1050px, 84vw);
  content: "";
  filter: sepia(1) saturate(2.4) hue-rotate(332deg) brightness(0.55);
  inset: 0;
  opacity: 0.62;
  position: absolute;
}

.beamstee-signup-page__hero .elementor-widget,
.beamstee-thank-you-page__hero .elementor-widget {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.beamstee-signup-page__hero .elementor-heading-title,
.beamstee-thank-you-page__hero .elementor-heading-title {
  color: #fff;
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.beamstee-signup-page__hero .elementor-widget-text-editor,
.beamstee-thank-you-page__hero .elementor-widget-text-editor {
  color: #eee;
  font-size: 19px;
  line-height: 1.6;
  max-width: 760px;
}

.beamstee-signup-page__body {
  background: var(--beamstee-light);
  display: block !important;
  padding: 105px 0 120px !important;
}

.beamstee-signup-page__grid {
  align-items: start;
  display: grid !important;
  gap: 55px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  width: 100%;
}

.beamstee-signup-page__copy,
.beamstee-signup-page__form-card {
  border-radius: var(--beamstee-radius);
  display: block !important;
}

.beamstee-signup-page__copy {
  background: var(--beamstee-charcoal);
  color: #fff;
  min-height: 520px;
  padding: 55px 48px !important;
}

.beamstee-signup-page__copy .elementor-heading-title,
.beamstee-signup-page__form-card .elementor-heading-title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.beamstee-signup-page__copy .elementor-heading-title {
  color: #fff;
}

.beamstee-signup-page__copy .elementor-widget-text-editor {
  color: #ededed;
  font-size: 16px;
  line-height: 1.8;
}

.beamstee-signup-page__copy ul {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.beamstee-signup-page__copy li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 20px 0 20px 38px;
  position: relative;
}

.beamstee-signup-page__copy li::before {
  align-items: center;
  background: var(--beamstee-orange);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 22px;
  width: 24px;
}

.beamstee-signup-page__form-card {
  background: #fff;
  box-shadow: var(--beamstee-shadow);
  padding: 55px !important;
}

.beamstee-signup-page__form-card .elementor-heading-title {
  color: var(--beamstee-ink);
}

.beamstee-signup-page__form-card .elementor-widget-text-editor {
  color: var(--beamstee-muted);
  font-size: 16px;
  line-height: 1.7;
}

.beamstee-signup-page .elementor-form .elementor-field-group {
  margin-bottom: 18px;
}

.beamstee-signup-page .elementor-form .elementor-field-label {
  color: #242424;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}

.beamstee-signup-page .elementor-form input.elementor-field,
.beamstee-signup-page .elementor-form textarea.elementor-field,
.beamstee-signup-page .elementor-form select.elementor-field {
  background: #fafafa;
  border: 1px solid #d8d8d8;
  border-radius: 9px;
  color: #111;
  min-height: 52px;
  outline: 0;
  padding: 12px 14px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.beamstee-signup-page .elementor-form input.elementor-field:focus,
.beamstee-signup-page .elementor-form textarea.elementor-field:focus,
.beamstee-signup-page .elementor-form select.elementor-field:focus {
  background: #fff;
  border-color: var(--beamstee-orange);
  box-shadow: 0 0 0 3px rgba(255, 116, 23, 0.14);
}

.beamstee-signup-page .elementor-form .elementor-button,
.beamstee-thank-you-page .elementor-button {
  background: var(--beamstee-orange) !important;
  border: 0 !important;
  border-radius: 11px !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  min-height: 54px;
  padding: 16px 24px !important;
}

.beamstee-signup-page .elementor-form .elementor-button:hover,
.beamstee-signup-page .elementor-form .elementor-button:focus-visible,
.beamstee-thank-you-page .elementor-button:hover,
.beamstee-thank-you-page .elementor-button:focus-visible {
  background: var(--beamstee-orange-dark) !important;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .beamstee-signup-page__grid {
    grid-template-columns: 1fr;
  }

  .beamstee-signup-page__copy {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .beamstee-signup-page__hero,
  .beamstee-thank-you-page__hero {
    min-height: 520px;
    padding: 135px 20px 65px !important;
  }

  .beamstee-signup-page__hero .elementor-heading-title,
  .beamstee-thank-you-page__hero .elementor-heading-title {
    font-size: clamp(43px, 12vw, 61px);
  }

  .beamstee-signup-page__hero .elementor-widget-text-editor,
  .beamstee-thank-you-page__hero .elementor-widget-text-editor {
    font-size: 16px;
  }

  .beamstee-signup-page__body {
    padding: 70px 0 80px !important;
  }

  .beamstee-signup-page__grid {
    gap: 25px;
  }

  .beamstee-signup-page__copy,
  .beamstee-signup-page__form-card {
    border-radius: 25px;
    padding: 35px 25px !important;
  }
}

/* Polished signup / thank-you pages. Elementor containers add .e-con-inner wrappers,
   so these overrides target both the outer section and the real inner layout. */
.beamstee-signup-page,
.beamstee-thank-you-page {
  background: var(--beamstee-light);
}

.beamstee-signup-page__hero,
.beamstee-thank-you-page__hero {
  isolation: isolate;
  min-height: 640px;
  padding: 180px 28px 205px !important;
}

.beamstee-signup-page__hero::before,
.beamstee-thank-you-page__hero::before {
  background-size: min(1180px, 92vw);
  filter: sepia(1) saturate(2.6) hue-rotate(332deg) brightness(0.48);
  opacity: 0.72;
  z-index: -2;
}

.beamstee-signup-page__hero::after,
.beamstee-thank-you-page__hero::after {
  background:
    radial-gradient(circle at 72% 45%, rgba(255, 116, 23, 0.22), transparent 31%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, #050505 88%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.beamstee-signup-page__hero > .e-con-inner,
.beamstee-thank-you-page__hero > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1040px !important;
  position: relative;
  width: 100% !important;
  z-index: 2;
}

.beamstee-signup-page__hero .elementor-heading-title,
.beamstee-thank-you-page__hero .elementor-heading-title {
  color: #fff !important;
  font-size: clamp(54px, 5.7vw, 84px) !important;
  letter-spacing: -0.055em;
  margin: 0 auto 24px !important;
  max-width: 980px;
  text-align: center;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.beamstee-signup-page__hero .elementor-heading-title::after,
.beamstee-thank-you-page__hero .elementor-heading-title::after {
  background: var(--beamstee-orange);
  border-radius: 999px;
  content: "";
  display: block;
  height: 6px;
  margin: 24px auto 0;
  width: 96px;
}

.beamstee-signup-page__hero .elementor-widget-text-editor,
.beamstee-thank-you-page__hero .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 auto !important;
  max-width: 790px;
  text-align: center;
}

.beamstee-signup-page__body {
  background:
    linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
  padding: 0 28px 125px !important;
}

.beamstee-signup-page__body > .e-con-inner {
  margin-inline: auto;
  max-width: 1200px !important;
  width: 100% !important;
}

.beamstee-signup-page__grid {
  --display: block !important;
  margin: 0 auto !important;
  max-width: 1160px !important;
  width: 100% !important;
}

.beamstee-signup-page__grid > .e-con-inner {
  align-items: center;
  display: grid !important;
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  margin: -118px auto 0;
  max-width: 1160px !important;
  width: 100% !important;
}

.beamstee-signup-page__copy,
.beamstee-signup-page__form-card {
  --width: 100% !important;
  border-radius: 38px !important;
  overflow: hidden;
  width: 100% !important;
}

.beamstee-signup-page__copy {
  background:
    radial-gradient(circle at top right, rgba(255, 116, 23, 0.18), transparent 36%),
    var(--beamstee-charcoal);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
  min-height: 560px;
  padding: 62px 56px !important;
}

.beamstee-signup-page__copy .elementor-heading-title {
  color: #fff !important;
  font-size: clamp(34px, 3.2vw, 48px) !important;
  letter-spacing: -0.04em;
  line-height: 1.08 !important;
}

.beamstee-signup-page__copy .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 18px !important;
  line-height: 1.78;
}

.beamstee-signup-page__copy ul {
  margin-top: 38px !important;
}

.beamstee-signup-page__copy li {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.55;
  min-height: 72px;
  padding-left: 46px;
}

.beamstee-signup-page__copy li::before {
  box-shadow: 0 0 0 7px rgba(255, 116, 23, 0.12);
  height: 28px;
  top: 22px;
  width: 28px;
}

.beamstee-signup-page__form-card {
  align-self: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.16);
  padding: 54px 48px 50px !important;
}

.beamstee-signup-page__form-card::before {
  background: var(--beamstee-orange);
  content: "";
  display: block;
  height: 7px;
  margin: -54px -48px 43px;
}

.beamstee-signup-page__form-card .elementor-heading-title {
  color: var(--beamstee-ink) !important;
  font-size: clamp(32px, 3vw, 44px) !important;
  letter-spacing: -0.04em;
  line-height: 1.1 !important;
}

.beamstee-signup-page__form-card .elementor-widget-text-editor {
  color: #5f5f5f !important;
  font-size: 17px !important;
  line-height: 1.7;
  margin-bottom: 8px;
}

.beamstee-signup-page .elementor-form .elementor-field-group {
  margin-bottom: 20px !important;
}

.beamstee-signup-page .elementor-form .elementor-field-label {
  color: #181818 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
}

.beamstee-signup-page .elementor-form input.elementor-field,
.beamstee-signup-page .elementor-form textarea.elementor-field,
.beamstee-signup-page .elementor-form select.elementor-field {
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 13px !important;
  color: #111 !important;
  font-size: 16px !important;
  min-height: 58px;
  padding: 15px 17px !important;
}

.beamstee-signup-page .elementor-form input.elementor-field::placeholder {
  color: #8a8a8a;
}

.beamstee-signup-page .elementor-form .elementor-button {
  border-radius: 13px !important;
  box-shadow: 0 14px 30px rgba(255, 116, 23, 0.28);
  font-size: 17px !important;
  margin-top: 4px;
  min-height: 60px;
  width: 100%;
}

.beamstee-thank-you-page__hero {
  min-height: 680px;
}

.beamstee-thank-you-page .elementor-button {
  box-shadow: 0 14px 30px rgba(255, 116, 23, 0.28);
  margin-top: 28px;
  min-width: 210px;
}

@media (max-width: 1100px) {
  .beamstee-signup-page__grid > .e-con-inner {
    grid-template-columns: 1fr;
    margin-top: -95px;
    max-width: 720px !important;
  }

  .beamstee-signup-page__copy {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .beamstee-signup-page__hero,
  .beamstee-thank-you-page__hero {
    min-height: 550px;
    padding: 132px 20px 145px !important;
  }

  .beamstee-signup-page__hero .elementor-heading-title,
  .beamstee-thank-you-page__hero .elementor-heading-title {
    font-size: clamp(42px, 13vw, 62px) !important;
  }

  .beamstee-signup-page__hero .elementor-widget-text-editor,
  .beamstee-thank-you-page__hero .elementor-widget-text-editor {
    font-size: 16px !important;
  }

  .beamstee-signup-page__body {
    padding: 0 20px 82px !important;
  }

  .beamstee-signup-page__grid > .e-con-inner {
    gap: 24px;
    margin-top: -80px;
  }

  .beamstee-signup-page__copy,
  .beamstee-signup-page__form-card {
    border-radius: 26px !important;
  }

  .beamstee-signup-page__copy {
    padding: 38px 28px !important;
  }

  .beamstee-signup-page__form-card {
    padding: 40px 26px 34px !important;
  }

  .beamstee-signup-page__form-card::before {
    margin: -40px -26px 32px;
  }

  .beamstee-signup-page__copy .elementor-heading-title,
  .beamstee-signup-page__form-card .elementor-heading-title {
    font-size: 31px !important;
  }
}

/* Final waitlist layout hard reset. The grid element itself must not be a grid;
   Elementor places the actual cards inside its .e-con-inner wrapper. */
.beamstee-signup-page__grid {
  display: block !important;
  grid-template-columns: none !important;
}

.beamstee-signup-page__grid > .e-con-inner {
  align-items: start !important;
  display: grid !important;
  gap: 34px !important;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 480px) !important;
  margin: -118px auto 0 !important;
  max-width: 1160px !important;
  width: 100% !important;
}

.beamstee-signup-page__copy,
.beamstee-signup-page__form-card {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}

.beamstee-signup-page__copy {
  min-height: 520px !important;
}

.beamstee-signup-page__form-card {
  align-self: start !important;
  max-width: 480px !important;
}

@media (max-width: 1100px) {
  .beamstee-signup-page__grid > .e-con-inner {
    grid-template-columns: 1fr !important;
    max-width: 680px !important;
  }

  .beamstee-signup-page__form-card {
    max-width: none !important;
  }
}

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

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