:root {
  --navy: #071f42;
  --navy-2: #0d315f;
  --steel: #527fa2;
  --gold: #d09a20;
  --gold-light: #efc96a;
  --ink: #10223a;
  --muted: #5e6b7b;
  --line: #dce3ea;
  --paper: #f6f8fb;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; height: 84px; padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(7, 31, 66, 0.1); background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(16px);
}
.brand img { width: 210px; }
.main-nav { display: flex; gap: 32px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; }
.main-nav a { padding: 10px 0; border-bottom: 2px solid transparent; transition: color 0.2s ease, border-color 0.2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--steel); border-color: var(--gold); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 10px; padding: 13px 17px; color: white; background: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: 0.03em; transition: transform 0.2s ease, background 0.2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--navy-2); }

.hero {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  min-height: calc(100vh - 84px); overflow: hidden;
  background: linear-gradient(120deg, rgba(82, 127, 162, 0.08) 0 1px, transparent 1px 100%) 0 0 / 56px 56px,
    linear-gradient(135deg, #ffffff 0%, #f5f8fb 62%, #e9eff5 100%);
}
.hero::before { content: ""; position: absolute; top: 0; right: 39%; width: 2px; height: 100%; background: linear-gradient(transparent, rgba(208, 154, 32, 0.55), transparent); transform: rotate(18deg); transform-origin: top; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 130px) clamp(30px, 6vw, 104px); }
.availability { align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; margin-bottom: 38px; padding: 9px 13px; border: 1px solid rgba(7, 31, 66, 0.14); border-radius: 999px; background: rgba(255, 255, 255, 0.72); font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #27a16b; box-shadow: 0 0 0 5px rgba(39, 161, 107, 0.12); }
.eyebrow { margin: 0 0 18px; color: var(--steel); font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.hero h1 { max-width: 800px; margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 5.25vw, 88px); font-weight: 700; line-height: 0.98; letter-spacing: -0.045em; }
.hero h1 em { position: relative; color: var(--steel); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; right: 2%; bottom: -9px; left: 0; height: 5px; background: var(--gold); transform: skewX(-26deg); }
.hero-lead { max-width: 720px; margin: 35px 0 0; color: var(--muted); font-size: clamp(17px, 1.25vw, 21px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; font-size: 13px; font-weight: 800; letter-spacing: 0.04em; transition: transform 0.2s ease, background 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover { background: var(--navy-2); }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(7, 31, 66, 0.3); font-size: 13px; font-weight: 800; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 680px; margin: 64px 0 0; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-stats div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.hero-stats dt { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 700; }
.hero-stats dd { margin: 6px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 660px; overflow: hidden; background: var(--navy); isolation: isolate; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: -1; width: 80%; height: 120%; background: var(--navy-2); transform: skewX(-22deg); }
.hero-visual::before { top: -10%; left: -46%; opacity: 0.85; }
.hero-visual::after { top: -8%; right: -61%; background: var(--steel); opacity: 0.18; }
.hero-monogram { position: absolute; top: 4%; right: -4%; color: rgba(255, 255, 255, 0.04); font-family: Georgia, "Times New Roman", serif; font-size: clamp(200px, 25vw, 390px); font-weight: 700; letter-spacing: -0.12em; line-height: 1; }
.portrait-frame { position: absolute; inset: 10% 7% 0 7%; overflow: hidden; border-top: 2px solid rgba(239, 201, 106, 0.82); border-left: 1px solid rgba(255, 255, 255, 0.16); background: #dce4ea; clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; transform: scale(1.05); }
.profile-card { position: absolute; right: 0; bottom: 9%; min-width: 310px; padding: 22px 30px; border-left: 4px solid var(--gold); background: rgba(255, 255, 255, 0.94); box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22); }
.profile-card span, .profile-card small { display: block; color: var(--steel); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.profile-card strong { display: block; margin: 6px 0 9px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.profile-card small { color: var(--muted); letter-spacing: 0.05em; }

.trust-strip { display: flex; justify-content: space-between; gap: 22px; padding: 20px clamp(24px, 6vw, 100px); overflow: hidden; color: rgba(255, 255, 255, 0.84); background: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.trust-strip span:not(:last-child)::after { content: "•"; margin-left: clamp(20px, 4vw, 76px); color: var(--gold); }
.section { padding: 120px clamp(28px, 7vw, 120px); }
.section-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 10vw; align-items: end; margin-bottom: 62px; }
.section-heading h2, .experience-title h2, .education-band h2, .contact-section h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.1vw, 66px); line-height: 1.06; letter-spacing: -0.035em; }
.section-heading > p, .experience-title > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 360px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background 0.25s ease, transform 0.25s ease; }
.service-card:hover { z-index: 2; background: var(--paper); transform: translateY(-4px); }
.service-number { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-style: italic; }
.service-card h3 { margin: 54px 0 18px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 32px; }
.service-card p { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 8px 10px; border: 1px solid var(--line); color: var(--navy-2); font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }

.profile-section { display: grid; grid-template-columns: 1.05fr 0.95fr; color: var(--white); background: var(--navy); }
.profile-intro { padding: 110px clamp(34px, 7vw, 120px); background: linear-gradient(140deg, rgba(82, 127, 162, 0.18), transparent 60%), var(--navy); }
.eyebrow-light { color: var(--gold-light); }
.profile-intro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4vw, 66px); line-height: 1.08; letter-spacing: -0.035em; }
.profile-intro > p:not(.eyebrow) { max-width: 700px; margin: 30px 0 38px; color: rgba(255, 255, 255, 0.7); font-size: 17px; line-height: 1.8; }
.button-light { color: var(--navy); background: var(--white); }
.profile-points { display: grid; background: var(--navy-2); }
.profile-points article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; align-items: start; padding: 50px clamp(34px, 5vw, 80px); border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.profile-points article > span { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-style: italic; }
.profile-points h3 { margin: 0 0 12px; font-size: 20px; }
.profile-points p { margin: 0; color: rgba(255, 255, 255, 0.65); font-size: 15px; line-height: 1.7; }

.experience-section { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 9vw; background: var(--paper); }
.experience-title { position: sticky; top: 130px; align-self: start; }
.experience-title > p { margin-top: 28px; }
.timeline { border-top: 1px solid #cbd4dd; }
.timeline-item { display: grid; grid-template-columns: 155px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid #cbd4dd; }
.timeline-item time { padding-top: 4px; color: var(--steel); font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.timeline-item h3 { margin: 0 0 7px; color: var(--navy); font-size: 20px; }
.timeline-item strong { color: var(--gold); font-size: 12px; letter-spacing: 0.04em; }
.timeline-item p { margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.education-band { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; padding: 95px clamp(28px, 7vw, 120px); border-top: 5px solid var(--gold); }
.education-band ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.education-band li { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.education-band li span { color: var(--navy); font-weight: 800; }

.contact-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: start; padding: 110px clamp(28px, 7vw, 120px); color: var(--white); background: linear-gradient(125deg, transparent 55%, rgba(82, 127, 162, 0.22)), var(--navy); }
.contact-section h2 { color: var(--white); }
.contact-copy > p { max-width: 660px; margin-top: 28px; color: rgba(255, 255, 255, 0.67); }
.contact-direct { margin-top: 44px; border-top: 1px solid rgba(255, 255, 255, 0.22); }
.contact-direct a { display: block; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.22); transition: color 0.2s ease, padding-left 0.2s ease; }
.contact-direct a:hover { padding-left: 8px; color: var(--gold-light); }
.contact-direct span { display: block; margin-bottom: 6px; color: rgba(255, 255, 255, 0.52); font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.contact-direct strong { font-size: clamp(15px, 1.25vw, 19px); }
.contact-form { padding: clamp(28px, 4vw, 52px); color: var(--ink); background: var(--white); box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22); }
.form-heading { margin-bottom: 30px; }
.form-heading span { display: block; margin-bottom: 7px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.form-heading strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2vw, 32px); }
.form-status { margin: -10px 0 24px; padding: 13px 15px; border-left: 4px solid; font-size: 12px; line-height: 1.55; }
.form-status-success { border-color: #27a16b; background: #eaf7f0; color: #176844; }
.form-status-error { border-color: #b74a3b; background: #fbeeed; color: #8a3026; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-form label > span:not(:only-child), .message-field > span { display: block; margin-bottom: 8px; color: var(--navy-2); font-size: 10px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 1px solid #cbd4dd; border-radius: 0; background: #fbfcfd; color: var(--ink); font: inherit; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-form input:not([type="checkbox"]) { height: 48px; padding: 0 13px; }
.contact-form textarea { min-height: 132px; padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--steel); box-shadow: 0 0 0 3px rgba(82, 127, 162, 0.13); }
.message-field { display: block; margin-top: 20px; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 20px 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent-field input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--navy); }
.consent-field span { margin: 0 !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }
.form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 0; color: var(--white); background: var(--navy); font: inherit; font-size: 12px; font-weight: 800; letter-spacing: 0.05em; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease; }
.form-submit:hover { transform: translateY(-2px); background: var(--navy-2); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; padding: 30px clamp(28px, 7vw, 120px); background: #05172f; color: rgba(255, 255, 255, 0.5); font-size: 11px; }
footer img { width: 180px; filter: brightness(0) invert(1); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr 0.78fr; }
  .hero-copy { padding-right: 48px; padding-left: 48px; }
  .hero h1 { font-size: clamp(52px, 6vw, 68px); }
  .profile-card { min-width: 270px; padding: 18px 22px; }
  .trust-strip span:not(:last-child)::after { margin-left: 26px; }
  .section-heading, .education-band { gap: 6vw; }
}

@media (max-width: 800px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand img { width: 160px; }
  .header-cta { padding: 11px 12px; font-size: 10px; }
  .header-cta span { display: none; }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero-copy { padding: 64px 24px 50px; }
  .availability { margin-bottom: 28px; font-size: 9px; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-lead { margin-top: 28px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-stats { margin-top: 45px; }
  .hero-stats dt { font-size: 25px; }
  .hero-stats dd { font-size: 9px; line-height: 1.45; }
  .hero-visual { min-height: 570px; }
  .portrait-frame { inset: 7% 5% 0 5%; }
  .profile-card { right: 0; bottom: 6%; }
  .trust-strip { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .section { padding: 82px 24px; }
  .section-heading, .profile-section, .experience-section, .education-band, .contact-section { grid-template-columns: 1fr; }
  .section-heading { gap: 30px; margin-bottom: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 32px 26px; }
  .service-card h3 { margin-top: 30px; }
  .profile-intro { padding: 80px 24px; }
  .profile-points article { padding: 36px 24px; }
  .experience-section { gap: 55px; }
  .experience-title { position: static; }
  .timeline-item { grid-template-columns: 1fr; gap: 14px; }
  .education-band { gap: 45px; padding: 80px 24px; }
  .education-band li { flex-direction: column; gap: 5px; }
  .contact-section { gap: 50px; padding: 80px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 12px; padding: 30px 24px; }
}

@media (max-width: 430px) {
  .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; gap: 16px; }
  .hero-stats div + div { padding-top: 16px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .profile-card { right: 0; left: 12%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
