:root {
  --plum: #321d2e;
  --plum-soft: #553449;
  --rust: #ad5d3f;
  --gold: #d5a64e;
  --rose: #ead3ce;
  --bone: #f7f1e8;
  --paper: #fffdf9;
  --ink: #281d25;
  --line: rgba(50, 29, 46, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
h1, h2, h3, blockquote, .wordmark strong { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
h1 { margin: 0 0 1.5rem; font-size: clamp(3.2rem, 6vw, 6.6rem); letter-spacing: -.045em; }
h2 { margin: 0 0 1.2rem; font-size: clamp(2.4rem, 4.5vw, 4.5rem); letter-spacing: -.035em; }
h3 { margin: 0 0 .85rem; font-size: clamp(1.7rem, 2.4vw, 2.25rem); }
p { margin: 0 0 1.15rem; }

.site-header { width: min(1280px, calc(100% - 48px)); margin: 0 auto; min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.mark { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--plum); color: var(--bone); font-family: Georgia, serif; font-size: 1rem; }
.wordmark strong, .wordmark small { display: block; }
.wordmark strong { font-size: 1.35rem; }
.wordmark small { margin-top: .15rem; font-size: .75rem; letter-spacing: .11em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.6rem; }
nav a { font-size: .9rem; font-weight: 700; text-decoration: none; }
.nav-contact { padding: .65rem 1rem; border: 1px solid var(--plum); border-radius: 99px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.03fr .97fr; background: var(--bone); }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) max(48px, calc((100vw - 1280px) / 2)); align-self: center; }
.eyebrow { margin-bottom: 1rem; color: var(--rust); font-size: .8rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-lead { max-width: 680px; font-size: 1.25rem; }
.button { display: inline-flex; margin-top: 1rem; padding: .85rem 1.3rem; border-radius: 99px; background: var(--plum); color: white; font-weight: 700; text-decoration: none; }
.hero-image { min-height: 720px; margin: 0; position: relative; overflow: hidden; background: var(--plum-soft); }
.hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 68% center; }
.hero-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(50,29,46,.68)); pointer-events: none; }
.hero-image figcaption { position: absolute; z-index: 1; left: 2rem; bottom: 1.8rem; color: white; font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; }

.statement-band { padding: 4rem max(32px, calc((100vw - 1050px) / 2)); background: var(--plum); color: var(--bone); text-align: center; }
.statement-band p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3.1vw, 3rem); line-height: 1.35; }
.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 7rem 0; }
.section-heading { max-width: 830px; }
.why-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 6rem; }
.why-copy { padding-top: 2rem; font-size: 1.14rem; }
.direction-section { width: 100%; padding: 7rem max(24px, calc((100vw - 1180px) / 2)); background: var(--rust); color: white; }
.light-heading .eyebrow { color: var(--bone); }
.light-heading > p:last-child { max-width: 760px; color: rgba(255,255,255,.86); font-size: 1.1rem; }
.direction-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3.5rem; }
.direction-grid article { min-height: 340px; padding: 2.3rem; border-top: 1px solid rgba(255,255,255,.6); background: rgba(50,29,46,.12); }
.direction-grid span { display: block; margin-bottom: 4.5rem; color: var(--bone); font-family: Georgia, serif; font-size: 2.2rem; opacity: .65; }
.direction-grid p { color: rgba(255,255,255,.88); }
.who-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; margin-top: 3rem; }
.who-layout ul { list-style: none; padding: 0; margin: 0; }
.who-layout li { padding: 1rem 0; border-top: 1px solid var(--line); font-size: 1.08rem; }
blockquote { margin: 0; padding: 3rem; background: var(--rose); border-radius: 3rem 3rem .5rem .5rem; font-size: clamp(1.8rem, 3vw, 3rem); }
.relationship-section { width: 100%; padding: 7rem max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; background: var(--bone); }
.relationship-card { align-self: start; padding: 2.5rem; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); font-size: 1.08rem; }
.text-link { display: inline-flex; gap: .6rem; margin-top: .5rem; color: var(--rust); font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.founder-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; align-items: center; }
.founder-label { aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: var(--plum); color: var(--bone); text-align: center; }
.founder-label span { max-width: 180px; font-family: Georgia, serif; font-size: 2rem; font-style: italic; }
.founder-section > div:last-child { font-size: 1.1rem; }
.contact-section { padding: 7rem max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; background: var(--plum); color: white; }
.contact-section .eyebrow { color: var(--gold); }
.contact-section > div:first-child p:last-child { max-width: 650px; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.contact-card { padding: 2.5rem; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; }
.contact-card p { padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-card span { display: block; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-card a { font-family: Georgia, serif; font-size: 1.35rem; text-decoration: none; overflow-wrap: anywhere; }
footer { padding: 2rem max(24px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; gap: 2rem; background: #21131f; color: rgba(255,255,255,.7); font-size: .82rem; }
footer p { margin: 0; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; padding: 1.5rem 0; }
  nav { flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1rem; }
  .hero, .why-section, .who-layout, .relationship-section, .founder-section, .contact-section { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-copy { padding: 5rem 32px; }
  .hero-image { min-height: 560px; }
  .direction-grid { grid-template-columns: 1fr; }
  .direction-grid article { min-height: 0; }
  .direction-grid span { margin-bottom: 2rem; }
  .founder-label { width: min(330px, 85vw); }
}

@media (max-width: 620px) {
  .site-header { width: min(100% - 30px, 1280px); display: block; }
  .wordmark strong { font-size: 1.12rem; }
  .wordmark small { font-size: .65rem; }
  nav { margin-top: 1.2rem; justify-content: flex-start; }
  nav a { font-size: .82rem; }
  .hero-copy { padding: 4rem 20px; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-image { min-height: 440px; }
  .section { width: min(100% - 30px, 1180px); padding: 5rem 0; }
  .direction-section, .relationship-section, .contact-section { padding: 5rem 20px; }
  .why-section, .who-layout, .relationship-section, .founder-section, .contact-section { gap: 3rem; }
  blockquote { padding: 2rem; }
  footer { flex-direction: column; gap: .5rem; }
}
