
:root {
  --burgundy: #7b0f3d;
  --burgundy-dark: #5b082b;
  --burgundy-soft: #9b2955;
  --teal: #1f414a;
  --teal-dark: #17353c;
  --ivory: #fffaf6;
  --paper: #ffffff;
  --blush: #f8e2e3;
  --peach: #efc0bc;
  --rose: #d9668f;
  --ink: #20262a;
  --muted: #5d666b;
  --line: #e8ded8;
  --shadow: 0 20px 50px rgba(62, 25, 39, 0.10);
  --radius: 24px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--burgundy); text-decoration-thickness: 1.5px; text-underline-offset: 0.18em; }
a:hover { color: var(--burgundy-dark); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e6a31a; outline-offset: 4px; border-radius: 6px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: var(--teal-dark); color: white; padding: .8rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,250,246,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(123,15,61,.10); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); text-decoration: none; font-weight: 780; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--peach); display: grid; place-items: center; color: var(--burgundy); font-size: .85rem; background: white; }
.brand-name { white-space: nowrap; }
.nav-toggle { display: none; border: 0; background: transparent; padding: .5rem; color: var(--ink); }
.nav-toggle svg { width: 28px; height: 28px; }
.site-nav { display: flex; align-items: center; gap: .15rem; }
.site-nav a { color: var(--ink); text-decoration: none; font-weight: 650; padding: .7rem .78rem; border-radius: 999px; font-size: .94rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--blush); color: var(--burgundy-dark); }
.site-nav .nav-cta { background: var(--burgundy); color: white; padding-inline: 1rem; }
.site-nav .nav-cta:hover, .site-nav .nav-cta[aria-current="page"] { background: var(--burgundy-dark); color: white; }

main { overflow: hidden; }
.hero { position: relative; min-height: 650px; display: grid; align-items: center; padding: 4.6rem 0 4.2rem; background:
 radial-gradient(circle at 88% 18%, rgba(239,192,188,.75), transparent 25%),
 linear-gradient(135deg, var(--ivory) 0%, #fff 55%, var(--blush) 100%); }
.hero::before, .page-hero::before { content:""; position:absolute; width: 530px; height: 530px; border-radius:50%; border: 2px solid rgba(123,15,61,.12); left:-330px; top:75px; box-shadow: 0 0 0 16px rgba(239,192,188,.12), 0 0 0 34px rgba(123,15,61,.06); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 1.25rem; align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--burgundy); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .79rem; }
h1, h2, h3 { line-height: 1.15; margin-top: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 6vw, 5.8rem); margin-bottom: 1.25rem; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 1rem; }
h3 { font-size: 1.3rem; margin-bottom: .55rem; }
.lede { font-size: clamp(1.16rem, 2vw, 1.45rem); color: var(--teal-dark); max-width: 760px; line-height: 1.55; }
 .hero-copy { position: relative; z-index: 4; padding-right: 1rem; }
.hero-copy .lede { max-width: 700px; }
.hero-name { position: relative; z-index: 5; width: fit-content; max-width: calc(100% + 72px); margin-right: -72px; padding: .05em .28em .1em 0; background: linear-gradient(90deg, rgba(255,250,246,.99) 0%, rgba(255,250,246,.96) 78%, rgba(255,250,246,.72) 100%); border-radius: 0 20px 20px 0; font-size: clamp(3.05rem, 5.2vw, 5rem); white-space: nowrap; }
.hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; border-radius: 999px; padding: .78rem 1.2rem; text-decoration: none; font-weight: 780; border: 1px solid transparent; }
.button-primary { background: var(--burgundy); color: white; }
.button-primary:hover { color: white; background: var(--burgundy-dark); transform: translateY(-1px); }
.button-secondary { border-color: var(--burgundy); color: var(--burgundy); background: rgba(255,255,255,.55); }
.button-secondary:hover { background: var(--blush); }
.hero-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 2.1rem; color: var(--muted); font-size: .95rem; }
.hero-meta span { display: inline-flex; gap: .45rem; align-items: center; }
.portrait-frame { position: relative; z-index: 2; justify-self: end; align-self: center; width: min(100%, 250px); margin: 2.25rem 0 0 -3.75rem; }
.portrait-card { position: relative; z-index: 2; padding: .5rem; background: white; border-radius: 23px; box-shadow: 0 16px 36px rgba(62,25,39,.10); }
.portrait-card img { width: 100%; aspect-ratio: .90; object-fit: cover; object-position: center 20%; border-radius: 17px; }
.portrait-ring { position: absolute; inset: -14px -14px auto auto; width: 86px; height: 86px; border: 2px solid var(--peach); border-radius: 50%; z-index: 1; opacity: .85; }

.section { padding: 6rem 0; }
.section-sm { padding: 4rem 0; }
.section-white { background: white; }
.section-teal { background: var(--teal-dark); color: white; }
.section-teal .eyebrow { color: var(--peach); }
.section-teal .muted, .section-teal p { color: #dbe6e8; }
.section-blush { background: var(--blush); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-head > div { max-width: 790px; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.kicker { color: var(--burgundy); font-weight: 800; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; }
.card { position: relative; background: white; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 10px 30px rgba(45,28,34,.045); }
.card p:last-child { margin-bottom: 0; }
.card .icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 1rem; background: var(--blush); color: var(--burgundy); }
.card .icon svg { width: 22px; height: 22px; }
.card-accent { border-top: 5px solid var(--burgundy); }
.card-teal { background: var(--teal-dark); color: white; border-color: transparent; }
.card-teal p { color: #dbe6e8; }
.number { display:block; font-size: 2.15rem; font-weight: 850; color: var(--burgundy); line-height: 1; margin-bottom: .45rem; }
 .card-source { display:block; margin:-.12rem 0 .35rem; color:var(--burgundy-dark); font-size:.72rem; font-weight:760; line-height:1.3; letter-spacing:.02em; }
.label { display:block; color: var(--muted); font-size: .92rem; }

.flagship { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3.5rem; align-items: center; }
.research-summary-panel { position: relative; min-height: 430px; padding: 2.2rem; border-radius: var(--radius); background: linear-gradient(145deg, var(--burgundy-dark), var(--burgundy-soft)); color: white; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 1.15rem; }
.research-summary-panel::before { content:""; position:absolute; width: 300px; height:300px; border: 2px solid rgba(255,255,255,.18); border-radius:50%; left:-205px; bottom:-80px; box-shadow: 0 0 0 18px rgba(239,192,188,.09), 0 0 0 38px rgba(255,255,255,.035); }
.research-summary-panel .measure { align-self:flex-start; position:relative; z-index:1; color:#fff; font-size:.76rem; letter-spacing:.15em; text-transform:uppercase; border:1px solid rgba(255,255,255,.4); border-radius:999px; padding:.42rem .68rem; }
.research-summary-item { position:relative; z-index:1; padding:1rem 1.05rem; border:1px solid rgba(255,255,255,.18); border-radius:14px; background:rgba(255,255,255,.075); }
.research-summary-label { display:block; color:var(--peach); font-weight:820; font-size:.83rem; letter-spacing:.08em; text-transform:uppercase; margin-bottom:.25rem; }
.research-summary-item p { margin:0; color:white; line-height:1.48; }
.research-stage { position:relative; z-index:1; margin-top:auto; padding-top:.3rem; color:#f8dedb; font-size:.9rem; font-weight:700; }
.objective-grid { margin:1rem 0 2rem; }
.objective-number { display:inline-grid; place-items:center; width:38px; height:38px; margin-bottom:.9rem; border-radius:50%; background:var(--blush); color:var(--burgundy); font-weight:850; }
.list-check { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.list-check li { position: relative; padding-left: 1.8rem; margin-bottom: .7rem; }
.list-check li::before { content:""; position:absolute; left:0; top:.5em; width:.75rem; height:.4rem; border-left: 2px solid var(--burgundy); border-bottom: 2px solid var(--burgundy); transform: rotate(-45deg); }
.section-teal .list-check li::before { border-color: var(--peach); }

.quote { padding: 1.6rem; border-left: 4px solid var(--rose); background: white; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.quote blockquote { margin: 0; font-size: 1.08rem; }
.quote cite { display: block; margin-top: .8rem; color: var(--muted); font-style: normal; font-size: .9rem; }

.page-hero { position: relative; padding: 5.3rem 0 4.2rem; background: linear-gradient(135deg, #fff 0%, var(--blush) 100%); border-bottom: 1px solid var(--line); }
.page-hero .container { position: relative; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); max-width: 980px; }
.page-hero .lede { max-width: 900px; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 4rem; align-items: start; }
.sidebar { position: sticky; top: 105px; }
.sidebar-card { background: white; border:1px solid var(--line); border-radius: var(--radius-sm); padding:1.3rem; }
.sidebar-card + .sidebar-card { margin-top:1rem; }
.sidebar-card h3 { font-size:1rem; letter-spacing:0; }
.sidebar-card ul { padding-left:1.1rem; margin-bottom:0; }
.prose { font-size:1.07rem; }
.prose h2 { margin-top:3.3rem; }
.prose h2:first-child { margin-top:0; }
.prose h3 { margin-top:2rem; }
.prose p { max-width: 80ch; }
.callout { margin:2rem 0; padding:1.5rem; border-radius: var(--radius-sm); background:var(--blush); border-left:5px solid var(--burgundy); }
.tags { display:flex; flex-wrap:wrap; gap:.55rem; margin-top:1rem; }
.tag { display:inline-flex; padding:.35rem .68rem; border-radius:999px; background:#f2ece8; color:var(--teal-dark); font-size:.86rem; font-weight:700; }

.timeline { position:relative; padding-left:1.7rem; }
.timeline::before { content:""; position:absolute; left:.32rem; top:.3rem; bottom:.3rem; width:2px; background:var(--peach); }
.timeline-item { position:relative; padding:0 0 2.2rem 1.35rem; }
.timeline-item::before { content:""; position:absolute; left:-1.82rem; top:.35rem; width:.75rem; height:.75rem; border-radius:50%; background:var(--burgundy); border:3px solid var(--ivory); box-shadow:0 0 0 2px var(--burgundy); }
.timeline-item time { color:var(--burgundy); font-weight:800; font-size:.88rem; text-transform:uppercase; letter-spacing:.08em; }
.timeline-item h3 { margin:.35rem 0 .45rem; }

.experience-band { display:grid; grid-template-columns: 300px 1fr; gap:3rem; padding:2.4rem 0; border-top:1px solid var(--line); }
.experience-band:first-child { border-top:0; padding-top:0; }
.experience-band h2 { font-size:2rem; }
.metric-row { display:flex; flex-wrap:wrap; gap:1rem; margin:1.2rem 0; }
.metric-chip { padding:.7rem .85rem; border-radius:12px; background:var(--blush); color:var(--burgundy-dark); font-weight:780; }
.editorial-image { border-radius: var(--radius); overflow:hidden; background:#ed91aa; box-shadow:var(--shadow); }
.editorial-image img { width:100%; aspect-ratio:1.15; object-fit:cover; object-position:center 25%; }

.collab-grid { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:1.2rem; }
.collab-card { background:white; border:1px solid var(--line); border-radius:18px; padding:1.5rem; }
.collab-card h3 { display:flex; align-items:center; gap:.65rem; }
.collab-card h3 span { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:var(--blush); color:var(--burgundy); font-size:.85rem; }
.contact-panel { display:grid; grid-template-columns:1.15fr .85fr; gap:2rem; padding:2.5rem; border-radius:var(--radius); background:var(--teal-dark); color:white; }
.contact-panel p { color:#dbe6e8; }
.contact-actions { display:flex; flex-direction:column; justify-content:center; gap:.8rem; }
.contact-actions .button-secondary { color:white; border-color:rgba(255,255,255,.65); background:transparent; }
.contact-actions .button-secondary:hover { background:rgba(255,255,255,.1); }
.contact-panel-form { grid-template-columns:.82fr 1.18fr; align-items:start; }
.contact-panel-form .eyebrow { color:var(--peach); }
.contact-panel-form .button-secondary { color:white; border-color:rgba(255,255,255,.65); background:transparent; }
.contact-panel-form .button-secondary:hover { color:white; background:rgba(255,255,255,.1); }
.contact-privacy { font-size:.9rem; }
.inquiry-form { background:white; color:var(--ink); padding:1.5rem; border-radius:18px; box-shadow:0 14px 35px rgba(0,0,0,.12); }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.form-field { display:flex; flex-direction:column; gap:.35rem; }
.form-field-full { grid-column:1 / -1; }
.form-field label { font-weight:760; font-size:.9rem; }
.form-field input, .form-field select, .form-field textarea { width:100%; border:1px solid #cfc7c2; border-radius:10px; padding:.72rem .78rem; color:var(--ink); background:white; font:inherit; line-height:1.35; }
.form-field textarea { resize:vertical; min-height:140px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color:var(--burgundy); outline:3px solid rgba(123,15,61,.14); outline-offset:0; }
.inquiry-form .button { margin-top:1rem; }
.form-status { margin:.75rem 0 0; color:var(--muted) !important; font-size:.88rem; }
.form-status.is-error { color:#8a1939 !important; font-weight:700; }
.form-status.is-success { color:#23683c !important; font-weight:700; }
.honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }

.site-footer { background:#132c33; color:#dce9eb; padding:3.7rem 0 1.5rem; }
.footer-grid { display:grid; grid-template-columns:1.3fr .7fr .7fr; gap:3rem; }
.footer-brand { color:white; font-size:1.3rem; font-weight:800; margin-bottom:.7rem; }
.footer-links { display:flex; flex-direction:column; gap:.45rem; }
.footer-links a { color:#dce9eb; text-decoration:none; }
.footer-links a:hover { color:white; text-decoration:underline; }
.footer-title { color:white; font-weight:780; margin-bottom:.75rem; }
.footer-bottom { display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; border-top:1px solid rgba(255,255,255,.14); padding-top:1.25rem; margin-top:2.5rem; font-size:.88rem; }

.utility-note { font-size:.88rem; color:var(--muted); }
.visually-hidden { position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.form-instructions {
  margin: 0 0 1rem;
  color: var(--muted) !important;
  font-size: .9rem;
}

.optional {
  color: var(--muted);
  font-weight: 500;
}

.inquiry-form button:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

@media (min-width: 1025px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) clamp(230px, 21vw, 292px); }
  .portrait-frame { width: 100%; max-width: 292px; margin-left: -3.5rem; }
  .portrait-card img { aspect-ratio: .86; object-position: center 20%; }
}

@media (max-width: 1024px) {
  .hero { min-height: auto; padding: 3.7rem 0 3.5rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-copy { padding-right: 0; }
  .hero-name { max-width: none; margin-right: 0; padding-right: 0; white-space: normal; }
  .portrait-frame {
    position: static; display: block; grid-column: 1; justify-self: center;
    align-self: auto; width: clamp(210px, 30vw, 275px); max-width: 275px;
    margin: .25rem auto 0;
  }
  .portrait-card { padding: .45rem; border-radius: 24px; box-shadow: 0 14px 32px rgba(62,25,39,.10); }
  .portrait-card img {
    display: block; width: 100%; aspect-ratio: .92; object-fit: cover;
    object-position: center 18%; border-radius: 18px;
  }
  .portrait-ring { display: block; width: 70px; height: 70px; inset: -12px -12px auto auto; }
}

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; left: 1rem; right: 1rem; top: 68px; display: none;
    flex-direction: column; align-items: stretch; padding: .85rem;
    background: var(--ivory); border: 1px solid var(--line); border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { text-align: center; }
  .flagship, .content-grid, .contact-panel { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sidebar { position: static; order: -1; }
  .experience-band { grid-template-columns: 1fr; gap: 1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .hero-copy { text-align: center; }
  .hero-copy .lede { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .portrait-frame { width: clamp(185px, 46vw, 225px); max-width: 225px; margin-top: .4rem; }
  .portrait-card { border-radius: 22px; }
  .portrait-card img { aspect-ratio: .94; border-radius: 16px; }
  .portrait-ring { width: 60px; height: 60px; inset: -10px -10px auto auto; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .brand-name { font-size: .95rem; }
  .hero { padding-top: 3.2rem; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-grid { gap: 1.65rem; }
  .section { padding: 4.5rem 0; }
  .section-head { display: block; }
  .grid-2, .grid-3, .grid-4, .collab-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 4rem 0 3rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .button { width: 100%; }
  .hero-actions { flex-direction: column; }
  .contact-panel { padding: 1.6rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .research-summary-panel { min-height: auto; padding: 1.5rem; }
}

@media (max-width: 480px) {
  .portrait-frame { width: clamp(160px, 52vw, 190px); max-width: 190px; margin-top: .2rem; }
  .portrait-card { padding: .38rem; border-radius: 20px; }
  .portrait-card img { aspect-ratio: .96; object-position: center 18%; border-radius: 15px; }
  .portrait-ring { display: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, .card { transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
  .card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(45,28,34,.08); }
}
