:root {
  --navy: #0d2748;
  --navy-deep: #071a31;
  --navy-soft: #173b65;
  --cream: #f6f1e8;
  --cream-light: #fcfaf6;
  --white: #ffffff;
  --ink: #1c2733;
  --muted: #5e6872;
  --warm: #c87450;
  --warm-dark: #a95435;
  --sage: #8ea59a;
  --line: #ded8ce;
  --shadow: 0 24px 70px rgba(13, 39, 72, .14);
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-light);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(13, 39, 72, .08);
  background: rgba(252, 250, 246, .92);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  width: min(1180px, calc(100% - 48px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .98rem;
  text-decoration: none;
  color: var(--navy);
}
.brand strong { display: block; font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  font-family: var(--serif);
  font-weight: 700;
}
.nav-wrap nav { display: flex; align-items: center; gap: 31px; }
.nav-wrap nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.nav-wrap nav a:not(.nav-cta):hover { color: var(--warm-dark); }
.nav-cta { padding: 10px 19px; border-radius: 999px; color: var(--white); background: var(--navy); }
.nav-cta:hover { background: var(--navy-soft); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }
.mobile-nav { padding: 0 24px 20px; }
.mobile-nav a { display: block; padding: 9px 0; font-weight: 600; text-decoration: none; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 90px;
  padding: 76px 0 90px;
}
.eyebrow {
  margin: 0 0 15px;
  color: var(--warm-dark);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; }
h1 {
  max-width: 670px;
  margin-bottom: 25px;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 5.7vw, 5.35rem);
  letter-spacing: -.045em;
}
h1 em { color: var(--warm-dark); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0 0 34px; color: #46515c; font-size: 1.14rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 15px 23px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 10px 24px rgba(13,39,72,.17); }
.button-primary:hover { background: var(--navy-soft); box-shadow: 0 14px 28px rgba(13,39,72,.22); }
.text-link { color: var(--navy); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(13,39,72,.3); }
.trust-line { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--muted); font-size: .88rem; }
.trust-check { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--white); background: var(--sage); font-size: .72rem; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 455px); }
.hero-visual::before { content: ""; position: absolute; inset: -26px 35px 42px -28px; z-index: -1; border-radius: 48% 48% 20px 20px; background: var(--cream); }
.portrait-frame { overflow: hidden; border-radius: 230px 230px 22px 22px; box-shadow: var(--shadow); aspect-ratio: .78; background: #e9e7e3; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.experience-card { position: absolute; right: -28px; bottom: 28px; width: 220px; padding: 18px 22px; border-radius: 15px; display: flex; align-items: center; gap: 14px; color: var(--white); background: var(--navy); box-shadow: 0 16px 35px rgba(7,26,49,.25); }
.experience-number { color: #f0c2ae; font-family: var(--serif); font-size: 2.35rem; font-weight: 700; line-height: 1; }
.experience-card span:last-child { font-size: .76rem; line-height: 1.4; }

.proof { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); align-items: center; gap: 34px; padding: 29px max(48px, calc((100% - 1180px) / 2)); color: var(--white); background: var(--navy); }
.proof-intro p { margin: 0; }
.proof-intro .eyebrow { margin-bottom: 3px; color: #e6ae94; }
.proof-intro p:last-child { max-width: 360px; color: #c6d1dd; font-size: .88rem; }
.proof-stat { padding-left: 33px; border-left: 1px solid rgba(255,255,255,.17); }
.proof-stat strong { display: block; color: var(--white); font-family: var(--serif); font-size: 2.25rem; line-height: 1.1; }
.proof-stat span { color: #c6d1dd; font-size: .77rem; }

.section { padding: 120px max(48px, calc((100% - 1180px) / 2)); }
.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .about h2, .contact h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 300px; padding: 27px 25px 24px; border: 1px solid rgba(13,39,72,.1); border-radius: 14px; display: flex; flex-direction: column; background: rgba(255,255,255,.67); transition: transform .25s, box-shadow .25s, background .25s; }
.service-card:hover { transform: translateY(-5px); background: var(--white); box-shadow: 0 15px 40px rgba(13,39,72,.09); }
.service-number { color: var(--warm-dark); font-family: var(--serif); font-size: .85rem; font-weight: 700; }
.service-card h3 { min-height: 51px; margin: 24px 0 12px; font-family: var(--serif); font-size: 1.34rem; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: .87rem; line-height: 1.65; }
.service-link { margin-top: auto; padding: 0; border: 0; color: var(--navy); background: none; text-align: left; font-size: .78rem; font-weight: 700; cursor: pointer; }
.service-link:hover { color: var(--warm-dark); }

.about { position: relative; overflow: hidden; display: grid; grid-template-columns: .85fr 1.6fr .9fr; align-items: center; gap: 70px; background: var(--white); }
.about-accent { height: 560px; border-radius: 280px 280px 16px 16px; background: linear-gradient(155deg, #cfdbd5, #789188); }
.about-accent::after { content: ""; display: block; width: 72%; height: 72%; margin: 22% auto 0; border-radius: 50% 50% 10px 10px; border: 1px solid rgba(255,255,255,.55); }
.about h2 { margin-bottom: 24px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy .about-lead { color: var(--ink); font-size: 1.08rem; font-weight: 500; }
.about-principles { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0; }
.about-principles span { padding: 7px 12px; border-radius: 999px; color: var(--navy); background: var(--cream); font-size: .76rem; font-weight: 600; }
.linkedin-link { color: var(--navy); font-size: .88rem; font-weight: 700; text-underline-offset: 5px; }
.about-quote { padding: 32px; border-left: 3px solid var(--warm); background: var(--cream-light); }
.about-quote blockquote { margin: 0 0 18px; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.about-quote p { margin: 0; color: var(--warm-dark); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.approach { background: var(--cream-light); }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; top: 26px; left: 6%; right: 6%; height: 1px; background: var(--line); }
.process-list li { position: relative; }
.process-marker { position: relative; z-index: 1; display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 25px; border: 1px solid var(--line); border-radius: 50%; color: var(--warm-dark); background: var(--cream-light); font-family: var(--serif); font-size: 1.25rem; font-weight: 700; }
.process-list h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.33rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .87rem; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding: 110px max(48px, calc((100% - 1180px) / 2)); color: var(--white); background: var(--navy-deep); }
.eyebrow.light { color: #e6ae94; }
.contact h2 { color: var(--white); }
.contact-intro > p:not(.eyebrow) { margin: 26px 0 31px; color: #c3cfdb; font-size: 1.03rem; line-height: 1.75; }
.contact-points p { display: flex; align-items: center; gap: 10px; margin: 9px 0; color: #dae2ea; font-size: .88rem; }
.contact-points span { color: #f0b99f; }
.form-card { padding: 37px; border-radius: 20px; color: var(--ink); background: var(--white); box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.form-header { margin-bottom: 25px; }
.form-header h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.65rem; }
.form-header p { margin: 0; color: var(--muted); font-size: .87rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { display: block; margin-bottom: 15px; }
label > span { display: block; margin-bottom: 5px; color: #34404c; font-size: .75rem; font-weight: 700; }
label b { color: var(--warm-dark); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
input, select, textarea { width: 100%; border: 1px solid #d5d9dd; border-radius: 8px; padding: 11px 12px; color: var(--ink); background: #fbfcfd; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--navy-soft); box-shadow: 0 0 0 3px rgba(23,59,101,.11); }
textarea { resize: vertical; }
.button-submit { width: 100%; margin-top: 3px; color: var(--white); background: var(--warm-dark); }
.button-submit:hover { background: #94482f; }
.form-note { margin: 11px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }

.thank-you-page { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; background: var(--cream-light); }
.thank-you-main { display: grid; place-items: center; padding: 70px 24px; }
.thank-you-card { width: min(620px, 100%); padding: 58px; border-radius: 20px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.thank-you-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; color: var(--white); background: var(--sage); font-size: 1.5rem; }
.thank-you-card h1 { margin-bottom: 18px; font-size: clamp(2.6rem, 6vw, 4rem); }
.thank-you-card p { margin: 0 auto 28px; color: var(--muted); font-size: 1.03rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 31px max(48px, calc((100% - 1180px) / 2)); color: #b9c5d1; background: #041426; font-size: .75rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-mark { width: 37px; height: 37px; background: #173b65; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--white); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .service-card { transition: none; }
}

@media (max-width: 1050px) {
  .hero { gap: 50px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: .75fr 1.4fr; }
  .about-quote { grid-column: 2; }
  .contact { gap: 55px; }
}

@media (max-width: 790px) {
  .nav-wrap { width: min(100% - 32px, 1180px); height: 70px; }
  .nav-wrap nav { display: none; }
  .menu-button { display: block; }
  .hero { width: min(100% - 36px, 600px); min-height: auto; grid-template-columns: 1fr; gap: 65px; padding: 58px 0 78px; }
  .hero-visual { justify-self: center; width: min(88%, 420px); }
  .experience-card { right: -12px; }
  .proof { grid-template-columns: repeat(3, 1fr); padding: 28px 24px; text-align: center; }
  .proof-intro { grid-column: 1 / -1; }
  .proof-intro p:last-child { margin: auto; }
  .proof-stat { padding: 0; border: 0; }
  .section { padding: 84px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 40px; }
  .about { grid-template-columns: 1fr; }
  .about-accent { height: 250px; border-radius: 150px 150px 14px 14px; }
  .about-quote { grid-column: 1; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .process-list::before { display: none; }
  .contact { grid-template-columns: 1fr; gap: 48px; padding: 84px 24px; }
  footer { flex-direction: column; align-items: flex-start; padding: 30px 24px; }
}

@media (max-width: 520px) {
  .brand { font-size: .88rem; }
  h1 { font-size: 3.15rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary { width: 100%; text-align: center; }
  .trust-line { flex-wrap: wrap; }
  .experience-card { width: 205px; bottom: 17px; }
  .proof { grid-template-columns: 1fr; gap: 20px; }
  .proof-intro { grid-column: 1; }
  .proof-stat { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.13); }
  .service-grid, .process-list, .field-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .service-card h3 { min-height: auto; }
  .form-card { margin-inline: -8px; padding: 26px 20px; }
  .thank-you-card { padding: 40px 24px; }
}
