:root {
  --aq-blue: #0874c9;
  --aq-blue-deep: #064a9e;
  --aq-navy: #052f62;
  --aq-silver: #d2d6dc;
  --aq-black: #111318;
  --aq-white: #fff;
  --aq-ice: #f4f6f8;
  --aq-muted: #68717d;
  --aq-shell: min(1180px, calc(100% - 40px));
  --aq-diagonal-shift: clamp(24px, 2.4vw, 40px);
  --aq-diagonal-gap: clamp(12px, 1.1vw, 18px);
  --aq-diagonal-line: 2px;
  --aq-box-slope: clamp(14px, 1.5vw, 24px);
  --aq-control-side: clamp(10px, .9vw, 14px);
  --aq-panel-side: clamp(10px, 1.1vw, 18px);
  --aq-pattern-light: url("../img/aq-pattern-light.svg");
  --aq-pattern-dark: url("../img/aq-pattern-dark.svg");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  scrollbar-gutter: stable;
}

html:has(body.admin-bar) {
  scroll-padding-top: 144px;
}

.aqwb-home,
.aqwb-site-header,
.aqwb-project-cta,
.aqwb-site-footer,
.aqwb-floaters {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.aqwb-home *,
.aqwb-site-header *,
.aqwb-project-cta *,
.aqwb-site-footer *,
.aqwb-floaters * {
  box-sizing: border-box;
}

.aqwb-shell {
  width: var(--aq-shell);

/* v0.5.8 — cierre legal compacto */
@media (min-width: 1100px) {
  .aqwb-footer-legal {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    padding-top: 7px;
    white-space: nowrap;
  }

  .aqwb-footer-summary {
    padding: 0;
    font-size: 9px;
    line-height: 1.35;

/* v0.5.8 prioridad global */
@media (min-width: 1100px) {
  .aqwb-site-footer .aqwb-footer-legal {
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 8px !important;
    padding-top: 7px !important;
    white-space: nowrap !important;
  }
  .aqwb-site-footer .aqwb-footer-summary {
    padding: 0 !important;
    font-size: 9px !important;
    line-height: 1.35 !important;
  }
  .aqwb-site-footer .aqwb-footer-summary::after {
    content: " ·" !important;
    margin-left: 4px !important;
  }
  .aqwb-site-footer .aqwb-footer-bottom {
    padding-top: 0 !important;
    font-size: 9px !important;
    line-height: 1.35 !important;
  }
}
@media (min-width: 768px) {
  .aqwb-site-footer {
    padding-bottom: 8px !important;
  }
}

  }

  .aqwb-footer-summary::after {
    content: " ·";
    margin-left: 4px;
  }

  .aqwb-footer-bottom {
    padding-top: 0;
    font-size: 9px;
    line-height: 1.35;
  }
}

@media (min-width: 768px) {
  .aqwb-site-footer {
    padding-bottom: 8px;
  }
}

  margin-inline: auto;
}

.aqwb-global-chrome .site-header,
.aqwb-global-chrome .site-footer {
  display: none !important;
}

.aqwb-global-chrome.home .page-header,
.aqwb-global-chrome.home .entry-title {
  display: none !important;
}

.aqwb-global-chrome.home #content,
.aqwb-global-chrome.home .site-main,
.aqwb-global-chrome.home .page-content,
.aqwb-global-chrome.home .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.aqwb-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9990;
  min-height: 94px;
  color: var(--aq-white);
}

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

.aqwb-site-header__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(17, 19, 24, .96) 0%, rgba(5, 47, 98, .94) 64%, rgba(8, 116, 201, .92) 100%);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--aq-diagonal-shift)),
    0 100%
  );
  box-shadow: 0 12px 36px rgba(0, 0, 0, .13);
  transition: background .25s ease, box-shadow .25s ease;
}

.aqwb-site-header__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--aq-blue) 44%, #7cc7fb);
  clip-path: polygon(
    0 calc(100% - var(--aq-diagonal-line)),
    100% calc(100% - var(--aq-diagonal-shift) - var(--aq-diagonal-line)),
    100% calc(100% - var(--aq-diagonal-shift)),
    0 100%
  );
  pointer-events: none;
}

.aqwb-site-header.is-scrolled {
  min-height: 94px;
}

.aqwb-site-header.is-scrolled .aqwb-site-header__backdrop {
  background: linear-gradient(105deg, #111318 0%, #052f62 72%, #064a9e 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .24);
}

.aqwb-site-header__inner {
  position: relative;
  z-index: 1;
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.aqwb-site-header__brand-link,
.aqwb-footer-brand {
  color: inherit;
  text-decoration: none;
}

.aqwb-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.aqwb-brand__mark {
  width: 49px;
  height: 49px;
  flex: 0 0 49px;
  overflow: hidden;
}

.aqwb-brand__mark img {
  display: block;
  width: auto;
  max-width: none;
  height: 49px;
}

.aqwb-brand__words {
  display: grid;
  gap: 4px;
}

.aqwb-brand__words strong {
  color: var(--aq-white);
  font-size: clamp(.98rem, 1.25vw, 1.25rem);
  line-height: 1;
  letter-spacing: .035em;
}

.aqwb-brand__words small {
  color: #bac6d2;
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.aqwb-primary-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.5vw, 25px);
}

.aqwb-primary-nav a {
  position: relative;
  padding-block: 11px;
  color: #eef5fb;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .02em;
  text-decoration: none;
}

.aqwb-primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: #74c5fb;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .22s ease;
}

.aqwb-primary-nav a:hover::after,
.aqwb-primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.aqwb-header-cta {
  --aq-control-slope: 4px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 calc(18px + var(--aq-control-side));
  color: var(--aq-white);
  background: var(--aq-blue);
  border: 0;
  clip-path: polygon(
    var(--aq-control-side) var(--aq-control-slope),
    100% 0,
    calc(100% - var(--aq-control-side)) calc(100% - var(--aq-control-slope)),
    0 100%
  );
  font-size: .74rem;
  font-weight: 850;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.aqwb-header-cta:hover {
  background: #1391e8;
  transform: translateY(-2px);
}

.aqwb-site-header button.aqwb-menu-toggle {
  display: none !important;
  width: 48px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 0;
  color: var(--aq-white);
  background: transparent !important;
  cursor: pointer;
}

.aqwb-menu-toggle > span:not(.screen-reader-text) {
  width: 100%;
  height: 2px;
  display: block;
  margin-block: 5px;
  background: var(--aq-white);
  transition: transform .2s ease, opacity .2s ease;
}

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

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

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

.aqwb-hero {
  position: relative;
  z-index: 2;
  min-height: 78vh;
  display: grid;
  align-items: center;
  color: var(--aq-white);
  background:
    linear-gradient(105deg, rgba(17, 19, 24, .94), rgba(6, 74, 158, .76)),
    #111318;
  overflow: hidden;
  clip-path: polygon(
    0 var(--aq-diagonal-shift),
    100% 0,
    100% calc(100% - var(--aq-diagonal-shift)),
    0 100%
  );
}

.aqwb-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--aq-blue);
  clip-path: polygon(
    0 calc(100% - var(--aq-diagonal-gap) - var(--aq-diagonal-line)),
    100% calc(100% - var(--aq-diagonal-shift) - var(--aq-diagonal-gap) - var(--aq-diagonal-line)),
    100% calc(100% - var(--aq-diagonal-shift) - var(--aq-diagonal-gap)),
    0 calc(100% - var(--aq-diagonal-gap))
  );
  pointer-events: none;
}

.aqwb-hero__content {
  position: relative;
  z-index: 1;
  padding-block: 148px 190px;
}

.aqwb-eyebrow {
  margin: 0 0 18px;
  color: var(--aq-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.aqwb-hero .aqwb-eyebrow,
.aqwb-section--dark .aqwb-eyebrow {
  color: #69b9f1;
}

.aqwb-home h1,
.aqwb-home h2,
.aqwb-home h3,
.aqwb-home p {
  text-wrap: balance;
}

.aqwb-home h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.6rem, 5.8vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.aqwb-home h2 {
  max-width: 820px;
  margin: 0 0 42px;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.aqwb-lead {
  max-width: 690px;
  margin: 28px 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  color: #dce2e8;
}

.aqwb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.aqwb-button {
  --aq-control-slope: 5px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 calc(25px + var(--aq-control-side));
  color: var(--aq-white);
  clip-path: polygon(
    var(--aq-control-side) var(--aq-control-slope),
    100% 0,
    calc(100% - var(--aq-control-side)) calc(100% - var(--aq-control-slope)),
    0 100%
  );
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.aqwb-home a.aqwb-button,
.aqwb-project-cta a.aqwb-button,
.aqwb-home a.aqwb-button:hover,
.aqwb-project-cta a.aqwb-button:hover,
.aqwb-home a.aqwb-button:focus,
.aqwb-project-cta a.aqwb-button:focus {
  text-decoration: none !important;
}

.aqwb-button:hover {
  transform: translateY(-2px);
}

.aqwb-button--primary { background: var(--aq-blue); border: 0; }
.aqwb-button--ghost {
  border: 0;
  background: rgba(255, 255, 255, .08);
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, .82));
}
.aqwb-button--light { background: var(--aq-white); color: var(--aq-black); }

.aqwb-section {
  padding-block: clamp(80px, 10vw, 150px);
}

.aqwb-section--services {
  position: relative;
  z-index: 1;
  margin-top: calc(0px - var(--aq-diagonal-shift));
  padding-top: calc(130px + var(--aq-diagonal-shift));
  background-color: var(--aq-ice);
  background-image:
    linear-gradient(90deg, rgba(244, 246, 248, .62), rgba(244, 246, 248, .08) 52%, rgba(244, 246, 248, .56)),
    var(--aq-pattern-light);
  background-size: auto, 480px auto;
  background-position: center, center top;
}

.aqwb-grid {
  display: grid;
  gap: 18px;
}

.aqwb-grid--services {
  grid-template-columns: repeat(3, 1fr);
}

.aqwb-card {
  position: relative;
  isolation: isolate;
  min-height: 0;
  aspect-ratio: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9dee4;
  color: var(--aq-black);
  background: var(--aq-white);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, filter .22s ease;
}

.aqwb-home a.aqwb-card,
.aqwb-home a.aqwb-card * {
  text-decoration: none !important;
}

.aqwb-card::before {
  content: none;
}

.aqwb-card:hover {
  transform: translateY(-6px);
  border-color: var(--aq-blue);
  filter: drop-shadow(0 18px 24px rgba(17, 19, 24, .12));
}

.aqwb-card__number {
  color: var(--aq-blue);
  font-weight: 900;
}

.aqwb-card h3 {
  margin: auto 0 14px;
  font-size: 1.55rem;
  line-height: 1.05;
}

.aqwb-card p {
  color: var(--aq-muted);
  line-height: 1.55;
}

.aqwb-card__link {
  margin-top: 18px;
  font-size: .85rem;
  font-weight: 800;
}

.aqwb-energy {
  position: relative;
  background-color: var(--aq-white);
  background-image:
    linear-gradient(135deg, rgba(8, 116, 201, .06), rgba(255, 255, 255, .78) 42%, rgba(255, 255, 255, .5)),
    var(--aq-pattern-light);
  background-size: auto, 480px auto;
  background-position: center, right top;
  overflow: hidden;
}

.aqwb-energy::before {
  content: "";
  position: absolute;
  top: 110px;
  right: -120px;
  width: 420px;
  height: 1px;
  background: var(--aq-blue);
  transform: rotate(-18deg);
}

.aqwb-energy__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .7fr);
  align-items: end;
  gap: clamp(35px, 7vw, 90px);
  margin-bottom: 50px;
}

.aqwb-energy__heading h2 {
  margin-bottom: 0;
}

.aqwb-energy__heading > p {
  margin: 0 0 10px;
  color: var(--aq-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.aqwb-energy__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.aqwb-energy-card {
  position: relative;
  min-height: 490px;
  padding: clamp(32px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid #d9e0e7;
}

.aqwb-energy-card::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: 34px;
  width: 52%;
  height: 2px;
  background: currentColor;
  opacity: .2;
  transform: rotate(-12deg);
}

.aqwb-energy-card--renewable {
  color: var(--aq-black);
  background:
    linear-gradient(145deg, rgba(8, 116, 201, .11), transparent 58%),
    #f5f8fa;
  clip-path: polygon(
    0 0,
    calc(100% - var(--aq-panel-side)) var(--aq-box-slope),
    100% 100%,
    var(--aq-panel-side) calc(100% - var(--aq-box-slope))
  );
}

.aqwb-energy-card--conventional {
  color: var(--aq-white);
  background:
    linear-gradient(140deg, #10141a 0%, #052f62 72%, #064a9e 100%);
  clip-path: polygon(
    var(--aq-panel-side) var(--aq-box-slope),
    100% 0,
    calc(100% - var(--aq-panel-side)) calc(100% - var(--aq-box-slope)),
    0 100%
  );
}

.aqwb-energy-card__index {
  display: block;
  margin-bottom: clamp(70px, 10vw, 120px);
  color: var(--aq-blue);
  font-size: .82rem;
  font-weight: 900;
}

.aqwb-energy-card--conventional .aqwb-energy-card__index {
  color: #73c5fb;
}

.aqwb-energy-card__label {
  margin: 0 0 12px;
  color: var(--aq-blue-deep);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.aqwb-energy-card--conventional .aqwb-energy-card__label {
  color: #83ceff;
}

.aqwb-energy-card h3 {
  max-width: 500px;
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.aqwb-energy-card > p:not(.aqwb-energy-card__label) {
  max-width: 570px;
  color: var(--aq-muted);
  line-height: 1.65;
}

.aqwb-energy-card--conventional > p:not(.aqwb-energy-card__label) {
  color: #d3dce5;
}

.aqwb-energy-card ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.aqwb-energy-card li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.aqwb-energy-card li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--aq-blue);
}

.aqwb-energy-card--conventional li::before {
  background: #73c5fb;
}

.aqwb-energy-legacy {
  margin-top: 22px;
  padding: clamp(28px, 4vw, 46px);
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(300px, 1.25fr) auto;
  align-items: center;
  gap: clamp(25px, 5vw, 70px);
  color: var(--aq-white);
  background: var(--aq-black);
  border-left: 5px solid var(--aq-blue);
}

.aqwb-energy-legacy__eyebrow {
  margin: 0 0 10px;
  color: #78c7fb;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.aqwb-energy-legacy h3,
.aqwb-energy-legacy p {
  margin: 0;
}

.aqwb-energy-legacy h3 {
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.05;
}

.aqwb-energy-legacy > p {
  color: #c5cfd8;
  line-height: 1.6;
}

.aqwb-text-link--light {
  margin-top: 0;
  color: #8bd2ff;
  white-space: nowrap;
}

.aqwb-section--dark {
  position: relative;
  z-index: 2;
  margin-top: calc(0px - var(--aq-diagonal-shift));
  padding-block: clamp(150px, 15vw, 220px);
  padding-top: calc(clamp(150px, 15vw, 220px) + var(--aq-diagonal-shift));
  color: var(--aq-white);
  background-color: var(--aq-black);
  background-image:
    linear-gradient(110deg, rgba(17, 19, 24, .78), rgba(17, 19, 24, .2) 55%, rgba(5, 47, 98, .22)),
    var(--aq-pattern-dark);
  background-size: auto, 480px auto;
  background-position: center, center top;
  overflow: hidden;
  clip-path: polygon(
    0 var(--aq-diagonal-shift),
    100% 0,
    100% calc(100% - var(--aq-diagonal-shift)),
    0 100%
  );
}

.aqwb-section--dark::after,
.aqwb-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--aq-blue) 44%, #6bc0f8);
  clip-path: polygon(
    0 calc(100% - var(--aq-diagonal-gap) - var(--aq-diagonal-line)),
    100% calc(100% - var(--aq-diagonal-shift) - var(--aq-diagonal-gap) - var(--aq-diagonal-line)),
    100% calc(100% - var(--aq-diagonal-shift) - var(--aq-diagonal-gap)),
    0 calc(100% - var(--aq-diagonal-gap))
  );
  pointer-events: none;
}

.aqwb-section--dark > .aqwb-shell,
.aqwb-contact > .aqwb-shell {
  position: relative;
  z-index: 1;
}

.aqwb-projects__intro,
.aqwb-author__layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: start;
  gap: 60px;
}

.aqwb-projects__intro p {
  max-width: 660px;
  color: #c8d0d8;
  font-size: 1.2rem;
  line-height: 1.6;
}

.aqwb-projects__placeholder {
  min-height: 280px;
  margin-top: 70px;
  display: grid;
  place-content: center;
  gap: 12px;
  padding: 40px;
  border: 1px dashed #56606b;
  background: linear-gradient(125deg, rgba(8, 116, 201, .12), transparent);
  text-align: center;
  clip-path: polygon(
    var(--aq-panel-side) var(--aq-box-slope),
    100% 0,
    calc(100% - var(--aq-panel-side)) calc(100% - var(--aq-box-slope)),
    0 100%
  );
}

.aqwb-projects__placeholder span {
  color: #69b9f1;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.aqwb-grid--method {
  grid-template-columns: repeat(4, 1fr);
}

.aqwb-method {
  position: relative;
  z-index: 1;
  margin-top: calc(0px - var(--aq-diagonal-shift));
  padding-top: calc(clamp(80px, 10vw, 150px) + var(--aq-diagonal-shift));
  background-color: var(--aq-white);
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .38) 54%, rgba(255, 255, 255, .86)),
    var(--aq-pattern-light);
  background-size: auto, 480px auto;
  background-position: center, center;
}

.aqwb-grid--method article {
  position: relative;
  padding: 32px 24px 34px;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, .92);
}

.aqwb-grid--method article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--aq-blue);
}

.aqwb-grid--method b {
  color: var(--aq-blue);
}

.aqwb-grid--method h3 {
  margin: 30px 0 12px;
}

.aqwb-grid--method p,
.aqwb-author p,
.aqwb-contact p {
  color: var(--aq-muted);
  line-height: 1.65;
}

.aqwb-author {
  background-color: #eef1f4;
  background-image:
    linear-gradient(105deg, rgba(238, 241, 244, .92), rgba(238, 241, 244, .52) 68%, rgba(238, 241, 244, .76)),
    var(--aq-pattern-light);
  background-size: auto, 480px auto;
  background-position: center, right center;
}

.aqwb-text-link {
  margin-top: 20px;
  display: inline-block;
  color: var(--aq-blue-deep);
  font-weight: 900;
  text-decoration: none;
}

.aqwb-contact {
  position: relative;
  z-index: 3;
  margin-top: calc(0px - var(--aq-diagonal-shift));
  padding-top: calc(160px + var(--aq-diagonal-shift));
  color: var(--aq-white);
  background-color: var(--aq-blue-deep);
  background-image:
    linear-gradient(110deg, rgba(6, 74, 158, .9), rgba(5, 47, 98, .74)),
    var(--aq-pattern-dark);
  background-size: auto, 480px auto;
  background-position: center, center;
  overflow: hidden;
  clip-path: polygon(
    0 var(--aq-diagonal-shift),
    100% 0,
    100% calc(100% - var(--aq-diagonal-shift)),
    0 100%
  );
}

.aqwb-contact p {
  max-width: 720px;
  color: #d8e9f7;
}

.aqwb-project-cta {
  position: relative;
  z-index: 2;
  margin-top: calc(0px - var(--aq-diagonal-shift));
  padding: calc(clamp(70px, 7vw, 96px) + var(--aq-diagonal-shift)) 0 clamp(70px, 7vw, 96px);
  color: var(--aq-black);
  background-color: #dfe3e7;
  background-image:
    linear-gradient(118deg, rgba(244, 246, 248, .96) 0%, rgba(223, 227, 231, .9) 64%, rgba(199, 209, 219, .84) 100%),
    var(--aq-pattern-light);
  background-size: auto, 480px auto;
  background-position: center, right top;
  overflow: hidden;
}

.aqwb-project-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--aq-blue);
}

.aqwb-project-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 7vw, 90px);
}

.aqwb-project-cta__eyebrow {
  margin: 0 0 10px;
  color: var(--aq-blue-deep);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.aqwb-project-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--aq-black);
  font-size: clamp(1.7rem, 3.2vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.aqwb-site-footer {
  position: relative;
  z-index: 2;
  margin-top: calc(0px - var(--aq-diagonal-shift));
  padding: clamp(58px, 4.5vw, 72px) 0 12px;
  color: var(--aq-white);
  background-color: #090b0f;
  background-image:
    linear-gradient(112deg, rgba(9, 11, 15, .97) 0%, rgba(16, 23, 34, .92) 70%, rgba(5, 47, 98, .9) 100%),
    var(--aq-pattern-dark);
  background-size: auto, 480px auto;
  background-position: center, right top;
  clip-path: polygon(
    0 var(--aq-diagonal-shift),
    100% 0,
    100% 100%,
    0 100%
  );
  overflow: hidden;
}

.aqwb-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #0874c9 42%, #6bc0f8);
  clip-path: polygon(
    0 calc(var(--aq-diagonal-shift) + var(--aq-diagonal-gap)),
    100% var(--aq-diagonal-gap),
    100% calc(var(--aq-diagonal-gap) + var(--aq-diagonal-line)),
    0 calc(var(--aq-diagonal-shift) + var(--aq-diagonal-gap) + var(--aq-diagonal-line))
  );
  pointer-events: none;
}

.aqwb-footer-brandline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.aqwb-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 2.1fr);
  align-items: center;
  gap: clamp(36px, 4vw, 64px);
}

.aqwb-footer-brandblock {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0 8px;
}

.aqwb-footer-tagline {
  max-width: none;
  margin: 18px 0 0;
  color: #aeb8c2;
  font-size: .68rem;
  line-height: 1.45;
  white-space: nowrap;
}

.aqwb-brand--footer .aqwb-brand__mark {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}

.aqwb-brand--footer .aqwb-brand__mark img {
  height: 38px;
}

.aqwb-brand--footer .aqwb-brand__words strong {
  font-size: .94rem;
}

.aqwb-footer-rows {
  display: flex;
  flex-direction: column;
}

.aqwb-footer-row {
  display: grid;
  grid-template-columns: minmax(190px, 245px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  min-height: 42px;
  padding: 5px 0;
}

.aqwb-footer-row h3 {
  margin: 0;
  color: #75c5fb;
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.aqwb-footer-row__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 22px;
}

.aqwb-footer-row__links a,
.aqwb-footer-row__links span {
  position: relative;
  color: #d6dde4;
  font-size: .75rem;
  line-height: 1.35;
  text-decoration: none;
}

.aqwb-footer-row__links a + a::before,
.aqwb-footer-row__links a + span::before,
.aqwb-footer-row__links span + a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(117, 197, 251, .55);
  transform: translateY(-50%);
}

.aqwb-footer-row__links a:hover {
  color: var(--aq-white);
}

.aqwb-footer-legal {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 2.1fr);
  column-gap: clamp(36px, 4vw, 64px);
  padding-top: 4px;
}

.aqwb-footer-summary {
  margin: 0;
  grid-column: 2;
  padding-bottom: 6px;
  color: #8f9ba7;
  font-size: .65rem;
  line-height: 1.4;
  text-align: left;
}

.aqwb-footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(210, 214, 220, .1);
  color: #8f9ba7;
  font-size: .68rem;
  letter-spacing: .035em;
}

.aqwb-footer-bottom a {
  color: #c8d3dd;
  text-decoration: none;
}

.aqwb-footer-bottom a:hover {
  color: var(--aq-white);
}

.aqwb-floaters {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 58px;
  pointer-events: none;
  isolation: isolate;
}

.aqwb-floaters .aqwb-floater {
  position: relative;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b9c3ce;
  border-radius: 999px;
  color: var(--aq-white);
  background: linear-gradient(145deg, #0b82d4 0%, var(--aq-blue-deep) 62%, var(--aq-navy) 100%);
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(5, 47, 98, .3), 0 2px 8px rgba(17, 19, 24, .18);
  overflow: visible;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  isolation: isolate;
}

.aqwb-floaters .aqwb-floater::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, .2), transparent 52%);
  pointer-events: none;
}

.aqwb-floaters .aqwb-floater::after {
  content: none;
  display: none;
}

.aqwb-floaters .aqwb-floater:hover,
.aqwb-floaters .aqwb-floater:focus-visible {
  transform: translateY(-3px) scale(1.035);
  border-color: var(--aq-white);
  box-shadow: 0 16px 34px rgba(5, 47, 98, .36), 0 4px 10px rgba(17, 19, 24, .2);
}

.aqwb-floaters .aqwb-floater:focus-visible {
  outline: 3px solid rgba(8, 116, 201, .3);
  outline-offset: 4px;
}

.aqwb-floater svg {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--aq-white);
  stroke-width: 1.95;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aqwb-floater__wa-bubble {
  fill: none;
}

.aqwb-floater__wa-phone {
  fill: var(--aq-white);
  stroke: none;
}

.aqwb-floater__instagram-dot {
  fill: var(--aq-white);
  stroke: none;
}

.aqwb-floater__tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  z-index: 4;
  min-width: max-content;
  padding: 9px 12px;
  border: 1px solid rgba(116, 197, 251, .32);
  border-radius: 4px;
  color: var(--aq-white);
  background: linear-gradient(105deg, var(--aq-black), var(--aq-navy));
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) translateX(4px);
  box-shadow: 0 8px 24px rgba(17, 19, 24, .2);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.aqwb-floater__tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: var(--aq-navy);
}

.aqwb-floater:hover .aqwb-floater__tooltip,
.aqwb-floater:focus-visible .aqwb-floater__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.aqwb-footer-visible .aqwb-floater__tooltip {
  display: none;
}

@media (max-width: 1100px) {
  .aqwb-primary-nav {
    gap: 13px;
  }

  .aqwb-primary-nav a {
    font-size: .72rem;
  }

  .aqwb-header-cta {
    display: none;
  }
}

@media (max-width: 900px) {
  .aqwb-site-header button.aqwb-menu-toggle {
    display: block !important;
  }

  .aqwb-primary-nav {
    position: fixed;
    inset: 70px 0 auto;
    max-height: calc(100vh - 70px);
    margin: 0;
    padding: 40px max(24px, calc((100vw - 1180px) / 2));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: auto;
    background: rgba(10, 15, 23, .985);
    border-top: 1px solid rgba(255, 255, 255, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .admin-bar .aqwb-primary-nav {
    top: 102px;
  }

  .aqwb-primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .aqwb-primary-nav a {
    padding: 16px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 1rem;
  }

  .aqwb-primary-nav a::after {
    display: none;
  }

  body.aqwb-menu-open {
    overflow: hidden;
  }

  .aqwb-grid--services {
    grid-template-columns: repeat(2, 1fr);
  }

  .aqwb-grid--method {
    grid-template-columns: repeat(2, 1fr);
  }

  .aqwb-energy__heading,
  .aqwb-energy__grid {
    grid-template-columns: 1fr;
  }

  .aqwb-energy__heading {
    align-items: start;
  }

  .aqwb-energy__heading > p {
    max-width: 720px;
  }

  .aqwb-energy-card {
    min-height: 440px;
  }

  .aqwb-energy-legacy {
    grid-template-columns: 1fr 1.5fr;
  }

  .aqwb-energy-legacy .aqwb-text-link {
    grid-column: 1 / -1;
  }

}

@media (max-width: 768px) {
  :root {
    --aq-shell: min(100% - 28px, 1180px);
    --aq-diagonal-gap: 10px;
    --aq-box-slope: 14px;
  }

  html {
    scroll-padding-top: 96px;
  }

  html:has(body.admin-bar) {
    scroll-padding-top: 142px;
  }

  .admin-bar .aqwb-site-header {
    top: 46px;
  }

  .aqwb-site-header,
  .aqwb-site-header.is-scrolled {
    min-height: 82px;
  }

  .aqwb-site-header__backdrop {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--aq-diagonal-shift)),
      0 100%
    );
  }

  .aqwb-site-header__inner {
    min-height: 64px;
  }

  .aqwb-brand__mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .aqwb-brand__mark img {
    height: 42px;
  }

  .aqwb-brand__words strong {
    font-size: 1rem;
  }

  .aqwb-brand__words small {
    max-width: 180px;
    font-size: .48rem;
    letter-spacing: .085em;
  }

  .aqwb-primary-nav {
    top: 64px;
  }

  .admin-bar .aqwb-primary-nav {
    top: 110px;
  }

  .aqwb-hero {
    min-height: auto;
    clip-path: polygon(
      0 var(--aq-diagonal-shift),
      100% 0,
      100% calc(100% - var(--aq-diagonal-shift)),
      0 100%
    );
  }

  .aqwb-hero__content {
    padding-block: 122px 140px;
  }

  .aqwb-grid--services,
  .aqwb-grid--method,
  .aqwb-energy__heading,
  .aqwb-energy__grid,
  .aqwb-projects__intro,
  .aqwb-author__layout {
    grid-template-columns: 1fr;
  }

  .aqwb-card {
    aspect-ratio: auto;
    min-height: 270px;
    padding: 28px 26px;
  }

  .aqwb-section--dark {
    clip-path: polygon(
      0 var(--aq-diagonal-shift),
      100% 0,
      100% calc(100% - var(--aq-diagonal-shift)),
      0 100%
    );
  }

  .aqwb-energy-card {
    min-height: 400px;
    padding: 30px 26px 48px;
  }

  .aqwb-energy-card__index {
    margin-bottom: 58px;
  }

  .aqwb-energy-legacy {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .aqwb-energy-legacy .aqwb-text-link {
    grid-column: auto;
  }

  .aqwb-project-cta {
    padding: calc(62px + var(--aq-diagonal-shift)) 0 62px;
  }

  .aqwb-project-cta__inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 28px;
  }

  .aqwb-site-footer {
    padding-top: 46px;
    clip-path: polygon(
      0 var(--aq-diagonal-shift),
      100% 0,
      100% 100%,
      0 100%
    );
  }

  .aqwb-footer-brandline {
    justify-content: center;
  }

  .aqwb-footer-main,
  .aqwb-footer-legal {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .aqwb-footer-brandblock {
    align-items: center;
    padding: 8px 0 12px;
  }

  .aqwb-footer-tagline {
    margin-top: 10px;
    text-align: center;
    white-space: normal;
  }

  .aqwb-footer-row {
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding-block: 9px;
  }

  .aqwb-footer-bottom {
    gap: 4px 7px;
  }

  .aqwb-footer-summary {
    grid-column: 1;
    padding-top: 4px;
    text-align: center;
  }

  .aqwb-floaters {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    gap: 10px;
    width: 54px;
  }

  .aqwb-floaters .aqwb-floater {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
  }

  .aqwb-floater__tooltip {
    display: none;
  }
}

@media (max-width: 430px) {
  .aqwb-brand {
    gap: 8px;
  }

  .aqwb-brand__words small {
    display: none;
  }

  .aqwb-site-header button.aqwb-menu-toggle {
    width: 44px;
  }

  .aqwb-footer-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .aqwb-footer-row__links {
    gap: 6px 18px;
  }

  .aqwb-footer-summary,
  .aqwb-footer-bottom {
    justify-content: flex-start;
    text-align: left;
  }

  .aqwb-footer-brandblock {
    align-items: flex-start;
  }

  .aqwb-footer-brandline {
    justify-content: flex-start;
  }

  .aqwb-footer-tagline {
    text-align: left;
  }
}

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

  .aqwb-site-header *,
  .aqwb-home *,
  .aqwb-project-cta *,
  .aqwb-site-footer *,
  .aqwb-floaters * {
    transition-duration: .01ms !important;
  }
}
