/* ==========================================================================
   Warner Adelson — Elementor widget styles
   Ported from the source site stylesheet. Palette + type are the site
   defaults; every value below is also exposed as an Elementor control on
   the relevant widget, so this file only supplies the fallback look.
   ========================================================================== */

.wa-widgets-root,
.elementor-widget-wa_header,
.elementor-widget-wa_footer,
.elementor-widget-wa_hero,
.elementor-widget-wa_page_hero,
.elementor-widget-wa_image_band,
.elementor-widget-wa_split_section,
.elementor-widget-wa_sectors,
.elementor-widget-wa_stat,
.elementor-widget-wa_marquee,
.elementor-widget-wa_contact_form,
.elementor-widget-wa_contact_details,
.elementor-widget-wa_prose,
.elementor-widget-wa_button,
.elementor-widget-wa_section_heading,
.elementor-widget-wa_band {
  --wa-blue:        #4BAAD2;
  --wa-blue-deep:   #2A7C9F;
  --wa-blue-wash:   #EAF4F9;
  --wa-ink:         #0E1418;
  --wa-ink-soft:    #5A666E;
  --wa-paper:       #FFFFFF;
  --wa-line:        #D9E4EA;
  --wa-ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.wa-shell {
  width: 100%;
  max-width: var(--wa-shell-width, 1320px);
  margin-inline: auto;
}

/* ---------- eyebrow ---------- */
.wa-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(18px, 2.6vw, 34px);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wa-ink-soft);
}
.wa-eyebrow::before {
  content: "";
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--wa-blue);
  flex: none;
}
.wa-eyebrow--center { justify-content: center; }

/* ---------- headline system ---------- */
.wa-heading {
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
}
.wa-heading strong,
.wa-heading b { font-weight: 300; }
.wa-heading--xl { font-size: clamp(2.6rem, 8.2vw, 7.4rem); text-transform: uppercase; }
.wa-heading--lg { font-size: clamp(1.9rem, 4.1vw, 3.5rem); line-height: 1.1; }
.wa-heading--md { font-size: clamp(1.35rem, 2.3vw, 2.05rem); line-height: 1.2; }
.wa-tint { color: var(--wa-blue); }

/* ---------- buttons ---------- */
.wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  border: 2px solid var(--wa-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--wa-ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .3s var(--wa-ease), color .3s var(--wa-ease),
              border-color .3s var(--wa-ease), transform .3s var(--wa-ease);
}
.wa-btn:hover { background: var(--wa-blue); border-color: var(--wa-blue); color: #fff; transform: translateY(-2px); }
.wa-btn--solid { background: var(--wa-blue); border-color: var(--wa-blue); color: #fff; }
.wa-btn--solid:hover { background: var(--wa-blue-deep); border-color: var(--wa-blue-deep); }
.wa-btn--light { border-color: #fff; color: #fff; }
.wa-btn--light:hover { background: #fff; border-color: #fff; color: var(--wa-ink); }
.wa-btn__arrow { transition: transform .3s var(--wa-ease); }
.wa-btn:hover .wa-btn__arrow { transform: translateX(4px); }

/* ---------- header ---------- */
.wa-masthead {
  position: relative;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--wa-ease), box-shadow .3s var(--wa-ease);
}
.wa-masthead.wa-is-sticky { position: sticky; top: 0; }
.wa-masthead.wa-is-stuck {
  border-bottom-color: var(--wa-line);
  box-shadow: 0 8px 30px -22px rgba(14,20,24,0.5);
}
.wa-masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: clamp(16px, 2vw, 24px);
  padding-inline: clamp(20px, 5vw, 72px);
}
.wa-brand { display: block; line-height: 0; }
.wa-brand img { width: clamp(150px, 18vw, 220px); height: auto; display: block; }
.wa-masthead .wa-btn { padding: 12px 24px; }
.wa-masthead__nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.wa-masthead__menu { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); list-style: none; margin: 0; padding: 0; }
.wa-masthead__menu a { text-decoration: none; color: var(--wa-ink); font-size: 0.92rem; font-weight: 500; transition: color .25s var(--wa-ease); }
.wa-masthead__menu a:hover { color: var(--wa-blue); }

/* ---------- hero ---------- */
.wa-hero { background: #F2EFE9; }
.wa-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(44px, 7vw, 64px) clamp(20px, 5vw, 60px);
}

.wa-hero__eyebrow {
  display: flex;
  align-items: center;
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  font-weight: 400;
  color: var(--wa-blue);
  margin: 0 0 clamp(30px, 5vw, 60px);
  white-space: nowrap;
}
.wa-hero__eyebrow-type { display: inline-block; overflow: hidden; white-space: nowrap; vertical-align: bottom; }
.wa-hero__eyebrow--type .wa-hero__eyebrow-type { width: 0; animation: wa-hero-type 3.2s steps(20, end) infinite; }
.wa-hero__caret {
  display: inline-block;
  width: 2px;
  height: 0.85em;
  background: currentColor;
  margin-left: 3px;
  animation: wa-hero-blink 0.9s steps(1) infinite;
}
@keyframes wa-hero-type {
  0%   { width: 0; }
  45%  { width: 16ch; }
  75%  { width: 16ch; }
  100% { width: 0; }
}
@keyframes wa-hero-blink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .wa-hero__eyebrow--type .wa-hero__eyebrow-type { animation: none; width: auto; }
  .wa-hero__caret { animation: none; }
}

.wa-hero__statement {
  margin: 0 0 clamp(26px, 3.6vw, 40px);
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 22ch;
}

.wa-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.wa-hero__media { position: relative; overflow: hidden; border-radius: 22px; aspect-ratio: 4 / 4.4; margin: 0; }
.wa-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wa-hero__dot {
  position: absolute;
  right: -26px;
  top: 50%;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--wa-ink);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .wa-hero__grid { grid-template-columns: 1fr; }
  .wa-hero__media { order: -1; aspect-ratio: 4/3; }
  .wa-hero__dot { display: none; }
}

/* ---------- media ---------- */
.wa-media { position: relative; overflow: hidden; background: var(--wa-blue-wash); }
.wa-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wa-media--21-9 { aspect-ratio: 21 / 9; }
.wa-media--4-5  { aspect-ratio: 4 / 5; }
.wa-media--1-1  { aspect-ratio: 1 / 1; }
.wa-media--16-9 { aspect-ratio: 16 / 9; }
.wa-media--3-2  { aspect-ratio: 3 / 2; }
.wa-media--auto { aspect-ratio: auto; }

.wa-band { padding-block: clamp(64px, 9vw, 132px); }
.wa-band--tight { padding-block: clamp(44px, 6vw, 84px); }
.wa-band--wash { background: var(--wa-blue-wash); }
.wa-band--ink  { background: var(--wa-ink); color: #fff; }
.wa-band--ink .wa-eyebrow { color: rgba(255,255,255,0.62); }
.wa-band__inner { padding-inline: clamp(20px, 5vw, 72px); }

/* ---------- placeholder slot (used only if an image control is emptied) - */
.wa-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  min-height: 160px;
  padding: 24px;
  text-align: center;
  background:
    repeating-linear-gradient(135deg,
      rgba(75,170,210,0.10) 0 14px,
      rgba(75,170,210,0.03) 14px 28px);
  border: 1px dashed rgba(75,170,210,0.55);
  color: var(--wa-blue-deep);
}
.wa-slot__name { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }

/* ---------- split content ---------- */
.wa-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
@media (min-width: 900px) {
  .wa-split { grid-template-columns: 1.05fr 0.95fr; }
  .wa-split--media-left  .wa-split__media { order: -1; }
}
.wa-split__body > * + * { margin-top: clamp(20px, 2.6vw, 32px); }
.wa-split__content { color: var(--wa-ink-soft); }
.wa-split__content p { margin: 0 0 1em; }
.wa-split__content p:last-child { margin-bottom: 0; }

/* ---------- list rows (used for "models" style repeaters) ---------- */
.wa-rows { display: grid; gap: 0; border-top: 1px solid var(--wa-line); }
.wa-row {
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 2vw, 26px);
  padding-block: clamp(18px, 2.4vw, 28px);
  border-bottom: 1px solid var(--wa-line);
}
.wa-row__index {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--wa-blue);
  flex: none;
}
.wa-row__name {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.wa-row__desc { margin: 6px 0 0; color: var(--wa-ink-soft); font-size: 0.95rem; }

/* ---------- sector accordion ---------- */
.wa-accordion { border-top: 1px solid var(--wa-line); }
.wa-accordion-item { border-bottom: 1px solid var(--wa-line); }
.wa-accordion-item__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: clamp(20px, 2.6vw, 30px) 0;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-size: clamp(1.15rem, 2.1vw, 1.85rem);
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--wa-ink);
  transition: color .3s var(--wa-ease);
}
.wa-accordion-item__toggle:hover { color: var(--wa-blue); }
.wa-accordion-item.wa-is-open .wa-accordion-item__toggle { font-weight: 300; color: var(--wa-blue); }
.wa-accordion-item__sign { position: relative; width: 22px; height: 22px; flex: none; }
.wa-accordion-item__sign::before,
.wa-accordion-item__sign::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto 0;
  height: 2px;
  background: currentColor;
  transition: transform .35s var(--wa-ease);
}
.wa-accordion-item__sign::after { transform: rotate(90deg); }
.wa-accordion-item.wa-is-open .wa-accordion-item__sign::after { transform: rotate(0deg); }
.wa-accordion-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s var(--wa-ease);
}
.wa-accordion-item.wa-is-open .wa-accordion-item__panel { grid-template-rows: 1fr; }
.wa-accordion-item__panel > div { overflow: hidden; }
.wa-accordion-item__inner {
  padding-bottom: clamp(22px, 2.6vw, 32px);
  color: var(--wa-ink-soft);
  max-width: 52ch;
}
.wa-accordion-item__inner p:first-child { margin-top: 0; }
.wa-accordion-item__inner p:last-child { margin-bottom: 0; }

/* ---------- stat ---------- */
.wa-stat { text-align: center; }
.wa-stat__figure {
  display: block;
  font-size: clamp(4.6rem, 15vw, 13rem);
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: -0.045em;
  color: var(--wa-blue);
}
.wa-stat__caption {
  margin: clamp(18px, 2.6vw, 30px) auto 0;
  max-width: 24ch;
  font-size: clamp(1.05rem, 2vw, 1.7rem);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* ---------- marquee ---------- */
.wa-marquee {
  position: relative;
  overflow: hidden;
  padding-block: clamp(10px, 2vw, 22px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.wa-marquee + .wa-marquee { margin-top: clamp(4px, 1vw, 14px); }
.wa-marquee__track {
  display: flex;
  width: max-content;
  animation: wa-glide var(--wa-marquee-duration, 46s) linear infinite;
}
.wa-marquee--reverse .wa-marquee__track { animation-direction: reverse; }
.wa-marquee:hover .wa-marquee__track,
.wa-marquee:focus-within .wa-marquee__track { animation-play-state: paused; }
.wa-marquee--no-pause:hover .wa-marquee__track,
.wa-marquee--no-pause:focus-within .wa-marquee__track { animation-play-state: running; }
@keyframes wa-glide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.wa-marquee__group { display: flex; align-items: center; flex: none; }
.wa-client {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(160px, 18vw, 240px);
  height: clamp(70px, 7.5vw, 100px);
  padding-inline: clamp(18px, 2.4vw, 34px);
  font-size: clamp(0.92rem, 1.35vw, 1.18rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--wa-ink-soft);
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  opacity: 0.72;
  transition: opacity .3s var(--wa-ease), color .3s var(--wa-ease), transform .3s var(--wa-ease);
}
.wa-client:hover { opacity: 1; color: var(--wa-blue); transform: translateY(-2px); }
.wa-client img { max-height: 100%; width: auto; object-fit: contain; }

/* ---------- page hero (contact-style dark hero) ---------- */
.wa-page-hero {
  position: relative;
  min-height: clamp(280px, 42vh, 480px);
  display: grid;
  align-items: end;
  background: var(--wa-ink);
  color: #fff;
  overflow: hidden;
}
.wa-page-hero__media { position: absolute; inset: 0; }
.wa-page-hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; display: block; }
.wa-page-hero__inner {
  position: relative;
  width: 100%;
  padding-block: clamp(44px, 6vw, 76px);
  padding-inline: clamp(20px, 5vw, 72px);
}
.wa-page-hero__title { margin: 0; font-size: clamp(2.4rem, 6.6vw, 5.4rem); font-weight: 300; letter-spacing: -0.03em; line-height: 1; color: #fff; }
.wa-page-hero__title strong { font-weight: 300; }

/* ---------- contact form ---------- */
.wa-form { max-width: 640px; }
.wa-field { display: block; margin-bottom: clamp(20px, 2.4vw, 28px); }
.wa-field__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wa-ink-soft);
}
.wa-field__input {
  width: 100%;
  padding: 14px 2px;
  border: 0;
  border-bottom: 1px solid var(--wa-line);
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 1.02rem;
  color: var(--wa-ink);
  transition: border-color .3s var(--wa-ease);
}
.wa-field__input::placeholder { color: #A9B6BD; }
.wa-field__input:focus { border-bottom-color: var(--wa-blue); outline: none; }
textarea.wa-field__input { min-height: 150px; resize: vertical; line-height: 1.6; }
.wa-form__note { margin: 0 0 clamp(22px, 3vw, 32px); font-size: 0.86rem; color: var(--wa-ink-soft); }
.wa-form__note a { color: var(--wa-blue-deep); }
.wa-form__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.wa-form__message { margin-top: 18px; padding: 14px 18px; border-radius: 8px; font-size: 0.92rem; display: none; }
.wa-form__message.wa-is-visible { display: block; }
.wa-form__message--success { background: #E7F6EC; color: #1E6B39; }
.wa-form__message--error { background: #FBEAEA; color: #A32626; }
.wa-form.wa-is-submitting .wa-btn { opacity: 0.6; pointer-events: none; }

/* ---------- contact details ---------- */
.wa-detail-list { list-style: none; margin: 0; padding: 0; }
.wa-detail-list li { padding-block: 18px; border-bottom: 1px solid var(--wa-line); }
.wa-detail-list li:first-child { border-top: 1px solid var(--wa-line); }
.wa-detail-list .wa-detail__label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wa-ink-soft);
}
.wa-detail-list a { color: var(--wa-ink); text-decoration: none; border-bottom: 1px solid var(--wa-line); }
.wa-detail-list a:hover { color: var(--wa-blue); border-bottom-color: var(--wa-blue); }
.wa-detail-list .wa-detail__value { color: var(--wa-ink); }

/* ---------- prose (rich text) ---------- */
.wa-prose { max-width: 74ch; color: var(--wa-ink); }
.wa-prose h2 {
  margin: clamp(38px, 4.6vw, 60px) 0 14px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.wa-prose h2:first-child { margin-top: 0; }
.wa-prose p { margin: 0 0 1.1em; }
.wa-prose ul { margin: 0 0 1.4em; padding-left: 1.1em; }
.wa-prose li { margin-bottom: 0.7em; }
.wa-prose ul ul { margin-top: 0.7em; }
.wa-prose a { color: var(--wa-blue-deep); }

/* ---------- footer ---------- */
.wa-footer { background: var(--wa-ink); color: rgba(255,255,255,0.72); }
.wa-footer__inner {
  display: grid;
  gap: clamp(30px, 4vw, 54px);
  padding-block: clamp(52px, 6vw, 84px);
  padding-inline: clamp(20px, 5vw, 72px);
}
@media (min-width: 760px) {
  .wa-footer__inner--3col { grid-template-columns: 1.2fr 1fr 1fr; }
  .wa-footer__inner--4col { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
}
.wa-footer__brand img { width: clamp(170px, 18vw, 230px); }
.wa-footer__tag { margin: 22px 0 0; max-width: 34ch; font-size: 0.95rem; line-height: 1.55; color: rgba(255,255,255,0.72); }
.wa-footer__head {
  margin: 0 0 16px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.wa-footer__list { list-style: none; margin: 0; padding: 0; }
.wa-footer__list li { margin-bottom: 10px; }
.wa-footer__list a { color: #fff; text-decoration: none; opacity: 0.78; transition: opacity .25s var(--wa-ease), color .25s var(--wa-ease); }
.wa-footer__list a:hover { opacity: 1; color: var(--wa-blue); }
.wa-footer__base {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  padding-block: 24px;
  padding-inline: clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(255,255,255,0.14);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
}
.wa-footer__base a { color: inherit; text-decoration: none; }
.wa-footer__base a:hover { color: var(--wa-blue); }

/* ---------- section heading widget ---------- */
.wa-section-heading { margin: 0; }
.wa-section-heading--center { text-align: center; }
.wa-section-heading--center .wa-eyebrow { justify-content: center; }

/* ---------- content band widget ---------- */
.wa-band-content > * + * { margin-top: clamp(18px, 2.4vw, 30px); }
.wa-band-content--center { text-align: center; }
.wa-band-content--center .wa-eyebrow { justify-content: center; }
.wa-band-content__text { color: var(--wa-ink-soft); }
.wa-band-content__text p { margin: 0 0 1em; }
.wa-band-content__text p:last-child { margin-bottom: 0; }
.wa-band--ink .wa-band-content .wa-heading { color: #fff; }
.wa-band--ink .wa-band-content__text { color: rgba(255,255,255,0.75); }

/* ---------- scroll reveal ---------- */
.wa-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s var(--wa-ease), transform .7s var(--wa-ease);
}
.wa-reveal.wa-is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .wa-reveal { opacity: 1; transform: none; }
  .wa-marquee__track { animation: none; }
  .wa-hero__eyebrow--type .wa-hero__eyebrow-type { animation: none; width: auto; }
  .wa-hero__caret { animation: none; }
}

.elementor-editor-active .wa-reveal { opacity: 1 !important; transform: none !important; }
