:root {
  --orange: #b85f37;
  --orange-light: #d98961;
  --ink: #20201f;
  --ink-soft: #343330;
  --paper: #f5f0e8;
  --white: #fffdf9;
  --line: rgba(32, 32, 31, 0.16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 12px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(245, 240, 232, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { height: 78px; display: flex; align-items: center; gap: 36px; }
.brand { text-decoration: none; display: inline-flex; align-items: baseline; gap: 10px; }
.brand-sj { color: var(--orange); font-weight: 900; font-size: 1.55rem; letter-spacing: -0.06em; }
.brand-text { font-size: 1.02rem; font-weight: 800; letter-spacing: -0.02em; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { text-decoration: none; font-size: 0.9rem; font-weight: 700; }
.header-cta { text-decoration: none; border-bottom: 2px solid var(--orange); padding: 6px 0; font-size: 0.9rem; font-weight: 800; }

.hero { padding: 70px 0 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 74px; align-items: center; }
.kicker, .eyebrow { margin: 0 0 20px; color: var(--orange); font-size: 0.76rem; line-height: 1; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.2rem, 6.8vw, 6.65rem); line-height: 0.9; letter-spacing: -0.07em; }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 650px; margin: 32px 0 0; font-size: clamp(1.1rem, 1.7vw, 1.42rem); line-height: 1.48; font-weight: 600; }
.credential-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.credential-row span { border: 1px solid var(--line); background: rgba(255,253,249,.55); padding: 11px 13px; font-size: 0.78rem; font-weight: 750; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; text-decoration: none; padding: 15px 20px; font-size: 0.9rem; font-weight: 850; }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--orange); }
.phone-link { font-size: 1rem; font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.portrait-wrap { position: relative; }
.portrait-accent { position: absolute; width: 68%; height: 86%; top: -24px; right: -34px; background: var(--orange); }
.portrait-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 2px; box-shadow: 0 24px 60px rgba(32,32,31,.16); }
.portrait-label { position: absolute; z-index: 2; left: -24px; bottom: 24px; min-width: 210px; color: var(--white); background: var(--ink); padding: 16px 19px; display: grid; gap: 3px; }
.portrait-label strong { font-size: 1rem; }
.portrait-label span { color: #d8d3cb; font-size: 0.78rem; }

.industry-strip { color: var(--white); background: var(--orange); }
.industry-inner { min-height: 112px; display: flex; align-items: center; gap: 50px; }
.industry-inner > p { margin: 0; flex: 0 0 auto; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.industry-list { display: flex; width: 100%; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.industry-list span { font-size: 1rem; font-weight: 800; }

.section { padding: 112px 0; }
.section-intro { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section h2 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: 0.98; letter-spacing: -0.055em; }
.section-intro > p { margin: 0 0 4px; font-size: 1.08rem; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article > span { color: var(--orange); font-size: 0.72rem; font-weight: 900; }
.service-grid h3 { margin: 56px 0 13px; font-size: 1.36rem; line-height: 1.1; letter-spacing: -0.03em; }
.service-grid p { margin: 0; line-height: 1.55; color: #5a5751; }

.about { color: var(--white); background: var(--ink); }
.about-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 100px; }
.eyebrow.light { color: var(--orange-light); }
.about-heading h2 { max-width: 510px; }
.about-copy { font-size: 1.08rem; line-height: 1.58; }
.about-copy p { margin: 0 0 23px; }
.about-copy p:last-child { margin-bottom: 0; color: #f3b08d; }

.engagement { background: var(--white); }
.engagement-panel { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; padding: 64px; border: 1px solid var(--line); background: var(--paper); }
.engagement-panel h2 { font-size: clamp(2.25rem, 4vw, 4.2rem); }
.engagement-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 12px; }
.engagement-list span { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 800; }

.contact { color: var(--white); background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 80px; align-items: end; }
.contact h2 { max-width: 650px; }
.contact .eyebrow { color: var(--ink); }
.contact-details { display: grid; gap: 10px; }
.contact-details a { width: fit-content; font-size: clamp(1.3rem, 2.5vw, 2.15rem); font-weight: 900; letter-spacing: -0.035em; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.contact-details p { max-width: 430px; margin: 20px 0 0; line-height: 1.55; }

.site-footer { background: var(--ink); color: #d2cec7; }
.footer-inner { min-height: 86px; display: flex; justify-content: space-between; align-items: center; gap: 30px; font-size: 0.82rem; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-grid, .section-intro, .about-grid, .engagement-panel, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 70px; }
  .portrait-wrap { max-width: 580px; }
  .section-intro, .about-grid, .engagement-panel, .contact-grid { gap: 42px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .industry-inner { align-items: flex-start; flex-direction: column; gap: 22px; padding-top: 28px; padding-bottom: 28px; }
  .industry-list { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .header-inner { height: 68px; }
  .brand-text { font-size: 0.92rem; }
  .header-cta { font-size: 0.8rem; }
  .hero { padding: 54px 0 70px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .portrait-accent { right: -15px; }
  .portrait-label { left: -8px; bottom: 14px; }
  .industry-list { flex-direction: column; gap: 10px; }
  .section { padding: 80px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; }
  .service-grid h3 { margin-top: 36px; }
  .engagement-panel { padding: 34px 24px; }
  .engagement-list { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; padding: 20px 0; }
}
