:root {
  color-scheme: dark;
  --bg: #0c0f14;
  --surface: #12171e;
  --text: #ece9e2;
  --muted: #a3a7ae;
  --gold: #c9a96e;
  --line: #2a2e34;
  --gold-line: #554b37;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button, summary { cursor: pointer; }
button:disabled { cursor: default; }
h1, h2, h3, h4, p, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3 { font-weight: 400; }
em { font-weight: 400; }
svg { flex-shrink: 0; }
[hidden] { display: none !important; }
::selection { background: var(--gold); color: var(--bg); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
main:focus { outline: none; }
.wrap { width: min(1168px, calc(100% - 96px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-180%); background: var(--gold); color: var(--bg); padding: 12px 20px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.6; text-transform: uppercase; }
.eyebrow-line { width: 26px; height: 1px; background: var(--gold); }
.small-label { color: var(--gold); font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 500; text-underline-offset: 5px; }
.text-link:hover { color: var(--gold); text-decoration: underline; }
.text-link .icon { width: 17px; height: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 13px 22px; background: var(--gold); border: 1px solid var(--gold); border-radius: 2px; color: var(--bg); font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .18s, transform .18s; }
.button:hover { background: #dfc38f; transform: translateY(-2px); }
.button .icon { width: 18px; height: 18px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(12,15,20,.97); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 83px; }
.logo { display: inline-flex; align-items: baseline; min-height: 44px; font-family: var(--serif); font-size: 29px; letter-spacing: -.04em; line-height: 1.5; }
.logo span { color: var(--gold); }
.logo .logo-period { color: var(--text); margin-left: 1px; }
.nav-links { display: flex; gap: 32px; margin-left: auto; margin-right: 30px; }
.nav-links a { display: flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 12px; transition: color .15s; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--text); }
.nav-contact { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 42px; padding: 8px 16px; border: 1px solid var(--gold-line); border-radius: 2px; font-size: 12px; font-weight: 500; }
.nav-contact:hover { border-color: var(--gold); background: #1b1b18; }
.nav-contact .icon { width: 15px; height: 15px; color: var(--gold); }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 62px; padding-block: 55px 58px; }
.hero-copy { padding-bottom: 10px; }
.hero h1 { margin: 26px 0 25px; font-family: var(--serif); font-size: clamp(42px, 5.35vw, 70px); letter-spacing: -.035em; line-height: 1.08; }
.hero h1 em { color: var(--gold); }
.hero-description { max-width: 465px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 23px; margin-top: 31px; }
.hero-actions .text-link { font-size: 12px; }
.hero-note { margin-top: 27px; color: var(--muted); font-size: 10px; letter-spacing: .025em; }
.workflow-figure { width: 100%; max-width: 439px; justify-self: end; padding: 20px 28px 18px; border: 1px solid #36372f; border-radius: 3px; background-color: #13171b; background-image: linear-gradient(#c9a96e06 1px, transparent 1px), linear-gradient(90deg, #c9a96e06 1px, transparent 1px); background-size: 26px 26px; box-shadow: 0 24px 65px #0003; }
.figure-topline { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 20px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.figure-topline > :last-child { color: var(--gold); }
.input-documents { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.input-document { min-width: 0; padding: 15px 15px 13px; border: 1px solid #373b40; background: #1c2229; border-radius: 2px; }
.input-document > .icon { display: block; color: var(--gold); width: 19px; height: 19px; margin-bottom: 9px; }
.input-document > span { display: block; font-size: 11px; line-height: 1.5; }
.document-lines { display: grid; gap: 6px; margin-top: 12px; }
.document-lines i { height: 2px; width: 100%; background: #495057; }
.document-lines i:nth-child(2) { width: 80%; }
.document-lines i:nth-child(3) { width: 60%; }
.workflow-connector { height: 23px; display: flex; justify-content: center; }
.workflow-connector span { width: 1px; background: #807154; }
.workflow-connector.short { height: 22px; }
.workflow-transform { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 11px; letter-spacing: .03em; }
.transform-mark { display: grid; place-items: center; height: 30px; width: 30px; border: 1px solid var(--gold-line); color: var(--gold); font: 21px var(--serif); background: var(--bg); }
.workflow-transform b { margin-inline: 7px; color: var(--gold); font-weight: 400; }
.output-document { padding: 20px 21px 0; color: #272d34; background: #eee9de; border-radius: 2px; box-shadow: 0 6px 0 -3px #88877c, 0 11px 0 -6px #4f534c; }
.output-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: #5e615e; }
.output-label { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.output-heading > .icon { height: 18px; width: 18px; }
.output-document h2 { margin-top: 4px; font-family: var(--serif); font-size: 23px; letter-spacing: -.01em; }
.output-document ul { display: grid; gap: 9px; padding-block: 15px 18px; font-size: 11px; }
.output-document li { display: flex; align-items: center; gap: 10px; }
.document-bullet { width: 12px; height: 12px; border: 1px solid #9a9c94; border-radius: 2px; background: #dbded4; }
.flag-bullet { display: grid; place-items: center; width: 12px; height: 12px; color: #654c20; background: #ded2b7; font-size: 9px; font-weight: 700; }
.output-footer { display: flex; align-items: center; gap: 7px; border-top: 1px solid #c9c7bd; padding-block: 12px 13px; font-size: 10px; font-weight: 500; }
.review-dot { width: 5px; height: 5px; border-radius: 50%; background: #627859; }
.output-footer .icon { width: 15px; height: 15px; margin-left: auto; }
figcaption { margin-top: 20px; color: #aeb0a8; font-size: 10px; text-align: center; letter-spacing: .025em; }
.audience-band { border-block: 1px solid var(--line); background: #10141a; }
.audience-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; align-items: center; gap: 38px; padding-block: 28px; }
.audience-inner > p { color: var(--muted); font-size: 11px; line-height: 1.55; }
.audience-inner > span { font-family: var(--serif); font-size: 19px; line-height: 1.4; }
.section { padding-block: 96px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 44px; }
.section h2, .contact-section h2 { margin-top: 17px; font-family: var(--serif); font-size: clamp(32px, 3.3vw, 44px); line-height: 1.18; letter-spacing: -.025em; }
.section-heading > p { max-width: 360px; padding-bottom: 5px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.workflow-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-bottom: 1px solid var(--line); }
.workflow-tabs > button { position: relative; display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 60px; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; padding: 16px 20px; background: transparent; color: var(--muted); text-align: left; font-size: 13px; transition: background .15s, color .15s; }
.workflow-tabs > button:hover { background: #181d23; color: var(--text); }
.workflow-tabs > button[aria-selected="true"] { color: var(--text); border-bottom-color: var(--gold); background: #171c22; }
.workflow-tabs .tab-number { color: var(--muted); font-size: 10px; }
.workflow-tabs > button[aria-selected="true"] .tab-number { color: var(--gold); }
.workflow-tabs .icon { width: 15px; height: 15px; margin-left: auto; }
.workflow-panel { display: grid; grid-template-columns: .92fr 1.45fr; gap: 55px; min-height: 333px; padding: 39px 30px 34px; background: #13181e; border-bottom: 1px solid var(--line); }
.workflow-intro h3 { margin-block: 13px; font-family: var(--serif); font-size: 30px; line-height: 1.2; letter-spacing: -.015em; }
.workflow-intro > p:not(.small-label) { max-width: 330px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.workflow-intro .text-link { margin-top: 14px; color: var(--gold); font-size: 12px; }
.workflow-detail { display: grid; grid-template-columns: 1fr 1.15fr; gap: 25px; align-content: start; padding-top: 3px; }
.detail-column { min-width: 0; }
.detail-column h4 { padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .09em; }
.detail-column ul { display: grid; gap: 16px; margin-top: 19px; }
.detail-column li { position: relative; padding-left: 15px; font-size: 13px; line-height: 1.7; }
.detail-column li::before { content: ''; position: absolute; top: 8px; left: 0; width: 4px; height: 4px; border: 1px solid #878d94; }
.result-list li::before { background: var(--gold); border-color: var(--gold); }
.workflow-footnote { grid-column: 1 / -1; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.7; }
.approach-section { border-block: 1px solid var(--line); background: #10141a; }
.approach-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.approach-grid > li { padding-top: 24px; border-top: 1px solid #454131; }
.step-number { display: block; margin-bottom: 27px; font-family: var(--serif); font-size: 37px; line-height: 1; color: var(--gold); }
.approach-grid h3 { margin: 11px 0 14px; font-family: var(--serif); font-size: 23px; line-height: 1.3; }
.approach-grid > li > p:not(.small-label) { min-height: 101px; max-width: 320px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.deliverable { padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--line); font-size: 11px; }
.deliverable > span { display: block; margin-bottom: 5px; font-size: 9px; text-transform: uppercase; color: var(--muted); letter-spacing: .08em; }
.about-section { display: grid; grid-template-columns: 1.2fr .9fr; gap: 130px; align-items: center; }
.about-copy h2 { font-size: clamp(38px, 4vw, 52px); }
.about-copy h2 em { color: var(--gold); }
.about-copy > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.about-copy > p.about-lead { margin-top: 29px; color: var(--text); font-size: 17px; }
.founder-panel { padding: 30px 32px 22px; background: linear-gradient(135deg, #1c1e1b, #15191e 60%); border: 1px solid #34372f; }
.founder-monogram { font-family: var(--serif); color: var(--gold); font-size: 76px; line-height: 1; margin-bottom: 37px; }
.founder-monogram > span { color: var(--text); }
.founder-name h3 { font-family: var(--serif); font-size: 25px; line-height: 1.4; }
.founder-name > p { margin-top: 2px; color: var(--muted); font-size: 12px; }
.founder-background { margin-top: 23px; padding-block: 20px; border-block: 1px solid var(--line); }
.founder-background p { color: var(--muted); font-size: 11px; line-height: 1.9; }
.founder-background > p:first-child { color: var(--text); }
.founder-panel .text-link { margin-top: 12px; font-size: 11px; }
.faq-section { display: grid; grid-template-columns: .9fr 1.5fr; gap: 100px; border-top: 1px solid var(--line); padding-top: 78px; }
.faq-section h2 { font-size: 36px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; min-height: 73px; padding-block: 20px; list-style: none; font-size: 14px; font-weight: 500; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--gold); }
.faq-list summary .icon { width: 17px; height: 17px; color: var(--gold); transition: transform .18s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details > p { padding: 0 34px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.contact-section { border-block: 1px solid #3b392e; background: #191c1b; }
.contact-inner { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 90px; padding-block: 75px 65px; }
.contact-section h2 { font-size: clamp(33px, 3.5vw, 46px); }
.contact-copy > p:not(.eyebrow) { max-width: 450px; margin-top: 22px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.contact-copy .button { margin-top: 29px; }
.contact-copy > p.contact-note { font-size: 10px; margin-top: 17px; }
.contact-address { border-left: 1px solid #4b483b; padding: 15px 0 0 42px; }
.email-address { display: inline-block; margin-top: 13px; font-family: var(--serif); font-size: clamp(21px, 2.35vw, 31px); letter-spacing: -.02em; line-height: 1.6; overflow-wrap: anywhere; text-underline-offset: 6px; }
.email-address:hover { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--gold); }
.copy-email { display: flex; align-items: center; gap: 9px; min-height: 44px; margin-top: 9px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; }
.copy-email .icon { width: 13px; height: 13px; }
.copy-email:hover { color: var(--text); }
#copy-status { min-height: 35px; max-width: 290px; margin-top: 5px; color: var(--gold); font-size: 11px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 30px; }
.site-footer .logo { font-size: 25px; }
.site-footer > p { margin-right: auto; color: var(--muted); font-size: 10px; }
.site-footer > div { display: flex; gap: 30px; color: var(--muted); font-size: 10px; }

@media (min-width: 1440px) {
  .hero { padding-block: 90px 95px; }
}
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 35px; grid-template-columns: 1.2fr 1fr; }
  .hero h1 { font-size: 54px; }
  .hero-description { font-size: 14px; }
  .hero-actions { gap: 12px; }
  .workflow-figure { padding-inline: 20px; }
  .section-heading { gap: 40px; }
  .workflow-panel { gap: 32px; padding-inline: 24px; }
  .workflow-detail { gap: 20px; }
  .workflow-intro h3 { font-size: 27px; }
  .about-section { gap: 70px; }
  .faq-section { gap: 55px; }
  .contact-inner { gap: 45px; }
  .contact-address { padding-left: 28px; }
  .site-footer > div { gap: 18px; }
}
@media (max-width: 780px) {
  html { scroll-padding-top: 90px; }
  .wrap { width: calc(100% - 48px); }
  .nav { min-height: 73px; gap: 20px; }
  .nav-links { gap: 20px; margin-right: 4px; }
  .nav-contact { gap: 10px; padding-inline: 12px; }
  .hero { grid-template-columns: 1fr; padding-block: 55px; gap: 40px; }
  .hero h1 { font-size: clamp(45px, 8vw, 62px); }
  .hero-description { max-width: 520px; font-size: 15px; }
  .hero-copy { padding-bottom: 0; }
  .hero-actions { gap: 22px; }
  .workflow-figure { justify-self: center; max-width: 440px; padding-inline: 28px; }
  .audience-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .audience-inner > p { grid-column: 1 / -1; font-size: 11px; }
  .desktop-break { display: none; }
  .audience-inner > span { font-size: 18px; }
  .section { padding-block: 66px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 21px; margin-bottom: 33px; }
  .section-heading > p { max-width: 470px; padding: 0; }
  .section h2 { font-size: 38px; }
  .workflow-panel { grid-template-columns: 1fr; gap: 30px; padding: 30px 24px; }
  .workflow-intro > p:not(.small-label) { max-width: 440px; }
  .workflow-intro h3 br { display: none; }
  .workflow-detail { grid-template-columns: 1fr 1fr; }
  .workflow-footnote { margin-top: 3px; }
  .approach-grid { grid-template-columns: 1fr; gap: 29px; }
  .approach-grid > li { display: grid; grid-template-columns: 45px 1fr; column-gap: 18px; padding-top: 24px; }
  .step-number { grid-row: 1 / 5; font-size: 31px; margin: 0; padding-top: 2px; }
  .approach-grid h3 { margin-top: 8px; }
  .approach-grid > li > p:not(.small-label) { max-width: 500px; min-height: auto; }
  .deliverable { margin-top: 17px; padding-top: 15px; }
  .about-section { grid-template-columns: 1fr 1fr; gap: 32px; }
  .about-copy > p:not(.eyebrow) { font-size: 13px; }
  .founder-panel { padding-inline: 24px; }
  .founder-monogram { font-size: 66px; }
  .faq-section { grid-template-columns: 1fr; gap: 32px; }
  .faq-section h2 br { display: none; }
  .contact-inner { grid-template-columns: 1fr; gap: 36px; padding-block: 60px 44px; }
  .contact-address { padding: 28px 0 0; border-left: none; border-top: 1px solid #4b483b; }
  .email-address { font-size: 28px; }
  .site-footer { flex-wrap: wrap; gap: 12px 25px; padding-block: 25px; }
  .site-footer > div { width: 100%; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 12px; padding-top: 17px; }
}
@media (max-width: 540px) {
  .nav-links { display: none; }
  .logo { font-size: 28px; }
  .nav-contact { min-height: 44px; font-size: 11px; }
  .hero { padding-top: 45px; }
  .eyebrow { font-size: 9px; letter-spacing: .11em; gap: 9px; }
  .hero h1 { margin-top: 24px; font-size: clamp(36px, 10.5vw, 53px); }
  .hero-description { font-size: 14px; line-height: 1.85; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 6px; margin-top: 25px; }
  .hero-note { margin-top: 20px; max-width: 290px; font-size: 9px; }
  .workflow-figure { padding: 18px 19px 15px; }
  .figure-topline { font-size: 8px; gap: 8px; margin-bottom: 20px; }
  .input-documents { gap: 10px; }
  .input-document { padding-inline: 11px; }
  .output-document { padding-inline: 17px; }
  .output-document h2 { font-size: 22px; }
  .audience-inner { gap: 18px 22px; padding-block: 23px; }
  .audience-inner > span { font-size: 16px; }
  .audience-inner > span:last-child { grid-column: 1 / -1; }
  .section h2, .contact-section h2 { font-size: 34px; }
  .workflow-tabs > button { gap: 7px; min-height: 63px; padding: 13px 7px; font-size: 11px; }
  .workflow-tabs .tab-number { font-size: 8px; }
  .workflow-tabs .icon { display: none; }
  .workflow-panel { padding: 27px 19px; gap: 27px; }
  .workflow-intro h3 { font-size: 27px; }
  .workflow-detail { grid-template-columns: 1fr; gap: 25px; }
  .detail-column h4 { padding-bottom: 12px; }
  .detail-column ul { gap: 12px; margin-top: 15px; }
  .detail-column li { font-size: 13px; }
  .workflow-footnote { margin-top: 0; }
  .about-section { grid-template-columns: 1fr; gap: 32px; }
  .about-copy h2 { font-size: 42px; }
  .about-copy > p:not(.eyebrow) { font-size: 14px; }
  .founder-panel { padding: 28px 26px 19px; }
  .founder-monogram { margin-bottom: 22px; }
  .faq-list summary { gap: 18px; }
  .contact-copy > p:not(.eyebrow) { font-size: 13px; }
  .contact-copy > p.contact-note { font-size: 10px; }
  .contact-section h2 br { display: none; }
  .email-address { font-size: 27px; }
  .site-footer > p { max-width: 170px; font-size: 9px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 40px); }
  .workflow-tabs .tab-number { display: none; }
  .workflow-tabs > button { justify-content: center; font-size: 10px; }
  .workflow-figure { padding-inline: 15px; }
  .input-document > span { font-size: 9px; }
  .hero h1 { font-size: 37px; }
  .site-footer > p { max-width: 145px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover { transform: none; }
}
@media print {
  :root { color-scheme: light; --bg: #fff; --text: #111; --muted: #444; --gold: #745522; --line: #bbb; }
  body { background: #fff; color: #111; }
  .site-header { position: static; background: #fff; }
  .nav-links, .nav-contact, .hero-actions, .workflow-tabs, .workflow-figure, .copy-email { display: none !important; }
  .wrap { width: 100%; }
  .hero, .section, .contact-inner { padding-block: 25px; }
  .hero { display: block; }
  .workflow-panel[hidden] { display: grid !important; }
  .workflow-panel, .approach-section, .audience-band, .contact-section, .founder-panel { background: #fff; }
  .workflow-panel, .approach-grid > li, .founder-panel { break-inside: avoid; }
  .contact-address { border-color: #aaa; }
  .contact-inner, .about-section { gap: 30px; }
}
