
:root {
  --bg: #f6f1ea;
  --paper: #ffffff;
  --surface: #6d2326;
  --surface-2: #8a3a31;
  --gold: #c79c57;
  --gold-soft: #e8c993;
  --ink: #121010;
  --muted: #5f4a3e;
  --line: rgba(109,35,38,0.14);
  --shadow: 0 16px 40px rgba(53, 18, 20, 0.10);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--ink);
  line-height: 1.6;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
h1,h2,h3,h4 { line-height: 1.1; margin: 0 0 14px; }
h1 { font-size: clamp(2.6rem, 5vw, 4.7rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 16px; }
.lead { font-size: 1.125rem; color: var(--muted); max-width: 70ch; }
.eyebrow { font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--surface); font-weight: 800; margin-bottom: 14px; }
.section { padding: 76px 0; }
.section-tight { padding: 52px 0; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;
  padding: 14px 22px; border-radius: 999px; font-weight: 700; transition: 0.2s ease; border: 1px solid transparent;
}
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { filter: brightness(1.02); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--surface); border-color: rgba(109,35,38,0.22); }
.btn-secondary:hover { background: rgba(109,35,38,0.05); }
.btn-ghost { background: rgba(199,156,87,0.14); color: var(--surface); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,241,234,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 0; }
.brand-logo { width: 64px; height: 64px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: grid; min-width: 0; }
.brand-copy strong { font-size: 1.05rem; }
.brand-copy small { color: var(--muted); }
.desktop-nav { display: none; align-items: center; gap: 24px; margin-left: auto; }
.nav-item { position: relative; }
.nav-link, .nav-trigger { background: transparent; border: 0; padding: 10px 0; font: inherit; color: var(--ink); text-decoration: none; font-weight: 700; cursor: pointer; }
.nav-trigger span { margin-left: 6px; color: var(--surface); }
.mega {
  position: absolute; top: calc(100% + 16px); left: 0; width: min(920px, 86vw); background: var(--paper); border: 1px solid var(--line);
  border-radius: 26px; box-shadow: var(--shadow); padding: 28px; display: none;
}
.nav-item.open .mega { display: block; }
.mega-grid { display: grid; gap: 26px; }
.mega-grid.two { grid-template-columns: repeat(2, 1fr); }
.mega-col h4 { color: var(--surface); margin-bottom: 12px; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.mega-col a { display: block; text-decoration: none; padding: 10px 0; border-bottom: 1px solid rgba(109,35,38,0.08); }
.mega-col a:last-child { border-bottom: 0; }
.mega-col small { display: block; color: var(--muted); }
.header-cta { display: none; }
.mobile-toggle {
  margin-left: auto; width: 48px; height: 48px; border: 1px solid rgba(109,35,38,0.18); border-radius: 14px; background: var(--paper); display: grid; place-items: center; gap: 4px; padding: 10px;
}
.mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--surface); }
.mobile-panel { display: none; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-panel.open { display: block; }
.mobile-menu { padding: 12px 0 24px; }
.mobile-menu details, .mobile-menu > a { border-bottom: 1px solid rgba(109,35,38,0.10); }
.mobile-menu summary { list-style: none; padding: 16px 0; font-weight: 800; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display:none; }
.mobile-menu a { display: block; text-decoration: none; padding: 12px 0 12px 12px; color: var(--muted); }
.mobile-cta { margin-top: 20px; }
.hero { padding: 72px 0 34px; background: linear-gradient(180deg, rgba(232,201,147,0.22), rgba(246,241,234,1)); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: center; }
.hero-card, .card, .stat-card, .service-card, .case-card, .insight-card, .team-card, .method-step, .timeline-item, .contact-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-points { display: grid; gap: 14px; margin-top: 24px; }
.hero-points > div { padding: 16px 18px; background: rgba(255,255,255,0.66); border: 1px solid rgba(109,35,38,0.08); border-radius: 18px; }
.hero-media { position: relative; }
.portrait-card { padding: 20px; border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.74)); border: 1px solid rgba(109,35,38,0.12); box-shadow: var(--shadow); }
.portrait-card img { border-radius: 24px; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 28px; }
.stat-card { padding: 22px; }
.stat-card strong { display:block; font-size: 2rem; color: var(--surface); margin-bottom: 6px; }
.stat-card span { color: var(--muted); }
.home-block { display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; align-items: start; }
.card { padding: 28px; }
.card-accent { background: linear-gradient(180deg, var(--surface), var(--surface-2)); color: #fff; }
.card-accent p, .card-accent li, .card-accent .lead { color: rgba(255,255,255,.88); }
.grid-3 { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display:grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card, .case-card, .insight-card, .team-card, .method-step, .timeline-item, .contact-card { padding: 26px; }
.service-card ul, .case-card ul { padding-left: 18px; margin: 0; color: var(--muted); }
.service-card li, .case-card li { margin-bottom: 8px; }
.band { background: rgba(199,156,87,0.10); }
.framework-panel { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: center; }
.framework-list { display: grid; gap: 12px; }
.framework-pill { padding: 14px 18px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-weight: 700; }
.method-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.method-step { position: relative; padding-top: 76px; }
.method-number { position: absolute; inset: 20px auto auto 20px; width: 42px; height: 42px; border-radius: 12px; background: var(--surface); color: white; display:grid; place-items:center; font-weight: 900; }
.insight-list { display: grid; gap: 18px; }
.insight-card h3 { margin-bottom: 10px; }
.team-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.team-card img { border-radius: 18px; margin-bottom: 18px; aspect-ratio: 4 / 5; object-fit: cover; }
.contact-button { display:inline-flex; padding: 12px 22px; margin-top: 12px; background-color: var(--surface); color: white; text-decoration:none; border-radius:999px; font-weight:700; }
.contact-button:hover { background-color: var(--surface-2); }
.media-speaking { margin-top: 34px; }
.media-item { padding-top: 20px; border-top: 1px solid rgba(109,35,38,0.12); margin-top: 20px; }
.portfolio-video { margin-top: 24px; }
.portfolio-video video { border-radius: 18px; box-shadow: var(--shadow); }
.metric-block { display:grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.metric { padding: 26px; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.metric strong { display:block; font-size: 2.2rem; color: var(--surface); }
.metric span { color: var(--muted); }
.page-hero { padding: 54px 0 24px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(199,156,87,0.13), rgba(246,241,234,1)); }
.breadcrumbs { color: var(--muted); font-size: .95rem; margin-bottom: 12px; }
.breadcrumbs a { text-decoration:none; }
.timeline { display:grid; gap: 18px; }
.timeline-item { display:grid; grid-template-columns: 90px 1fr; gap: 18px; align-items: start; }
.timeline-year { font-size: 1.7rem; font-weight: 900; color: white; background: var(--surface); border-radius: 18px; padding: 18px 14px; text-align:center; }
.contact-grid { display:grid; grid-template-columns: 1fr .9fr; gap: 24px; align-items:start; }
.form-card label { display:block; font-weight: 700; margin-bottom: 8px; }
.field { margin-bottom: 16px; }
.form-card input, .form-card textarea, .form-card select { width: 100%; padding: 14px 16px; border-radius: 16px; border: 1px solid rgba(109,35,38,0.18); font: inherit; background: #fff; }
.form-card textarea { min-height: 160px; resize: vertical; }
.site-footer { margin-top: 56px; padding: 44px 0 60px; border-top: 1px solid var(--line); background: #efe7de; }
.footer-grid { display:grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 22px; }
.footer-brand { margin-bottom: 12px; }
.site-footer h4 { margin-bottom: 10px; }
.site-footer a, .site-footer span { display:block; text-decoration:none; color: var(--muted); padding: 6px 0; }
.footer-note { color: var(--muted); max-width: 42ch; }
.page-nav { display:flex; gap:12px; flex-wrap:wrap; margin-top: 20px; }
.page-nav a { text-decoration:none; padding: 10px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); }
.deck-slide { min-height: 100vh; display:grid; place-items:center; padding: 70px 0; border-bottom: 1px solid var(--line); }
.deck-panel { background: var(--paper); border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 36px; }
.one-pager .sheet { max-width: 980px; margin: 24px auto; background: white; color: #111; border-radius: 20px; box-shadow: var(--shadow); padding: 36px; }
.one-pager .accent-line { height: 8px; background: linear-gradient(90deg, var(--surface), var(--gold)); border-radius: 999px; margin-bottom: 18px; }
.print-note { color: var(--muted); font-size: .92rem; }
@media print {
  .site-header, .site-footer, .print-note, .page-nav { display: none !important; }
  body { background: white; }
  .one-pager .sheet { margin: 0; box-shadow: none; border-radius: 0; max-width: none; }
}
@media (min-width: 1080px) {
  .desktop-nav, .header-cta { display:flex; }
  .mobile-toggle, .mobile-panel { display:none !important; }
}
@media (max-width: 1079px) {
  .hero-grid, .home-block, .framework-panel, .contact-grid, .footer-grid, .grid-3, .grid-2, .team-grid, .metric-block, .method-grid, .stat-grid, .timeline-item { grid-template-columns: 1fr; }
  .timeline-year { width: fit-content; }
  .site-header { position: static; }
}
