/* =========================================================
   ABOUT US — Premium White / Navy / Gold (NO bubbles)
   Brand:
   Navy  #2c3a50
   Gold  #cd9a26
========================================================= */

:root{
  --navy: #2c3a50;
  --gold: #cd9a26;

  --bg: #ffffff;
  --ink: #0b0f17;
  --muted: rgba(11,15,23,.72);
  --line: rgba(11,15,23,.12);
  --faint: rgba(11,15,23,.06);

  --wrap: clamp(18px, 3.4vw, 44px);
  --max: 1240px;

  --r-lg: 18px;
  --r-md: 12px;

  --shadow: 0 22px 70px rgba(11,15,23,.10);
  --shadow2: 0 10px 26px rgba(11,15,23,.08);

  --h1: clamp(2.2rem, 4.6vw, 4.3rem);
  --h2: clamp(1.7rem, 2.6vw, 2.3rem);
  --h3: clamp(1.05rem, 1.2vw, 1.2rem);
}

*{ box-sizing: border-box; }
html, body{ height: 100%; }
body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 500 16px/1.55 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a{ color: inherit; text-decoration: none; }
a:hover{ text-decoration: underline; }

.abtWrap{
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--wrap);
  padding-right: var(--wrap);
}

/* Type */
.abtH1{
  font-size: var(--h1);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 10px 0 10px;
}
.abtH2{
  font-size: var(--h2);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
}
.abtH2--invert{ color: #fff; }
.abtH3{
  font-size: var(--h3);
  line-height: 1.2;
  margin: 0;
}
.abtLead{
  margin: 10px 0 18px;
  color: rgba(11,15,23,.84);
  font-size: clamp(1.02rem, 1.05vw, 1.15rem);
  max-width: 62ch;
}
.abtSub{
  max-inline-size: 80ch;
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 78ch;
}
.abtSub--invert{ color: rgba(255,255,255,.82); }
.abtP{ margin: 10px 0 0; color: rgba(11,15,23,.86); }
.abtSmall{ margin: 10px 0 0; font-size: 13px; color: rgba(11,15,23,.60); }

/* Kicker */
.abtKicker{
  margin: 0;
  display: inline-block;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--navy);
  position: relative;
  padding-left: 14px;
}
.abtKicker::before{
  content:"";
  position:absolute;
  left:0; top: 50%;
  width: 8px; height: 8px;
  transform: translateY(-50%);
  background: var(--gold);
}

/* Buttons (NO pills) */
.abtBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 10px; /* not a bubble; crisp radius */
  font-weight: 800;
  letter-spacing: .01em;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  text-decoration: none !important;
  white-space: nowrap;
}
.abtBtn--small{ padding: 10px 12px; font-size: 13px; }
.abtBtn--primary{
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow2);
}
.abtBtn--primary:hover{ transform: translateY(-1px); box-shadow: var(--shadow); }
.abtBtn--ghost{
  background: transparent;
  border-color: rgba(44, 58, 80,.24);
  color: var(--navy);
}
.abtBtn--ghost:hover{
  transform: translateY(-1px);
  border-color: rgba(44, 58, 80,.40);
  box-shadow: 0 10px 24px rgba(11,15,23,.06);
}
.abtBtn--invert.abtBtn--primary{ background: var(--gold); color: #0b0f17; }
.abtBtn--invert.abtBtn--ghost{ border-color: rgba(255,255,255,.34); color: #fff; }

/* =========================================================
   HERO
========================================================= */
.abtHero{
  position: relative;
  overflow: clip;
  padding: clamp(44px, 6vw, 86px) 0;
  border-bottom: 1px solid var(--line);
}

.abtHero__media{
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.abtHero__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.02);
}
.abtHero__scrim{
  position:absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.55) 46%, rgba(255,255,255,.28) 72%, rgba(255,255,255,.12) 100%),
    radial-gradient(circle at 18% 20%, rgba(205, 154, 38,.14), transparent 52%),
    radial-gradient(circle at 78% 30%, rgba(44, 58, 80,.08), transparent 55%);
}

.abtHero__grid{
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.abtHero__copy{
  padding: clamp(16px, 2.3vw, 22px);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(11,15,23,.10);
  border-radius: var(--r-lg);
  box-shadow: 0 22px 90px rgba(11,15,23,.10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.abtHero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.abtHero__meta{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(11,15,23,.12);
}
.abtMeta{
  padding: 12px;
  border: 1px solid rgba(11,15,23,.10);
  border-radius: 12px;
  background: #fff;
}
.abtMeta dt{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(11,15,23,.55);
  font-weight: 900;
}
.abtMeta dd{
  margin: 6px 0 0;
  font-weight: 900;
  color: var(--ink);
  font-size: 15px;
}

/* Right card */
.abtHero__card{
  background: #fff;
  border: 1px solid rgba(11,15,23,.12);
  border-radius: var(--r-lg);
  padding: 18px;
  box-shadow: var(--shadow2);
  position: relative;
  overflow: hidden;
}
.abtHero__card::before{
  content:"";
  position:absolute;
  left: 0; top: 0;
  width: 4px; height: 100%;
  background: var(--gold);
}
.abtList{
  margin: 12px 0 0;
  padding: 0 0 0 18px;
  color: rgba(11,15,23,.84);
}
.abtList li{ margin: 8px 0; }

.abtDivider{
  margin: 16px 0;
  height: 1px;
  background: rgba(11,15,23,.12);
}

/* =========================================================
   STRIP
========================================================= */
.abtStrip{
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.abtStrip__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  padding: 14px 0;
}
.abtStrip__item{
  padding: 10px 12px;
  border: 1px solid rgba(11,15,23,.10);
  border-radius: 12px;
}
.abtStrip__label{
  display:block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(11,15,23,.55);
  font-weight: 900;
}
.abtStrip__value{
  display:block;
  margin-top: 6px;
  font-weight: 900;
  color: var(--navy);
}

/* =========================================================
   SECTIONS
========================================================= */
.abtSection{
  padding: clamp(52px, 6vw, 94px) 0;
}
.abtSection--alt{
  background:
    linear-gradient(180deg, rgba(44, 58, 80,.03), transparent 40%, rgba(205, 154, 38,.04));
  border-top: 1px solid rgba(11,15,23,.08);
  border-bottom: 1px solid rgba(11,15,23,.08);
}

.abtHead{
  margin-bottom: 20px;
}
.abtHead--row{
  display:flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

/* Story */
.abtStory__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}
.abtPull{
  margin: 0;
  border: 1px solid rgba(11,15,23,.12);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--shadow2);
  padding: 18px;
  position: relative;
}
.abtPull::before{
  content:"";
  position:absolute;
  inset: 12px;
  border: 1px solid rgba(44, 58, 80,.12);
  border-radius: 14px;
  pointer-events:none;
}
.abtPull blockquote{
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 850;
  color: var(--ink);
}
.abtPull figcaption{
  margin-top: 12px;
  color: rgba(11,15,23,.60);
  font-weight: 700;
}

/* "What to Expect from Classic" card — story section right column (blue + gold) */
.abtExpectCard{
  margin: 0;
  border: 1px solid rgba(11,15,23,.12);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--shadow2);
  padding: 22px 22px 22px 24px;
  position: relative;
  overflow: hidden;
}
.abtExpectCard::before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:5px; height:100%;
  background: linear-gradient(180deg, var(--navy), var(--gold));
}
.abtExpectCard__title{
  margin: 0 0 16px;
  font-size: var(--h3);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--navy);
}
.abtExpectList{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
}
.abtExpectList li{
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.abtExpectList__n{
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: .95rem;
  background: var(--navy);
  color: var(--gold);
  border: 2px solid var(--gold);
}
.abtExpectList__body strong{
  display: block;
  color: var(--ink);
  font-weight: 850;
}
.abtExpectList__body p{
  margin: 3px 0 0;
  color: rgba(11,15,23,.66);
  font-size: 14px;
  line-height: 1.5;
}

/* Process */
.abtSteps{
  list-style: none;
  padding: 0;
  margin: 0;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.abtStep{
  background:#fff;
  border: 1px solid rgba(11,15,23,.12);
  border-radius: var(--r-lg);
  padding: 18px;
  box-shadow: var(--shadow2);
  position: relative;
}
.abtStep::before{
  content:"";
  position:absolute;
  left: 0; top: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--gold), rgba(205, 154, 38,.25));
  border-top-left-radius: var(--r-lg);
  border-top-right-radius: var(--r-lg);
}
.abtStep__top{
  display:flex;
  align-items: baseline;
  gap: 12px;
}
.abtStep__num{
  font-weight: 950;
  letter-spacing: .08em;
  color: var(--navy);
}

/* Team */
.abtTeam{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.abtPerson{
  display:grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(11,15,23,.12);
  border-radius: var(--r-lg);
  background:#fff;
  box-shadow: var(--shadow2);
}
.abtPerson__img{
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 16px; /* rectangular, not bubble */
  border: 1px solid rgba(11,15,23,.12);
}
.abtRole{
  margin: 6px 0 0;
  color: rgba(11,15,23,.62);
  font-weight: 800;
}
.abtLink{
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Badges (auto-spaces based on how many images exist) */
.abtBadges{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  max-width: 760px;
  margin-inline: auto;
}

/* Logo images: no border, no card — uniform sizing */
.abtBadges img{
  width: auto;
  max-width: 220px;
  height: 120px;
  object-fit: contain;

  /* remove the “boxed” look */
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;

  /* optional: keeps logos visually balanced in their cell */
  display: block;
  margin-inline: auto;
}

/* Optional: tighten on small screens */
@media (max-width: 640px){
  .abtBadges{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
  }
}


/* Quote */
.abtQuote{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(11,15,23,.12);
  border-radius: var(--r-lg);
  background:#fff;
  box-shadow: var(--shadow);
  padding: 18px;
  position: relative;
}
.abtQuote::before{
  content:"";
  position:absolute;
  left: 0; top: 0;
  width: 4px; height: 100%;
  background: var(--navy);
  border-top-left-radius: var(--r-lg);
  border-bottom-left-radius: var(--r-lg);
}
.abtQuote__mark{
  font-size: 110px;
  line-height: 0.8;
  font-weight: 950;
  color: rgba(205, 154, 38,.28);
  margin-left: 12px;
}
.abtQuote__text{
  margin: 12px 0 0;
  font-weight: 750;
  color: rgba(11,15,23,.88);
  font-size: 1.06rem;
}
.abtQuote__who{
  display:block;
  margin-top: 10px;
  color: rgba(11,15,23,.60);
  font-weight: 850;
}
.abtQuote__cta{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

/* Final CTA */
.abtFinal{
  background: linear-gradient(135deg, var(--navy), #0b2232);
  color: #fff;
  padding: clamp(46px, 6vw, 86px) 0;
  position: relative;
  overflow: hidden;
}
.abtFinal::after{
  content:"";
  position:absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(205, 154, 38,.45), transparent 62%);
  transform: rotate(18deg);
}
.abtFinal__grid{
  position: relative;
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.abtFinal__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* =========================================================
   MODAL (Team bios)
========================================================= */
.abtModal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  /* center the dialog in the middle of the screen */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.abtModal[hidden]{ display: none; }
.abtModal__backdrop{
  position:absolute;
  inset: 0;
  background: rgba(11,15,23,.62);
  border: 0;
}
.abtModal__panel{
  position: relative;
  width: min(720px, calc(100% - 40px));
  max-height: 88vh;
  overflow: auto;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(11,15,23,.14);
  border-top: 5px solid #2c3a50;
  border-radius: var(--r-lg);
  box-shadow: 0 40px 140px rgba(0,0,0,.30);
  padding: 22px;
  z-index: 2;
}
.abtModal__x{
  position:absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(11,15,23,.12);
  background: #fff;
  cursor:pointer;
  font-size: 22px;
  line-height: 1;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 980px){
  .abtHero__grid{ grid-template-columns: 1fr; }
  .abtHero__meta{ grid-template-columns: repeat(3, minmax(0,1fr)); }
  .abtStrip__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .abtStory__grid{ grid-template-columns: 1fr; }
  .abtSteps{ grid-template-columns: 1fr; }
  .abtTeam{ grid-template-columns: 1fr; }
  .abtBadges{ grid-template-columns: repeat(3, minmax(0,1fr)); }
  .abtQuote{ grid-template-columns: 1fr; }
  .abtQuote__mark{ margin-left: 0; }
  .abtFinal__grid{ flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px){
  .abtHero__meta{ grid-template-columns: 1fr; }
  .abtBadges{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* =========================================================
   TEAM PAGE FLARE (round 4) — color + polish to match the
   service pages' look and flow.
========================================================= */

/* Section heads: navy heading + gold underline accent (matches service certs) */
.abtSection .abtH2{ color: #2c3a50; }
.abtSection .abtHead{ position: relative; }
.abtSection .abtHead .abtH2::after{
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c3a50, #cd9a26);
}
.abtHead--row .abtH2::after{ margin-left: 0; }

/* Team section gets a subtle navy-tinted band so it reads as its own block */
#abtTeamTitle{ scroll-margin-top: 90px; }

/* Team cards: lift on hover + gold top accent + rounder photo */
.abtPerson{
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.abtPerson::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 4px;
  background: linear-gradient(90deg, #cd9a26, #2c3a50);
  opacity: 0;
  transition: opacity 180ms ease;
}
.abtPerson:hover{
  transform: translateY(-3px);
  border-color: rgba(205,154,38,.45);
  box-shadow: 0 22px 60px rgba(11,15,23,.16);
}
.abtPerson:hover::before{ opacity: 1; }
.abtPerson__img{
  border-radius: 999px;                /* round headshots = friendlier */
  border: 3px solid rgba(205,154,38,.55);
  box-shadow: 0 10px 24px rgba(11,15,23,.14);
}
.abtPerson .abtRole{ color: #cd9a26; }  /* gold role label for pop */

/* "Read full bio" → clearer gold link */
.abtPerson .abtLink{
  color: #2c3a50;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(205,154,38,.6);
  text-underline-offset: 3px;
}
.abtPerson .abtLink:hover{ color: #cd9a26; }

/* =========================================================
   FRESH COLOR (round 5) — warm/cool section bands, a bold
   navy trust strip, and gold accents so the page has rhythm
   instead of reading as flat white. Still navy + gold only.
========================================================= */

/* Soft warm page wash so white areas feel less clinical */
body{
  background: linear-gradient(180deg, #ffffff 0%, #fdfbf6 68%, #fbf7ee 100%);
  background-attachment: fixed;
}

/* --- Trust strip → bold navy band with gold-accented tiles --- */
.abtStrip{
  background:
    radial-gradient(120% 160% at 100% 0%, rgba(205,154,38,.18), transparent 55%),
    linear-gradient(100deg, #2c3a50 0%, #243141 58%, #2c3a50 100%);
  border-bottom-color: rgba(11,15,23,.28);
}
.abtStrip__grid{ padding: 22px 0; gap: clamp(18px, 3vw, 40px); }
.abtStrip__item{
  border: 0;
  border-radius: 0;
  background: transparent;
  border-left: 2px solid rgba(205,154,38,.9);
  padding: 3px 0 3px 16px;
}
.abtStrip__label{ color: var(--gold); letter-spacing: .16em; }
.abtStrip__value{ color: #fff; font-size: 1.02rem; }
a.abtStrip__value:hover{ color: var(--gold); text-decoration: none; }

/* --- Warm band (Story, Review) --- */
.abtSection--warm{
  position: relative;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(205,154,38,.11), transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgba(205,154,38,.07), transparent 60%),
    linear-gradient(180deg, #fffdf7, #fffaf0);
  border-top: 1px solid rgba(205,154,38,.18);
  border-bottom: 1px solid rgba(205,154,38,.18);
}

/* --- Cool band (Team) with a soft gold corner glow --- */
.abtSection--cool{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(110% 80% at 100% 0%, rgba(44,58,80,.10), transparent 55%),
    linear-gradient(180deg, #f6f9fd, #eef4fb);
  border-top: 1px solid rgba(44,58,80,.14);
  border-bottom: 1px solid rgba(44,58,80,.14);
}
.abtSection--cool::after{
  content:"";
  position:absolute;
  left:-150px; bottom:-150px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(205,154,38,.16), transparent 62%);
  pointer-events:none;
}
.abtSection--cool > .abtWrap{ position: relative; z-index: 1; }

/* --- Hero meta tiles: gold left accent for a pop of color --- */
.abtMeta{
  position: relative;
  overflow: hidden;
  border-left: 3px solid var(--gold);
}

/* --- Expect card: warm tinted fill so it isn't plain white --- */
.abtExpectCard{
  background: linear-gradient(180deg, #ffffff, #fffdf6);
}

/* Long unbreakable values (email) must wrap inside the strip grid on phones */
.abtStrip__value { overflow-wrap: anywhere; }
