@import url('colors_and_type.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--paper); }
body { font-family: var(--font-body); color: var(--sp-navy); font-size: 17px; line-height: 1.55; }

/* =================== NAV =================== */
.site-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 56px;
  border-bottom: 1px solid var(--divider);
  position: sticky; top: 0; background: rgba(251, 248, 243, 0.94);
  backdrop-filter: saturate(1.2) blur(10px); -webkit-backdrop-filter: saturate(1.2) blur(10px);
  z-index: 50;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--sp-navy); }
.brand__name { font-family: var(--font-display); font-size: 28px; letter-spacing: -0.01em; }
.site-nav .brand .brand__name .brand__reg,
sup.brand__reg { font-size: 16px !important; font-weight: 500; vertical-align: super; margin-left: 2px; color: var(--sp-navy); opacity: 0.55; line-height: 1; top: 0; position: static; }
.site-nav nav { display: flex; gap: 36px; align-items: center; }
.site-nav nav a { text-decoration: none; color: var(--sp-navy); font-size: 15px; font-weight: 500; padding: 6px 0; position: relative; }
.site-nav nav a:hover { color: var(--sp-teal-deep); }

/* =================== BUTTONS =================== */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: 15px; cursor: pointer; border: none; text-decoration: none; transition: all 200ms var(--ease-standard, cubic-bezier(0.2, 0.7, 0.2, 1)); }
.btn--pill { padding: 14px 26px; border-radius: 999px; }
.btn--navy { background: var(--sp-navy); color: var(--paper); }
.btn--navy:hover { background: var(--navy-800); transform: translateY(-1px); box-shadow: 0 6px 18px -6px rgba(13,33,55,0.35); }
.btn--teal { background: var(--sp-teal); color: var(--sp-navy); }
.btn--teal:hover { background: var(--teal-500); transform: translateY(-1px); }
.btn--text { color: var(--sp-navy); padding: 14px 4px; }
.btn--text:hover { color: var(--sp-teal-deep); }
.btn:focus-visible { outline: 3px solid var(--sp-teal); outline-offset: 2px; }

/* =================== EYEBROW =================== */
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sp-teal-deep); }
.eyebrow--light { color: var(--sp-teal); }

/* =================== HERO =================== */
.hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px; align-items: center;
  padding: 72px 56px 96px;
  max-width: 1440px; margin: 0 auto;
}
.hero__copy { min-width: 0; }
.hero__image { min-width: 0; width: 100%; max-width: 384px; margin: 0 auto; }
.hero__image .photo-slot { width: 100%; }

/* Layered illustration + editable SVG route overlay */
.hero__layered { position: relative; width: 100%; line-height: 0; }
.hero__layered > img { width: 100%; height: auto; display: block; }
.hero__layered > .hero__route {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.hero__h {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(51px, 6.8vw, 102px); line-height: 0.98; letter-spacing: -0.025em;
  margin: 18px 0 28px; text-wrap: balance; color: var(--sp-navy);
}
.hero__h em { font-style: italic; color: var(--sp-navy); }
.hero__lede { font-size: 18px; line-height: 1.45; color: var(--fg-muted); max-width: 520px; font-weight: 300; margin: 0 0 14px; }
.hero__supporting { font-family: var(--font-display); font-size: 21px; font-style: italic; color: var(--sp-teal-deep); margin: 14px 0 0; }
.hero__cta { display: flex; gap: 18px; align-items: center; margin-top: 36px; }

/* =================== PHOTO SLOT — real placeholder image + chip =================== */
.photo-slot {
  position: relative; overflow: hidden;
  background: var(--paper-2);
  border-radius: 18px;
  margin: 0;
  display: block;
}
.photo-slot img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}
.photo-slot__chip {
  position: absolute; top: 16px; left: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 8px 12px; border-radius: 999px;
  background: rgba(13, 33, 55, 0.86); color: var(--paper);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.photo-slot__dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--sp-teal);
  box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.8);
  animation: slot-pulse 2.4s ease-out infinite;
}
@keyframes slot-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.7); }
  70%  { box-shadow: 0 0 0 8px rgba(45, 212, 191, 0); }
  100% { box-shadow: 0 0 0 0 rgba(45, 212, 191, 0); }
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* =================== MARQUEE =================== */
.marquee { background: var(--sp-navy); color: var(--paper); overflow: hidden; }
.marquee__inner {
  display: flex; align-items: center; gap: 36px; justify-content: center;
  padding: 22px 56px;
  font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.005em;
  flex-wrap: wrap;
}
.marquee__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sp-teal); }

/* =================== BAND (generic section) =================== */
.band { padding: 128px 56px; }
.band--paper { background: var(--paper); }
.band--paper-2 { background: var(--paper-2); }
.band--dark { background: var(--sp-navy); color: var(--paper); }
.band--dark h2, .band--dark h3 { color: var(--paper); }
.band__head { max-width: 1280px; margin: 0 auto 64px; }
.band__head--split { max-width: 1280px; }
.band__head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(44px, 5vw, 72px); line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 14px 0 0; text-wrap: balance; color: var(--sp-navy);
}
.band__head h2 em { font-style: italic; color: var(--sp-teal-deep); }
.band--dark .band__head h2 em { color: var(--sp-teal); }
.band__sub { font-size: 20px; line-height: 1.55; color: var(--fg-muted); max-width: 760px; margin-top: 24px; font-weight: 300; }
.band--dark .band__sub { color: var(--navy-200); }

/* =================== TWO-COL (purpose) =================== */
.two-col { display: grid; grid-template-columns: 1fr 1.3fr; gap: 96px; max-width: 1280px; margin: 0 auto; align-items: start; }
.triad { font-family: var(--font-display); font-weight: 400; font-size: clamp(56px, 6vw, 96px); line-height: 1.0; letter-spacing: -0.02em; margin: 14px 0 0; color: var(--sp-navy); }
.triad em { font-style: italic; color: var(--sp-teal-deep); }
.two-col__right { padding-top: 18px; }
.two-col .lede { font-size: 22px; font-weight: 300; color: var(--sp-navy); margin: 0 0 20px; max-width: 640px; }
.two-col p { font-size: 17px; line-height: 1.65; color: var(--fg-muted); max-width: 640px; }

/* =================== PRINCIPLES =================== */
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1280px; margin: 0 auto; }
.principle { padding: 32px; background: var(--paper-2); border-radius: 14px; border: 1px solid var(--divider); }
.principle__num { font-family: var(--font-display); font-size: 36px; color: var(--sp-teal-deep); letter-spacing: -0.01em; margin-bottom: 14px; }
.principle h3 { font-family: var(--font-display); font-size: 30px; font-weight: 400; margin: 0 0 12px; letter-spacing: -0.01em; color: var(--sp-navy); }
.principle p { font-size: 16px; line-height: 1.55; color: var(--fg-muted); margin: 0; }

/* =================== JOURNEY-MAP BREAK =================== */
.journey-break .band__head { text-align: center; }
.journey-break .band__head .band__sub { max-width: none; margin-left: auto; margin-right: auto; white-space: nowrap; }
.journey-map { max-width: 1400px; margin: 32px auto 0; padding: 0 24px; }
.journey-map img { width: 100%; height: auto; display: block; }
@media (max-width: 900px) {
  .journey-break .band__head .band__sub { white-space: normal; }
}

/* =================== STATS =================== */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; max-width: 1280px; margin: 0 auto; }
.stat { border-top: 1px solid var(--navy-600); padding-top: 28px; }
.stat__num { font-family: var(--font-display); font-weight: 400; font-size: clamp(96px, 10vw, 144px); line-height: 0.92; color: var(--sp-teal); letter-spacing: -0.03em; }
.stat__num small { font-size: 52px; color: var(--navy-300); font-weight: 300; margin: 0 2px; }
.stat p { font-size: 17px; line-height: 1.55; color: var(--navy-100); margin: 18px 0 14px; max-width: 360px; }
.stat__src { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--navy-300); font-weight: 700; }

/* =================== SECTORS =================== */
.sectors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1280px; margin: 0 auto; }
.sector { background: var(--paper-2); border: 1px solid var(--divider); border-radius: 18px; padding: 36px; transition: all 200ms var(--ease-standard, cubic-bezier(0.2, 0.7, 0.2, 1)); position: relative; }
.sector:hover { border-color: var(--sp-navy); transform: translateY(-2px); box-shadow: 0 12px 28px -16px rgba(13,33,55,0.2); }
.sector__tag { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sp-teal-deep); }
.sector h3 { font-family: var(--font-display); font-size: 40px; font-weight: 400; margin: 12px 0 12px; letter-spacing: -0.015em; }
.sector p { font-size: 16px; line-height: 1.55; color: var(--fg-muted); margin: 0; }

/* =================== POLICIES (homepage teasers) =================== */
.policies { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1280px; margin: 0 auto; }
.policy {
  position: relative;
  background: var(--paper); border: 1px solid var(--divider); border-radius: 18px;
  padding: 36px 40px 32px;
  text-decoration: none; color: var(--sp-navy);
  transition: all 200ms var(--ease-standard, cubic-bezier(0.2, 0.7, 0.2, 1));
  display: block;
}
.policy:hover { border-color: var(--sp-navy); transform: translateY(-2px); box-shadow: 0 14px 32px -18px rgba(13,33,55,0.25); }
.policy__arrow {
  position: absolute; top: 28px; right: 32px;
  font-family: var(--font-display); font-size: 30px;
  color: var(--sp-teal-deep);
  transition: transform 200ms var(--ease-standard, cubic-bezier(0.2, 0.7, 0.2, 1));
}
.policy:hover .policy__arrow { transform: translateX(6px); color: var(--sp-navy); }
.policy h3 { font-family: var(--font-display); font-size: 32px; font-weight: 400; margin: 0 0 12px; letter-spacing: -0.015em; color: var(--sp-navy); padding-right: 48px; }
.policy p { font-size: 16px; line-height: 1.55; color: var(--fg-muted); margin: 0 0 16px; }
.policy__read { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sp-teal-deep); }

/* =================== CREDIBILITY =================== */
.cred-h { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sp-navy); margin-bottom: 24px; }
.credibility__awards { max-width: 1280px; margin: 0 auto 64px; }
.awards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.award { background: var(--paper); border: 1px solid var(--divider); border-radius: 14px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; min-height: 200px; transition: all 200ms; }
.award:hover { border-color: var(--sp-navy); transform: translateY(-2px); box-shadow: 0 12px 28px -18px rgba(13,33,55,0.2); }
.award__logo { height: 64px; display: flex; align-items: center; }
.award__logo img { height: 100%; width: auto; max-width: 100%; object-fit: contain; object-position: left center; opacity: 0.78; filter: saturate(0); transition: all 200ms; }
.award:hover .award__logo img { opacity: 1; filter: saturate(1); }
.award p { font-size: 13px; line-height: 1.5; color: var(--sp-navy); margin: 0; font-weight: 500; }

.credibility__partners { max-width: 1280px; margin: 0 auto; padding-top: 48px; border-top: 1px solid var(--divider); }
.partners-row { display: flex; gap: 56px; align-items: center; flex-wrap: wrap; }
.partners-row img { height: 44px; width: auto; opacity: 0.78; filter: saturate(0); transition: all 200ms; }
.partners-row img:hover { opacity: 1; filter: saturate(1); }

/* =================== CTA =================== */
.cta { padding: 128px 56px; }
.cta__inner { max-width: 880px; margin: 0 auto; }
.cta__h { font-family: var(--font-display); font-weight: 400; font-size: clamp(44px, 5vw, 72px); line-height: 1.05; letter-spacing: -0.02em; color: var(--paper); text-wrap: balance; margin: 18px 0 48px; }
.cta__h em { font-style: italic; color: var(--sp-teal); }
.cta__form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--wide { grid-column: 1 / -1; }
.field span { font-size: 12px; color: var(--navy-200); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.field span small { font-weight: 400; text-transform: none; letter-spacing: 0.02em; color: var(--navy-300); }
.field input, .field textarea {
  background: rgba(255,255,255,0.06); border: 1.5px solid var(--navy-500); border-radius: 10px;
  padding: 14px 16px; color: var(--paper); font-family: var(--font-body); font-size: 16px;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: var(--navy-300); }
.field input:focus, .field textarea:focus { outline: 3px solid var(--sp-teal); outline-offset: 1px; border-color: var(--sp-teal); }
.cta__actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 28px; margin-top: 8px; }
.cta__or { color: var(--navy-200); font-size: 14px; }
.cta__or a { color: var(--sp-teal); text-decoration: none; border-bottom: 1px solid var(--sp-teal); }

/* =================== FOOTER =================== */
.site-foot { background: var(--paper-2); padding: 64px 56px 32px; border-top: 1px solid var(--divider); }
.foot-aoc { max-width: 1280px; margin: 0 auto 56px; padding: 32px; background: var(--paper); border: 1px solid var(--divider); border-radius: 18px; }
.foot-aoc__head { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sp-navy); margin-bottom: 14px; }
.foot-aoc p { font-size: 15px; line-height: 1.65; color: var(--fg-muted); margin: 0; max-width: 960px; }
.foot-main { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; max-width: 1280px; margin: 0 auto; align-items: stretch; }
.foot-brand { display: flex; align-items: stretch; gap: 16px; }
.foot-brand > img { align-self: flex-start; }
.foot-brand > div { display: flex; flex-direction: column; flex: 1; }
.foot-name { font-family: var(--font-display); font-size: 24px; color: var(--sp-navy); margin-bottom: 6px; }
.foot-tag { font-size: 13px; line-height: 1.5; color: var(--fg-muted); }
.foot-legal-link { margin-top: auto; padding-top: 24px; color: var(--fg-muted); text-decoration: none; font-size: 14px; }
.foot-legal-link:hover { color: var(--sp-teal-deep); }
.foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding-left: 64px; border-left: 1px solid var(--divider); }
.foot-h { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sp-navy); margin-bottom: 14px; }
.foot-cols a { display: block; color: var(--fg-muted); text-decoration: none; font-size: 14px; padding: 4px 0; }
.foot-cols a:hover { color: var(--sp-teal-deep); }
.foot-base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; max-width: 1280px; margin: 48px auto 0; padding-top: 24px; border-top: 1px solid var(--divider); font-size: 12px; color: var(--fg-muted); letter-spacing: 0.02em; }
