:root {
  --ink: #191d1b;
  --ink-2: #2d332f;
  --paper: #faf9f6;
  --warm: #f0ece6;
  --white: #ffffff;
  --taupe: #958a81;
  --taupe-light: #c8c0b9;
  --muted: #6f736f;
  --line: rgba(25,29,27,.16);
  --line-light: rgba(255,255,255,.18);
  --dark: #1b211f;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--white); border: 1px solid var(--line); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--dark); color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .06em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; gap: 28px; }
.utility-links a:hover { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(250,249,246,.92); border-bottom: 1px solid var(--line); backdrop-filter: saturate(160%) blur(18px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: "Newsreader", serif; font-size: 26px; font-weight: 500; letter-spacing: -.035em; }
.brand small { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .3em; }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 500; }
nav > a { transition: color .2s ease; }
nav > a:not(.nav-cta):hover { color: var(--taupe); }
.nav-cta { display: inline-flex; min-height: 42px; align-items: center; gap: 18px; padding: 0 17px; background: var(--ink); color: var(--white); }
.nav-cta:hover { background: #343a36; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 6px auto; background: var(--ink); }

.overline { margin: 0 0 24px; color: var(--taupe); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.overline.light { color: var(--taupe-light); }
h1, h2 { margin: 0; font-family: "Newsreader", serif; font-weight: 400; letter-spacing: -.052em; line-height: .98; text-wrap: balance; }
h1 { font-size: clamp(62px, 7vw, 104px); }
h2 { font-size: clamp(43px, 4.6vw, 68px); }
h3 { margin: 0; font-weight: 500; line-height: 1.2; }
p { text-wrap: pretty; }

.hero { border-bottom: 1px solid var(--line); }
.hero-layout { min-height: 720px; display: grid; grid-template-columns: 1.42fr .58fr; gap: clamp(56px, 8vw, 130px); align-items: stretch; padding-block: clamp(72px, 8vw, 118px); }
.hero-main { align-self: center; }
.hero h1 { max-width: 900px; }
.hero h1 em { color: var(--taupe); font-style: italic; font-weight: 400; }
.hero-intro { max-width: 700px; margin: 34px 0 38px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 1px solid transparent; border-radius: 0; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #343a36; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.text-link:hover { color: var(--taupe); }
.company-card { position: relative; min-height: 500px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; background: var(--dark); color: var(--white); }
.company-mark { position: absolute; width: 320px; height: 320px; right: 0; top: 10px; opacity: .12; filter: brightness(1.35); }
.company-card-head { position: relative; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.company-card-copy { position: relative; margin-top: auto; }
.company-card-copy p { margin: 0 0 6px; color: var(--taupe-light); font-size: 12px; }
.company-card-copy h2 { max-width: 330px; font-size: 50px; line-height: .98; }
.company-card dl { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 38px 0 0; border-top: 1px solid var(--line-light); }
.company-card dl div { display: grid; padding: 17px 0; border-bottom: 1px solid var(--line-light); }
.company-card dl div:nth-child(odd) { padding-right: 18px; }
.company-card dl div:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line-light); }
.company-card dt { color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.company-card dd { margin: 5px 0 0; font-size: 12px; }

.credential-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.credential-grid > div { min-height: 88px; display: flex; align-items: center; gap: 18px; padding: 0 24px; border-left: 1px solid var(--line); }
.credential-grid > div:last-child { border-right: 1px solid var(--line); }
.credential-grid small { color: var(--taupe); font-size: 9px; }
.credential-grid span { font-size: 12px; font-weight: 500; }

.section { padding-block: clamp(100px, 10vw, 150px); }
.editorial-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(60px, 10vw, 150px); }
.section-intro h2 { max-width: 530px; }
.editorial-copy { padding-top: 38px; }
.editorial-copy > p { max-width: 700px; margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.editorial-copy > .lead { color: var(--ink); font-family: "Newsreader", serif; font-size: clamp(25px, 2.5vw, 36px); line-height: 1.24; letter-spacing: -.025em; }
.company-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 52px; border-top: 1px solid var(--line); }
.company-facts div { display: grid; padding-block: 18px; border-bottom: 1px solid var(--line); }
.company-facts div:nth-child(odd) { padding-right: 24px; }
.company-facts div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.company-facts span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.company-facts strong { margin-top: 7px; font-size: 14px; font-weight: 500; }

.services { background: var(--dark); color: var(--white); }
.section-topline { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-topline h2 { font-size: clamp(48px, 5vw, 72px); }
.section-topline > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.55); line-height: 1.7; }
.service-list { border-top: 1px solid var(--line-light); }
.service-list article { display: grid; grid-template-columns: 70px 1fr 1.35fr .75fr; gap: 30px; align-items: center; min-height: 142px; border-bottom: 1px solid var(--line-light); }
.service-list .index { color: var(--taupe-light); font-size: 10px; }
.service-list h3 { font-family: "Newsreader", serif; font-size: 28px; font-weight: 400; letter-spacing: -.02em; }
.service-list p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; }
.service-tag { justify-self: end; color: var(--taupe-light); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; text-align: right; }

.process { background: var(--warm); }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); }
.process-heading { align-self: start; }
.process-heading h2 { max-width: 550px; }
.process-heading > p:last-child { max-width: 460px; margin: 30px 0 0; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--taupe); font-size: 10px; }
.process-list h3 { font-family: "Newsreader", serif; font-size: 25px; font-weight: 400; }
.process-list p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }

.range { background: var(--paper); }
.range-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(70px, 10vw, 150px); }
.range-statement { position: relative; min-height: 620px; overflow: hidden; padding: 48px; background: var(--taupe); color: var(--white); }
.range-statement .overline { color: rgba(255,255,255,.65); }
.range-statement h2 { position: relative; z-index: 1; font-size: clamp(50px, 5vw, 72px); }
.range-statement > p:not(.overline) { position: relative; z-index: 1; max-width: 440px; margin: 30px 0 0; color: rgba(255,255,255,.75); }
.range-statement img { position: absolute; right: 0; bottom: 0; width: 260px; height: 260px; opacity: .26; filter: brightness(1.7); }
.range-list { border-top: 1px solid var(--line); }
.range-list > div { display: grid; grid-template-columns: 50px 1fr 1.1fr; gap: 24px; align-items: center; min-height: 102px; border-bottom: 1px solid var(--line); }
.range-list span { color: var(--taupe); font-size: 10px; }
.range-list h3 { font-family: "Newsreader", serif; font-size: 24px; font-weight: 400; }
.range-list p { margin: 0; color: var(--muted); font-size: 13px; }

.policies { background: var(--white); }
.policy-layout, .faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(60px, 10vw, 150px); }
.policy-heading { position: sticky; top: 130px; align-self: start; }
.policy-heading h2 { max-width: 540px; }
.policy-heading > p:not(.overline) { max-width: 500px; margin: 28px 0; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion h3 { margin: 0; }
.accordion button { width: 100%; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.accordion button span { font-family: "Newsreader", serif; font-size: 22px; font-weight: 400; }
.accordion button b { display: inline-block; min-width: 52px; color: var(--taupe); font-family: "DM Sans", sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.accordion button i { font-style: normal; font-size: 22px; font-weight: 300; }
.accordion-panel { padding: 0 40px 26px 52px; color: var(--muted); font-size: 13px; }
.accordion-panel ul { margin: 0; padding-left: 18px; }
.accordion-panel li { margin: 9px 0; }
.accordion-panel p { margin: 0; }

.faq { background: var(--warm); }
.faq header h2 { max-width: 480px; }

.contact { padding-block: clamp(100px, 10vw, 145px); background: var(--dark); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); }
.contact-copy h2 { font-size: clamp(52px, 5.3vw, 78px); }
.contact-copy > p:not(.overline) { max-width: 480px; margin: 30px 0 0; color: rgba(255,255,255,.58); }
.contact-details { display: grid; margin-top: 58px; border-top: 1px solid var(--line-light); }
.contact-details > * { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.contact-details span { color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong { font-size: 13px; font-weight: 500; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; padding-top: 6px; }
.form-heading { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 1px solid var(--line-light); }
.form-heading span { font-family: "Newsreader", serif; font-size: 28px; }
.form-heading small { color: rgba(255,255,255,.45); font-size: 10px; }
.field { display: grid; gap: 9px; }
.field.full, .contact-form .full { grid-column: 1 / -1; }
.contact-form label { color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 51px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; outline: 0; background: transparent; color: var(--white); }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--taupe-light); }
.button-light { margin-top: 4px; border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { background: transparent; color: var(--white); }
.form-note { margin: -10px 0 0; color: rgba(255,255,255,.38); font-size: 10px; text-align: center; }

footer { padding-block: 64px 24px; background: #111513; color: rgba(255,255,255,.55); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 50px; }
.brand-footer strong { color: var(--white); }
.brand-footer img { filter: brightness(1.2); }
.footer-top > p { margin: 7px 0 0; font-family: "Newsreader", serif; font-size: 23px; line-height: 1.15; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; padding-top: 8px; font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line-light); font-size: 10px; }

:focus-visible { outline: 2px solid var(--taupe); outline-offset: 4px; }

@media (max-width: 1000px) {
  .shell { width: min(var(--container), calc(100% - 40px)); }
  .menu-toggle { display: block; }
  nav { position: fixed; inset: 120px 0 auto; max-height: 0; display: grid; gap: 0; overflow: hidden; background: var(--paper); transition: max-height .25s ease; }
  nav.open { max-height: 380px; border-bottom: 1px solid var(--line); }
  nav a { padding: 16px 20px; border-top: 1px solid var(--line); }
  .nav-cta { color: var(--ink); background: transparent; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .company-card { min-height: 460px; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .credential-grid > div:nth-child(3) { border-top: 1px solid var(--line); }
  .credential-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .editorial-grid, .process-layout, .range-layout, .policy-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 62px; }
  .editorial-copy { padding-top: 0; }
  .section-topline { grid-template-columns: 1fr; gap: 24px; }
  .service-list article { grid-template-columns: 50px 1fr 1.4fr; }
  .service-tag { display: none; }
  .range-statement { min-height: 520px; }
  .policy-heading { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 620px) {
  .shell { width: min(var(--container), calc(100% - 28px)); }
  .utility-inner > span { display: none; }
  .utility-links { width: 100%; justify-content: space-between; gap: 12px; font-size: 9px; }
  .nav-wrap { min-height: 78px; }
  .brand { gap: 9px; }
  .brand img { width: 49px; height: 49px; }
  .brand strong { font-size: 22px; }
  .brand small { margin-top: 5px; }
  nav { inset-block-start: 112px; }
  h1 { font-size: 54px; }
  h2 { font-size: 43px; }
  .hero-layout { gap: 55px; padding-block: 64px 72px; }
  .hero-intro { margin-block: 26px 30px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .company-card { min-height: 440px; padding: 23px 20px; }
  .company-card-copy h2 { font-size: 44px; }
  .company-card dl { grid-template-columns: 1fr; }
  .company-card dl div:nth-child(odd), .company-card dl div:nth-child(even) { padding: 13px 0; border-left: 0; }
  .credential-grid > div { min-height: 74px; padding: 0 14px; }
  .credential-grid > div:nth-child(odd) { border-left: 0; }
  .credential-grid > div:last-child { border-right: 0; }
  .credential-grid span { font-size: 11px; }
  .section { padding-block: 84px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div:nth-child(odd), .company-facts div:nth-child(even) { padding: 15px 0; border-left: 0; }
  .service-list article { grid-template-columns: 40px 1fr; gap: 10px 14px; padding: 25px 0; }
  .service-list p { grid-column: 2; }
  .service-list h3 { font-size: 25px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .range-statement { min-height: 470px; padding: 32px 25px; }
  .range-statement h2 { font-size: 50px; }
  .range-list > div { grid-template-columns: 36px 1fr; gap: 8px 12px; padding: 20px 0; }
  .range-list p { grid-column: 2; }
  .accordion button { min-height: 74px; }
  .accordion button span { font-size: 19px; }
  .accordion button b { min-width: 37px; }
  .accordion-panel { padding-left: 37px; padding-right: 0; }
  .contact { padding-block: 84px; }
  .contact-copy h2 { font-size: 52px; }
  .contact-details > * { grid-template-columns: 70px 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .field, .contact-form .full, .form-heading { grid-column: 1; }
  .form-heading { display: grid; gap: 6px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-column: 1; flex-wrap: wrap; gap: 18px 24px; }
  .footer-bottom { flex-direction: column; }
}

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