/* ==============================================================
   MAST Landing Page — mobile-first
   Bridge between plaque brand (navy/teal) and corporate website.
   ============================================================== */

:root {
  --lp-navy: #002458;
  --lp-navy-deep: #00163A;
  --lp-navy-line: #133A75;
  --lp-teal: #07B8AE;
  --lp-teal-deep: #058A82;
  --lp-ink: #14233F;
  --lp-ink-soft: #4A5A75;
  --lp-mute: #8DA0C7;
  --lp-bg: #ffffff;
  --lp-bg-warm: #F6F4EE;
  --lp-bg-cool: #EEF3F6;
  --lp-line: #E3E8EC;
  --lp-radius: 8px;
  --lp-shadow: 0 2px 18px rgba(0, 36, 88, 0.06);
  --lp-shadow-md: 0 12px 36px rgba(0, 36, 88, 0.14);
}

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Barlow:wght@400;500;600;700&display=swap");

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--lp-bg);
  color: var(--lp-ink);
  font-family: "Barlow", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* Page shell — mobile-first, caps at 480px on desktop with soft shadow */
.lp-page {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: var(--lp-bg);
  box-shadow: 0 30px 90px rgba(0, 36, 88, 0.12);
  overflow: hidden;
  position: relative;
}

/* ====================================================================
   HERO A — Editorial postcard
   ==================================================================== */
.lp-hero { position: relative; overflow: hidden; }

.lp-heroA {
  background: var(--lp-navy);
  color: #fff;
  padding: 18px 0 28px;
}
.lp-heroA__watermark {
  position: absolute;
  right: -12%;
  bottom: -8%;
  width: 80%;
  height: auto;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}
.lp-heroA__ribbon,
.lp-heroA__inner,
.lp-heroA__chips { position: relative; z-index: 2; }

.lp-heroA__ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--lp-teal);
  padding: 8px 24px 14px;
  border-bottom: 1px solid var(--lp-navy-line);
  margin-bottom: 22px;
}
.lp-heroA__ribbonSep { color: var(--lp-navy-line); }

.lp-heroA__inner {
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lp-heroA__logo {
  width: 220px;
  margin-bottom: 26px;
}
.lp-heroA__eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--lp-teal);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-heroA__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--lp-teal);
}
.lp-heroA__h1 {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: -0.015em;
}
.lp-heroA__h1Em {
  color: var(--lp-teal);
}
.lp-heroA__sub {
  margin: 0 0 22px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #C7D2EA;
  max-width: 380px;
}

.lp-heroA__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.lp-heroA__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 22px 28px 0;
}

/* ====================================================================
   HERO B — Photo-first
   ==================================================================== */
.lp-heroB {
  height: 560px;
  position: relative;
  color: #fff;
  background: var(--lp-navy);
}
.lp-heroB image-slot {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.lp-heroB__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}
.lp-heroB__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,22,58,0.45) 0%, rgba(0,22,58,0.15) 35%, rgba(0,22,58,0.55) 65%, rgba(0,22,58,0.95) 100%);
  z-index: 1;
}
.lp-heroB__top {
  position: relative;
  z-index: 2;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-heroB__logo { width: 150px; }
.lp-heroB__tag {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-navy-deep);
  text-align: right;
  line-height: 1.15;
}
.lp-heroB__tag span {
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: 0.24em;
  color: var(--lp-navy-deep);
  display: block;
  margin-top: 4px;
}
.lp-heroB__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lp-heroB__eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--lp-teal);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.lp-heroB__h1 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 0.92;
  letter-spacing: -0.015em;
}
.lp-heroB__h1Em { color: var(--lp-teal); }
.lp-heroB__sub {
  margin: 0 0 22px;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  max-width: 360px;
}
.lp-heroB__actions { width: 100%; }

/* ====================================================================
   Buttons + chips (shared)
   ==================================================================== */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 6px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.18s ease;
  text-align: left;
  width: 100%;
  border: 1px solid transparent;
}
.lp-btn__arrow {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.lp-btn__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
}

.lp-btn--primary {
  background: var(--lp-teal);
  color: var(--lp-navy);
}
.lp-btn--primary:hover { background: var(--lp-teal-deep); color: #fff; }

.lp-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.18);
}
.lp-btn--ghost:hover {
  border-color: var(--lp-teal);
  color: var(--lp-teal);
}

.lp-btn--svc {
  background: var(--lp-navy);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 18px;
  margin-top: 18px;
}
.lp-btn--svc:hover { background: var(--lp-teal); color: var(--lp-navy); }

.lp-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px 5px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.9);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
}
.lp-chip--ink {
  background: var(--lp-bg-cool);
  border-color: var(--lp-line);
  color: var(--lp-navy);
}

/* ====================================================================
   Intro
   ==================================================================== */
.lp-intro {
  padding: 38px 28px 32px;
  background: var(--lp-bg);
}
.lp-intro__eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--lp-teal-deep);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lp-intro__title {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--lp-navy);
  text-wrap: balance;
}
.lp-intro__copy {
  margin: 0 0 18px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--lp-ink-soft);
}
.lp-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* ====================================================================
   Services
   ==================================================================== */
.lp-services {
  background: var(--lp-bg-warm);
  padding: 24px 0 8px;
}
.lp-services__head {
  padding: 0 28px 18px;
}
.lp-services__eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--lp-teal-deep);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lp-services__title {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--lp-navy);
}

.lp-svc {
  background: #fff;
  margin: 0 16px 16px;
  border-radius: var(--lp-radius);
  overflow: hidden;
  box-shadow: var(--lp-shadow);
  border: 1px solid var(--lp-line);
}
.lp-svc__photo {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--lp-navy);
}
.lp-svc__num {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 5;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #fff;
  background: var(--lp-navy);
  padding: 4px 9px 3px;
  border-radius: 3px;
}
.lp-svc__body {
  padding: 18px 20px 20px;
}
.lp-svc__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.lp-svc__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--lp-bg-cool);
  color: var(--lp-teal-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lp-svc__headText { flex: 1 1 auto; min-width: 0; }
.lp-svc__eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  color: var(--lp-teal-deep);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.lp-svc__title {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: var(--lp-navy);
}
.lp-svc__intro {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--lp-ink-soft);
}
.lp-svc__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-svc__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--lp-ink);
}
.lp-svc__bulletIcon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 999px;
  background: var(--lp-teal);
  color: var(--lp-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lp-svc__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 4px;
  padding: 14px 0 0;
  border-top: 1px solid var(--lp-line);
}
.lp-svc__stat { display: flex; flex-direction: column; }
.lp-svc__statV {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1;
  color: var(--lp-teal-deep);
  letter-spacing: -0.01em;
}
.lp-svc__statL {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lp-ink-soft);
  margin-top: 4px;
}

/* ====================================================================
   Contacts
   ==================================================================== */
.lp-contacts {
  padding: 36px 28px 32px;
  background: var(--lp-navy);
  color: #fff;
}
.lp-contacts__eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--lp-teal);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lp-contacts__title {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.05;
  color: #fff;
  text-wrap: balance;
}
.lp-contacts__list { list-style: none; padding: 0; margin: 0; }
.lp-contacts__list li {
  border-top: 1px solid var(--lp-navy-line);
}
.lp-contacts__list li:last-child {
  border-bottom: 1px solid var(--lp-navy-line);
}
.lp-contacts__row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  color: #fff;
}
.lp-contacts__icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--lp-navy-line);
  color: var(--lp-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.lp-contacts__rowText { flex: 1 1 auto; min-width: 0; line-height: 1.3; }
.lp-contacts__dept {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lp-teal);
}
.lp-contacts__email {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
}
.lp-contacts__arrow { color: var(--lp-mute); }

/* ====================================================================
   Footer
   ==================================================================== */
.lp-footer {
  background: var(--lp-navy-deep);
  color: var(--lp-mute);
  padding: 28px 28px 32px;
}
.lp-footer__logo { width: 180px; margin-bottom: 18px; }
.lp-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 13px;
}
.lp-footer__line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.78);
}
.lp-footer__line a { color: rgba(255,255,255,0.78); }
.lp-footer__line a:hover { color: var(--lp-teal); }

.lp-footer__links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.6);
}
.lp-footer__links a { color: var(--lp-teal); }

.lp-footer__copy {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* Hero label that floats above each variant (for design review) */
.lp-heroLabel {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  background: rgba(0,0,0,0.35);
  padding: 4px 10px 3px;
  border-radius: 999px;
  pointer-events: none;
}

/* On wide screens, place page in a centered phone-ish column with surrounding canvas */
@media (min-width: 600px) {
  body {
    background: #EFEDE7;
    padding: 40px 0;
  }
  .lp-page {
    border-radius: 18px;
  }
}
