:root {
  --ruby: #9B111E;
  --black: #111111;
  --silver: #B8BCC2;
  --gold: #D4AF37;
  --paper: #ffffff;
  --warm: #f7f5f2;
  --text-soft: #5b5b5b;
  --border: #dedede;
  --shadow: 0 20px 60px rgba(17,17,17,.10);
  --radius: 1.1rem;
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--black); font-family: Montserrat, Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: .75rem; z-index: 9999; transform: translateY(-180%); background: var(--black); color: white; padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.narrow { max-width: 920px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(17,17,17,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand-mark { display: inline-flex; align-items: center; text-decoration: none; }
.brand-mark img { display: block; width: 220px; height: 60px; object-fit: cover; object-position: center; }
.primary-nav { display: flex; align-items: center; gap: 1.4rem; }
.primary-nav a { text-decoration: none; font-weight: 600; font-size: .95rem; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ruby); }
.nav-cta { border: 1px solid var(--ruby); padding: .62rem .9rem; border-radius: 999px; }
.nav-toggle { display: none; border: 1px solid var(--border); background: white; padding: .6rem .8rem; border-radius: .55rem; font: inherit; }
.hero { background: linear-gradient(135deg, #fff 0%, #fff 58%, #f7f5f2 100%); padding: clamp(5rem, 9vw, 8.5rem) 0; border-bottom: 1px solid var(--border); }
.page-hero { background: linear-gradient(135deg, #fff 0%, #fff 68%, #f7f5f2 100%); padding: clamp(4.5rem, 8vw, 7.5rem) 0; border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.5fr .8fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.eyebrow, .section-label, .panel-kicker { color: var(--ruby); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
h1, h2, h3 { margin-top: 0; color: var(--black); }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 6.7vw, 5.6rem); max-width: 16ch; margin-bottom: 1.6rem; }
.page-hero h1 { max-width: 19ch; }
h2 { font-size: clamp(2.15rem, 4vw, 3.6rem); max-width: 19ch; }
h3 { font-size: 1.25rem; }
.hero-lede { color: var(--text-soft); font-size: clamp(1.08rem, 1.7vw, 1.28rem); max-width: 66ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .8rem 1.15rem; border-radius: .65rem; font-weight: 700; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ruby); color: white; box-shadow: 0 12px 24px rgba(155,17,30,.18); }
.button-secondary { border: 1px solid var(--black); background: white; }
.text-link { color: var(--ruby); font-weight: 700; text-underline-offset: 4px; }
.text-link-light { color: #f2cf65; }
.hero-panel { background: var(--black); color: white; border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.4rem); box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.hero-panel .panel-kicker { color: #f2cf65; }
.panel-quote { font-family: "Playfair Display", Georgia, serif; font-size: 1.8rem; line-height: 1.25; }
.signal-list { padding-left: 1.2rem; color: #efefef; }
.trust-strip { border-bottom: 1px solid var(--border); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 1.5rem 1.2rem; border-right: 1px solid var(--border); }
.trust-grid p:first-child { border-left: 1px solid var(--border); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--ruby); font-size: .9rem; }
.trust-grid span { color: var(--text-soft); font-size: .85rem; margin-top: .25rem; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-light { background: var(--warm); }
.two-col, .portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.prose { font-size: 1.08rem; color: #333; }
.section-heading { max-width: 780px; margin-bottom: 2.5rem; }
.section-heading > p:last-child { color: var(--text-soft); font-size: 1.08rem; }
.section-actions { margin-top: 2rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card { border: 1px solid var(--border); border-radius: var(--radius); padding: 1.7rem; min-height: 250px; background: white; }
.card-number { color: var(--ruby); font-weight: 700; font-size: .8rem; letter-spacing: .12em; }
.card h3 { margin-top: 2.3rem; }
.card p { color: var(--text-soft); }
.section-dark { background: var(--black); color: white; }
.section-dark h2 { color: white; }
.section-label-light { color: #f2cf65; }
.prose-light { color: #e7e7e7; }
.note { border-left: 3px solid var(--gold); padding-left: 1rem; color: #cecece; }
.capability-list { border-top: 1px solid var(--border); }
.capability-row { display: grid; grid-template-columns: 80px 1fr; gap: 1.5rem; padding: 2.3rem 0; border-bottom: 1px solid var(--border); }
.capability-index { color: var(--ruby); font-weight: 700; letter-spacing: .12em; }
.capability-row h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); max-width: 26ch; margin-bottom: .8rem; }
.capability-row p:last-child { max-width: 72ch; color: var(--text-soft); }
.portfolio-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.portfolio-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; min-height: 270px; box-shadow: 0 12px 32px rgba(17,17,17,.04); }
.portfolio-card-muted { background: #f2f0ed; }
.portfolio-status { color: var(--ruby); text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; font-weight: 700; }
.contact { background: white; }
.contact-panel { display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-top: 1px solid var(--border); padding-top: 3rem; }
.contact-panel h2 { margin-bottom: 1rem; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.5rem; }
.contact-card, .contact-note { border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 3rem); }
.contact-card h2 { max-width: none; font-size: clamp(1.8rem, 4vw, 3rem); overflow-wrap: anywhere; }
.contact-note { background: var(--warm); }
.site-footer { background: var(--warm); border-top: 1px solid var(--border); padding: 2rem 0; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; color: #444; font-size: .9rem; }
.footer-logo { width: 190px; height: 52px; object-fit: cover; object-position: center; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.footer-links a { text-decoration: none; font-weight: 600; }
.footer-links a:hover { color: var(--ruby); }
@media (max-width: 900px) {
  .hero-grid, .two-col, .portfolio-grid, .card-grid, .portfolio-cards, .contact-grid, .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p, .trust-grid p:first-child { border-left: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .nav-toggle { display: inline-flex; }
  .primary-nav { position: absolute; top: 82px; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--border); border-radius: .8rem; padding: 1rem; box-shadow: var(--shadow); }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { padding: .65rem; }
  .contact-panel { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
  h1 { max-width: 18ch; }
}
@media (max-width: 600px) {
  .brand-mark img { width: 170px; height: 48px; }
  .capability-row { grid-template-columns: 1fr; gap: .35rem; }
  .hero, .page-hero { padding-top: 4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
