/* Core design system */
:root {
  --background: #ffffff;
  --surface: #f7f8f8;
  --text: #202724;
  --muted: #5c6560;
  --accent: #866127;
  --border: #e1e5e2;
  --button: #24382e;
  --max-width: 1160px;
  --gutter: 48px;
  --section-spacing: 80px;
  --font: 'Manrope', Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--background); color: var(--text); font: 400 16px/1.8 var(--font); -webkit-font-smoothing: antialiased; }
h1,h2,h3,p,figure,blockquote { margin: 0; }
h1,h2,h3 { font-family: var(--font); font-weight: 600; line-height: 1.3; letter-spacing: -.035em; }
h1 { font-size: clamp(36px,4vw,48px); }
h2 { font-size: 28px; }
h3 { font-size: 19px; }
p + p { margin-top: 20px; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a,button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button,input,select,textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { background: #e9dbc4; color: var(--text); }
.container { width: calc(100% - var(--gutter) * 2); max-width: var(--max-width); margin-inline: auto; }
.eyebrow { font-size: 12px; font-weight: 500; color: var(--accent); margin-bottom: 23px; letter-spacing: .025em; }
.small-heading { font-size: 14px; font-weight: 600; }
.text-link { display: inline-block; font-size: 14px; font-weight: 500; text-decoration: underline; text-decoration-color: #a2aaa5; }
.text-link:hover { color: var(--accent); text-decoration-color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border: 1px solid var(--button); border-radius: 3px; background: var(--button); color: #fff; font-size: 14px; font-weight: 500; line-height: 1.6; text-decoration: none; transition: background .15s; }
.button:hover { background: #385243; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 30; padding: 10px 18px; background: var(--button); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.caption { font-size: 12px; color: var(--muted); }
/* Brand and navigation */
.site-header { border-bottom: 1px solid var(--border); background: #fff; }
.header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 112px; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; flex-shrink: 0; }
.brand > img { width: 60px; height: 65px; object-fit: contain; }
.brand-type { display: flex; flex-direction: column; }
.brand-type > span { font-size: 18px; font-weight: 600; line-height: 1.4; letter-spacing: -.045em; }
.brand-type small { font-size: 10px; font-weight: 500; line-height: 1.6; margin-top: 4px; color: var(--muted); letter-spacing: .06em; }
.site-header nav { display: flex; align-items: center; gap: 24px; }
.site-header nav a { font-size: 12px; padding: 11px 0; text-decoration: none; white-space: nowrap; }
.site-header nav a:hover { color: var(--accent); }
.site-header nav a[aria-current=page] { color: var(--accent); box-shadow: 0 1px var(--accent); }
.menu-toggle { display: none; font-size: 13px; color: var(--text); background: white; border: 1px solid var(--border); border-radius: 3px; padding: 9px 14px; }
/* Homepage */
.home-hero { display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; gap: 60px; padding-block: 75px 80px; }
.home-hero h1 { font-size: clamp(38px,4.1vw,51px); line-height: 1.22; letter-spacing: -.045em; }
.hero-description { font-size: 16px; line-height: 1.9; color: var(--muted); max-width: 590px; margin-top: 26px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.hero-identity { display: flex; align-items: center; justify-content: center; }
.hero-identity img { width: min(100%,310px); height: auto; }
.home-mission { background: var(--surface); border-block: 1px solid var(--border); }
.split-row { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; padding-block: 56px; }
.split-row h2 { font-size: 22px; padding-top: 4px; }
.statement { font-size: 27px; font-weight: 500; line-height: 1.6; letter-spacing: -.02em; }
.split-row p:not(.statement) { color: var(--muted); font-size: 15px; max-width: 660px; }
.split-row .text-link { margin-top: 20px; }
.home-approach { padding-block: 72px; }
.section-intro { display: flex; justify-content: space-between; align-items: start; gap: 64px; }
.section-intro p { max-width: 460px; font-size: 15px; color: var(--muted); }
.approach-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 44px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--border); }
.approach-columns p { font-size: 14px; line-height: 1.9; color: var(--muted); margin-top: 14px; }
.home-approach > .text-link { margin-top: 30px; }
/* Shared inner-page structure */
.page-heading { padding-block: 64px 45px; border-bottom: 1px solid var(--border); }
.page-heading > p { max-width: 670px; color: var(--muted); font-size: 17px; margin-top: 22px; }
.page-contact { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 40px 65px; border-top: 1px solid var(--border); }
.page-contact h2 { font-size: 23px; }
.page-contact p { font-size: 14px; color: var(--muted); margin-top: 12px; max-width: 700px; }
.page-contact .button { flex-shrink: 0; }
.reading-copy { max-width: 710px; }
.reading-copy h2 { font-size: 23px; margin-top: 40px; margin-bottom: 18px; }
.reading-copy > p:not(.statement) { color: var(--muted); }
/* Mission */
.mission-main { padding-block: 50px 65px; }
.mission-main > .statement { max-width: 820px; font-size: 31px; }
.mission-main .reading-copy { margin-top: 30px; }
.values-list { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 0 38px; padding: 0; margin: 30px 0 0; max-width: 820px; }
.values-list li { padding-block: 17px; border-top: 1px solid var(--border); font-size: 16px; font-weight: 500; }
/* Investment criteria */
.process-layout { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 80px; padding-block: 48px 65px; }
.process-index { position: sticky; top: 28px; align-self: start; }
.process-index a { display: block; padding-block: 14px; border-bottom: 1px solid var(--border); text-decoration: none; font-size: 14px; color: var(--muted); }
.process-index a:hover { color: var(--accent); }
.strategy + .strategy { margin-top: 48px; padding-top: 45px; border-top: 1px solid var(--border); }
.strategy .eyebrow { margin-bottom: 16px; }
.strategy > p:not(.eyebrow):not(.caption) { color: var(--muted); margin-top: 19px; }
.criteria { margin: 28px 0 0; }
.criteria > div { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; padding: 18px 20px; border-bottom: 1px solid var(--border); background: var(--surface); }
.criteria dt { color: var(--muted); font-size: 14px; }
.criteria dd { margin: 0; font-size: 19px; font-weight: 500; text-align: right; }
.detail-list { margin: 25px 0 0; padding-left: 20px; color: var(--muted); font-size: 15px; }
.detail-list li { padding-left: 5px; margin-top: 10px; }
.strategy .caption { margin-top: 14px; }
/* Portfolio */
.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 44px; padding-block: 45px 65px; }
.portfolio-image { aspect-ratio: 1.6; overflow: hidden; background: var(--surface); display: flex; align-items: center; justify-content: center; }
.portfolio-image img { width: 100%; height: 100%; object-fit: contain; }
.portfolio-item figcaption { padding-top: 20px; }
.portfolio-item h2 { font-size: 20px; letter-spacing: -.025em; }
/* Founder and team */
.founder-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; padding-block: 54px 80px; }
.founder-title h2 { font-size: 36px; }
.founder-title p { color: var(--muted); margin-top: 12px; }
.founder-layout .reading-copy .statement { font-size: 26px; margin-bottom: 24px; }
blockquote { border-left: 2px solid #ac8d56; padding-left: 26px; font-size: 22px; font-weight: 400; line-height: 1.7; }
.reading-copy blockquote { margin-top: 36px; }
cite { display: block; font-size: 12px; font-weight: 400; font-style: normal; line-height: 1.8; color: var(--muted); margin-top: 18px; }
.team-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 64px 90px; }
.team-layout h2 { font-size: 25px; }
.team-layout p { color: var(--muted); margin-top: 17px; }
.team-layout .button { margin-top: 26px; }
/* Contact */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 100px; padding-block: 50px 75px; }
.contact-details h2,.contact-form h2 { font-size: 25px; }
.contact-details > p { color: var(--muted); font-size: 15px; margin-top: 19px; }
.email-link { display: inline-block; font-size: 15px; margin-top: 21px; overflow-wrap: anywhere; }
.contact-related { margin-top: 47px; }
.contact-related h3 { font-size: 16px; letter-spacing: -.02em; }
.contact-related p { color: var(--muted); margin-top: 12px; font-size: 14px; }
.contact-related .text-link { margin-top: 18px; }
.form-intro { color: var(--muted); margin-block: 18px 28px; font-size: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { margin-bottom: 23px; }
.field label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 8px; }
.field label span { color: var(--muted); font-weight: 400; }
.field input,.field textarea,.field select { width: 100%; border: 1px solid #859189; border-radius: 3px; background: #fff; color: var(--text); font-size: 16px; line-height: 1.5; min-height: 47px; padding: 10px 12px; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus,.field textarea:focus,.field select:focus { border-color: var(--button); }
.form-note { font-size: 12px; color: var(--muted); margin-top: 18px; }
.form-status { font-size: 13px; background: var(--surface); border: 1px solid var(--border); padding: 15px; margin-top: 20px; }
.form-status:empty { display: none; }
/* Footer */
.site-footer { border-top: 1px solid var(--border); background: var(--surface); }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr; gap: 44px; padding-block: 45px; }
.footer-main .brand { gap: 12px; }
.footer-main .brand > img { width: 45px; height: 49px; }
.footer-main .brand-type > span { font-size: 16px; }
.footer-main .brand-type small { font-size: 9px; }
.footer-brand > p { font-size: 13px; color: var(--muted); margin-top: 20px; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; align-content: start; }
.footer-main nav a { font-size: 12px; text-decoration: none; }
.footer-main nav a:hover { text-decoration: underline; }
.footer-email a { display: inline-block; margin-top: 15px; font-size: 13px; overflow-wrap: anywhere; }
.footer-bottom { border-top: 1px solid var(--border); padding-block: 19px; display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom small,.footer-bottom a { font-size: 11px; color: var(--muted); }
/* Responsive layouts */
@media(max-width:1040px) {
  :root { --gutter: 36px; }
  .header-inner { flex-wrap: wrap; min-height: 96px; padding-block: 15px; gap: 0; }
  .brand > img { width: 52px; height: 57px; }
  .brand-type > span { font-size: 18px; }
  .menu-toggle:not([hidden]) { display: inline-block; }
  .site-header nav { width: 100%; padding-top: 18px; flex-wrap: wrap; gap: 10px 25px; }
  .site-header nav a { font-size: 14px; }
  .js .site-header nav { display: none; }
  .js .site-header nav.is-open { display: flex; }
  .home-hero { grid-template-columns: 1.7fr 1fr; gap: 35px; padding-block: 55px 65px; }
  .home-hero h1 { font-size: 40px; }
  .hero-actions { gap: 22px; flex-wrap: wrap; }
  .hero-identity img { max-width: 260px; }
  .split-row { gap: 45px; }
  .statement { font-size: 25px; }
  .process-layout { grid-template-columns: 160px minmax(0,1fr); gap: 45px; }
  .contact-layout { gap: 50px; grid-template-columns: .9fr 1.2fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .team-layout { gap: 55px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-email { grid-column: 1/-1; }
}
@media(max-width:720px) {
  :root { --gutter: 24px; }
  .home-hero { grid-template-columns: 1fr; position: relative; padding-block: 40px 50px; gap: 28px; }
  .hero-identity { display: none; }
  .home-hero h1 { font-size: 40px; max-width: 600px; }
  .hero-description { font-size: 16px; }
  .hero-actions { margin-top: 25px; }
  .split-row { grid-template-columns: 1fr; gap: 20px; padding-block: 35px; }
  .split-row h2 { font-size: 20px; padding: 0; }
  .statement { font-size: 25px; }
  .home-approach { padding-block: 45px; }
  .section-intro { display: block; }
  .section-intro p { margin-top: 17px; max-width: none; }
  .approach-columns { gap: 25px; }
  .approach-columns h3 { font-size: 18px; }
  .approach-columns p { font-size: 14px; }
  .page-heading { padding-block: 42px 32px; }
  .page-heading h1 { font-size: 36px; }
  .page-heading > p { font-size: 16px; margin-top: 18px; }
  .page-contact { align-items: start; flex-direction: column; gap: 24px; padding-block: 32px 45px; }
  .page-contact h2 { font-size: 22px; }
  .mission-main { padding-block: 34px 45px; }
  .mission-main > .statement { font-size: 27px; }
  .values-list { grid-template-columns: 1fr 1fr; gap: 0 25px; }
  .process-layout { grid-template-columns: 1fr; gap: 28px; padding-block: 25px 45px; }
  .process-index { position: static; display: flex; gap: 25px; }
  .process-index a { flex: 1; font-size: 13px; }
  .strategy h2 { font-size: 26px; }
  .portfolio-grid { gap: 30px; padding-block: 32px 45px; }
  .portfolio-item h2 { font-size: 18px; }
  .founder-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 35px 50px; }
  .founder-title h2 { font-size: 30px; }
  .founder-layout .reading-copy .statement { font-size: 24px; }
  blockquote { font-size: 21px; padding-left: 20px; }
  .team-layout { grid-template-columns: 1fr; gap: 38px; padding-block: 40px 55px; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; padding-block: 35px 50px; }
  .contact-related { margin-top: 28px; }
  .contact-form { padding-top: 34px; border-top: 1px solid var(--border); }
  .form-row { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-main { gap: 35px; }
  .footer-main .brand-type > span { font-size: 15px; }
  .footer-main .brand > img { width: 40px; height: 44px; }
  .footer-main .brand { gap: 9px; }
}
@media(max-width:500px) {
  :root { --gutter: 22px; }
  .header-inner { min-height: 90px; padding-block: 14px; }
  .brand { gap: 10px; }
  .brand > img { width: 46px; height: 50px; }
  .brand-type > span { font-size: 15px; }
  .brand-type small { font-size: 9px; letter-spacing: .025em; }
  .menu-toggle { font-size: 12px; padding: 8px 11px; }
  .site-header nav,.js .site-header nav.is-open { flex-direction: column; align-items: stretch; gap: 0; }
  .site-header nav a { padding-block: 13px; border-bottom: 1px solid var(--border); }
  .site-header nav a[aria-current=page] { box-shadow: none; }
  .home-hero h1 { font-size: 34px; }
  .home-hero h1 br { display: none; }
  .home-hero .eyebrow { margin-bottom: 20px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 22px; }
  .hero-description { margin-top: 23px; }
  .statement { font-size: 24px; }
  h2 { font-size: 25px; }
  .approach-columns { grid-template-columns: 1fr; gap: 25px; margin-top: 28px; padding-top: 25px; }
  .approach-columns p { margin-top: 10px; }
  .approach-columns h3 { font-size: 19px; }
  .page-heading h1 { font-size: 33px; }
  .mission-main > .statement { font-size: 25px; }
  .values-list li { font-size: 15px; }
  .criteria > div { padding: 16px 13px; gap: 18px; }
  .criteria dt { font-size: 12px; }
  .criteria dd { font-size: 17px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-image { aspect-ratio: 1.4; }
  .portfolio-item h2 { font-size: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; padding-block: 35px; gap: 29px; }
  .footer-email { grid-column: auto; }
  .footer-main nav { gap: 14px 24px; }
  .footer-main nav a { font-size: 13px; }
  .footer-bottom { flex-direction: column; gap: 13px; }
}
@media(max-width:359px) {
  :root { --gutter: 17px; }
  .brand-type > span { font-size: 13px; }
  .brand-type small { font-size: 8px; }
  .brand > img { width: 40px; height: 44px; }
  .brand { gap: 8px; }
  .home-hero h1 { font-size: 31px; }
  .page-heading h1 { font-size: 30px; }
  .criteria > div { flex-direction: column; align-items: start; gap: 6px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none!important; transition: none!important; }
}
@media print {
  .site-header,.site-footer,.skip-link,.process-index,.page-contact { display: none; }
  .container { width: 100%; }
  .page-heading { padding-top: 0; }
  .process-layout,.founder-layout { display: block; }
  .strategy { break-inside: avoid; }
  .home-hero { padding-block: 20px; }
  a { color: black; }
}
