:root {
  --ink: #0b1220;
  --ink-soft: #182131;
  --paper: #f5f2ea;
  --paper-2: #ebe7dd;
  --white: #fffdf8;
  --muted: #667085;
  --line: rgba(11, 18, 32, .16);
  --line-light: rgba(255, 253, 248, .2);
  --signal: #b48a4a;
  --signal-dark: #8e672f;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 20px; top: 20px; z-index: 99; background: var(--white); padding: 10px 14px; }

.site-header {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-name, .footer-brand { font-size: 13px; letter-spacing: .16em; font-weight: 500; }
.brand-name b, .footer-brand b { font-weight: 800; }
.brand-mark {
  width: 30px;
  height: 30px;
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 6px;
  gap: 4px;
}
.brand-mark span:first-child { border-right: 2px solid var(--signal-dark); }
.brand-mark span:last-child { border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.brand-mark.small { width: 25px; height: 25px; padding: 5px; }

.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.nav a { text-decoration: none; }
.nav a:not(.nav-cta) { color: #384152; }
.nav a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { border: 1px solid var(--ink); padding: 11px 16px; transition: .2s ease; }
.nav-cta:hover { color: var(--white); background: var(--ink); }

.hero {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 104px 0 58px;
}
.eyebrow, .section-label, .mini-label, .cta-kicker {
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 750;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--signal-dark); }
.eyebrow span { width: 32px; height: 1px; background: var(--signal-dark); }
.hero h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
.hero h1 {
  font-size: clamp(64px, 8.5vw, 128px);
  line-height: .87;
  max-width: 1080px;
  margin: 34px 0 38px;
}
.hero h1 em { color: var(--signal-dark); font-weight: 400; }
.hero-copy {
  font-size: clamp(20px, 2.2vw, 29px);
  line-height: 1.45;
  max-width: 850px;
  color: #303a4a;
  margin: 0;
}
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 42px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
.button.primary { background: var(--ink); color: var(--white); border: 1px solid var(--ink); }
.button.primary:hover { background: var(--ink-soft); }
.button.text { padding: 0; min-height: auto; border-bottom: 1px solid var(--line); }
.button.inverted { background: var(--white); color: var(--ink); margin-top: 22px; }
.button.large { min-height: 60px; padding: 0 30px; }
.hero-rule { height: 1px; background: var(--line); margin-top: 92px; }
.hero-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 25px; }
.hero-notes p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); max-width: 480px; }
.hero-notes strong { color: var(--ink); }

.statement, .fit {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 120px 0;
}
.section-label { color: var(--signal-dark); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 62px; }
.section-label.light { color: #d3b47e; border-color: var(--line-light); }
.statement-grid, .fit-grid, .commercial-grid, .process-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
h2 { font-size: clamp(46px, 5.6vw, 78px); line-height: .98; margin: 0; }
.statement-copy { padding-top: 8px; }
.statement-copy p, .process-heading p, .fit-intro, .commercial-grid p {
  font-size: 18px;
  line-height: 1.65;
  color: #475467;
  margin: 0 0 18px;
}
.inline-link { display: inline-flex; gap: 12px; text-decoration: none; font-weight: 750; margin-top: 8px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.brief-card { margin-top: 84px; border: 1px solid var(--line); background: rgba(255,255,255,.34); }
.brief-topline { display: flex; justify-content: space-between; align-items: flex-start; padding: 28px 30px; border-bottom: 1px solid var(--line); }
.mini-label { color: var(--signal-dark); margin-bottom: 9px; }
.brief-title { font-family: Georgia, serif; font-size: 28px; }
.brief-status { font-size: 10px; letter-spacing: .15em; border: 1px solid var(--line); padding: 8px 10px; }
.brief-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.brief-cell { min-height: 230px; padding: 28px 25px; border-right: 1px solid var(--line); }
.brief-cell:last-child { border-right: 0; }
.brief-cell span { font-size: 11px; color: var(--signal-dark); letter-spacing: .12em; }
.brief-cell strong { display: block; font-size: 16px; margin: 42px 0 11px; }
.brief-cell p { font-size: 13px; line-height: 1.55; color: var(--muted); margin: 0; }
.brief-footer { border-top: 1px solid var(--line); padding: 17px 30px; font-size: 12px; color: var(--muted); }

.process, .commercial {
  background: var(--ink);
  color: var(--white);
  padding: 120px max(24px, calc((100vw - var(--max))/2));
}
.process-heading p, .commercial-grid p { color: #b8c0cc; }
.steps { list-style: none; padding: 0; margin: 76px 0 0; border-top: 1px solid var(--line-light); }
.steps li { display: grid; grid-template-columns: 150px 1fr; gap: 26px; padding: 31px 0; border-bottom: 1px solid var(--line-light); }
.step-number { color: #d3b47e; font-family: Georgia, serif; font-size: 22px; }
.steps h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.steps p { max-width: 720px; margin: 0; color: #b8c0cc; line-height: 1.6; }

.fit-intro { max-width: 520px; margin-top: 28px; }
.criteria { border-top: 1px solid var(--line); }
.criterion { display: grid; grid-template-columns: 38px 1fr; gap: 8px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.criterion > span { color: var(--signal-dark); }
.criterion strong { display: block; margin-bottom: 6px; }
.criterion p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.not-for { margin-top: 72px; display: grid; grid-template-columns: 160px 1fr; gap: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.not-for span { font-size: 11px; letter-spacing: .15em; color: var(--signal-dark); font-weight: 750; }
.not-for p { margin: 0; max-width: 760px; color: var(--muted); line-height: 1.6; }

.commercial-note { font-size: 13px !important; border-left: 2px solid #d3b47e; padding-left: 18px; margin-top: 28px !important; }
.cta-section { text-align: center; padding: 145px 24px; }
.cta-kicker { color: var(--signal-dark); margin-bottom: 32px; }
.cta-section h2 { font-size: clamp(58px, 7vw, 100px); }
.cta-section p { max-width: 620px; margin: 28px auto 34px; font-size: 18px; color: var(--muted); line-height: 1.6; }

.footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 38px 0 32px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-contact { display: flex; gap: 22px; margin-top: 22px; font-size: 13px; }
.footer-contact a { text-decoration: none; }
.disclaimer { max-width: 840px; color: var(--muted); font-size: 11px; line-height: 1.6; margin-top: 42px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 28px; padding-top: 18px; font-size: 10px; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { width: min(calc(100% - 32px), var(--max)); min-height: 76px; }
  .nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 12px; }
  .hero, .statement, .fit, .footer { width: min(calc(100% - 32px), var(--max)); }
  .hero { padding-top: 78px; }
  .hero h1 { font-size: clamp(57px, 15vw, 96px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-notes, .statement-grid, .fit-grid, .commercial-grid, .process-heading { grid-template-columns: 1fr; gap: 38px; }
  .brief-grid { grid-template-columns: 1fr 1fr; }
  .brief-cell:nth-child(2) { border-right: 0; }
  .brief-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps li { grid-template-columns: 70px 1fr; }
  .not-for { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 560px) {
  .brand-name { font-size: 11px; }
  .nav-cta { font-size: 11px; }
  .hero { padding-bottom: 44px; }
  .hero h1 { font-size: 54px; }
  .hero-copy { font-size: 19px; }
  .statement, .fit, .process, .commercial { padding-top: 88px; padding-bottom: 88px; }
  .section-label { margin-bottom: 44px; }
  h2 { font-size: 46px; }
  .brief-topline { gap: 18px; flex-direction: column; }
  .brief-grid { grid-template-columns: 1fr; }
  .brief-cell, .brief-cell:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); min-height: 190px; }
  .brief-cell:last-child { border-bottom: 0; }
  .brief-cell strong { margin-top: 24px; }
  .steps li { grid-template-columns: 1fr; }
  .footer-contact, .footer-bottom { flex-direction: column; gap: 8px; }
}
