/* Canonical site chrome. Loaded last so every route uses the same header/footer. */

body.brawus-v2 .br-header,
body.brawus-v2.page-home .br-header,
body.brawus-v2:not(.page-home) .br-header {
  position: fixed !important;
  z-index: 120 !important;
  top: 18px !important;
  width: 100% !important;
  min-height: 78px !important;
  padding: 0 !important;
  color: #f2f0ea !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  transform: none !important;
  pointer-events: none;
}

body.brawus-v2 .br-header *,
body.brawus-v2.page-home .br-header *,
body.brawus-v2:not(.page-home) .br-header * {
  box-sizing: border-box !important;
}

body.brawus-v2 .br-header-shell,
body.brawus-v2.page-home .br-header-shell,
body.brawus-v2:not(.page-home) .br-header-shell {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: clamp(22px, 2.6vw, 48px) !important;
  align-items: center !important;
  width: min(calc(100% - clamp(24px, 5vw, 76px)), 1840px) !important;
  min-height: 78px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  color: #f2f0ea !important;
  border: 1px solid rgba(242, 240, 234, .16) !important;
  border-radius: 16px !important;
  background: rgba(9, 10, 12, .86) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .2) !important;
  backdrop-filter: blur(22px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.15) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  transform: none !important;
  pointer-events: auto;
}

body.brawus-v2 .br-brand img,
body.brawus-v2.page-home .br-brand img,
body.brawus-v2:not(.page-home) .br-brand img {
  display: block !important;
  width: 156px !important;
  max-width: none !important;
  height: auto !important;
  filter: grayscale(1) brightness(0) invert(1) !important;
}

body.brawus-v2 .br-brand,
body.brawus-v2.page-home .br-brand,
body.brawus-v2:not(.page-home) .br-brand {
  display: inline-flex !important;
  flex: 0 0 156px !important;
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
}

body.brawus-v2 .br-nav .navigation,
body.brawus-v2.page-home .br-nav .navigation,
body.brawus-v2:not(.page-home) .br-nav .navigation {
  gap: clamp(18px, 1.7vw, 32px) !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.brawus-v2 .br-nav .navigation > li,
body.brawus-v2.page-home .br-nav .navigation > li,
body.brawus-v2:not(.page-home) .br-nav .navigation > li {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body.brawus-v2 .br-nav .navigation > li > a,
body.brawus-v2.page-home .br-nav .navigation > li > a,
body.brawus-v2:not(.page-home) .br-nav .navigation > li > a {
  min-height: 76px !important;
  color: rgba(255, 255, 255, .78) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
  transform: none !important;
}

body.brawus-v2 .br-nav .navigation > li > a::before,
body.brawus-v2.page-home .br-nav .navigation > li > a::before,
body.brawus-v2:not(.page-home) .br-nav .navigation > li > a::before {
  bottom: 12px !important;
  background: #f2f0ea !important;
}

body.brawus-v2 .br-calc-link,
body.brawus-v2.page-home .br-calc-link,
body.brawus-v2:not(.page-home) .br-calc-link {
  display: inline-flex !important;
  align-items: center;
  min-height: 52px;
  padding: 0 8px !important;
  color: rgba(255, 255, 255, .76) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
}

body.brawus-v2 .br-header-actions,
body.brawus-v2.page-home .br-header-actions,
body.brawus-v2:not(.page-home) .br-header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

body.brawus-v2 .br-calc-link:hover {
  color: #fff !important;
}

body.brawus-v2 .br-header .br-primary-action,
body.brawus-v2.page-home .br-header .br-primary-action,
body.brawus-v2:not(.page-home) .br-header .br-primary-action {
  width: 204px !important;
  min-width: 204px !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  color: #090a0c !important;
  border: 1px solid #f2f0ea !important;
  border-radius: 12px !important;
  background: #f2f0ea !important;
  box-shadow: none !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 560 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
  white-space: nowrap !important;
}

@media (max-width: 1360px) {
  body.brawus-v2 .br-header-shell,
  body.brawus-v2.page-home .br-header-shell,
  body.brawus-v2:not(.page-home) .br-header-shell {
    gap: 18px !important;
  }

  body.brawus-v2 .br-brand,
  body.brawus-v2.page-home .br-brand,
  body.brawus-v2:not(.page-home) .br-brand {
    flex-basis: 140px !important;
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }

  body.brawus-v2 .br-brand img,
  body.brawus-v2.page-home .br-brand img,
  body.brawus-v2:not(.page-home) .br-brand img {
    width: 140px !important;
  }

  body.brawus-v2 .br-nav .navigation,
  body.brawus-v2.page-home .br-nav .navigation,
  body.brawus-v2:not(.page-home) .br-nav .navigation {
    gap: 16px !important;
  }

  body.brawus-v2 .br-nav .navigation > li > a,
  body.brawus-v2.page-home .br-nav .navigation > li > a,
  body.brawus-v2:not(.page-home) .br-nav .navigation > li > a,
  body.brawus-v2 .br-calc-link,
  body.brawus-v2.page-home .br-calc-link,
  body.brawus-v2:not(.page-home) .br-calc-link {
    font-size: 14px !important;
  }

  body.brawus-v2 .br-header-actions,
  body.brawus-v2.page-home .br-header-actions,
  body.brawus-v2:not(.page-home) .br-header-actions {
    gap: 12px !important;
  }

  body.brawus-v2 .br-header .br-primary-action,
  body.brawus-v2.page-home .br-header .br-primary-action,
  body.brawus-v2:not(.page-home) .br-header .br-primary-action {
    width: 176px !important;
    min-width: 176px !important;
    padding-inline: 18px !important;
    font-size: 14px !important;
  }
}

body.brawus-v2 .br-header .br-primary-action::before {
  display: none !important;
}

body.brawus-v2 .br-header .br-primary-action:hover,
body.brawus-v2 .br-header .br-primary-action:focus-visible {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .58) !important;
  background: transparent !important;
  transform: translateY(-1px) !important;
}

body.brawus-v2 .br-header.fixed-header,
body.brawus-v2 .br-header.is-scrolled {
  top: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.brawus-v2 .br-header .sticky-header {
  display: none !important;
}

/* Legacy case templates may still contain their former local footer markup.
   The shared footer.php remains the only visible site footer. */
body.brawus-v2 footer.footer-wrapper,
body.brawus-v2 footer.legacy-inline-footer {
  display: none !important;
}

/* Canonical closing CTA — shared verbatim by every route. */
body.brawus-v2 .br-contact-cta,
body.brawus-v2.page-home .br-contact-cta,
body.brawus-v2:not(.page-home) .br-contact-cta {
  padding: clamp(88px, 9vw, 148px) 0 clamp(102px, 10vw, 164px) !important;
  color: #111316 !important;
  border: 0 !important;
  border-top: 1px solid rgba(17, 19, 22, .16) !important;
  border-bottom: 1px solid rgba(17, 19, 22, .16) !important;
  background: #f0eee8 !important;
  background-image: none !important;
}

body.brawus-v2 .br-contact-cta::before,
body.brawus-v2.page-home .br-contact-cta::before,
body.brawus-v2:not(.page-home) .br-contact-cta::before {
  display: none !important;
}

body.brawus-v2 .br-contact-cta .br-shell,
body.brawus-v2.page-home .br-contact-cta .br-shell,
body.brawus-v2:not(.page-home) .br-contact-cta .br-shell {
  width: min(calc(100% - clamp(32px, 7vw, 144px)), 1880px) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.brawus-v2 .br-contact-grid,
body.brawus-v2.page-home .br-contact-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr) !important;
  gap: clamp(64px, 10vw, 188px) !important;
  align-items: end !important;
}

body.brawus-v2 .br-contact-cta .br-eyebrow,
body.brawus-v2.page-home .br-contact-cta .br-eyebrow {
  color: #656560 !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}

body.brawus-v2 .br-contact-grid h2,
body.brawus-v2.page-home .br-contact-grid h2 {
  max-width: none !important;
  margin: clamp(34px, 4vw, 58px) 0 0 !important;
  color: #111316 !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(62px, 5.6vw, 108px) !important;
  font-weight: 500 !important;
  letter-spacing: -.068em !important;
  line-height: .87 !important;
  text-wrap: balance;
}

body.brawus-v2 .br-contact-grid h2 > span,
body.brawus-v2.page-home .br-contact-grid h2 > span {
  display: block;
  white-space: nowrap;
}

body.brawus-v2 .br-contact-copy p,
body.brawus-v2.page-home .br-contact-copy p {
  max-width: 36ch !important;
  margin: 0 0 34px !important;
  color: #555751 !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(16px, 1.12vw, 20px) !important;
  line-height: 1.52 !important;
}

body.brawus-v2 .br-contact-cta .br-primary-action,
body.brawus-v2.page-home .br-contact-cta .br-primary-action,
body.brawus-v2:not(.page-home) .br-contact-cta .br-primary-action {
  width: min(100%, 360px) !important;
  min-height: 64px !important;
  padding: 0 24px !important;
  color: #f3f1eb !important;
  border: 1px solid #111316 !important;
  border-radius: 10px !important;
  background: #111316 !important;
  box-shadow: none !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(16px, 1.08vw, 19px) !important;
  font-weight: 600 !important;
}

body.brawus-v2 .br-contact-cta .br-primary-action::before {
  display: none !important;
}

body.brawus-v2 .br-contact-cta .br-primary-action:hover,
body.brawus-v2 .br-contact-cta .br-primary-action:focus-visible {
  color: #111316 !important;
  border-color: #111316 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px) !important;
}

/* Shared compact project form. On desktop the complete card stays within 80dvh. */
body.brawus-v2 .frame.editorial-open-form,
body.brawus-v2.has-ed-template-hero section.frame.editorial-open-form {
  --open-form-accent: #f2f0ea;
  padding: clamp(22px, 2.5vw, 40px) 0 !important;
  background: #080a0d !important;
  background-image: none !important;
}

body.brawus-v2 .frame.editorial-open-form::before,
body.brawus-v2.has-ed-template-hero section.frame.editorial-open-form::before {
  display: none !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__shell {
  width: min(calc(100% - clamp(28px, 6vw, 96px)), 1600px) !important;
  height: min(80dvh, 720px) !important;
  min-height: min(600px, 80dvh) !important;
  max-height: 80dvh !important;
  grid-template-columns: minmax(0, 58fr) minmax(330px, 42fr) !important;
  border: 1px solid rgba(242, 240, 234, .14) !important;
  border-radius: clamp(18px, 1.5vw, 26px) !important;
  background: #11151a !important;
  box-shadow: none !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__content {
  padding: clamp(24px, 2.2vw, 36px) !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__header {
  column-gap: clamp(28px, 3.5vw, 64px) !important;
  padding-bottom: clamp(16px, 1.5vw, 24px) !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__meta {
  margin-bottom: clamp(14px, 1.4vw, 22px) !important;
}

body.brawus-v2 .frame.editorial-open-form h2 {
  font-size: clamp(48px, 4.4vw, 76px) !important;
  line-height: .9 !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__intro {
  gap: 14px !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__form {
  gap: clamp(11px, 1.05vw, 16px) !important;
  margin-top: clamp(14px, 1.3vw, 20px) !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__fields {
  row-gap: 8px !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field input,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field textarea {
  width: 100% !important;
  margin: 0 !important;
  color: #f2f0ea !important;
  border: 1px solid rgba(242, 240, 234, .17) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .025) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(15px, .92vw, 17px) !important;
  font-weight: 450 !important;
  line-height: 1.35 !important;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field input {
  min-height: 52px !important;
  padding: 0 17px !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field textarea {
  min-height: 82px !important;
  max-height: 96px !important;
  padding: 14px 17px !important;
  resize: none !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field input::placeholder,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field textarea::placeholder {
  color: rgba(196, 202, 214, .48) !important;
  opacity: 1 !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field input:hover,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field textarea:hover {
  border-color: rgba(242, 240, 234, .3) !important;
  background: rgba(255, 255, 255, .035) !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field input:focus,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field textarea:focus {
  border-color: rgba(242, 240, 234, .7) !important;
  background: rgba(255, 255, 255, .045) !important;
  box-shadow: 0 0 0 3px rgba(242, 240, 234, .07) !important;
  outline: 0 !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__file-row {
  min-height: 26px !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit.rect-button {
  width: min(100%, 254px) !important;
  min-height: 52px !important;
  padding: 0 17px 0 20px !important;
  color: #0b0d10 !important;
  border: 1px solid #f2f0ea !important;
  border-radius: 12px !important;
  background: #f2f0ea !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -.01em !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit #btnText,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit.rect-button #btnText {
  color: #0b0d10 !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit::before {
  display: none !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit:hover,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit:focus-visible {
  color: #0b0d10 !important;
  border-color: #fff !important;
  background: #fff !important;
  transform: translateY(-2px) !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit:disabled,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit.rect-button:disabled {
  color: #0b0d10 !important;
  border-color: #d9d7d1 !important;
  background: #d9d7d1 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  transform: none !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit:disabled #btnText,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit.rect-button:disabled #btnText {
  color: #0b0d10 !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__portrait img {
  min-height: 0 !important;
}

body.brawus-v2 .br-footer,
body.brawus-v2.page-home .br-footer,
body.brawus-v2:not(.page-home) .br-footer {
  padding: clamp(78px, 8vw, 128px) 0 34px !important;
  color: rgba(255, 255, 255, .72) !important;
  background: #08090b !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
}

body.brawus-v2 .br-footer .br-shell,
body.brawus-v2.page-home .br-footer .br-shell,
body.brawus-v2:not(.page-home) .br-footer .br-shell {
  width: min(calc(100% - clamp(32px, 7vw, 144px)), 1880px) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.brawus-v2 .br-footer-top {
  grid-template-columns: auto minmax(260px, 1fr) auto !important;
  gap: clamp(38px, 6vw, 100px) !important;
  padding-bottom: clamp(54px, 6vw, 88px) !important;
  border-color: rgba(255, 255, 255, .14) !important;
}

body.brawus-v2 .br-footer-brand img,
body.brawus-v2.page-home .br-footer-brand img {
  width: clamp(170px, 11vw, 202px) !important;
  filter: grayscale(1) brightness(0) invert(1) !important;
}

body.brawus-v2 .br-footer-top > p,
body.brawus-v2.page-home .br-footer-top > p {
  max-width: 560px !important;
  color: rgba(255, 255, 255, .52) !important;
  font-size: clamp(16px, 1.05vw, 19px) !important;
  line-height: 1.55 !important;
}

body.brawus-v2 .br-footer-contact {
  gap: 10px !important;
}

body.brawus-v2 .br-footer-contact a,
body.brawus-v2.page-home .br-footer-contact a {
  color: #f2f0ea !important;
  font-size: clamp(20px, 1.55vw, 28px) !important;
  line-height: 1.2 !important;
}

body.brawus-v2 .br-footer-nav {
  gap: clamp(30px, 5vw, 84px) !important;
  padding: clamp(54px, 6vw, 88px) 0 !important;
  border-color: rgba(255, 255, 255, .14) !important;
}

body.brawus-v2 .br-footer-nav > div {
  gap: 13px !important;
}

body.brawus-v2 .br-footer-nav span,
body.brawus-v2.page-home .br-footer-nav span {
  margin-bottom: 12px !important;
  color: rgba(255, 255, 255, .42) !important;
  font-size: 12px !important;
  letter-spacing: .13em !important;
}

body.brawus-v2 .br-footer-nav a,
body.brawus-v2.page-home .br-footer-nav a {
  color: rgba(255, 255, 255, .68) !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.4 !important;
}

body.brawus-v2 .br-footer-nav a:hover {
  color: #fff !important;
}

body.brawus-v2 .br-footer-bottom,
body.brawus-v2.page-home .br-footer-bottom {
  padding-top: 30px !important;
  color: rgba(255, 255, 255, .46) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  font-size: 13px !important;
}

body.brawus-v2 .br-footer-bottom a,
body.brawus-v2.page-home .br-footer-bottom a {
  color: rgba(255, 255, 255, .58) !important;
}

@media (max-width: 1240px) {
  body.brawus-v2 .br-calc-link,
  body.brawus-v2.page-home .br-calc-link,
  body.brawus-v2:not(.page-home) .br-calc-link {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  body.brawus-v2 .br-nav {
    display: none !important;
  }

  body.brawus-v2 .br-menu-toggle {
    display: block !important;
  }

  body.brawus-v2 .br-contact-grid,
  body.brawus-v2.page-home .br-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__shell {
    grid-template-columns: minmax(0, 62fr) minmax(300px, 38fr) !important;
  }
}

@media (max-width: 900px) {
  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__shell {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__portrait {
    order: -1;
    min-height: clamp(300px, 58vw, 430px) !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__portrait img {
    min-height: clamp(300px, 58vw, 430px) !important;
  }
}

@media (max-width: 720px) {
  body.brawus-v2 .br-header,
  body.brawus-v2.page-home .br-header,
  body.brawus-v2:not(.page-home) .br-header {
    top: 10px !important;
    min-height: 64px !important;
  }

  body.brawus-v2 .br-header-shell,
  body.brawus-v2.page-home .br-header-shell,
  body.brawus-v2:not(.page-home) .br-header-shell {
    width: calc(100% - 20px) !important;
    min-height: 64px !important;
    padding: 0 14px !important;
    border-radius: 13px !important;
  }

  body.brawus-v2 .br-brand img,
  body.brawus-v2.page-home .br-brand img {
    width: 124px !important;
  }

  body.brawus-v2 .br-brand,
  body.brawus-v2.page-home .br-brand,
  body.brawus-v2:not(.page-home) .br-brand {
    flex-basis: 124px !important;
    width: 124px !important;
    min-width: 124px !important;
    max-width: 124px !important;
  }

  body.brawus-v2 .br-header .br-primary-action {
    display: none !important;
  }

  body.brawus-v2 .br-footer-top {
    grid-template-columns: 1fr !important;
  }

  body.brawus-v2 .br-footer-contact {
    justify-items: start !important;
  }

  body.brawus-v2 .br-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.brawus-v2 .br-contact-cta {
    padding: 76px 0 88px !important;
  }

  body.brawus-v2 .br-contact-grid h2,
  body.brawus-v2.page-home .br-contact-grid h2 {
    font-size: clamp(38px, 10.4vw, 58px) !important;
  }

  body.brawus-v2 .frame.editorial-open-form,
  body.brawus-v2.has-ed-template-hero section.frame.editorial-open-form {
    padding: 44px 12px !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__shell {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__portrait {
    min-height: 280px !important;
  }
}

@media (max-width: 480px) {
  body.brawus-v2 .br-footer-nav {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-08-15: one compact, legible form and floating-control safe zone on every route. */
body.brawus-v2 .frame.editorial-open-form,
body.brawus-v2.has-ed-template-hero section.frame.editorial-open-form {
  padding: clamp(14px, 1.6vw, 24px) 0 !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__shell {
  height: min(76dvh, 700px) !important;
  min-height: min(560px, 76dvh) !important;
  max-height: 76dvh !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__content {
  padding: clamp(24px, 2vw, 34px) !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field {
  display: grid;
  gap: 7px;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  color: rgba(220, 224, 232, .72) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: .045em !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__fields {
  column-gap: clamp(16px, 2vw, 28px) !important;
  row-gap: 10px !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field input {
  min-height: 48px !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__field textarea {
  min-height: 74px !important;
  max-height: 84px !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__consent,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__response-time,
body.brawus-v2 .frame.editorial-open-form #file-upload-note {
  color: rgba(220, 224, 232, .7) !important;
}

body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit,
body.brawus-v2 .frame.editorial-open-form .editorial-open-form__submit.rect-button {
  width: min(100%, 280px) !important;
  min-height: 54px !important;
  font-size: 16px !important;
}

body.brawus-v2 .br-footer,
body.brawus-v2.page-home .br-footer,
body.brawus-v2:not(.page-home) .br-footer {
  padding-top: clamp(68px, 6.5vw, 104px) !important;
}

body.brawus-v2 .br-footer-top {
  padding-bottom: clamp(44px, 4.5vw, 68px) !important;
}

body.brawus-v2 .br-footer-nav {
  padding: clamp(46px, 4.5vw, 68px) 0 !important;
}

body.brawus-v2.br-final-cta-visible #callback-fab,
body.brawus-v2.br-final-cta-visible .scroll-top {
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(14px) !important;
}

@media (max-width: 900px) {
  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__shell {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__portrait,
  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__portrait img {
    min-height: clamp(230px, 40vw, 320px) !important;
  }
}

@media (max-width: 720px) {
  body.brawus-v2 .scroll-top {
    display: none !important;
  }

  body.brawus-v2 #callback-fab {
    display: none !important;
  }

  body.brawus-v2 .frame.editorial-open-form,
  body.brawus-v2.has-ed-template-hero section.frame.editorial-open-form {
    padding: 28px 10px !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__portrait,
  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__portrait img {
    min-height: 190px !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__content {
    padding: 24px 18px 26px !important;
  }

  body.brawus-v2 .frame.editorial-open-form h2 {
    max-width: 11ch !important;
    font-size: clamp(44px, 13vw, 58px) !important;
    line-height: .94 !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__meta {
    margin-bottom: 18px !important;
  }

  body.brawus-v2 .frame.editorial-open-form .editorial-open-form__header {
    gap: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.brawus-v2 #callback-fab,
  body.brawus-v2 .scroll-top {
    transition: none !important;
  }
}
