:root {
  --ink: #12110d;
  --black: #090909;
  --cream: #efe6d2;
  --paper: #f7f0df;
  --rust: #ca4c0e;
  --olive: #49391d;
  --rule: rgba(18, 17, 13, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 94px; padding: 0 clamp(24px, 4vw, 68px); background: var(--black); color: var(--cream);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-bottom: 1px solid #2b261d;
  position: relative; z-index: 5;
}
.brand img { width: 205px; height: 58px; object-fit: contain; object-position: left center; }
nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
nav a:hover { color: #fff; }
.header-cta { justify-self: end; color: #f36827; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; display: flex; gap: 10px; align-items: center; }

.hero { min-height: calc(100vh - 94px); background: var(--black); color: var(--cream); display: grid; grid-template-columns: 56% 44%; overflow: hidden; }
.hero-copy { padding: clamp(72px, 9vh, 120px) clamp(30px, 5vw, 80px); align-self: center; }
.eyebrow, .section-kicker { font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { color: #9d927c; margin: 0 0 27px; }
.rust { color: var(--rust); }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(64px, 7.2vw, 118px); line-height: .84; letter-spacing: -.055em; }
.hero h1 em { color: var(--rust); font-weight: 400; }
.hero-intro { margin: 50px 0 0; max-width: 630px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.4; color: #d7cdb9; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 28px; }
.hero-actions span { color: #756d60; font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 18px 22px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; border: 1px solid transparent; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-rust { background: var(--rust); color: #fff4e2; }
.button-cream { background: var(--cream); color: var(--ink); }

.hero-art { position: relative; min-height: 720px; background: radial-gradient(circle at 75% 35%, #2c2418, #0a0907 63%); border-left: 1px solid #2d281f; }
.case-file { position: absolute; width: min(67%, 520px); min-height: 600px; left: 8%; top: 10%; background: #e9dfc8; color: #191713; padding: 36px 38px; transform: rotate(-4deg); box-shadow: 18px 26px 60px rgba(0,0,0,.48); }
.case-file:after { content: ''; position: absolute; inset: 11px; border: 1px solid rgba(56,45,27,.34); pointer-events: none; }
.case-meta { display: flex; justify-content: space-between; border-bottom: 2px solid var(--ink); padding-bottom: 9px; font: 700 10px/1 Arial; letter-spacing: .15em; }
.case-label { margin: 36px 0 12px; color: var(--rust); font: 700 11px/1 Arial; text-transform: uppercase; letter-spacing: .16em; }
.case-file h2 { margin: 0; font: 400 clamp(38px,4vw,62px)/.98 Georgia,serif; letter-spacing: -.04em; }
.case-lines { display: grid; gap: 8px; margin: 35px 0; }
.case-lines i { height: 1px; background: rgba(25,23,19,.24); }
.case-lines i:nth-child(2) { width: 87%; }.case-lines i:nth-child(3) { width: 94%; }.case-lines i:nth-child(4) { width: 65%; }
.case-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-top: 1px solid var(--ink); padding-top: 18px; }
.case-split div:first-child { border-right: 1px solid rgba(25,23,19,.3); padding-right: 20px; }
.case-split small { display: block; color: var(--rust); font-size: 9px; letter-spacing: .15em; margin-bottom: 8px; }
.case-split b { font: 400 17px/1.3 Georgia,serif; }
.case-stamp { position: absolute; right: -38px; bottom: 34px; border: 4px double var(--rust); color: var(--rust); padding: 10px 20px; transform: rotate(8deg); font: 900 17px/1.05 Arial; letter-spacing: .12em; text-align: center; }
.dog-roundel { position: absolute; width: clamp(190px, 20vw, 330px); right: -4%; bottom: -2%; filter: drop-shadow(0 18px 30px rgba(0,0,0,.5)); }
.scribble { position: absolute; right: 7%; top: 9%; color: #c9bea8; font: italic 17px/1.35 Georgia,serif; transform: rotate(4deg); }

.ticker { background: var(--rust); color: #fff1df; overflow: hidden; padding: 15px 0; white-space: nowrap; }
.ticker div { display: flex; justify-content: center; gap: 24px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ticker b { color: #49220f; }

.idea-section { padding: 120px clamp(28px, 6vw, 96px) 140px; display: grid; grid-template-columns: 18% 50% 32%; border-bottom: 1px solid var(--rule); }
.section-kicker { color: #726957; padding-top: 10px; }
.idea-lead { padding-right: 6vw; }
.idea-lead h2, .meeting-head h2, .value-intro h2, .chapter-card h2, .guardrail-section h2, .interest-section h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.idea-lead h2 { margin: 0; font-size: clamp(46px, 5vw, 80px); line-height: 1.02; }
.idea-body { border-left: 1px solid var(--rule); padding-left: 4vw; font: 18px/1.65 Georgia,serif; color: #554d3f; }
.idea-body p { margin: 0 0 28px; }

.meeting-section { background: var(--olive); color: var(--cream); padding: 110px clamp(28px, 6vw, 96px) 125px; }
.meeting-head { display: grid; grid-template-columns: 18% 50% 32%; align-items: end; margin-bottom: 75px; }
.section-kicker.light { color: #a99b80; }
.meeting-head h2 { margin: 0; font-size: clamp(48px, 5vw, 78px); line-height: .98; padding-right: 4vw; }
.meeting-head > p { font: 18px/1.55 Georgia,serif; margin: 0; color: #c8bda7; }
.meeting-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(239,230,210,.35); }
.mark { min-height: 220px; padding: 25px 26px 30px 0; border-right: 1px solid rgba(239,230,210,.25); }
.mark + .mark { padding-left: 26px; }
.mark:last-child { border-right: 0; }
.mark span { color: #e96529; font: 700 11px/1 Arial; letter-spacing: .15em; }
.mark p { margin: 38px 0 0; font: 22px/1.35 Georgia,serif; }
.ledger { margin-top: 75px; background: #e9dfc8; color: var(--ink); padding: 30px 36px; transform: rotate(.3deg); box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.ledger-title { display: flex; justify-content: space-between; border-bottom: 3px solid var(--ink); padding-bottom: 11px; font: 800 10px/1 Arial; letter-spacing: .14em; }
.ledger-row { display: grid; grid-template-columns: 2fr 1.4fr 1fr 1fr; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(18,17,13,.25); font: 14px/1.3 Georgia,serif; }
.ledger-row b { font: 800 9px/1 Arial; letter-spacing: .1em; color: var(--rust); }
.ledger-row b.quiet { color: #756c59; }
.ledger-header { font: 800 9px/1 Arial; letter-spacing: .13em; padding: 12px 0 8px; }

.value-section { padding: 115px clamp(28px, 6vw, 96px); }
.value-intro { display: grid; grid-template-columns: 68% 32%; margin: 40px 0 80px; align-items: end; }
.value-intro h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); line-height: .94; }
.value-intro p { margin: 0; font: 18px/1.55 Georgia,serif; color: #564e40; }
.value-columns { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.value-columns article { padding: 36px 38px 42px 0; min-height: 245px; border-right: 1px solid var(--rule); }
.value-columns article + article { padding-left: 38px; }
.value-columns article:last-child { border: 0; }
.value-columns span, .chapter-notes span, .member-line > span { font-size: 9px; font-weight: 800; letter-spacing: .17em; color: var(--rust); }
.value-columns h3 { margin: 30px 0 10px; font: 400 43px/1 Georgia,serif; }
.value-columns p { max-width: 310px; font: 16px/1.5 Georgia,serif; color: #5c5344; }
.member-line { margin-top: 42px; display: flex; align-items: center; gap: 28px; }
.member-line strong { font: 400 clamp(28px,3vw,45px)/1 Georgia,serif; }
.member-line i { color: var(--rust); font-style: normal; }

.chapters-section { display: grid; grid-template-columns: 58% 42%; background: var(--black); color: var(--cream); }
.chapter-card { padding: 110px clamp(38px, 7vw, 110px); border-right: 1px solid #302b23; }
.chapter-card h2 { margin: 0 0 38px; font-size: clamp(48px, 5vw, 78px); line-height: 1; }
.chapter-card > p:not(.eyebrow) { max-width: 680px; font: 19px/1.6 Georgia,serif; color: #bdb29e; }
.chapter-card a { display: inline-flex; gap: 18px; color: #ef6123; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid #ef6123; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.chapter-notes { padding: 80px 7vw; display: grid; }
.chapter-notes div { display: grid; align-content: center; border-bottom: 1px solid #302b23; }
.chapter-notes div:last-child { border: 0; }
.chapter-notes strong { margin-top: 13px; font: 400 22px/1.25 Georgia,serif; color: #d1c5af; }

.guardrail-section { display: grid; grid-template-columns: 34% 66%; align-items: center; background: var(--rust); color: #fff0dd; padding: 80px clamp(30px, 8vw, 130px); }
.guardrail-section img { width: min(320px, 80%); justify-self: center; }
.guardrail-section > div { padding-left: 7vw; border-left: 1px solid rgba(255,240,221,.35); }
.guardrail-section .eyebrow { color: #5b260f; }
.guardrail-section h2 { margin: 0; font-size: clamp(62px, 7vw, 110px); line-height: .9; }
.guardrail-section div > p:last-child { max-width: 700px; font: 19px/1.55 Georgia,serif; color: #ffd9c4; }

.interest-section { text-align: center; background: #201b12; color: var(--cream); padding: 130px 30px; }
.interest-section h2 { margin: 0; font-size: clamp(56px, 7vw, 108px); line-height: .95; }
.interest-section > p:not(.eyebrow) { max-width: 680px; margin: 35px auto; font: 19px/1.6 Georgia,serif; color: #b8ad98; }
footer { min-height: 125px; padding: 22px clamp(25px, 5vw, 80px); background: var(--black); color: #796f60; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid #2c271f; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
footer img { width: 190px; } footer p { justify-self: center; } footer span { justify-self: end; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; } nav { display: none; } .brand img { width: 175px; }
  .hero { grid-template-columns: 1fr; } .hero-copy { padding-bottom: 70px; } .hero-art { min-height: 650px; border-left: 0; border-top: 1px solid #2d281f; }
  .idea-section { grid-template-columns: 1fr; gap: 38px; } .idea-body { border-left: 0; border-top: 1px solid var(--rule); padding: 35px 0 0; }
  .meeting-head { grid-template-columns: 1fr; gap: 25px; } .meeting-grid { grid-template-columns: 1fr 1fr; } .mark:nth-child(2) { border-right: 0; } .mark:nth-child(3), .mark:nth-child(4) { border-top: 1px solid rgba(239,230,210,.25); }
  .value-intro { grid-template-columns: 1fr; gap: 35px; } .member-line { flex-wrap: wrap; }
  .chapters-section { grid-template-columns: 1fr; } .chapter-card { border-right: 0; border-bottom: 1px solid #302b23; } .chapter-notes { min-height: 600px; }
}

@media (max-width: 640px) {
  .site-header { padding: 0 18px; } .header-cta { font-size: 0; } .header-cta:before { content: 'INQUIRE'; font-size: 10px; }
  .hero-copy { padding: 65px 24px 60px; } .hero h1 { font-size: 66px; } .hero-intro { margin-top: 36px; font-size: 20px; } .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 520px; } .case-file { width: 76%; min-height: 430px; top: 8%; left: 5%; padding: 24px; } .case-file h2 { font-size: 38px; } .case-lines { margin: 25px 0; } .case-split b { font-size: 13px; } .case-stamp { font-size: 11px; right: -25px; } .dog-roundel { width: 170px; } .scribble { display: none; }
  .ticker div { justify-content: flex-start; padding-left: 20px; }
  .idea-section, .meeting-section, .value-section { padding-top: 80px; padding-bottom: 85px; } .idea-lead h2, .meeting-head h2 { font-size: 47px; }
  .meeting-grid { grid-template-columns: 1fr; } .mark, .mark + .mark { padding: 25px 0 30px; border-right: 0; border-top: 1px solid rgba(239,230,210,.25); min-height: 0; } .mark:first-child { border-top: 0; }
  .ledger { margin-left: -12px; margin-right: -12px; padding: 24px 20px; overflow: hidden; } .ledger-row { grid-template-columns: 1.5fr 1fr; } .ledger-row > :nth-child(2), .ledger-row > :nth-child(3) { display: none; }
  .value-intro h2 { font-size: 52px; } .value-columns { grid-template-columns: 1fr; } .value-columns article, .value-columns article + article { border-right: 0; border-bottom: 1px solid var(--rule); padding: 30px 0; min-height: 0; }
  .member-line { gap: 14px; } .member-line > span { width: 100%; } .member-line strong { font-size: 27px; }
  .chapter-card { padding: 80px 25px; } .chapter-notes { padding: 50px 25px; min-height: 560px; } .chapter-card h2 { font-size: 50px; }
  .guardrail-section { grid-template-columns: 1fr; padding: 65px 25px 80px; } .guardrail-section img { width: 190px; margin-bottom: 40px; } .guardrail-section > div { border-left: 0; border-top: 1px solid rgba(255,240,221,.35); padding: 40px 0 0; } .guardrail-section h2 { font-size: 67px; }
  .interest-section { padding: 95px 24px; } .interest-section h2 { font-size: 58px; }
  footer { grid-template-columns: 1fr; gap: 14px; text-align: center; padding: 35px 20px; } footer img, footer p, footer span { justify-self: center; }
}
