/*
Theme Name: BAS chil
Theme URI:  https://dawleywebdesign.co.uk
Author:     DWD
Author URI: https://dawleywebdesign.co.uk
Template:   bas-theme
Version:    1.0
License:    GNU General Public License v2 or later
*/

.bas-homepage {
  color: #111827;
}

.bas-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
  min-width: 0;
  text-decoration: none;
}

.bas-header-inner {
  width: 100%;
  max-width: 1600px;
}

.bas-primary-nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: clamp(1rem, 1.35vw, 1.65rem);
  min-width: 0;
  margin-left: 2rem;
}

.bas-primary-nav a {
  white-space: nowrap;
}

.bas-menu-link--active {
  color: #4caf50 !important;
}

.bas-menu-link--active:hover {
  color: #3d8c40 !important;
}

.bas-mobile-menu-toggle {
  display: inline-grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  margin-left: 1rem;
  transform: translate(0.2rem, -0.18rem);
}

.bas-mobile-menu-icon {
  width: 2rem;
  height: 2rem;
}

.bas-mobile-menu {
  top: 8.9rem;
  overflow-y: auto;
}

.bas-header-brand__mark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 1.15rem;
  border-right: 1px solid #d9dee7;
}

.bas-header-brand__mark img {
  display: block;
  width: auto;
  height: 6.4rem;
  object-fit: contain;
}

.bas-header-brand__copy {
  display: grid;
  gap: 0.22rem;
  min-width: 12rem;
  line-height: 1.1;
}

.bas-header-brand__name {
  color: #134f68;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bas-header-brand__tagline {
  color: #6b7280;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.bas-footer__brand,
.bas-footer__links {
  min-width: 0;
}

.bas-footer__links a {
  white-space: nowrap;
}

.bas-footer__legal {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8b95a5;
  font-size: 0.78rem;
  line-height: 1.6;
  text-align: center;
}

.bas-inner-page {
  background: #ffffff;
}

.bas-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 34rem;
  background: #111827;
  color: #ffffff;
}

.bas-page-hero__image {
  position: absolute;
  inset: 0;
  margin: 0;
}

.bas-page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.2);
  opacity: 0.42;
}

.page-id-40 .bas-page-hero__image img,
.page-id-44 .bas-page-hero__image img,
.page-id-45 .bas-page-hero__image img,
.page-id-46 .bas-page-hero__image img {
  filter: brightness(1.35);
  opacity: 0.5;
}

.page-id-46 .bas-page-hero__image img {
  filter: brightness(1.62);
}

.bas-page-hero--armco .bas-page-hero__image img {
  filter: brightness(1.35);
  opacity: 0.5;
}

.bas-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.94) 0%, rgba(17, 24, 39, 0.7) 45%, rgba(17, 24, 39, 0) 100%);
}

.bas-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 7rem 1.5rem;
}

.bas-page-hero__content h1 {
  max-width: 54rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 4.85vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.bas-page-hero__accent {
  color: #4caf50;
}

.bas-page-hero__content p {
  max-width: 42rem;
  margin: 1.6rem 0 0;
  color: #d4d9e2;
  font-size: 1.15rem;
  line-height: 1.7;
}

.bas-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.bas-button,
.bas-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 1.45rem;
  text-decoration: none;
}

.bas-button {
  background: #4caf50;
  color: #ffffff;
}

.bas-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.bas-page-section {
  padding: 6rem 0;
}

.bas-page-section--soft {
  background: #f8fafc;
}

.bas-page-section--dark {
  background: #111827;
  color: #ffffff;
}

.bas-page-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.bas-page-kicker {
  margin: 0 0 1.05rem;
  color: #4caf50;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bas-page-title {
  max-width: 48rem;
  margin: 0;
  color: #111827;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.030em;
  line-height: 1.02;
}

.bas-page-section--dark .bas-page-title {
  color: #ffffff;
}

.bas-page-intro {
  max-width: 45rem;
  margin: 1.2rem 0 0;
  color: #64748b;
  font-size: 1.06rem;
  line-height: 1.75;
}

.bas-page-section--dark .bas-page-intro {
  color: #cbd5e1;
}

.bas-feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 4rem;
  align-items: center;
}

.bas-feature-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.bas-feature-list li {
  position: relative;
  padding-left: 2.4rem;
  color: #374151;
  line-height: 1.65;
}

.bas-feature-list li::before {
  position: absolute;
  left: 0;
  top: 0.15rem;
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 50%;
  background: #4caf50;
  color: #ffffff;
  content: "✓";
  font-size: 0.8rem;
  font-weight: 700;
}

.bas-image-stack {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  grid-template-rows: 13rem 13rem;
  gap: 1rem;
}

.bas-image-stack figure {
  margin: 0;
  overflow: hidden;
  border-radius: 0.9rem;
  background: #e2e8f0;
}

.bas-image-stack figure:first-child {
  grid-row: 1 / 3;
}

.bas-image-stack img,
.bas-card-grid img,
.bas-gallery-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bas-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.bas-page-card {
  overflow: hidden;
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(10, 15, 24, 0.1);
}

.bas-page-card figure {
  height: 13rem;
  margin: 0;
}

.bas-page-card__body {
  padding: 1.6rem;
}

.bas-page-card h3 {
  margin: 0 0 0.75rem;
  color: #111827;
  font-size: 1.25rem;
}

.bas-page-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.bas-testimonial-section .bas-page-title {
  max-width: 54rem;
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.06;
}

.bas-testimonial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: 2rem;
  align-items: stretch;
  margin-top: 3rem;
}

.bas-testimonial {
  position: relative;
  max-width: 58rem;
  margin: 0;
  border-left: 5px solid #4caf50;
  border-radius: 0 1rem 1rem 0;
  background: #ffffff;
  padding: 2rem 2.25rem;
  box-shadow: 0 22px 50px rgba(10, 15, 24, 0.1);
}

.bas-testimonial p {
  margin: 0;
  color: #111827;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.bas-testimonial cite {
  display: block;
  margin-top: 1.3rem;
  color: #475569;
  font-style: normal;
  font-weight: 700;
}

.bas-testimonial-image {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #dbe3ec;
  box-shadow: 0 22px 50px rgba(10, 15, 24, 0.1);
}

.bas-testimonial-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.bas-why-section {
  background: #ffffff;
}

.bas-why-grid .bas-page-card {
  border-top: 4px solid #4caf50;
}

.bas-why-grid .bas-page-card h3 {
  color: #1b4f6a;
}

.bas-cookie-banner {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9999;
  display: grid;
  max-width: 44rem;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-left: 4px solid #4caf50;
  border-radius: 0.8rem;
  background: #ffffff;
  padding: 0.9rem 1rem;
  box-shadow: 0 18px 45px rgba(10, 15, 24, 0.2);
}

.bas-cookie-banner[hidden] {
  display: none;
}

.bas-cookie-banner strong {
  display: block;
  color: #111827;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  line-height: 1.2;
}

.bas-cookie-banner p {
  margin: 0.25rem 0 0;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.4;
}

.bas-cookie-banner a {
  color: #1b4f6a;
  font-weight: 700;
  text-decoration: none;
}

.bas-cookie-banner__actions {
  display: flex;
  gap: 0.55rem;
}

.bas-cookie-banner__button {
  border: 1px solid #cbd5e1;
  border-radius: 0.4rem;
  background: #ffffff;
  color: #111827;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.65rem 0.8rem;
  white-space: nowrap;
}

.bas-cookie-banner__button--accept {
  border-color: #1b4f6a;
  background: #1b4f6a;
  color: #ffffff;
}

.bas-legal-content {
  max-width: 900px;
}

.bas-legal-content h2 {
  margin: 2.25rem 0 0.85rem;
  color: #111827;
  font-size: 1.55rem;
}

.bas-legal-content p {
  margin: 0 0 1rem;
  color: #475569;
  line-height: 1.75;
}

.bas-legal-content a {
  color: #1b4f6a;
  font-weight: 700;
}

.bas-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.bas-spec {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 1.35rem;
}

.bas-spec strong {
  display: block;
  color: #4caf50;
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.bas-spec span {
  display: block;
  margin-top: 0.6rem;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.45;
}

.bas-page-section--soft .bas-spec,
.bas-page-section:not(.bas-page-section--dark) .bas-spec {
  border-color: rgba(17, 24, 39, 0.08);
  background: #ffffff;
}

.bas-page-section--soft .bas-spec span,
.bas-page-section:not(.bas-page-section--dark) .bas-spec span {
  color: #475569;
}

.bas-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.bas-process-step {
  border-left: 4px solid #4caf50;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 18px 42px rgba(10, 15, 24, 0.08);
}

.bas-process-step strong {
  display: block;
  color: #4caf50;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}

.bas-process-step h3 {
  margin: 0 0 0.6rem;
  color: #111827;
  font-size: 1.1rem;
}

.bas-process-step p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.bas-gallery-strip,
.wp-block-bas-gate-gallery.bas-gallery-strip,
.wp-block-group.bas-gallery-strip,
.editor-styles-wrapper .wp-block-bas-gate-gallery.bas-gallery-strip,
.editor-styles-wrapper .wp-block-group.bas-gallery-strip {
  display: grid !important;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) !important;
  /*grid-auto-rows: 16rem !important;*/
  gap: 1rem !important;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-top: 3rem;
}

.wp-block-bas-gate-gallery.bas-gallery-strip {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.bas-gallery-strip > figure,
.bas-gallery-strip > .bas-gate-gallery__item,
.bas-gallery-strip > .wp-block-image,
.wp-block-bas-gate-gallery.bas-gallery-strip > .bas-gate-gallery__item,
.wp-block-group.bas-gallery-strip > figure,
.wp-block-group.bas-gallery-strip > .wp-block-image,
.editor-styles-wrapper .wp-block-bas-gate-gallery.bas-gallery-strip > .bas-gate-gallery__item,
.editor-styles-wrapper .wp-block-group.bas-gallery-strip > .wp-block-image {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 0.9rem;
}

.bas-gallery-strip > figure:first-child,
.bas-gallery-strip > .bas-gate-gallery__item:first-child,
.bas-gallery-strip > .wp-block-image:first-child,
.wp-block-bas-gate-gallery.bas-gallery-strip > .bas-gate-gallery__item:first-child,
.wp-block-group.bas-gallery-strip > figure:first-child,
.wp-block-group.bas-gallery-strip > .wp-block-image:first-child,
.editor-styles-wrapper .wp-block-bas-gate-gallery.bas-gallery-strip > .bas-gate-gallery__item:first-child,
.editor-styles-wrapper .wp-block-group.bas-gallery-strip > .wp-block-image:first-child {
  grid-row: span 2;
}

.bas-gate-gallery__label,
.bas-gate-gallery__button {
  display: none;
}

.editor-styles-wrapper .bas-gate-gallery__label,
.editor-styles-wrapper .bas-gate-gallery__button {
  display: inline-flex;
}

.editor-styles-wrapper .bas-gate-gallery__label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.82);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.65rem;
  text-transform: uppercase;
}

.editor-styles-wrapper .bas-gate-gallery__button {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
}

.bas-gate-gallery__placeholder {
  display: grid;
  min-height: 12rem;
  height: 100%;
  place-items: center;
  background: #e5e7eb;
  color: #111827;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.bas-gate-gallery__control {
  margin-bottom: 1rem;
}

.bas-gate-gallery__control-label {
  margin: 0 0 0.45rem;
  font-weight: 700;
}

.bas-gate-gallery__control-preview {
  display: block;
  width: 100%;
  height: 8rem;
  margin-bottom: 0.6rem;
  object-fit: cover;
}

.bas-cta-band {
  border-radius: 1rem;
  background: linear-gradient(135deg, #1b4f6a 0%, #111827 100%);
  color: #ffffff;
  padding: 3rem;
  box-shadow: 0 25px 60px rgba(10, 15, 24, 0.18);
}

.bas-cta-band h2 {
  max-width: 48rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
}

.bas-cta-band p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #d4d9e2;
  line-height: 1.7;
}

.bas-hero {
  position: relative;
  overflow: hidden;
}

.bas-hero__slide {
  min-height: 55vh;
}

.bas-hero__slide--one {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  animation: basHeroOneFade 18.4s ease infinite;
}

.bas-hero__slide--one .bas-hero__image {
  filter: brightness(1.2);
  opacity: 0.58;
}

.bas-hero__slide--one .bas-hero__overlay {
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.94) 0%, rgba(17, 24, 39, 0.76) 45%, rgba(17, 24, 39, 0.08) 100%);
}

.bas-hero__slide--two {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  animation: basHeroTwoFade 18.4s ease infinite;
}

.bas-hero-two {
  display: grid;
  min-height: 55vh;
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 4.5rem;
  padding: 4rem 1.5rem;
  color: #fff;
}

.bas-hero-two::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 75% 20%, rgba(76, 175, 80, 0.16), transparent 32rem),
    linear-gradient(115deg, #071221 0%, #102238 54%, #0b1727 100%);
}

.bas-hero-two::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.bas-hero-two__copy {
  max-width: 34rem;
}

.bas-hero-two__badge {
  display: inline-flex;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: #4caf50;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.55rem 0.85rem;
}

.bas-hero-two h2 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.55rem, 3.65vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.bas-hero-two h2 span {
  color: #4caf50;
}

.bas-hero-two p {
  max-width: 31rem;
  margin: 1.4rem 0 0;
  color: #d4d9e2;
  font-size: 1rem;
  line-height: 1.65;
}

.bas-hero-two__stats {
  display: flex;
  gap: 2.3rem;
  margin-top: 1.8rem;
}

.bas-hero-two__stats strong {
  display: block;
  color: #4caf50;
  font-family: "Montserrat", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.bas-hero-two__stats span {
  display: block;
  margin-top: 0.3rem;
  color: #a8b1c0;
  font-size: 0.82rem;
}

.bas-hero-two__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.bas-hero-two__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 0.42rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 1.35rem;
  text-decoration: none;
}

.bas-hero-two__button--primary {
  background: #4caf50;
  color: #fff;
}

.bas-hero-two__button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.bas-hero-two__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.bas-hero-two__media img {
  display: block;
  width: 100%;
  height: clamp(9rem, 17vw, 15rem);
  border-radius: 0.9rem;
  object-fit: cover;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}

@keyframes basHeroOneFade {
  0%,
  43.48% {
    opacity: 1;
    visibility: visible;
  }

  50%,
  93.48% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes basHeroTwoFade {
  0%,
  43.48% {
    opacity: 0;
    pointer-events: none;
  }

  50%,
  93.48% {
    opacity: 1;
    pointer-events: auto;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}

.bas-homepage,
.editor-styles-wrapper .bas-homepage {
  font-family: "Open Sans", sans-serif;
}

.bas-homepage h1,
.bas-homepage h2,
.bas-homepage h3,
.bas-homepage h4,
.editor-styles-wrapper .bas-homepage h1,
.editor-styles-wrapper .bas-homepage h2,
.editor-styles-wrapper .bas-homepage h3,
.editor-styles-wrapper .bas-homepage h4 {
  font-family: "Montserrat", sans-serif;
}

.bas-homepage .bas-section,
.editor-styles-wrapper .bas-homepage .bas-section {
  padding: 6rem 0;
}

.bas-homepage .bas-section__inner,
.editor-styles-wrapper .bas-homepage .bas-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.bas-homepage .bas-section-heading,
.editor-styles-wrapper .bas-homepage .bas-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 4rem;
}

.bas-homepage .bas-section-heading--center,
.editor-styles-wrapper .bas-homepage .bas-section-heading--center {
  display: block;
  max-width: 48rem;
  margin: 0 auto 4rem;
  text-align: center;
}

.bas-homepage .bas-eyebrow,
.editor-styles-wrapper .bas-homepage .bas-eyebrow {
  margin: 0 0 1.05rem;
  color: #1b4f6a;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bas-homepage .bas-section-title,
.editor-styles-wrapper .bas-homepage .bas-section-title {
  margin: 0;
  color: #111827;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.bas-homepage .bas-section-intro,
.editor-styles-wrapper .bas-homepage .bas-section-intro {
  max-width: 32rem;
  margin: 0;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.75;
}

.bas-homepage .bas-service-grid,
.editor-styles-wrapper .bas-homepage .bas-service-grid {
  gap: 2rem;
}

.bas-homepage .bas-service-card,
.editor-styles-wrapper .bas-homepage .bas-service-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.06);
}

.bas-homepage .bas-service-card .wp-block-image,
.editor-styles-wrapper .bas-homepage .bas-service-card .wp-block-image {
  margin: 0;
}

.bas-homepage .bas-service-card .wp-block-image a,
.editor-styles-wrapper .bas-homepage .bas-service-card .wp-block-image a {
  display: block;
}

.bas-homepage .bas-service-card img,
.editor-styles-wrapper .bas-homepage .bas-service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
}

.bas-homepage .bas-card-body,
.editor-styles-wrapper .bas-homepage .bas-card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}

.bas-homepage .bas-card-title,
.editor-styles-wrapper .bas-homepage .bas-card-title {
  margin: 0;
  color: #111827;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
}

.bas-homepage .bas-card-title a,
.editor-styles-wrapper .bas-homepage .bas-card-title a {
  color: inherit;
  text-decoration: none;
}

.bas-homepage .bas-card-copy,
.editor-styles-wrapper .bas-homepage .bas-card-copy {
  margin: 0;
  color: #4b5563;
  line-height: 1.8;
}

.bas-homepage .bas-link-button .wp-block-button__link,
.editor-styles-wrapper .bas-homepage .bas-link-button .wp-block-button__link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #1b4f6a;
  font-size: 0.98rem;
  font-weight: 700;
}

.bas-homepage .bas-sector-grid,
.editor-styles-wrapper .bas-homepage .bas-sector-grid {
  gap: 2rem;
}

.bas-homepage .bas-sector-card,
.editor-styles-wrapper .bas-homepage .bas-sector-card {
  min-height: 26rem;
  overflow: hidden;
  border-radius: 1.15rem;
  box-shadow: 0 20px 44px rgba(17, 24, 39, 0.15);
}

.bas-homepage .bas-sector-grid > .wp-block-column:first-child .bas-sector-card .wp-block-cover__background,
.bas-homepage .bas-sector-grid > .wp-block-column:last-child .bas-sector-card .wp-block-cover__background,
.editor-styles-wrapper .bas-homepage .bas-sector-grid > .wp-block-column:first-child .bas-sector-card .wp-block-cover__background,
.editor-styles-wrapper .bas-homepage .bas-sector-grid > .wp-block-column:last-child .bas-sector-card .wp-block-cover__background {
  opacity: 0.6;
}

.bas-homepage .bas-sector-card .wp-block-cover__inner-container,
.editor-styles-wrapper .bas-homepage .bas-sector-card .wp-block-cover__inner-container {
  display: flex;
  min-height: 100%;
  align-items: flex-end;
}

.bas-homepage .bas-sector-card .bas-card-body,
.editor-styles-wrapper .bas-homepage .bas-sector-card .bas-card-body {
  max-width: 24rem;
  gap: 0.75rem;
}

.bas-homepage .bas-sector-card .bas-card-title,
.editor-styles-wrapper .bas-homepage .bas-sector-card .bas-card-title {
  color: #ffffff;
  font-size: 2rem;
}

.bas-homepage .bas-sector-card .bas-card-copy,
.editor-styles-wrapper .bas-homepage .bas-sector-card .bas-card-copy {
  color: rgba(255, 255, 255, 0.82);
}

.bas-homepage .bas-section--dark,
.editor-styles-wrapper .bas-homepage .bas-section--dark {
  background: #111827;
  color: #ffffff;
}

.bas-homepage .bas-section--dark .bas-eyebrow,
.editor-styles-wrapper .bas-homepage .bas-section--dark .bas-eyebrow {
  color: #4caf50;
}

.bas-homepage .bas-section--dark .bas-section-title,
.bas-homepage .bas-section--dark .bas-card-title,
.editor-styles-wrapper .bas-homepage .bas-section--dark .bas-section-title,
.editor-styles-wrapper .bas-homepage .bas-section--dark .bas-card-title {
  color: #ffffff;
}

.bas-homepage .bas-section--dark .bas-section-intro,
.bas-homepage .bas-section--dark .bas-card-copy,
.editor-styles-wrapper .bas-homepage .bas-section--dark .bas-section-intro,
.editor-styles-wrapper .bas-homepage .bas-section--dark .bas-card-copy {
  color: rgba(255, 255, 255, 0.78);
}

.bas-homepage .bas-section--about .wp-block-columns,
.editor-styles-wrapper .bas-homepage .bas-section--about .wp-block-columns {
  gap: 5.6rem;
}

.bas-homepage .bas-section--about .bas-section-title,
.editor-styles-wrapper .bas-homepage .bas-section--about .bas-section-title {
  max-width: 34rem;
  font-size: clamp(3.15rem, 4.2vw, 4.35rem);
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.bas-homepage .bas-section--about .bas-section-intro,
.editor-styles-wrapper .bas-homepage .bas-section--about .bas-section-intro {
  max-width: 37rem;
  margin-top: 1.55rem;
  margin-bottom: 2.8rem;
  font-size: 1rem;
  line-height: 1.6;
}

.bas-homepage .bas-about-list,
.editor-styles-wrapper .bas-homepage .bas-about-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bas-homepage .bas-about-list li,
.editor-styles-wrapper .bas-homepage .bas-about-list li {
  position: relative;
  margin: 0 0 2rem;
  padding-left: 3.75rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.52;
  font-size: 0.93rem;
}

.bas-homepage .bas-about-list li::before,
.editor-styles-wrapper .bas-homepage .bas-about-list li::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background-color: #1f5f87;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem 1.2rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.bas-homepage .bas-about-list li::after,
.editor-styles-wrapper .bas-homepage .bas-about-list li::after {
  content: none;
}

.bas-homepage .bas-about-list li:nth-child(1)::before,
.editor-styles-wrapper .bas-homepage .bas-about-list li:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z'/%3E%3C/svg%3E");
}

.bas-homepage .bas-about-list li:nth-child(2)::before,
.editor-styles-wrapper .bas-homepage .bas-about-list li:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E");
}

.bas-homepage .bas-about-list li:nth-child(3)::before,
.editor-styles-wrapper .bas-homepage .bas-about-list li:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E");
}

.bas-homepage .bas-about-list strong,
.editor-styles-wrapper .bas-homepage .bas-about-list strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
}

.bas-homepage .bas-about-media,
.editor-styles-wrapper .bas-homepage .bas-about-media {
  position: relative;
}

.bas-homepage .bas-about-media::before,
.editor-styles-wrapper .bas-homepage .bas-about-media::before {
  content: "";
  position: absolute;
  inset: 1rem -1.1rem -1.15rem 1.1rem;
  border-radius: 1.35rem;
  background: rgba(17, 79, 104, 0.45);
  z-index: 0;
}

.bas-homepage .bas-about-media::after,
.editor-styles-wrapper .bas-homepage .bas-about-media::after {
  content: "";
  position: absolute;
  inset: -0.55rem -1.95rem -1.95rem 1.95rem;
  border-radius: 1.35rem;
  background: rgba(18, 43, 58, 0.58);
  z-index: 0;
}

.bas-homepage .bas-about-media .wp-block-image,
.editor-styles-wrapper .bas-homepage .bas-about-media .wp-block-image {
  position: relative;
  z-index: 1;
  margin: 0;
}

.bas-homepage .bas-about-media img,
.editor-styles-wrapper .bas-homepage .bas-about-media img {
  display: block;
  width: 100%;
  min-height: 46rem;
  border-radius: 1.35rem;
  object-fit: cover;
}

.bas-homepage .bas-about-media .bas-card-copy,
.editor-styles-wrapper .bas-homepage .bas-about-media .bas-card-copy {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 4.5rem);
  margin: -4.15rem 0 0 2rem;
  padding: 0 0 1.75rem 3.7rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}

.bas-homepage .bas-about-media .bas-card-copy::before,
.editor-styles-wrapper .bas-homepage .bas-about-media .bas-card-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 1.85rem;
  height: 1.85rem;
  background: #ffffff;
}

.bas-homepage .bas-project-mosaic,
.editor-styles-wrapper .bas-homepage .bas-project-mosaic {
  display: grid !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: 250px 250px !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

.bas-homepage .bas-project-mosaic > *,
.editor-styles-wrapper .bas-homepage .bas-project-mosaic > * {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

.bas-homepage .bas-project-image,
.editor-styles-wrapper .bas-homepage .bas-project-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #f3f4f6;
}

.bas-homepage .bas-project-image img,
.editor-styles-wrapper .bas-homepage .bas-project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bas-homepage .bas-project-image--primary,
.editor-styles-wrapper .bas-homepage .bas-project-image--primary {
  grid-column: 1 / 3 !important;
  grid-row: 1 / 3 !important;
}

.bas-homepage .bas-project-image--top,
.editor-styles-wrapper .bas-homepage .bas-project-image--top {
  grid-column: 3 / 4 !important;
  grid-row: 1 / 2 !important;
}

.bas-homepage .bas-project-image--bottom,
.editor-styles-wrapper .bas-homepage .bas-project-image--bottom {
  grid-column: 3 / 4 !important;
  grid-row: 2 / 3 !important;
}

.bas-homepage .bas-project-mosaic > .wp-block-image,
.editor-styles-wrapper .bas-homepage .bas-project-mosaic > .wp-block-image {
  width: 100% !important;
  max-width: none !important;
}

.bas-homepage .bas-project-gallery,
.editor-styles-wrapper .bas-homepage .bas-project-gallery {
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: 250px 250px;
  gap: 1rem;
}

.bas-homepage .bas-project-gallery__item,
.editor-styles-wrapper .bas-homepage .bas-project-gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #f3f4f6;
}

.bas-homepage .bas-project-gallery__item--primary,
.editor-styles-wrapper .bas-homepage .bas-project-gallery__item--primary {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.bas-homepage .bas-project-gallery__item--top,
.editor-styles-wrapper .bas-homepage .bas-project-gallery__item--top {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.bas-homepage .bas-project-gallery__item--bottom,
.editor-styles-wrapper .bas-homepage .bas-project-gallery__item--bottom {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.bas-homepage .bas-project-gallery__item img,
.editor-styles-wrapper .bas-homepage .bas-project-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.bas-homepage .bas-project-gallery__item:hover img {
  transform: scale(1.05);
}

.editor-styles-wrapper .bas-project-gallery__button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  box-shadow: 0 0.65rem 1.5rem rgba(15, 23, 42, 0.22);
}

.editor-styles-wrapper .bas-project-gallery__label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.55rem 0.75rem;
  text-transform: uppercase;
}

.editor-styles-wrapper .bas-project-gallery__placeholder {
  display: grid;
  min-height: 100%;
  place-items: center;
  color: #475569;
  font-weight: 700;
}

.components-panel .bas-project-gallery__control {
  border-bottom: 1px solid #dcdcde;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.components-panel .bas-project-gallery__control:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.components-panel .bas-project-gallery__control-label {
  color: #1e293b;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.components-panel .bas-project-gallery__control-preview {
  display: block;
  width: 100%;
  height: 6rem;
  margin: 0 0 0.75rem;
  border-radius: 0.35rem;
  object-fit: cover;
}

.bas-homepage .bas-section--projects .bas-eyebrow,
.editor-styles-wrapper .bas-homepage .bas-section--projects .bas-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.bas-homepage .bas-section--projects .bas-eyebrow::before,
.bas-homepage .bas-section--projects .bas-eyebrow::after,
.editor-styles-wrapper .bas-homepage .bas-section--projects .bas-eyebrow::before,
.editor-styles-wrapper .bas-homepage .bas-section--projects .bas-eyebrow::after {
  content: "";
  width: 2rem;
  height: 2px;
  background: #4caf50;
  border-radius: 999px;
}

.bas-homepage .bas-project-static-grid {
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 1rem;
}

.bas-homepage .bas-project-static-item {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #f3f4f6;
}

.bas-homepage .bas-project-static-item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.bas-homepage .bas-project-static-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.bas-homepage .bas-project-static-item:hover img {
  transform: scale(1.05);
}

.bas-homepage .bas-contact-shell,
.editor-styles-wrapper .bas-homepage .bas-contact-shell {
  display: flex !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  gap: 0 !important;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(10, 15, 24, 0.18);
}

.bas-homepage .bas-contact-info,
.editor-styles-wrapper .bas-homepage .bas-contact-info {
  display: flex;
  flex: 0 0 40% !important;
  flex-direction: column;
  justify-content: space-between;
  min-height: 28rem;
  margin: 0 !important;
  padding: 3rem !important;
  background: #111827 !important;
  color: #ffffff;
}

.bas-homepage .bas-contact-form,
.editor-styles-wrapper .bas-homepage .bas-contact-form {
  flex: 1 !important;
  min-height: 28rem;
  margin: 0 !important;
  padding: 3rem !important;
  background: #f8fafc !important;
}

.bas-homepage .bas-contact-meta,
.editor-styles-wrapper .bas-homepage .bas-contact-meta {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 2;
}

.bas-homepage .bas-contact-meta strong,
.editor-styles-wrapper .bas-homepage .bas-contact-meta strong {
  display: inline-block;
  min-width: 6.5rem;
  color: #ffffff;
}

.bas-homepage .bas-form-note,
.editor-styles-wrapper .bas-homepage .bas-form-note {
  margin: 0;
  padding: 1rem 1.25rem;
  border: 1px dashed #94a3b8;
  border-radius: 0.9rem;
  background: #ffffff;
  color: #475569;
}

.bas-homepage .bas-contact-block,
.editor-styles-wrapper .bas-homepage .bas-contact-block {
  background: #1b4f6a;
}

.bas-homepage .bas-contact-static-shell,
.editor-styles-wrapper .bas-homepage .bas-contact-static-shell {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 25px 50px rgba(10, 15, 24, 0.18);
}

.bas-homepage .bas-contact-static-info,
.editor-styles-wrapper .bas-homepage .bas-contact-static-info {
  display: flex;
  flex: 0 0 40%;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  background: #111827;
  color: #ffffff;
}

.bas-homepage .bas-contact-static-info h3,
.bas-homepage .bas-contact-static-form h3,
.editor-styles-wrapper .bas-homepage .bas-contact-static-info h2,
.editor-styles-wrapper .bas-homepage .bas-contact-static-info h3,
.editor-styles-wrapper .bas-homepage .bas-contact-static-form h3 {
  margin: 0;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.bas-homepage .bas-contact-static-info h2,
.bas-homepage .bas-contact-static-info h3,
.editor-styles-wrapper .bas-homepage .bas-contact-static-info h2,
.editor-styles-wrapper .bas-homepage .bas-contact-static-info h3 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
}

.bas-homepage .bas-contact-static-intro,
.editor-styles-wrapper .bas-homepage .bas-contact-static-intro {
  max-width: 24rem;
  margin: 0 0 2.5rem;
  color: #9ca3af;
  font-size: 1rem;
  line-height: 1.55;
}

.bas-homepage .bas-contact-static-list,
.editor-styles-wrapper .bas-homepage .bas-contact-static-list {
  display: grid;
  gap: 2.25rem;
}

.bas-homepage .bas-contact-static-row,
.editor-styles-wrapper .bas-homepage .bas-contact-static-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.bas-homepage .bas-contact-static-icon,
.editor-styles-wrapper .bas-homepage .bas-contact-static-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  background: #1b5a78;
  color: #4caf50;
}

.bas-homepage .bas-contact-static-icon svg,
.editor-styles-wrapper .bas-homepage .bas-contact-static-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.bas-homepage .bas-contact-static-label,
.editor-styles-wrapper .bas-homepage .bas-contact-static-label {
  display: block;
  margin: 0 0 0.35rem;
  color: #9ca3af;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bas-homepage .bas-contact-static-row a,
.editor-styles-wrapper .bas-homepage .bas-contact-static-row a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.bas-homepage .bas-contact-static-row .bas-contact-static-email,
.editor-styles-wrapper .bas-homepage .bas-contact-static-row .bas-contact-static-email {
  font-size: 1.2rem;
}

.bas-homepage .bas-contact-static-company,
.editor-styles-wrapper .bas-homepage .bas-contact-static-company {
  margin: 4.7rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9ca3af;
  font-size: 0.875rem;
}

.bas-homepage .bas-contact-static-form,
.editor-styles-wrapper .bas-homepage .bas-contact-static-form {
  flex: 1;
  padding: 3rem;
  background: #f8fafc;
  color: #111827;
}

.bas-homepage .bas-contact-static-form h3,
.editor-styles-wrapper .bas-homepage .bas-contact-static-form h3 {
  margin-bottom: 2rem;
  font-size: 1.55rem;
}

.bas-homepage .bas-contact-static-form form {
  display: grid;
  gap: 1.5rem;
}

.bas-homepage .bas-contact-static-fields--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.bas-homepage .bas-contact-static-form label {
  display: grid;
  gap: 0.5rem;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 700;
}

.bas-homepage .bas-contact-static-form input,
.bas-homepage .bas-contact-static-form select,
.bas-homepage .bas-contact-static-form textarea {
  width: 100%;
  border: 1px solid #dbe1e8;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #374151;
  font: inherit;
  font-weight: 400;
  padding: 0.9rem 1rem;
  outline: none;
}

.bas-homepage .bas-contact-static-form textarea {
  resize: vertical;
}

.bas-homepage .bas-contact-static-form input::placeholder,
.bas-homepage .bas-contact-static-form textarea::placeholder {
  color: #9ca3af;
}

.bas-homepage .bas-contact-static-form button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 0;
  border-radius: 0.5rem;
  background: #1b5a78;
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  box-shadow: 0 9px 18px rgba(10, 15, 24, 0.18);
}

.bas-homepage .bas-contact-static-success {
  display: grid;
  min-height: 26rem;
  place-content: center;
  text-align: center;
}

.editor-styles-wrapper {
  background: #f3f4f6;
}

.editor-styles-wrapper .is-root-container {
  max-width: 1680px !important;
  padding-left: 32px;
  padding-right: 32px;
}

.editor-styles-wrapper .bas-homepage {
  max-width: 1560px;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
}

.editor-styles-wrapper .bas-homepage > .wp-block-group {
  margin-block-start: 0;
  margin-block-end: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="wide"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"] {
  max-width: 1560px;
}

.editor-styles-wrapper .wp-block {
  max-width: none;
}

.editor-styles-wrapper .bas-homepage .wp-block-columns {
  gap: 2rem;
}

.editor-styles-wrapper .bas-homepage .wp-block-button__link {
  text-decoration: none;
}

.editor-styles-wrapper .bas-homepage .bas-project-mosaic {
  display: grid !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: 250px 250px !important;
  gap: 1rem !important;
}

.editor-styles-wrapper .bas-homepage .bas-project-mosaic > .wp-block-image {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 0.75rem;
}

.editor-styles-wrapper .bas-homepage .bas-project-mosaic > .bas-project-image--primary {
  grid-column: 1 / 3 !important;
  grid-row: 1 / 3 !important;
}

.editor-styles-wrapper .bas-homepage .bas-project-mosaic > .bas-project-image--top {
  grid-column: 3 / 4 !important;
  grid-row: 1 / 2 !important;
}

.editor-styles-wrapper .bas-homepage .bas-project-mosaic > .bas-project-image--bottom {
  grid-column: 3 / 4 !important;
  grid-row: 2 / 3 !important;
}

.editor-styles-wrapper .bas-homepage .bas-project-mosaic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.editor-styles-wrapper .bas-homepage .bas-contact-shell {
  display: flex !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  gap: 0 !important;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 25px 50px rgba(10, 15, 24, 0.18);
}

.editor-styles-wrapper .bas-homepage .bas-contact-shell > .wp-block-column {
  margin: 0 !important;
}

.editor-styles-wrapper .bas-homepage .bas-contact-info {
  display: flex;
  flex: 0 0 40% !important;
  flex-direction: column;
  justify-content: space-between;
  min-height: 34rem;
  padding: 3rem !important;
  background: #111827 !important;
  color: #ffffff;
}

.editor-styles-wrapper .bas-homepage .bas-contact-form {
  flex: 1 !important;
  min-height: 34rem;
  padding: 3rem !important;
  background: #f8fafc !important;
}

.editor-styles-wrapper .bas-homepage .bas-contact-info .bas-card-title {
  font-size: 2rem;
}

.editor-styles-wrapper .bas-homepage .bas-contact-info .bas-card-copy {
  max-width: 24rem;
  color: #9ca3af;
}

.editor-styles-wrapper .bas-homepage .bas-contact-meta {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 2;
}

.editor-styles-wrapper .bas-homepage .bas-contact-meta strong {
  display: inline-block;
  min-width: 6.5rem;
  color: #ffffff;
}

@media (max-width: 781px) {
  .bas-header-brand {
    gap: 0.75rem;
  }

  .bas-header-brand__mark {
    padding-right: 0.75rem;
  }

  .bas-header-brand__mark img {
    height: 4.6rem;
  }

  .bas-header-brand__copy {
    min-width: 0;
  }

  .bas-header-brand__name {
    font-size: 0.72rem;
  }

  .bas-header-brand__tagline {
    font-size: 0.8rem;
  }

  .bas-mobile-menu {
    top: 8.9rem;
    padding-top: 1.1rem;
  }

  .bas-footer {
    padding: 2.5rem 0;
  }

  .bas-footer__inner,
  .bas-footer__brand,
  .bas-footer__links {
    align-items: center;
    text-align: center;
  }

  .bas-footer__brand {
    flex-direction: column;
    gap: 0.85rem;
  }

  .bas-footer__brand img {
    height: 2.25rem;
  }

  .bas-footer__links {
    display: grid !important;
    gap: 0.75rem !important;
    justify-items: center;
    width: 100%;
  }

  .bas-footer__links a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .bas-footer__separator {
    display: none;
  }

  .bas-footer__legal {
    display: grid;
    gap: 0.45rem;
    margin-top: 1.5rem;
    font-size: 0.76rem;
  }

  .bas-cookie-banner {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: none;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.85rem;
  }

  .bas-cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bas-hero,
  .bas-hero__slide {
    min-height: 43rem;
  }

  .bas-hero-two {
    min-height: 43rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1rem;
  }

  .bas-hero-two h2 {
    font-size: clamp(2.45rem, 10vw, 3.15rem);
  }

  .bas-hero-two p {
    font-size: 0.95rem;
  }

  .bas-hero-two__stats {
    gap: 1.3rem;
  }

  .bas-hero-two__actions {
    flex-direction: column;
  }

  .bas-hero-two__media {
    gap: 0.75rem;
  }

  .bas-hero-two__media img {
    height: 8.5rem;
    border-radius: 0.65rem;
  }

  .bas-page-hero {
    min-height: 31rem;
  }

  .bas-page-hero__content {
    padding: 4.5rem 1rem;
  }

  .bas-page-hero__content h1 {
    font-size: clamp(3rem, 12vw, 3.75rem);
  }

  .bas-page-hero__actions {
    display: grid;
  }

  .bas-page-section {
    padding: 4.5rem 0;
  }

  .bas-page-container {
    padding: 0 1rem;
  }

  .bas-feature-split,
  .bas-card-grid,
  .bas-spec-grid,
  .bas-process-grid,
  .bas-testimonial-layout,
  .bas-gallery-strip,
  .wp-block-group.bas-gallery-strip,
  .editor-styles-wrapper .wp-block-group.bas-gallery-strip {
    grid-template-columns: 1fr !important;
  }

  .bas-image-stack,
  .bas-gallery-strip,
  .wp-block-group.bas-gallery-strip,
  .editor-styles-wrapper .wp-block-group.bas-gallery-strip {
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .bas-image-stack figure:first-child,
  .bas-gallery-strip figure:first-child,
  .bas-gallery-strip > .wp-block-image:first-child {
    grid-row: auto;
  }

  .bas-image-stack figure,
  .bas-gallery-strip figure,
  .bas-gallery-strip > .wp-block-image {
    min-height: 14rem;
  }

  .bas-cta-band {
    padding: 2rem;
  }

  .bas-homepage .bas-section,
  .editor-styles-wrapper .bas-homepage .bas-section {
    padding: 4.5rem 0;
  }

  .bas-homepage .bas-section__inner,
  .editor-styles-wrapper .bas-homepage .bas-section__inner {
    padding: 0 1rem;
  }

  .bas-homepage .bas-section-heading,
  .editor-styles-wrapper .bas-homepage .bas-section-heading {
    display: block;
    margin-bottom: 3rem;
  }

  .bas-homepage .bas-service-card,
  .editor-styles-wrapper .bas-homepage .bas-service-card {
    margin-bottom: 1.25rem;
  }

  .bas-homepage .bas-section--about .wp-block-columns,
  .editor-styles-wrapper .bas-homepage .bas-section--about .wp-block-columns {
    gap: 2.5rem;
  }

  .bas-homepage .bas-section--about .bas-section-title,
  .editor-styles-wrapper .bas-homepage .bas-section--about .bas-section-title {
    font-size: 2.85rem;
  }

  .bas-homepage .bas-about-media::before,
  .bas-homepage .bas-about-media::after,
  .editor-styles-wrapper .bas-homepage .bas-about-media::before,
  .editor-styles-wrapper .bas-homepage .bas-about-media::after {
    display: none;
  }

  .bas-homepage .bas-about-media img,
  .editor-styles-wrapper .bas-homepage .bas-about-media img {
    min-height: 28rem;
  }

  .bas-homepage .bas-about-media .bas-card-copy,
  .editor-styles-wrapper .bas-homepage .bas-about-media .bas-card-copy {
    max-width: calc(100% - 2rem);
    margin: -4rem 0 0 1rem;
    padding-left: 3.2rem;
  }

  .bas-homepage .bas-project-mosaic {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }

  .bas-homepage .bas-project-gallery,
  .editor-styles-wrapper .bas-homepage .bas-project-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bas-homepage .bas-project-gallery__item--primary,
  .bas-homepage .bas-project-gallery__item--top,
  .bas-homepage .bas-project-gallery__item--bottom,
  .editor-styles-wrapper .bas-homepage .bas-project-gallery__item--primary,
  .editor-styles-wrapper .bas-homepage .bas-project-gallery__item--top,
  .editor-styles-wrapper .bas-homepage .bas-project-gallery__item--bottom {
    grid-column: auto;
    grid-row: auto;
  }

  .bas-homepage .bas-project-gallery__item img,
  .editor-styles-wrapper .bas-homepage .bas-project-gallery__item img {
    min-height: 14rem;
  }

  .bas-homepage .bas-project-image--primary,
  .bas-homepage .bas-project-image--top,
  .bas-homepage .bas-project-image--bottom {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .bas-homepage .bas-project-image img {
    height: auto;
    min-height: 14rem;
  }

  .bas-homepage .bas-project-static-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .bas-homepage .bas-project-static-item--large {
    grid-column: auto;
    grid-row: auto;
  }

  .bas-homepage .bas-project-static-item img {
    height: auto;
    min-height: 14rem;
  }

  .bas-homepage .bas-about-list li,
  .editor-styles-wrapper .bas-homepage .bas-about-list li {
    padding-left: 3.3rem;
  }

  .bas-homepage .bas-contact-info,
  .bas-homepage .bas-contact-form {
    padding: 2rem;
  }

  .bas-homepage .bas-contact-static-shell {
    display: block;
  }

  .bas-homepage .bas-contact-static-info,
  .bas-homepage .bas-contact-static-form {
    padding: 2rem;
  }

  .bas-homepage .bas-contact-static-fields--two {
    grid-template-columns: 1fr;
  }

  .bas-homepage .bas-contact-static-row a {
    font-size: 1.2rem;
  }

  .bas-homepage .bas-contact-static-row .bas-contact-static-email {
    font-size: 1rem;
  }
}



.bas-cf7-form {
    display: grid;
    gap: 1.5rem;
  }

  .bas-cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .bas-cf7-form label {
    display: grid;
    gap: 0.6rem;
    color: #374151;
    font-size: 0.92rem;
    font-weight: 700;
  }

  .bas-cf7-form input,
  .bas-cf7-form select,
  .bas-cf7-form textarea {
    width: 100%;
    border: 1px solid #dbe1e8;
    border-radius: 0.5rem;
    background: #fff;
    color: #374151;
    font: inherit;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.95rem 1rem;
    outline: none;
  }

  .bas-cf7-form textarea {
    min-height: 7.5rem;
    resize: vertical;
  }

  .bas-cf7-form input::placeholder,
  .bas-cf7-form textarea::placeholder {
    color: #8b93a1;
  }

  .bas-cf7-form input:focus,
  .bas-cf7-form select:focus,
  .bas-cf7-form textarea:focus {
    border-color: #1b5a78;
    box-shadow: 0 0 0 3px rgba(27, 90, 120, 0.12);
  }

  .bas-cf7-form input[type="submit"] {
    border: 0;
    border-radius: 0.5rem;
    background: #1b5a78;
    color: #fff;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
    box-shadow: 0 9px 18px rgba(10, 15, 24, 0.18);
  }

  @media (max-width: 700px) {
    .bas-cf7-grid {
      grid-template-columns: 1fr;
    }
  }
