@font-face { font-family: "Instrument Sans"; src: url("/fonts/InstrumentSans-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("/fonts/InstrumentSans-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("/fonts/InstrumentSerif-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
:root { color-scheme: light; --ink: #26342b; --muted: #5d685f; --cream: #fff9ef; --orange: #f27c55; --red: #d9453b; --yellow: #f9ce68; --green: #dce9b6; --line: #e6dccb; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Instrument Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.page-shell { width: min(100% - 72px, 1380px); margin: 0 auto; }
.site-header { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 28px; font-weight: 500; letter-spacing: -.055em; }
.brand-period { color: var(--orange); }
.header-note { color: var(--muted); font-size: 14px; }
.hero { min-height: 620px; display: flex; align-items: center; padding: 72px 0 90px; }
.hero-copy { width: 100%; }
.eyebrow, .section-label { margin: 0 0 36px; color: var(--red); font-size: 13px; font-weight: 500; letter-spacing: .085em; text-transform: uppercase; }
.eyebrow-sparkle { margin-right: 8px; font-size: 20px; vertical-align: -2px; }
h1, h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
h1 { max-width: 1120px; margin: 0; font-size: clamp(82px, 9.4vw, 144px); letter-spacing: -.055em; line-height: .92; }
h1 em { color: var(--red); font-style: normal; }
.intro { max-width: 650px; margin: 42px 0 0; font-size: clamp(21px, 2vw, 28px); line-height: 1.42; }
.approach { border-top: 1px solid var(--line); padding: 88px 0 100px; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 8vw, 120px); }
.approach h2, .examples h2 { max-width: 520px; margin: 0; font-size: clamp(42px, 4.2vw, 64px); letter-spacing: -.035em; line-height: 1.05; }
.approach-steps { border-top: 1px solid var(--line); }
.approach-steps p { display: flex; align-items: baseline; gap: 26px; margin: 0; padding: 26px 0; border-bottom: 1px solid var(--line); font-size: clamp(18px, 2vw, 26px); }
.approach-steps span { color: var(--red); font-size: 14px; }
.examples { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; margin-bottom: 96px; padding: 70px; border-radius: 32px; background: var(--yellow); }
.examples p:last-child { max-width: 550px; margin: 0; font-size: clamp(19px, 1.8vw, 25px); line-height: 1.5; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px 0 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
@media (max-width: 950px) {
  .page-shell { width: min(100% - 48px, 1380px); }
  .hero { min-height: 0; padding: 76px 0; }
  .approach, .examples { grid-template-columns: 1fr; }
  .examples { padding: 54px; }
}
@media (max-width: 600px) {
  .page-shell { width: min(100% - 36px, 1380px); }
  .site-header { min-height: 84px; }
  .brand { font-size: 25px; }
  .header-note { display: none; }
  .hero { padding: 60px 0 64px; }
  .eyebrow, .section-label { margin-bottom: 27px; font-size: 11px; }
  h1 { font-size: clamp(67px, 15vw, 92px); }
  .intro { margin-top: 30px; font-size: 20px; }
  .approach { padding: 58px 0 68px; gap: 36px; }
  .approach h2, .examples h2 { font-size: 45px; }
  .approach-steps p { gap: 18px; }
  .examples { margin-bottom: 68px; padding: 38px 30px; gap: 25px; border-radius: 24px; }
  .examples p:last-child { font-size: 19px; }
  .site-footer { flex-direction: column; gap: 8px; }
}
