:root {
  --navy: #1A3260;
  --teal: #007D95;
  --cyan: #45CBE8;
  --white: #FFFFFF;
  --ink: #3D3D3D;
  --muted: #5C6370;
  --gray-500: #6B7480;
  --soft: #F5F6F7;
  --accent: #E6F5F9;
  --line: #E6E8EB;
  --mono: "Courier New", "Liberation Mono", monospace;
  --sans: Arial, "Helvetica Neue", Helvetica, "Liberation Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

/* Header & Navigation */
.site-header {
  min-height: 64px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 48px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 236px;
  height: auto;
  max-width: 100%;
}

.header-actions,
.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav {
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
}

.nav-link {
  text-decoration: none;
}

.header-location,
.timeline-meta,
.earlier-note {
  color: var(--gray-500);
  font-family: var(--mono);
}

.header-location {
  font-size: 12px;
}

.text-link {
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover,
.footer-meta a:hover {
  text-decoration: underline;
}

/* Hero Section */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 84px 48px 72px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(69, 203, 232, 0.16) 0 13px,
    rgba(69, 203, 232, 0) 13px 26px
  );
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000, transparent 72%);
  mask-image: radial-gradient(120% 100% at 50% 0%, #000, transparent 72%);
}

.hero-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.eyebrow {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 26px;
}

h1 {
  max-width: 900px;
  margin: 0 auto 24px;
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 {
  margin-top: 0;
}

.advisor-hero h1 {
  max-width: 780px;
  margin-top: 24px;
  font-size: 48px;
}

.lede,
.hero-lede {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.6;
}

.hero-lede {
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.button-primary {
  background: var(--teal);
  color: var(--white);
  padding: 0 28px;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
  padding: 0 24px;
  background: transparent;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  margin-top: 38px;
}

.hero .button {
  margin-top: 34px;
}

/* Stat Band */
.stat-band {
  background: var(--navy);
  color: var(--white);
  padding: 46px 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kpi-grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kpi {
  text-align: center;
}

.kpi + .kpi {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.kpi-value {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.kpi-label {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0;
}

/* Sections */
.section {
  padding: 70px 48px;
}

.section-header {
  margin-bottom: 46px;
  text-align: center;
}

.section-header .eyebrow,
.section-label {
  margin-bottom: 14px;
}

.section-label {
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  max-width: 640px;
  margin: 0 auto;
  color: var(--navy);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.section-title {
  max-width: 640px;
  margin: 0 auto;
}

.section-subtitle,
.body-copy {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Practice Grid */
.practice-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.practice-item {
  background: var(--white);
  padding: 28px 30px;
}

.practice-item-wide {
  grid-column: span 2;
}

.practice-heading {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-bottom: 10px;
}

.practice-number {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
}

.practice-title {
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.practice-description,
.experience-description,
.credential-subtitle,
.credential-card {
  color: var(--muted);
}

.practice-description {
  font-size: 14px;
  line-height: 1.6;
}

/* Quote Band */
.quote-band {
  background: var(--accent);
  padding: 70px 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.section-alt {
  background: var(--accent);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-band-inner {
  max-width: 880px;
  margin: 0 auto;
}

.quote-rule {
  width: 48px;
  height: 2px;
  margin: 0 auto 26px;
  background: var(--teal);
}

blockquote {
  color: var(--navy);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
  text-wrap: balance;
}

/* Info & Experience Grid */
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.grid,
.info-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
}

.grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.info-grid .eyebrow {
  margin-bottom: 18px;
}

.experience-item,
.credential-item {
  border-top: 1px solid var(--line);
}

.experience-item {
  padding: 18px 0;
}

.credential-item {
  padding: 14px 0;
}

.experience-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.experience-company {
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
}

.timeline-meta {
  font-size: 11.5px;
  white-space: nowrap;
}

.experience-role {
  margin-top: 3px;
  color: var(--teal);
  font-size: 12.5px;
  font-weight: 700;
}

.experience-description {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.58;
}

.earlier-note {
  margin-top: 18px;
  font-size: 12.5px;
  line-height: 1.5;
}

.credential-title {
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
}

.credential-subtitle {
  margin-top: 3px;
  font-size: 12.5px;
}

.card {
  padding: 20px;
  background: var(--soft);
  border-radius: 3px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.card + .card {
  margin-top: 14px;
}

.credential-card {
  margin-top: 20px;
  padding: 16px 18px;
  background: var(--soft);
  border-radius: 3px;
  font-size: 12.5px;
  line-height: 1.55;
}

.card strong,
.credential-card strong {
  color: var(--navy);
}

.credential-card p + p {
  margin-top: 8px;
}

/* Lists */
.list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.list strong {
  display: block;
  color: var(--navy);
  font-size: 16px;
}

.list span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

/* Contact Form */
.contact-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 52px;
  align-items: start;
}

.contact-meta {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.contact-meta strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.contact-meta a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

.contact-meta a:hover {
  text-decoration: underline;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

.field label,
.consent {
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 13px;
}

.field textarea {
  min-height: 142px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid var(--cyan);
  outline-offset: 2px;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  grid-column: 1 / -1;
  color: var(--muted);
  font-weight: 400;
}

.consent input {
  margin-top: 2px;
  flex: 0 0 auto;
}

.consent a {
  color: var(--teal);
  font-weight: 700;
  text-underline-offset: 2px;
}

.turnstile-slot {
  min-width: 0;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.form-actions .button {
  margin-top: 0;
}

.form-status {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.form-status[data-state="success"] {
  color: var(--teal);
  font-weight: 700;
}

.form-status[data-state="error"] {
  color: #9B2C2C;
  font-weight: 700;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Footer */
.site-footer,
.footer {
  background: var(--navy);
  color: var(--white);
  padding: 52px 48px;
  text-align: center;
}

.footer-inner {
  max-width: 920px;
  margin: 0 auto;
}

.footer-title {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.footer-copy {
  max-width: 540px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.6;
}

.site-footer .button {
  margin-top: 28px;
}

.footer p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.footer-meta {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.7;
}

.footer-meta a {
  text-decoration: none;
}

/* Privacy & Legal */
.policy-hero {
  padding-top: 66px;
  padding-bottom: 58px;
  text-align: left;
}

.policy-hero .hero-inner {
  max-width: 1000px;
}

.policy-hero h1 {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 44px;
}

.policy-hero .lede {
  max-width: 700px;
  margin: 22px 0 0;
}

.policy-content {
  max-width: 840px;
  margin: 0 auto;
  padding: 66px 48px 76px;
}

.policy-intro {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.policy-section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.policy-intro + .policy-section {
  margin-top: 34px;
}

.policy-section h2 {
  max-width: none;
  margin: 0;
  font-size: 22px;
}

.policy-section p,
.policy-section li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.policy-section p,
.policy-section ul {
  margin-top: 12px;
}

.policy-section ul {
  margin-bottom: 0;
  padding-left: 22px;
}

.policy-intro a,
.policy-section a {
  color: var(--teal);
  font-weight: 700;
  text-underline-offset: 2px;
}

.policy-updated {
  margin-top: 24px;
  color: var(--gray-500);
  font-family: var(--mono);
  font-size: 12px;
}

/* Responsive Design */
@media (max-width: 820px) {
  .site-header {
    padding: 0 24px;
  }

  .brand-logo {
    width: 216px;
  }

  .header-location {
    display: none;
  }

  .hero {
    padding: 64px 24px 56px;
  }

  .policy-content {
    padding: 56px 24px 64px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-lede,
  .lede {
    font-size: 17px;
  }

  .stat-band,
  .section,
  .quote-band,
  .site-footer,
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    padding-top: 60px;
  }

  .practice-grid,
  .info-grid,
  .grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .practice-item-wide {
    grid-column: auto;
  }

  .info-grid {
    gap: 40px;
  }

  blockquote {
    font-size: 23px;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 24px;
  }

  .header-actions,
  .nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero h1,
  h1 {
    font-size: 32px;
  }

  .advisor-hero h1 {
    font-size: 34px;
  }

  .policy-hero h1 {
    font-size: 32px;
  }

  .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .kpi:nth-child(3) {
    border-left: none;
  }

  .kpi-value {
    font-size: 38px;
  }

  .section-title,
  h2,
  .footer-title {
    font-size: 25px;
  }

  .experience-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .timeline-meta {
    white-space: normal;
  }

  .button,
  .contact-form {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}
