* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 1rem/1.7 var(--sans); }
a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--sgc-accent); outline-offset: 5px; }
img, picture { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--navy); font-family: var(--serif); font-weight: 400; line-height: 1.1; }
h1 { font-size: clamp(3rem, 5.6vw, 5rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 3.7vw, 3.4rem); letter-spacing: -.035em; }
h3 { font-size: 1.65rem; line-height: 1.2; }
p { margin: 0 0 1.2rem; }
.wrap { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.narrow { max-width: 1050px; }
.skip-link { position: fixed; top: -100px; left: 1rem; padding: .65rem 1rem; z-index: 100; background: white; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(20,33,61,.1); background: rgba(250,247,240,.97); backdrop-filter: blur(12px); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; line-height: 1; flex-shrink: 0; }
.brand svg { height: 46px; width: auto; flex-shrink: 0; --mark-1: var(--navy); --mark-2: #2c4364; --mark-dot: var(--sgc-accent); }
.brand b { display: block; font: 600 1.22rem/1.05 var(--serif); letter-spacing: -.02em; }
.brand small { display: block; margin-top: 7px; font-size: .75rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 29px; }
nav a { font-size: .9rem; font-weight: 600; text-decoration: none; padding-block: 10px; transition: color .2s; }
nav a:hover, nav a[aria-current="page"] { color: var(--accent-dark); }
nav a:last-child { border: 1px solid var(--navy); padding: 9px 23px; border-radius: 4px; }
nav a:last-child:hover { background: var(--navy); color: white; }
.menu { display: none; min-height: 44px; border: 1px solid var(--navy); border-radius: 4px; background: transparent; color: var(--navy); padding: 0 15px; font-size: .9rem; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--accent-dark); font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow:before { content: ''; width: 26px; height: 1px; flex-shrink: 0; background: currentColor; }
.hero { position: relative; isolation: isolate; padding: 70px 0 0; background: radial-gradient(ellipse at 90% 30%, #283951 0, transparent 60%), var(--navy-2); color: var(--cream); overflow: clip; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 70px; align-items: center; }
.hero .eyebrow { color: #e9c775; }
.hero h1 { color: var(--cream); max-width: 12ch; margin-bottom: 26px; }
.hero h1 em { display: block; color: #e9c775; font-weight: 400; }
.lead { max-width: 750px; color: #43505b; font-size: 1.18rem; line-height: 1.75; }
.hero .lead { max-width: 580px; font-size: 1.02rem; color: #d3d9e2; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 19px; border: 1px solid var(--sgc-accent); border-radius: 4px; background: var(--sgc-accent); color: #111; padding: 13px 22px; font-size: .94rem; line-height: 1.4; font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); background: #c99a1d; box-shadow: 0 8px 25px #0002; }
.button span { font-size: 1.35rem; line-height: 1; }
.button.secondary { border-color: var(--navy); background: transparent; color: var(--navy); }
.hero .button { border-color: #e5bd65; background: #e5bd65; color: var(--navy-2); }
.hero .button:hover { background: #f4d694; }
.hero .button.secondary { border-color: #778598; background: transparent; color: var(--cream); }
.hero .button.secondary:hover { border-color: #e5bd65; background: #ffffff0c; }
.hero-portrait { position: relative; margin: 0 14px 0 0; padding: 0 0 16px 0; }
.hero-portrait:before { content: ''; position: absolute; inset: 18px -16px 0 18px; border: 1px solid #c7a25699; border-radius: 120px 7px 7px 7px; z-index: -1; }
.portrait-frame { position: relative; overflow: hidden; border-radius: 112px 7px 7px 7px; background: #293345; box-shadow: 0 30px 65px #0004; }
.portrait-frame img { width: 100%; height: auto; aspect-ratio: 3/4; object-fit: cover; }
.portrait-frame figcaption { position: absolute; inset: auto 0 0; padding: 76px 30px 26px; margin: 0; background: linear-gradient(transparent, #0d1730e8); color: white; text-align: left; }
.portrait-frame figcaption span { display: block; font: 1.75rem/1.2 var(--serif); }
.portrait-frame figcaption small { display: block; margin-top: 8px; font-size: .8rem; color: #e1d7bf; }
.hero-footnote { display: grid; grid-template-columns: .65fr 1.35fr; gap: 35px; align-items: center; margin-top: 58px; padding-block: 27px; border-top: 1px solid #ffffff28; }
.hero-footnote .eyebrow { margin: 0; }
.hero-footnote p { margin: 0; font-size: .9rem; color: #c2cbd7; }
.section { padding-block: 100px; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; margin-bottom: 46px; }
.section-head h2 { margin-bottom: 0; max-width: 17ch; }
.section-head p { margin-bottom: 3px; color: var(--muted); }
.cards { display: grid; gap: 22px; align-items: stretch; }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-top: 4px solid var(--sgc-accent); border-radius: 6px; background: var(--paper); box-shadow: 0 6px 16px #14213d05; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-7px); box-shadow: 0 20px 40px #14213d14; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.icon { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid #b8860b55; border-radius: 50%; color: var(--accent-dark); background: #f5ecdb; }
.icon svg { width: 27px; height: 27px; }
.card-number { font: 2.3rem/1 var(--serif); color: #8b7960; }
.card h3 { max-width: 15ch; }
.card p { color: var(--muted); margin-bottom: 28px; }
.card a { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); color: var(--navy); font-size: .91rem; font-weight: 700; text-decoration: none; }
.card a:hover { text-decoration: underline; }
.card:nth-child(2) { background: var(--navy); border-color: var(--navy); border-top-color: #ddba68; }
.card:nth-child(2) h3, .card:nth-child(2) a { color: var(--cream); }
.card:nth-child(2) p { color: #cbd3df; }
.card:nth-child(2) a { border-color: #ffffff30; }
.card:nth-child(2) .icon { background: #ffffff0d; color: #e9c775; border-color: #e9c77560; }
.card:nth-child(2) .card-number { color: #e9c775; }
.dark { padding: 58px 0; border-block: 1px solid var(--line); background: #eee7d8; color: var(--ink); }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; counter-reset: principle; }
.principles p { position: relative; margin: 0; border-left: 1px solid #b8860b80; padding-left: 23px; color: #4a535d; font-size: .96rem; }
.principles b { display: block; margin-bottom: 7px; color: var(--navy); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.founder { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
figure { margin: 0; }
.founder figure { position: relative; }
.founder figure img { aspect-ratio: 3/4; width: 100%; height: auto; border-radius: 6px; object-fit: cover; box-shadow: 18px 18px 0 #e8ddc3; }
figcaption { margin-top: 29px; color: var(--muted); font-size: .88rem; text-align: center; }
blockquote { margin: 0; color: #3f4953; font: 1.25rem/1.85 var(--serif); }
.signature { margin: 25px 0 10px; color: var(--navy); font: italic 1.65rem var(--serif); }
.text-link { color: var(--navy); font-weight: 700; }
.letter-section { background: var(--paper); }
.founder-letter { grid-template-columns: .8fr 1.2fr; }
.letter-heading { position: relative; padding: 10px 40px 10px 0; border-right: 1px solid var(--line); }
.quote-mark { display: block; height: 80px; color: var(--sgc-accent); font: 8rem/1 var(--serif); }
.letter-line { color: var(--navy); font: 400 clamp(2.4rem, 4vw, 3.5rem)/1.2 var(--serif); letter-spacing: -.035em; }
.letter-line em { color: var(--accent-dark); }
.letter-author { display: flex; align-items: center; gap: 16px; margin-top: 40px; }
.letter-author img { width: 64px; height: 64px; object-fit: cover; object-position: center 22%; border-radius: 50%; }
.letter-author b, .letter-author span { display: block; }
.letter-author b { color: var(--navy); font-weight: 600; }
.letter-author span { font-size: .88rem; color: var(--muted); }
.partner-band { position: relative; padding: 75px 0; border-block: 1px solid #b8860b30; background: linear-gradient(110deg,#eee3ca,#f8f1e3); }
.split { display: grid; grid-template-columns: 1fr auto; gap: 65px; align-items: center; }
.split p { max-width: 770px; margin: 0; }
.split h2 { max-width: 790px; }
.callout { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 65px; padding: 55px; border-radius: 6px; border: 1px solid var(--line); border-left: 5px solid var(--sgc-accent); background: var(--paper); }
.callout .eyebrow { grid-column: 1/-1; }
.callout h2 { margin: 0; font-size: 2.65rem; }
.checklist { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 22px 1fr; gap: 8px; }
.checklist li:before { color: var(--accent-dark); content: '✓'; font-weight: 700; }
.contact-strip { padding: 95px 0; background: var(--navy); color: #d5dce5; }
.contact-strip h2 { color: var(--cream); }
.contact-strip .eyebrow { color: #e9c775; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-grid a[href^="mailto:"] { overflow-wrap: anywhere; }
.form-card { border: 1px solid var(--line); border-top: 4px solid var(--sgc-accent); border-radius: 6px; background: var(--paper); color: var(--ink); padding: 35px; box-shadow: 0 15px 45px #14213d10; }
.form-card h2 { font-size: 2.2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
label { display: grid; gap: 7px; color: var(--navy); font-size: .9rem; font-weight: 600; }
label span { color: var(--muted); font-size: .875rem; font-weight: 400; }
.wide { grid-column: 1/-1; }
input, textarea, select { width: 100%; min-width: 0; min-height: 48px; border: 1px solid #acafb1; border-radius: 4px; background: white; color: var(--ink); padding: 11px 12px; font-size: 1rem; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid #b8860b40; border-color: var(--accent-dark); }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 23px 0; color: var(--muted); font-weight: 400; line-height: 1.6; }
.consent input { width: 19px; min-height: 19px; flex-shrink: 0; margin: 4px 0 0; accent-color: var(--navy); }
.consent span { font-size: .875rem; }
.hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-status { min-height: 1.5em; margin: 16px 0 0; font-weight: 600; font-size: .94rem; }
.form-status.error { color: #9b1c1c; }
button:disabled { opacity: .7; cursor: wait; }
.page-hero { position: relative; overflow: hidden; padding: 80px 0 78px; border-bottom: 3px solid var(--sgc-accent); background: radial-gradient(ellipse at 90% 90%,#2b3b51,transparent 60%),var(--navy-2); }
.page-hero h1 { max-width: 18ch; color: var(--cream); font-size: clamp(2.9rem,5.4vw,4.8rem); }
.page-hero .eyebrow { color: #e9c775; }
.page-hero .lead, .page-hero p { color: #d3dae5; max-width: 750px; }
.service-list { display: grid; gap: 30px; }
.service-list article { display: grid; grid-template-columns: 90px 1fr; gap: 36px; padding: 48px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.service-list article > span { color: var(--accent-dark); font: 400 3.3rem/1 var(--serif); }
.service-list article > div { max-width: 850px; }
.service-list h3 { margin-top: 2rem; font-size: 1.3rem; font-weight: 600; }
.service-list article:nth-child(2) { background: #f1eadc; }
.lede { font-size: 1.2rem; }
.two-col { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 75px; align-items: start; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 35px 0; }
.mini-grid > div { border-top: 3px solid var(--sgc-accent); background: var(--paper); padding: 23px; }
.honest-note { margin-top: 30px; border-left: 3px solid var(--sgc-accent); background: #efe6d3; padding: 25px; }
.honest-note b { color: var(--navy); font-family: var(--serif); font-size: 1.4rem; }
.honest-note p { margin: 10px 0 0; }
.steps { display: grid; gap: 30px; margin: 35px 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 48px 1fr; column-gap: 19px; counter-increment: step; }
.steps li:before { grid-row: 1/3; display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid #b8860b80; border-radius: 50%; background: var(--paper); color: var(--accent-dark); content: counter(step); font: 1.3rem var(--serif); }
.steps b { color: var(--navy); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.steps span { color: var(--muted); }
.about-founder { align-items: start; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 2.2rem; font-size: 2rem; }
.prose p { font-size: 1.05rem; }
.legal-review { display: inline-flex; border: 1px solid #e9c77560; border-radius: 4px; padding: 9px 13px; }
footer { padding: 60px 0; border-top: 1px solid #ffffff20; background: var(--navy-2); color: #dfe3e8; }
footer .brand { color: white; }
footer .brand svg { --mark-1: #ffffff; --mark-2: #b9c3d2; --mark-dot: #e5bd65; }
.footer-grid { display: grid; grid-template-columns: 310px 1fr; gap: 65px; }
.footer-tag { margin-top: 25px; color: #bdc5d1; font-family: var(--serif); font-size: 1.12rem; }
.legal { color: #bdc5d1; font-size: .8125rem; line-height: 1.75; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; }
.footer-links a { color: white; font-size: .875rem; }
@media (min-width: 901px) {
  .hero-copy { animation: arrive .8s ease both; }
  .hero-portrait { animation: arrive 1s .12s ease both; }
}
@keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1050px) {
  .hero-grid { gap: 42px; grid-template-columns: 1.12fr .88fr; }
  .hero h1 { font-size: 4rem; }
  .hero .lead { font-size: 1rem; }
  .cards { gap: 15px; }
  .card { padding: 25px; }
  .contact-grid, .two-col { gap: 35px; }
  .founder { gap: 45px; }
  .footer-grid { gap: 35px; }
}
@media (max-width: 900px) {
  .wrap { width: min(100% - 48px,1240px); }
  .menu { display: inline-flex; align-items: center; }
  nav { position: absolute; inset: 88px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); padding: 14px 24px 22px; }
  nav.open { display: flex; }
  nav a { padding: 13px 0; }
  nav a:last-child { margin-top: 6px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 27px; }
  .hero h1 { font-size: 3.4rem; }
  .desktop-break { display: none; }
  .hero-footnote { grid-template-columns: 1fr; gap: 8px; margin-top: 38px; }
  .hero-portrait { margin-right: 8px; }
  .portrait-frame { border-top-left-radius: 70px; }
  .portrait-frame figcaption { padding: 55px 20px 20px; }
  .portrait-frame figcaption small { font-size: .75rem; }
  .section-head, .founder, .contact-grid, .two-col, .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-head { gap: 20px; }
  .cards.three { grid-template-columns: 1fr; gap: 20px; }
  .card { padding: 30px; }
  .card h3 { max-width: none; }
  .card-top { margin-bottom: 20px; }
  .principles { gap: 23px; }
  .principles b { font-size: 1.5rem; }
  .founder figure { max-width: 460px; margin-right: 18px; }
  .letter-heading { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 35px; }
  .letter-author { margin-top: 23px; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .split .button { justify-self: start; }
  .callout { padding: 35px; gap: 27px; grid-template-columns: 1fr; }
  .callout .eyebrow { margin: 0; }
  .service-list article { padding: 32px; grid-template-columns: 65px 1fr; gap: 18px; }
}
@media (max-width: 650px) {
  .wrap { width: min(100% - 36px,1240px); }
  .nav { min-height: 78px; gap: 12px; }
  .brand { gap: 8px; }
  .brand svg { height: 38px; }
  .brand b { font-size: 1.06rem; }
  .brand small { font-size: .75rem; letter-spacing: .11em; }
  nav { top: 78px; }
  .hero { padding-top: 49px; }
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .hero h1 { max-width: 14ch; font-size: clamp(2.9rem,11vw,4.15rem); }
  .hero h1 em { max-width: 12ch; }
  .hero .lead { font-size: 1rem; }
  .hero-portrait { width: min(100% - 12px,440px); margin: 0 auto; }
  .hero-footnote { margin-top: 30px; padding-block: 25px; }
  .portrait-frame figcaption span { font-size: 1.65rem; }
  .portrait-frame figcaption small { font-size: .8rem; }
  .section { padding-block: 65px; }
  .eyebrow { letter-spacing: .12em; }
  .section-head { margin-bottom: 30px; }
  .principles, .form-grid, .mini-grid { grid-template-columns: 1fr; }
  .principles { gap: 27px; }
  .wide { grid-column: auto; }
  .form-card, .callout { padding: 26px; }
  .callout h2 { font-size: 2.35rem; }
  .contact-strip { padding-block: 65px; }
  .page-hero { padding: 60px 0; }
  .page-hero h1 { font-size: clamp(2.7rem,10vw,3.75rem); }
  .service-list article { grid-template-columns: 1fr; padding: 26px; }
  .service-list article > span { font-size: 2.6rem; }
  .partner-band { padding-block: 60px; }
  .legal-review { font-size: .75rem; letter-spacing: .06em; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
}
@media (max-width: 380px) {
  .brand b { font-size: .95rem; }
  .brand svg { height: 33px; }
  .brand { gap: 7px; }
  .menu { padding-inline: 12px; }
}
