/* Styles added during the React build (post-Webflow). */

/*
 * Overscroll / rubber-band canvas — keep white site-wide so warm
 * page backgrounds never flash when scrolling past the top/bottom.
 */
html {
  background-color: #fff;
}

body {
  background-color: #fff !important;
}

#root {
  background-color: #fff;
  min-height: 100%;
}

/*
 * Header-only hero shells (Who We Are, Articles, FAQ, etc.) used the
 * coastal image as a 100px spacer — sand at the crop edge flashed as a
 * yellow band under the fixed header. Use white instead; keep the image
 * on pages with real hero content.
 */
.hero-section-for-pages:not(:has(.hero-heading-right)):not(:has(.div-block-136)):not(.who-we-serve-hero-shell) {
  background-image: none !important;
  background-color: #fff !important;
}

/*
 * Site-wide header — spacing/type matched to simonquickadvisors.com
 * (measured at 1440px: 50px side inset, 100px bar, 14px / 20px-gap nav).
 */
.div-block-133 {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #223939 !important;
}

.div-block-133:where(.w-variant-dfbd6bd2-8fad-798f-8f6f-cabe14d75da5) {
  background-color: #223939 !important;
}

.div-block-133 .navbar-logo-left-container,
.div-block-133 .navbar-logo-left-container.shadow-three,
.div-block-133 .navbar-logo-left-container.shadow-three:where(.w-variant-dfbd6bd2-8fad-798f-8f6f-cabe14d75da5) {
  background-color: #223939 !important;
  background-image: none !important;
  position: relative !important;
  min-height: 100px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}

/*
 * Home only: header starts fully transparent, then fades to solid
 * over the first 100px of scroll (--header-bg-alpha driven in JS).
 */
.div-block-133.home-header-fade,
.div-block-133.home-header-fade:where(.w-variant-dfbd6bd2-8fad-798f-8f6f-cabe14d75da5),
.div-block-133.home-header-fade .navbar-logo-left-container,
.div-block-133.home-header-fade .navbar-logo-left-container.shadow-three,
.div-block-133.home-header-fade .navbar-logo-left-container.shadow-three:where(.w-variant-dfbd6bd2-8fad-798f-8f6f-cabe14d75da5) {
  --header-bg-alpha: 0;
  background-color: rgba(34, 57, 57, var(--header-bg-alpha)) !important;
  background-image: none !important;
  transition: none;
}

.div-block-133 .container-11 {
  /* SQ: .header__wrapper max-width 1800px, padding 50px */
  max-width: 1800px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  box-sizing: border-box !important;
}

.div-block-133 .navbar-wrapper {
  min-height: 100px !important;
  width: 100% !important;
  align-items: center !important;
}

.div-block-133 .navbar-brand {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-133 .image-33 {
  /* SQ logo box is 220×41; Altenn mark is taller (~2.25:1) — size to fill the bar comfortably */
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
  max-height: 70px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.div-block-133 .nav-menu-two {
  grid-column-gap: 20px !important; /* SQ measured gap between items */
  grid-row-gap: 20px !important;
  align-items: center !important;
}

.div-block-133 .nav-link-2 {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.div-block-133 .text-block-27 {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

/* Insights dropdown: match nav-link sizing and vertical alignment */
.div-block-133 .nav-dropdown {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.div-block-133 .nav-dropdown-toggle,
.div-block-133 .w-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem;
  color: var(--subtle) !important;
  font-family: var(--medium);
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  letter-spacing: normal !important;
  padding: 0 1.1rem 0 0 !important;
  margin: 0 !important;
}

.div-block-133 .nav-dropdown-icon,
.div-block-133 .w-icon-dropdown-toggle {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 0.75em !important;
  height: 0.75em !important;
  margin: auto 0 auto auto !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1em !important;
}

.div-block-133 .button-primary-2 {
  padding: 8px 14px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: normal !important;
  font-weight: 700 !important;
}

.div-block-133 .button-primary-2.book-call-button,
.div-block-133 .book-call-button {
  font-size: 14px !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.div-block-133 .menu-button-2 {
  padding: 9px !important;
}

.div-block-133 .icon-3 {
  transform: scale(0.9);
  transform-origin: center;
}

.div-block-133 .nav-dropdown-list,
.div-block-133 .nav-dropdown-list.shadow-three.mobile-shadow-hide,
.div-block-133 .nav-dropdown-list.shadow-three.mobile-shadow-hide.right-aligned,
.div-block-133 .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  width: auto !important;
  min-width: 9.5rem !important;
  max-width: 11rem !important;
  margin-top: 0.35rem !important;
  margin-left: 0 !important;
  padding: 0.4rem 0 !important;
  background-color: #223939 !important;
  background-image: none !important;
  border-radius: 5px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  z-index: 1100;
}

.div-block-133 .nav-dropdown-link {
  font-size: 14px !important;
  padding: 0.55rem 1rem !important;
  white-space: nowrap;
}

/*
 * Keep page content from sitting under the fixed 100px header.
 */
.waves-section-hero-5:has(> .div-block-133),
.hero-section-for-pages:has(> .div-block-133),
.who-we-serve-hero-shell:has(> .div-block-133),
.section-17:has(> .div-block-133),
.contact-sqa-hero:has(> .div-block-133),
section:has(> .div-block-133) {
  padding-top: 100px;
  box-sizing: border-box;
}

/*
 * Home hero — matched to simonquickadvisors.com .mpHero
 * (wrapper max 1500 + 50px pad; copy max 800; h1 55/73; body 18/24;
 *  top pad 350px).
 */
.waves-section-hero-5 {
  padding-top: 0 !important; /* hero owns its own top spacing; header overlays */
}

/*
 * Insight detail pages: hero shell is only a fixed-nav host. Collapse the
 * empty spacer under the nav, and paint the page canvas the same off-white
 * as the article (#f1f1f1) so no pure-white band shows through.
 */
.hero-section-for-pages:has(+ .uui-section_blogpost04),
.hero-section-for-pages:has(+ header.uui-section_blogpost04) {
  padding-top: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: visible;
  background: transparent !important;
  background-image: none !important;
}

body:has(.uui-section_blogpost04),
body:has(.uui-section_blogpost04) #root,
.uui-section_blogpost04 {
  background-color: #f1f1f1 !important;
}

/*
 * Article title row: Webflow exported this as a column with
 * align-items:flex-end, which shoves short titles to the right.
 * Keep the title/byline left and the share icons on the right.
 */
.uui-section_blogpost04 .rl_blogpost1_content-top {
  flex-flow: row wrap !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 1.25rem 2rem;
}

.uui-section_blogpost04 .rl_blogpost1_author-wrapper,
.uui-section_blogpost04 .rl_blogpost1_details-wrapper {
  width: auto;
  max-width: 100%;
  flex: 1 1 18rem;
  align-items: flex-start !important;
}

.uui-section_blogpost04 .heading-28 {
  width: 100%;
  margin: 0 0 0.65rem;
  padding: 0 0 0.35rem;
  text-align: left;
}

.uui-section_blogpost04 .rl_blogpost1_share {
  align-self: flex-end;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .uui-section_blogpost04 .rl_blogpost1_content-top {
    flex-flow: column nowrap !important;
    align-items: flex-start !important;
  }

  .uui-section_blogpost04 .rl_blogpost1_author-wrapper,
  .uui-section_blogpost04 .rl_blogpost1_details-wrapper {
    width: 100%;
    flex: 1 1 auto;
  }

  .uui-section_blogpost04 .rl_blogpost1_share {
    align-self: flex-start;
    margin-left: 0;
  }
}

.waves-section-hero-5 .waves---main-container {
  max-width: 1500px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 350px 50px 60px !important;
  box-sizing: border-box !important;
}

.waves-section-hero-5 .waves-title-wrap-hero-5 {
  max-width: 800px;
  width: 100%;
  align-items: flex-start !important;
  grid-row-gap: 0 !important;
  gap: 0;
}

.waves-section-hero-5 .waves---mega-heading-1 {
  font-size: 55px !important;
  line-height: 73px !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  max-width: 800px;
  width: 100%;
}

.waves-section-hero-5 .waves---limit-480 {
  max-width: 800px;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.waves-section-hero-5 .waves---subtitle {
  position: static !important;
  display: block !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  width: 100%;
  max-width: 800px;
}

.waves-section-hero-5 .waves---mg-top-16 {
  margin-top: 40px !important;
}

.waves-section-hero-5 .hero-call-button {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  text-transform: uppercase;
  min-width: 300px;
  max-width: 300px;
  height: 48px !important;
  padding: 15px 80px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}

/*
 * Who We Serve: coastal image runs under the header to the top of the page,
 * with the 2×3 selector grid centered in the turquoise field.
 */
.who-we-serve-hero-shell {
  background-color: #223939;
  background-image: linear-gradient(#223939bf, #223939bf), url('../images/IMG_5029.PNG');
  background-position: 0 0, center center;
  background-size: auto, cover;
  padding-bottom: 0;
  position: relative;
}

.who-we-serve-hero-shell .div-block-136:has(.who-we-serve-grid) {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: min(78vh, 42rem);
  padding: 3rem 0 4rem;
  box-sizing: border-box;
  /* Overlay already on the shell; don't double-stack a solid panel. */
  background-image: none;
}

.who-we-serve-hero-shell .container-17:has(.who-we-serve-grid) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  width: 100%;
  max-width: 56rem;
  box-sizing: border-box;
}

.who-we-serve-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.75rem 3.5rem;
  width: 100%;
  margin: 0;
  align-items: stretch;
  justify-items: stretch;
}

.who-we-serve-selector {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--subtle, #f5f0e8);
  text-align: center;
  cursor: pointer;
  padding: 1.35rem 1.25rem 1.5rem;
  width: 100%;
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-bottom-color 0.2s ease, color 0.2s ease;
}

.who-we-serve-selector-label {
  font-family: var(--heading-2, Georgia, "Times New Roman", serif);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: inherit;
  display: block;
}

.who-we-serve-selector:hover,
.who-we-serve-selector.is-selected {
  background-color: rgba(245, 240, 232, 0.4); /* off-white @ 40% */
  color: var(--subtle, #f5f0e8);
}

.who-we-serve-selector.is-selected {
  border: 1px solid var(--main-color, #466463);
  border-bottom-width: 1px;
  border-radius: 5px;
}

.who-we-serve-selector.is-selected .who-we-serve-selector-label {
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .waves-section-hero-5:has(> .div-block-133),
  .hero-section-for-pages:has(> .div-block-133),
  .who-we-serve-hero-shell:has(> .div-block-133),
  .section-17:has(> .div-block-133),
  .contact-sqa-hero:has(> .div-block-133),
  section:has(> .div-block-133) {
    padding-top: 72px;
  }

  .div-block-133 .navbar-logo-left-container,
  .div-block-133 .navbar-logo-left-container.shadow-three,
  .div-block-133 .navbar-wrapper {
    min-height: 72px !important;
  }

  .div-block-133 .image-33 {
    width: 140px !important;
    max-width: 140px !important;
    max-height: 48px !important;
  }

  .div-block-133 .container-11 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .div-block-133 .nav-link-2,
  .div-block-133 .text-block-27,
  .div-block-133 .nav-dropdown-toggle,
  .div-block-133 .w-dropdown-toggle {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .waves-section-hero-5 .waves---main-container {
    padding: 160px 20px 48px !important;
  }

  .waves-section-hero-5 .waves---mega-heading-1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .waves-section-hero-5 .waves---subtitle {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .waves-section-hero-5 .hero-call-button {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 15px 24px !important;
  }

  .who-we-serve-hero-shell .div-block-136:has(.who-we-serve-grid) {
    min-height: auto;
    padding: 1.5rem 0 2rem;
  }

  .who-we-serve-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .who-we-serve-selector {
    min-height: 3.5rem;
  }
}

/*
 * Contact Us — Simon Quick–inspired layout.
 * Decorative photo regions are solid brand colors (no image assets).
 */
.contact-sqa-hero {
  position: relative;
  background-color: #344a4a;
  color: #f0e8d4;
  overflow: hidden;
}

.contact-sqa-hero__fill {
  position: absolute;
  inset: 0;
  background-color: #344a4a;
  z-index: 0;
}

.contact-sqa-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
  padding: 4.5rem 1.75rem 3rem;
  min-height: min(52vh, 28rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}

.contact-sqa-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.25rem;
}

.contact-sqa-breadcrumbs__link,
.contact-sqa-breadcrumbs__current {
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 1.05rem;
  line-height: 1.4;
  color: #fff;
}

.contact-sqa-breadcrumbs__link {
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-sqa-breadcrumbs__link:hover {
  color: var(--main-color, #c4a574);
}

.contact-sqa-breadcrumbs__current {
  font-weight: 600;
}

.contact-sqa-breadcrumbs__sep {
  display: inline-block;
  width: 3px;
  height: 1.35rem;
  background: #fff;
}

.contact-sqa-hero__title {
  font-family: var(--heading-1, "Playfair Display", Georgia, serif);
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: #f0e8d4;
  margin: 0 0 1.25rem;
}

.contact-sqa-hero__text {
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  max-width: 36rem;
  margin: 0;
}

/* Form + Calendly side-by-side */
.contact-sqa-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  background: #e7e9ea;
}

.contact-sqa-split__panel {
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
  box-sizing: border-box;
  min-width: 0;
}

.contact-sqa-split__panel--form {
  background: #e7e9ea;
}

.contact-sqa-split__panel--meet {
  background: #223939;
  display: flex;
  flex-direction: column;
}

.contact-sqa-split__heading {
  font-family: var(--heading-2, "Playfair Display", Georgia, serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  color: #223939;
  margin: 0 0 1.75rem;
}

.contact-sqa-split__heading--light {
  color: #f0e8d4;
  text-align: center;
}

.contact-sqa-split__calendly {
  flex: 1;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  min-height: 650px;
}

.contact-sqa-split__calendly .calendly-inline-widget {
  width: 100% !important;
  min-width: 280px !important;
}

/* Contact Us — choose advisor, then load Calendly */
.contact-calendly-picker {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  min-height: 280px;
  justify-content: center;
}

.contact-calendly-picker--widget {
  justify-content: flex-start;
  min-height: 650px;
}

.contact-calendly-picker__prompt {
  font-family: var(--heading-2, "Playfair Display", Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: #f0e8d4;
  text-align: center;
  margin: 0;
}

.contact-calendly-picker__hint {
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 0.95rem;
  color: rgba(240, 232, 212, 0.75);
  text-align: center;
  margin: 0 0 0.75rem;
}

.contact-calendly-picker__options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-calendly-picker__option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  width: 100%;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(240, 232, 212, 0.35);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-calendly-picker__option:hover {
  border-color: #f0e8d4;
  background: rgba(255, 255, 255, 0.12);
}

.contact-calendly-picker__name {
  font-family: var(--heading-2, "Playfair Display", Georgia, serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: #f0e8d4;
}

.contact-calendly-picker__role {
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 0.85rem;
  color: rgba(240, 232, 212, 0.7);
}

.contact-calendly-picker__back {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0.25rem;
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 0.9rem;
  color: rgba(240, 232, 212, 0.85);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-calendly-picker__back:hover {
  color: #f0e8d4;
}

.contact-calendly-picker__selected {
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 0.9rem;
  color: rgba(240, 232, 212, 0.75);
  margin: 0 0 0.5rem;
  text-align: center;
}

.contact-sqa-form__fields {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.contact-sqa-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-sqa-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-sqa-form__label {
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: #223939;
  margin: 0;
}

.contact-sqa-form__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(34, 57, 57, 0.2);
  border-radius: 0;
  background: #fff;
  color: #223939;
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 1rem;
  line-height: 1.4;
  padding: 0.85rem 1rem;
}

.contact-sqa-form__input:focus {
  outline: 2px solid #223939;
  outline-offset: 1px;
}

.contact-sqa-form__textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-sqa-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.contact-sqa-form__checkbox-label {
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 0.95rem;
  color: #223939;
  line-height: 1.4;
}

.contact-sqa-form__link {
  color: #223939;
  text-decoration: underline;
}

.contact-sqa-form__submit-wrap {
  margin-top: 0.5rem;
}

.contact-sqa-form__submit {
  appearance: none;
  border: 0;
  background: #223939;
  color: #f0e8d4;
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.95rem 1.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.contact-sqa-form__submit:hover {
  background: #2f4f4f;
  transform: translateY(-1px);
}

@media screen and (max-width: 991px) {
  .contact-sqa-split {
    grid-template-columns: 1fr;
  }

  .div-block-133 .nav-dropdown {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .div-block-133 .nav-dropdown-list,
  .div-block-133 .nav-dropdown-list.shadow-three.mobile-shadow-hide,
  .div-block-133 .nav-dropdown-list.shadow-three.mobile-shadow-hide.right-aligned,
  .div-block-133 .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-top: 0.25rem !important;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .contact-sqa-hero__inner {
    min-height: auto;
    padding: 2.5rem 1.25rem 2.25rem;
  }

  .contact-sqa-form__row {
    grid-template-columns: 1fr;
  }

  .contact-sqa-split__calendly {
    min-height: 580px;
  }
}

/* Professional Affiliations logos: undo Webflow grayscale/fade */
.clients-wrapper-three-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.clients-image-three-2 {
  opacity: 1;
  filter: none;
}

/*
 * Footer — #F1F1F1 everywhere (overrides dark Webflow variant).
 * Dark wordmark: /images/AltennLogo-Dark.png
 */
.footer,
.footer:where(.w-variant-b55e36ba-83ed-51b1-93c1-7c6a2892e0e6),
.footer-light,
.footer-light:where(.w-variant-b55e36ba-83ed-51b1-93c1-7c6a2892e0e6) {
  background-color: #f1f1f1 !important;
}

/* Match header .container-11 inset so footer logo shares the same left edge */
.footer .footer-light {
  padding-top: 28px !important;
  padding-bottom: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer .container-7 {
  max-width: 1800px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  box-sizing: border-box !important;
}

.footer .footer-title:where(.w-variant-b55e36ba-83ed-51b1-93c1-7c6a2892e0e6),
.footer .footer-title {
  color: var(--darker-color, #2f4c4b) !important;
}

.footer .footer-link-two:where(.w-variant-b55e36ba-83ed-51b1-93c1-7c6a2892e0e6),
.footer .footer-link-two {
  color: var(--main-color, #466463) !important;
}

.footer .footer-link-two:hover {
  color: #1a1b1fbf !important;
}

.footer .footer-copyright:where(.w-variant-b55e36ba-83ed-51b1-93c1-7c6a2892e0e6),
.footer .footer-copyright {
  color: #3a4554 !important;
}

.footer .footer-divider-two:where(.w-variant-b55e36ba-83ed-51b1-93c1-7c6a2892e0e6),
.footer .footer-divider-two {
  background-color: #e4ebf3 !important;
}

/* Compact logo row now that link columns are gone */
.footer .footer-wrapper-two {
  margin-bottom: 0;
  min-height: 0;
}

.footer .footer-divider-two {
  margin-top: 20px !important;
  margin-bottom: 16px !important;
}

.footer .footer-form-submit:where(.w-variant-b55e36ba-83ed-51b1-93c1-7c6a2892e0e6) {
  background-color: #1a1b1f !important;
}

.footer .logo-altenn {
  width: 180px;
  max-width: 180px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

/* Who We Are page headline: keep on one line when there’s room */
@media screen and (min-width: 1100px) {
  .who-we-are-headline {
    white-space: nowrap;
  }
}

.team-book-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 1rem;
  padding: 0.55rem 1.15rem;
  background-color: #223939;
  color: #f5f0e8;
  font-family: var(--medium, "PT Sans", sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.team-book-call-button:hover {
  background-color: #2f4f4f;
  color: #fff;
}

/* Equal-height team cards so Book a Call / See Full Bio line up */
.section_team10 .team-members-card.w-row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
}

.section_team10 .team-members-card.w-row:before,
.section_team10 .team-members-card.w-row:after {
  display: none !important;
}

.section_team10 .team-member-card {
  display: flex;
  flex-direction: column;
  float: none !important;
}

.section_team10 .team-member-card > .w-layout-vflex,
.section_team10 .uui-team10_item {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}

.section_team10 .flex-block-11 {
  margin-top: auto;
}

/* Match team-member detail portrait crop at ~0.75 column width, centered */
.section_team10 .uui-team10_image-wrapper {
  width: 75% !important;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0 !important;
  aspect-ratio: 2 / 3 !important;
  height: auto !important;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  align-self: center;
}

.section_team10 .uui-team10_image {
  aspect-ratio: auto !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
}

@media screen and (max-width: 479px) {
  .section_team10 .uui-team10_image-wrapper {
    width: 75% !important;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0 !important;
    aspect-ratio: 2 / 3 !important;
  }
}

/*
 * Team member detail: bio card overlaps the hero by 30px, with side
 * insets aligned to the horizontal midpoint of the 251px profile photo
 * (hero .container-6 uses margin-left: 4rem).
 */
.hero-section-for-pages:has(.hero-heading-right) {
  overflow: visible;
}

.hero-heading-right {
  overflow: visible;
  z-index: 1;
}

.team-single-detail-container.w-container {
  position: relative;
  z-index: 3;
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: -30px !important;
  padding: 0 calc(4rem + 126px) 4rem !important;
  box-sizing: border-box !important;
}

.team-single-detail-container .team-single-detail-inner-wrapper,
.team-single-detail-container .team-member-profile-detail-wrapper {
  width: 100%;
  max-width: none;
}

/* Remove wrapper top padding so the visible bio card (not empty space) overlaps */
.team-single-detail-container .team-member-profile-detail-wrapper {
  padding-top: 0 !important;
}

.team-single-detail-container .rich-text {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .team-single-detail-container.w-container {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media screen and (max-width: 767px) {
  .footer .container-7 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .footer .logo-altenn {
    width: 140px;
    max-width: 140px;
    max-height: 48px;
  }
}

/* How We Work: scroll progress line should reach the bottom of the last step text */
.uui-layout32_progress-bar-wrapper {
  height: auto !important;
  bottom: 1.25rem; /* matches reduced last-step padding-bottom */
}

/* Tighten space after How We Work and the following CTA */
.uui-section_layout32 .uui-padding-vertical-xhuge-8 {
  padding-bottom: 1.5rem !important;
}

.uui-section_layout32 .uui-layout32_timeline-step:last-child .uui-layout32_timeline-left,
.uui-section_layout32 .uui-layout32_timeline-step:last-child .uui-layout32_timeline-right {
  padding-bottom: 1.25rem;
}

.waves---section-medium-2 .waves-master-cta-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .waves---section-medium-2 .waves-master-cta-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 479px) {
  .waves---section-medium-2 .waves-master-cta-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
