:root {
  --ink: #08151c;
  --navy: #0b1f2a;
  --navy-soft: #132f3b;
  --teal: #1b6b6a;
  --teal-2: #0fa3a0;
  --gold: #c79b4b;
  --cream: #f6f1e8;
  --paper: #fbf8f2;
  --muted: #66747c;
  --line: rgba(8, 21, 28, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(8, 21, 28, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(15,163,160,0.12), transparent 34rem),
    radial-gradient(circle at 80% 20%, rgba(199,155,75,0.13), transparent 28rem),
    var(--paper);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section-pad { padding: 92px 0; }

.nav {
  position: sticky;
  top: 16px;
  z-index: 50;
  margin: 16px auto 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.56), rgba(255,255,255,0.18)),
    linear-gradient(90deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.62);
  border-radius: 999px;
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  box-shadow:
    0 22px 50px rgba(8, 21, 28, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.80),
    inset 0 -1px 0 rgba(255,255,255,0.24);
}
.nav::before {
  content: "";
  position: absolute;
  inset: 2px 2px auto 2px;
  height: 48%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.44), rgba(255,255,255,0.08));
  pointer-events: none;
  z-index: -1;
}
.nav::after {
  content: "";
  position: absolute;
  top: -10%;
  right: 12%;
  width: 260px;
  height: 160%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.08) 45%, transparent 72%);
  filter: blur(18px);
  pointer-events: none;
  z-index: -1;
}

.brand {
  position: relative;
  display: inline-grid;
  gap: 1px;
  min-width: 250px;
  padding: 14px 24px 14px 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.46), rgba(255,255,255,0.24));
  border: 1px solid rgba(255,255,255,0.66);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.70),
    0 8px 22px rgba(8, 21, 28, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.brand::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), var(--teal));
}
.brand:hover { background: linear-gradient(180deg, rgba(255,255,255,0.58), rgba(255,255,255,0.30)); }
.brand.center { justify-content: center; text-align: left; }
.brand-signature {
  display: block;
  font-size: 1.16rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.055em;
  color: var(--ink);
}
.brand-descriptor {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  margin-top: 4px;
  font-weight: 750;
  letter-spacing: -0.018em;
}
.nav-right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav nav { display: flex; gap: 8px; align-items: center; }
.nav nav a {
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(8, 21, 28, 0.72);
  font-weight: 700;
  font-size: 0.9rem;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nav nav a:hover {
  background: rgba(255,255,255,0.42);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.58);
}
.nav .nav-cta,
.linkedin-chip {
  width: 136px;
  min-width: 136px;
  height: 46px;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1;
}
.nav .nav-cta {
  background: linear-gradient(180deg, rgba(11,31,42,0.96), rgba(8,21,28,0.96));
  color: var(--cream);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 12px 24px rgba(8,21,28,0.18);
}
.nav .nav-cta:hover { background: linear-gradient(180deg, rgba(27,107,106,0.96), rgba(18,87,86,0.96)); color: white; }
.linkedin-chip {
  background: linear-gradient(180deg, #1b75d0, #0a66c2);
  color: white;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 12px 28px rgba(10, 102, 194, 0.18);
}
.linkedin-chip svg { width: 21px; height: 21px; fill: currentColor; flex: 0 0 auto; }
.linkedin-chip:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 16px 32px rgba(10, 102, 194, 0.22); }

.hero {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.86fr);
  gap: 52px;
  align-items: center;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 18px -40px auto auto;
  width: 330px;
  height: 330px;
  background: linear-gradient(135deg, rgba(15,163,160,0.12), rgba(199,155,75,0.12));
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.9rem, 5.8vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin-bottom: 22px;
  max-width: 8.8ch;
  font-weight: 800;
}
h2 {
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin-bottom: 18px;
  font-weight: 800;
}
h3 { letter-spacing: -0.03em; line-height: 1.1; }
.hero-copy { max-width: 640px; }
.hero-text {
  color: rgba(8, 21, 28, 0.72);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 600px;
  margin-bottom: 28px;
}
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--ink); color: var(--cream); box-shadow: 0 16px 36px rgba(8, 21, 28, 0.16); }
.btn.primary:hover { background: var(--teal); }
.btn.secondary { background: rgba(255,255,255,0.78); border-color: var(--line); color: var(--ink); }
.btn.full { width: 100%; border: 0; }
.trust-strip {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.trust-strip span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.52);
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(8, 21, 28, 0.75);
  font-weight: 720;
  font-size: 0.88rem;
}

.hero-visual {
  min-height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}
.orb-one { width: 310px; height: 310px; background: rgba(15,163,160,0.16); top: 50px; left: 18px; }
.orb-two { width: 230px; height: 230px; background: rgba(199,155,75,0.20); bottom: 48px; right: 12px; }
.profile-card {
  position: relative;
  z-index: 2;
  width: min(390px, 100%);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.72)),
    radial-gradient(circle at 30% 0%, rgba(15,163,160,0.15), transparent 42%);
  border: 1px solid rgba(255,255,255,0.84);
  box-shadow: var(--shadow);
  padding: 18px;
}
.profile-photo-wrap {
  overflow: hidden;
  border-radius: 28px;
  background: var(--cream);
  border: 1px solid rgba(8, 21, 28, 0.08);
}
.profile-photo {
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: center 30%;
  filter: contrast(1.06);
}
.profile-card-copy { padding: 22px 10px 10px; }
.mini-label { color: var(--gold); font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.72rem; margin-bottom: 8px; }
.profile-card h2 { font-size: 2.35rem; margin-bottom: 10px; }
.profile-card p:last-child { color: var(--muted); margin-bottom: 0; }
.floating-card {
  position: relative;
  z-index: 3;
  width: min(390px, 100%);
  padding: 17px 19px;
  border-radius: 22px;
  background: rgba(8, 21, 28, 0.92);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 42px rgba(8, 21, 28, 0.16);
}
.floating-card strong { display: block; margin-bottom: 4px; }
.floating-card span { color: rgba(246,241,232,0.72); font-size: 0.87rem; }
.card-a,
.card-b {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.card-b { background: rgba(27, 107, 106, 0.94); }

.logo-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  border-radius: 26px;
  background: var(--navy);
  color: rgba(246,241,232,0.84);
  box-shadow: 0 20px 50px rgba(8, 21, 28, 0.12);
}
.logo-band span {
  min-height: 70px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  font-weight: 800;
}

.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 1.06rem; }
.section-heading.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 40px;
  align-items: end;
}

.leak-grid, .service-grid, .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.leak-card, .service-card, .metric-card, .audience-card, .contact-form, .dashboard-mock {
  border-radius: var(--radius);
  border: 1px solid rgba(8, 21, 28, 0.08);
  background: rgba(255,255,255,0.66);
  box-shadow: 0 18px 55px rgba(8, 21, 28, 0.06);
}
.leak-card {
  padding: 24px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
}
.leak-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(27,107,106,0.10);
  color: var(--teal);
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: auto;
}
.leak-card h3 { font-size: 1.32rem; margin: 20px 0 8px; }
.leak-card p { color: var(--muted); margin-bottom: 0; }

.service-grid { grid-template-columns: repeat(4, 1fr); }
.service-card {
  padding: 24px;
  min-height: 282px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,255,255,0.58)),
    radial-gradient(circle at top right, rgba(15,163,160,0.12), transparent 46%);
}
.service-card.large { grid-column: span 2; background: linear-gradient(135deg, var(--navy), #173a47); color: var(--cream); }
.card-topline {
  display: flex;
  justify-content: space-between;
  color: var(--teal);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 50px;
}
.service-card.large .card-topline { color: var(--gold); }
.service-card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.service-card.large p { color: rgba(246,241,232,0.76); }
.service-card ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.service-card li {
  border: 1px solid rgba(246,241,232,0.18);
  border-radius: 999px;
  padding: 8px 10px;
  color: rgba(246,241,232,0.88);
  font-size: 0.82rem;
  font-weight: 750;
}

.system-board {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr 46px 1fr;
  align-items: center;
  padding: 24px;
  border-radius: 34px;
  background: var(--navy);
  color: var(--cream);
  box-shadow: var(--shadow);
}
.system-step {
  min-height: 210px;
  padding: 24px;
  border-radius: 25px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
}
.system-step span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-weight: 900;
  margin-bottom: 34px;
}
.system-step strong { display: block; font-size: 1.38rem; margin-bottom: 8px; }
.system-step p { color: rgba(246,241,232,0.68); margin: 0; }
.system-line { height: 2px; background: linear-gradient(90deg, rgba(246,241,232,0.12), rgba(246,241,232,0.52), rgba(246,241,232,0.12)); }
.dashboard-mock {
  margin-top: 22px;
  padding: 18px;
  background: rgba(255,255,255,0.78);
}
.dash-header { display: flex; gap: 7px; padding: 8px 4px 18px; }
.dash-header span { width: 10px; height: 10px; border-radius: 50%; background: rgba(8,21,28,0.24); }
.dash-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dash-panel {
  border-radius: 20px;
  padding: 18px;
  background: var(--cream);
  border: 1px solid rgba(8,21,28,0.08);
}
.dash-panel small { display: block; color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.dash-panel strong { display: block; font-size: 2rem; line-height: 1; letter-spacing: -0.05em; margin-bottom: 8px; }
.dash-panel p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.risk-high { background: #fff3e6; }
.dash-panel.wide { grid-column: span 3; }
.bar-row { height: 12px; background: rgba(8,21,28,0.08); border-radius: 999px; overflow: hidden; margin-top: 12px; }
.bar-row span { display: block; height: 100%; background: linear-gradient(90deg, var(--teal), var(--gold)); border-radius: 999px; }

.portfolio-grid { grid-template-columns: repeat(4, 1fr); }
.metric-card { padding: 26px; min-height: 185px; }
.metric-card strong {
  display: block;
  font-size: clamp(2rem, 5vw, 3.8rem);
  letter-spacing: -0.08em;
  line-height: 0.95;
  color: var(--navy);
  margin-bottom: 22px;
}
.metric-card span { color: var(--muted); font-weight: 650; }
.timeline {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(8,21,28,0.08);
}
.timeline-item {
  min-height: 170px;
  padding: 24px;
  background: rgba(255,255,255,0.66);
  border-right: 1px solid rgba(8,21,28,0.08);
}
.timeline-item:last-child { border-right: 0; }
.timeline-item span { color: var(--gold); font-weight: 900; }
.timeline-item strong { display: block; font-size: 1.32rem; margin: 24px 0 6px; }
.timeline-item small { color: var(--muted); font-size: 0.9rem; }

.audience-card {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(8,21,28,0.94), rgba(27,107,106,0.92)),
    radial-gradient(circle at top right, rgba(199,155,75,0.36), transparent 44%);
  color: var(--cream);
  box-shadow: var(--shadow);
}
.audience-card .eyebrow { color: var(--gold); }
.audience-card h2 { margin-bottom: 0; }
.audience-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.audience-list span {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(246,241,232,0.82);
  font-weight: 680;
}

.contact {
  display: grid;
  grid-template-columns: 0.95fr 0.82fr;
  gap: 40px;
  align-items: start;
}
.contact-copy { padding-top: 12px; }
.contact-copy > p { color: var(--muted); font-size: 1.05rem; max-width: 650px; }
.direct-contact {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px 18px;
  color: var(--muted);
}
.direct-contact a { color: var(--ink); font-weight: 800; }
.contact-form { padding: 24px; }
.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(8,21,28,0.72);
  font-weight: 800;
  font-size: 0.9rem;
}
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(8,21,28,0.13);
  border-radius: 16px;
  background: rgba(255,255,255,0.74);
  min-height: 48px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  outline: none;
}
textarea { resize: vertical; min-height: 132px; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(15,163,160,0.10); }

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: end;
  padding: 36px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer strong { color: var(--ink); display: block; margin-bottom: 6px; }
.footer p { margin: 0; }
.footer-note { font-size: 0.86rem; text-align: right; }

.thank-you {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--paper);
  padding: 22px;
}
.thank-card {
  width: min(620px, 100%);
  padding: 42px;
  text-align: center;
  border-radius: 34px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.thank-card h1 { font-size: clamp(2.2rem, 5vw, 4rem); margin-top: 28px; }
.thank-card p { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }


@media (max-width: 1240px) {
  .hero { gap: 38px; }
  .profile-card { width: min(420px, 100%); }
  .floating-card { width: min(100%, 420px); }
}

@media (max-width: 980px) {
  .nav { align-items: center; border-radius: 28px; padding: 10px; }
  .nav nav { display: none; }
  .nav-right { margin-left: 0; }
  .hero, .contact, .section-heading.split, .audience-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-visual { min-height: auto; }
  .leak-grid, .service-grid, .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.large { grid-column: span 2; }
  .logo-band { grid-template-columns: repeat(2, 1fr); }
  .system-board { grid-template-columns: 1fr; gap: 12px; }
  .system-line { height: 30px; width: 2px; justify-self: center; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline-item { border-bottom: 1px solid rgba(8,21,28,0.08); }
  .footer { grid-template-columns: 1fr; }
  .footer-note { text-align: left; }
}

@media (max-width: 640px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  .section-pad { padding: 66px 0; }
  h1 { font-size: 3rem; max-width: none; }
  .hero-visual { min-height: auto; }
  .floating-card { width: 100%; }
  .profile-card { margin: 0 auto; }
  .orb { display: none; }
  .leak-grid, .service-grid, .portfolio-grid, .dash-grid, .timeline, .audience-list, .logo-band { grid-template-columns: 1fr; }
  .service-card.large, .dash-panel.wide { grid-column: span 1; }
  .direct-contact { grid-template-columns: 1fr; }
  .contact-actions, .hero-actions { flex-direction: column; }
  .brand { min-width: 0; padding: 12px 16px 12px 22px; }
  .brand::before { left: 10px; top: 14px; bottom: 14px; }
  .brand-signature { font-size: 0.98rem; }
  .brand-descriptor { font-size: 0.66rem; max-width: 160px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav .nav-cta, .linkedin-chip { width: 46px; min-width: 46px; height: 46px; min-height: 46px; padding: 0; }
  .nav .nav-cta { font-size: 0; }
  .nav .nav-cta::after { content: "Go"; font-size: 0.82rem; }
  .linkedin-chip span { display: none; }
  .btn { width: 100%; }
}
