@font-face {
  font-family: "Hero New";
  src: url("../font/Hero New Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Hero New";
  src: url("../font/Hero New SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Hero New";
  src: url("../font/Hero New Bold Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Hero New";
  src: url("../font/Hero New UltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

:root {
  --graphite: #3e3c35;
  --panel: #a6a6a4;
  --light-panel: #e1e1e1;
  --tan: #bd9d75;
  --wall: #5b554d;
  --orange: #f28b18;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Hero New", Arial, sans-serif;
  background: var(--wall);
  color: var(--white);
  overflow-x: hidden;
}

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

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kadosh-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--wall);
}

.kadosh-bgPic {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}

.kadosh-bg {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.kadosh-copy {
  position: absolute;
  z-index: 2;
  top: 13.6%;
  right: 7.6%;
  width: clamp(330px, 20.6vw, 430px);
  color: var(--white);
}

.kadosh-copy p {
  margin: 0 0 2px;
  font-size: clamp(23px, 1.43vw, 30px);
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
}

.kadosh-copy h1 {
  margin: 0;
  font-size: clamp(48px, 3.18vw, 66px);
  font-weight: 200;
  line-height: 1.02;
  letter-spacing: 0;
}

.kadosh-lead {
  position: absolute;
  z-index: 2;
  top: 24.8%;
  right: 7.3%;
  width: clamp(330px, 20.65vw, 430px);
}

.kadosh-formBox {
  background: var(--panel);
  padding: clamp(18px, 1.2vw, 24px) clamp(24px, 1.52vw, 31px) 12px;
}

.kadosh-formIntro {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(20px, 1.18vw, 25px);
  font-weight: 400;
  line-height: 1.28;
  text-align: center;
}

.kadosh-formTitle {
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(31px, 1.93vw, 40px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.kadosh-form {
  display: grid;
  gap: 18px;
}

.kadosh-field input {
  width: 100%;
  height: clamp(40px, 2.08vw, 44px);
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--white);
  font-size: clamp(14px, 0.8vw, 17px);
}

.kadosh-field input::placeholder {
  color: rgba(255, 255, 255, 0.82);
}

.kadosh-field input:focus {
  border-color: var(--white);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.kadosh-submit {
  width: 100%;
  height: clamp(50px, 2.65vw, 56px);
  border: 0;
  border-radius: 0;
  background: var(--light-panel);
  color: var(--graphite);
  cursor: pointer;
  font-size: clamp(36px, 2.2vw, 46px);
  font-weight: 600;
  line-height: 1;
}

.kadosh-submit:hover {
  filter: brightness(0.96);
}

.kadosh-submit.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.kadosh-required {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(13px, 0.78vw, 16px);
  font-style: italic;
}

.kadosh-whatsCta {
  display: grid;
  justify-items: center;
  width: 100%;
  padding: 12px 15px 13px;
  background: var(--light-panel);
  color: var(--graphite);
  text-align: center;
}

.kadosh-whatsCta strong {
  font-size: clamp(30px, 1.9vw, 39px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.kadosh-whatsCta span {
  position: relative;
  margin-top: 2px;
  padding-bottom: 8px;
  font-size: clamp(17px, 1vw, 22px);
  line-height: 1.1;
}

.kadosh-whatsCta span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: currentColor;
}

.kadosh-whatsCta em {
  position: relative;
  margin-top: 8px;
  padding-left: 35px;
  font-size: clamp(26px, 1.62vw, 34px);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.kadosh-whatsCta em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url("../img/wwpform.svg") center / contain no-repeat;
}

.kadosh-social {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 14.2%;
  display: grid;
  width: 50px;
  background: var(--tan);
}

.kadosh-social a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
}

.kadosh-social img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.kadosh-social a[aria-label="Facebook"] img {
  width: 18px;
  height: 32px;
}

.kadosh-dev {
  position: absolute;
  z-index: 2;
  top: 2.7%;
  right: 1.25%;
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(14px, 0.94vw, 19px);
  line-height: 1;
}

.kadosh-dev strong {
  font-weight: 700;
  font-style: italic;
}

.kadosh-mobileLogo,
.kadosh-mobileInfo {
  display: none;
}

.kadosh-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.62);
}

.kadosh-modal.is-open {
  display: flex;
}

.kadosh-modalCard {
  width: min(500px, 92vw);
  padding: 26px 24px 22px;
  background: var(--panel);
  color: var(--white);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.kadosh-modalCard h2 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.kadosh-modalCard p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.35;
}

.kadosh-modalCard button {
  width: 100%;
  height: 46px;
  border: 0;
  background: var(--light-panel);
  color: var(--graphite);
  cursor: pointer;
  font-weight: 600;
}

@media (max-width: 1600px) {
  .kadosh-lead {
    right: 7%;
  }

  .kadosh-form {
    gap: 18px;
  }

  .kadosh-formTitle {
    margin-bottom: 23px;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .kadosh-copy,
  .kadosh-lead {
    right: 4.8%;
    width: 330px;
  }

  .kadosh-formBox {
    padding: 22px 22px 15px;
  }

  .kadosh-form {
    gap: 14px;
  }
}

@media (max-width: 900px) {
  body {
    background: var(--wall);
  }

  .kadosh-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    overflow: visible;
    background: var(--wall);
  }

  .kadosh-bgPic {
    position: relative;
    inset: auto;
    order: 1;
    width: 100%;
    background: #c8f0f8;
  }

  .kadosh-bg {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .kadosh-mobileLogo {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 50%;
    display: block;
    width: min(260px, 66vw);
    transform: translateX(-50%);
  }

  .kadosh-mobileInfo {
    position: relative;
    z-index: 1;
    order: 4;
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 24px 20px 24px;
    background: var(--wall);
    color: var(--white);
  }

  .kadosh-mobileDorms {
    order: 2;
    width: min(150px, 42vw);
    padding: 14px 16px 12px;
    background: #b99a75;
  }

  .kadosh-mobileFeature {
    order: 1;
    display: grid;
    grid-template-columns: 52px auto;
    align-items: center;
    gap: 13px;
    min-width: min(320px, 86vw);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.05;
  }

  .kadosh-mobileFeature img {
    width: 52px;
    height: 41px;
    object-fit: contain;
  }

  .kadosh-mobileFeature strong {
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
  }

  .kadosh-copy {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    width: min(460px, calc(100% - 24px));
    margin: 0 auto;
    padding: 28px 0 16px;
    text-align: center;
  }

  .kadosh-copy p {
    font-size: clamp(22px, 6vw, 26px);
    overflow-wrap: break-word;
  }

  .kadosh-copy h1 {
    font-size: clamp(43px, 12vw, 50px);
    overflow-wrap: break-word;
  }

  .kadosh-lead {
    position: relative;
    top: auto;
    right: auto;
    order: 3;
    width: min(460px, calc(100% - 24px));
    margin: 0 auto;
  }

  .kadosh-formBox {
    padding: 28px 18px 17px;
  }

  .kadosh-formIntro {
    font-size: clamp(18px, 5vw, 20px);
    margin-bottom: 18px;
  }

  .kadosh-formTitle {
    margin-bottom: 24px;
    font-size: clamp(28px, 7.2vw, 31px);
    line-height: 1.08;
    text-align: center;
    white-space: normal;
  }

  .kadosh-form {
    gap: 16px;
  }

  .kadosh-field input {
    height: 54px;
    font-size: 17px;
  }

  .kadosh-submit {
    height: 62px;
    font-size: 42px;
  }

  .kadosh-required {
    margin-top: 15px;
    font-size: 13px;
  }

  .kadosh-whatsCta {
    padding: 18px 14px 16px;
  }

  .kadosh-whatsCta strong {
    font-size: clamp(26px, 7vw, 32px);
  }

  .kadosh-whatsCta span {
    max-width: 100%;
    font-size: clamp(16px, 4.3vw, 18px);
    overflow-wrap: break-word;
  }

  .kadosh-whatsCta em {
    padding-left: 30px;
    font-size: clamp(24px, 6.8vw, 27px);
  }

  .kadosh-whatsCta em::before {
    width: 23px;
    height: 23px;
  }

  .kadosh-social {
    position: relative;
    right: auto;
    bottom: auto;
    order: 5;
    width: 100%;
    max-width: 460px;
    margin: 26px auto 0;
    display: flex;
    justify-content: center;
    gap: 22px;
    background: transparent;
  }

  .kadosh-social a {
    width: 44px;
    height: 44px;
    background: var(--tan);
  }

  .kadosh-social img {
    width: 24px;
    height: 24px;
  }

  .kadosh-social a[aria-label="Facebook"] img {
    width: 16px;
    height: 30px;
  }

  .kadosh-dev {
    position: relative;
    top: auto;
    right: auto;
    order: 6;
    display: block;
    width: min(460px, calc(100% - 24px));
    margin: 18px auto 0;
    padding: 0 0 22px;
    text-align: center;
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .kadosh-mobileLogo {
    width: 70vw;
  }

  .kadosh-formTitle {
    font-size: 34px;
  }

  .kadosh-submit {
    font-size: 38px;
  }
}
