@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap");

:root {
  --navy: #14233a;
  --burgundy: #7c2434;
  --ink: #20242a;
  --muted: #60656c;
  --line: #d9d8d3;
  --cream: #f5f2ec;
  --white: #fff;
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); }
a { color: inherit; }
.site-header {
  min-height: 96px; padding: 0 clamp(24px, 5vw, 80px); display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 14px; width: fit-content; color: var(--navy); text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--navy); font: 25px/1 var(--serif); }
.brand-name { display: grid; gap: 4px; letter-spacing: .14em; }
.brand-name strong { font-size: 14px; }
.brand-name small { font-size: 10px; }
.brand-name .brand-credential { color: var(--burgundy); font-size: 8px; letter-spacing: .12em; }
.site-header nav, footer nav { display: flex; gap: clamp(20px, 3vw, 42px); }
.site-header nav a, footer nav a { font-size: 13px; text-decoration: none; }
.site-header nav a:hover, footer nav a:hover { color: var(--burgundy); }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--burgundy); background: var(--burgundy); color: white; font-size: 13px; font-weight: 600; letter-spacing: .03em; text-decoration: none; }
.header-company-block { justify-self: end; display: flex; align-items: center; gap: 18px; }
.header-contact { display: grid; justify-items: end; gap: 3px; }
.header-contact span { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.header-contact a { color: var(--navy); font-size: 12px; font-weight: 500; text-decoration: none; }
.header-contact a:hover { color: var(--burgundy); text-decoration: underline; text-underline-offset: 3px; }
.hero { min-height: 670px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(90px, 10vw, 150px) clamp(32px, 8vw, 130px); padding-right: clamp(30px, 5vw, 86px); }
.eyebrow { margin: 0 0 24px; color: var(--burgundy); font-size: 11px; font-weight: 600; letter-spacing: .2em; }
h1, h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-weight: 400; }
h1 { max-width: 780px; font-size: clamp(50px, 5.5vw, 82px); line-height: 1.02; letter-spacing: -.035em; }
h2 { font-size: clamp(39px, 4vw, 60px); line-height: 1.08; letter-spacing: -.025em; }
.hero-lede { max-width: 660px; margin: 32px 0 40px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.button-row { display: flex; align-items: center; gap: 30px; }
.text-link { color: var(--navy); font-size: 13px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--navy); padding-bottom: 4px; }
.hero-art { position: relative; overflow: hidden; padding: clamp(42px, 5vw, 76px); display: grid; place-items: center; border-left: 1px solid var(--line); background: var(--cream); }
.hero-portrait { width: min(100%, 380px); height: auto; display: block; border: 1px solid var(--line); box-shadow: 0 22px 60px rgba(20, 35, 58, .12); }
.credential-rail { display: grid; grid-template-columns: repeat(4, 1fr); padding: 34px clamp(24px, 5vw, 80px); border-bottom: 1px solid var(--line); }
.credential-rail div { min-height: 70px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 0 28px; border-right: 1px solid var(--line); }
.credential-rail div:first-child { padding-left: 0; } .credential-rail div:last-child { border-right: 0; }
.credential-rail strong { color: var(--navy); font-family: var(--serif); font-size: 20px; font-weight: 400; }
.credential-rail span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.section { padding: clamp(90px, 10vw, 155px) clamp(24px, 8vw, 130px); }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 10vw, 180px); }
.section-heading h2 { max-width: 620px; }
.about-copy { max-width: 720px; }
.about-copy p { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.about-copy .lead-paragraph { color: var(--navy); font: 28px/1.45 var(--serif); }
.approach-band { padding: 90px clamp(24px, 12vw, 190px); background: var(--cream); text-align: center; border-block: 1px solid var(--line); }
.approach-band h2 { max-width: 1040px; margin: auto; }
.approach-band > p:last-child { max-width: 720px; margin: 28px auto 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.experience { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 10vw, 180px); }
.experience-list { display: grid; grid-template-columns: 1fr 1fr; align-content: start; border-top: 1px solid var(--line); }
.experience-list span { padding: 24px 18px 24px 0; color: var(--navy); font-family: var(--serif); font-size: 21px; border-bottom: 1px solid var(--line); }
.experience-list span:nth-child(odd) { margin-right: 30px; }
.resolution-band { padding: 100px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; background: var(--navy); }
.resolution-band h2, .resolution-band p { color: white; }
.resolution-band .eyebrow { color: #d6a0aa; }
.resolution-band > p { max-width: 600px; margin: 0; color: #dbe0e7; font-size: 16px; line-height: 1.8; }
.contact { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: clamp(50px, 10vw, 150px); }
.contact-intro { max-width: 760px; }
.contact h2 { margin-bottom: 18px; }
.contact-intro p:last-child { max-width: 620px; color: var(--muted); line-height: 1.7; }
.contact-details { padding-left: 34px; display: grid; justify-items: start; gap: 12px; border-left: 1px solid var(--line); }
.contact-details > strong { margin-bottom: 3px; color: var(--navy); font: 24px/1.25 var(--serif); }
.contact-details > a:not(.button) { color: var(--navy); font-size: 14px; text-underline-offset: 4px; }
.contact-details .button { margin-top: 14px; }
footer { padding: 48px clamp(24px, 5vw, 80px); display: grid; grid-template-columns: 1.2fr auto auto; align-items: center; gap: 50px; border-top: 1px solid var(--line); }
footer p { color: var(--muted); font-size: 12px; }
.disclaimer { grid-column: 1 / -1; margin: 0; padding-top: 25px; border-top: 1px solid var(--line); }

@media (max-width: 950px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 420px; border-left: 0; border-top: 1px solid var(--line); }
  .credential-rail { grid-template-columns: 1fr 1fr; }
  .credential-rail div:nth-child(2) { border-right: 0; }
  .credential-rail div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about, .experience, .resolution-band, .contact { grid-template-columns: 1fr; gap: 55px; }
  .contact-details { padding-left: 0; border-left: 0; }
}

@media (max-width: 620px) {
  .site-header { min-height: 78px; padding: 0 18px; }
  .brand-mark { width: 41px; height: 41px; font-size: 21px; }
  .brand-name strong { font-size: 12px; }
  .header-company-block { gap: 0; }
  .header-contact span { display: none; }
  .header-contact a { font-size: 10px; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding: 76px 22px 70px; }
  h1 { font-size: 46px; }
  h2 { font-size: 39px; }
  .hero-lede { font-size: 16px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 420px; padding: 38px; }
  .hero-portrait { width: min(100%, 310px); }
  .credential-rail { grid-template-columns: 1fr; padding: 12px 22px; }
  .credential-rail div { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .credential-rail div:last-child { border-bottom: 0; }
  .section { padding: 80px 22px; }
  .about-copy .lead-paragraph { font-size: 24px; }
  .approach-band { padding: 75px 22px; }
  .experience-list { grid-template-columns: 1fr; }
  .experience-list span:nth-child(odd) { margin-right: 0; }
  .resolution-band { padding: 75px 22px; }
  footer { grid-template-columns: 1fr; gap: 24px; padding: 42px 22px; }
  footer nav { gap: 25px; }
}

@media (max-width: 390px) {
  .brand-name .brand-credential { display: none; }
  .header-contact a { font-size: 9px; }
}
