:root {
  --ink: #102927;
  --ink-soft: #38504d;
  --paper: #f2efe8;
  --paper-light: #faf8f3;
  --line: #cfcac0;
  --accent: #d9673c;
  --mint: #b9d0c8;
  --dark: #0d2523;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.06; letter-spacing: -0.04em; }

.site-header { min-height: 86px; max-width: 1440px; margin: auto; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; font-family: var(--display); font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--paper-light); background: var(--ink); border-radius: 50%; font-size: 11px; letter-spacing: -.05em; }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 500; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--accent); }
.nav-contact { border: 1px solid var(--ink); border-radius: 100px; padding: 9px 18px; }
.menu-button { display: none; border: 0; background: none; color: var(--ink); font: 600 14px var(--body); }

.hero { max-width: 1440px; min-height: 680px; margin: auto; padding: 92px 5vw 82px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 8vw; align-items: center; }
.eyebrow, .section-label, .panel-kicker, .case-type { color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 860px; margin-bottom: 32px; font-size: clamp(58px, 7.6vw, 112px); font-weight: 500; }
.hero h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 690px; color: var(--ink-soft); font-size: clamp(18px, 1.7vw, 24px); line-height: 1.5; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 22px; font-weight: 600; }
.button-primary { color: #fff; background: var(--ink); }
.button-primary:hover { background: var(--accent); }
.text-link { padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; }
.hero-panel { min-height: 420px; padding: 40px; color: var(--paper-light); background: var(--dark); display: flex; flex-direction: column; justify-content: space-between; }
.panel-kicker { color: var(--mint); }
.panel-quote { max-width: 390px; font: 500 clamp(27px, 2.8vw, 42px)/1.22 var(--display); letter-spacing: -.04em; }
.panel-lines { display: flex; align-items: end; gap: 8px; height: 58px; }
.panel-lines span { display: block; width: 8px; background: var(--accent); }
.panel-lines span:nth-child(1) { height: 42%; }.panel-lines span:nth-child(2) { height: 72%; }.panel-lines span:nth-child(3) { height: 100%; background: var(--mint); }
.panel-meta { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #ffffff33; color: #ffffffa8; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.proof { max-width: 1440px; margin: auto; padding: 0 5vw 72px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof div { padding: 24px 28px; border-left: 1px solid var(--line); }
.proof div:last-child { border-right: 1px solid var(--line); }
.proof strong { display: block; font: 500 clamp(34px, 4vw, 58px)/1 var(--display); letter-spacing: -.05em; }
.proof span { display: block; margin-top: 12px; color: var(--ink-soft); font-size: 13px; }

.section { padding: 110px 7vw; }
.section-label { margin-bottom: 30px; }
.intro-section { background: var(--paper-light); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-grid, .approach-grid { max-width: 1220px; margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 11vw; }
.intro-grid h2, .section-heading h2, .approach h2, .about h2 { font-size: clamp(42px, 5vw, 72px); font-weight: 500; }
.body-copy { color: var(--ink-soft); font-size: 18px; }

.services { max-width: 1280px; margin: auto; }
.section-heading { margin-bottom: 64px; display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; }
.section-heading .section-label { margin-bottom: 18px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--ink-soft); }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 70px 1fr 40px; gap: 25px; padding: 32px 0; border-bottom: 1px solid var(--line); align-items: start; }
.service-number { color: var(--accent); font-size: 12px; font-weight: 600; }
.service-list h3 { margin-bottom: 10px; font-size: clamp(23px, 2.4vw, 34px); font-weight: 500; }
.service-list p { max-width: 730px; margin-bottom: 0; color: var(--ink-soft); }
.service-arrow { justify-self: end; font-size: 24px; transition: transform .2s ease; }
.service-list article:hover .service-arrow { transform: translate(4px, -4px); color: var(--accent); }

.work { padding-left: max(7vw, calc((100vw - 1280px) / 2)); padding-right: max(7vw, calc((100vw - 1280px) / 2)); color: var(--paper-light); background: var(--dark); }
.section-heading.light > p { color: #ffffff9c; }
.work .section-label { color: var(--mint); }
.case-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1px; background: #ffffff25; border: 1px solid #ffffff25; }
.case-grid article { min-height: 310px; padding: 38px; background: var(--dark); }
.case-grid .case-featured { grid-row: span 2; min-height: 621px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, #183936, #0d2523 70%); }
.case-grid h3 { font-size: clamp(27px, 3vw, 45px); font-weight: 500; }
.case-grid p:not(.case-type) { color: #ffffffa6; }
.case-grid ul { margin: 24px 0 0; padding: 24px 0 0; border-top: 1px solid #ffffff2c; list-style: none; display: flex; flex-wrap: wrap; gap: 12px 25px; color: var(--mint); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }

.approach { background: var(--paper-light); }
.approach ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.approach li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.approach li > span { color: var(--accent); font-size: 12px; font-weight: 600; }
.approach h3 { margin-bottom: 8px; font-size: 22px; font-weight: 600; }
.approach li p { margin-bottom: 0; color: var(--ink-soft); }

.about { background: var(--mint); }
.about-card { max-width: 1100px; margin: auto; }
.about .section-label { color: var(--ink); }
.about-copy { max-width: 720px; margin-left: auto; color: #183d39; font-size: 18px; }
.credentials { margin-top: 65px; padding-top: 25px; border-top: 1px solid #183d3945; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }

.contact { padding: 125px 7vw; text-align: center; color: var(--paper-light); background: var(--accent); }
.contact .section-label { color: #4d1907; }
.contact h2 { max-width: 900px; margin: 0 auto 25px; font-size: clamp(44px, 6vw, 84px); font-weight: 500; }
.contact > p:not(.section-label) { max-width: 650px; margin: 0 auto 42px; color: #fffdf0d4; font-size: 18px; }
.contact-link { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid #fff; font: 500 clamp(20px, 2.5vw, 32px) var(--display); }
.contact-link span { margin-left: 12px; }
.linkedin-link { display: block; width: max-content; margin: 28px auto 0; color: #fffbe5cf; font-size: 14px; }

footer { padding: 32px 5vw; color: #ffffff9e; background: var(--dark); display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; font-size: 12px; }
footer p { margin: 0; } footer p:last-child { justify-self: end; }.footer-brand { color: #fff; }

.reveal { animation: rise .7s ease both; }.hero-panel { animation-delay: .14s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } }

@media (max-width: 850px) {
  .site-header { min-height: 72px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; z-index: 10; top: 72px; left: 0; right: 0; padding: 25px 5vw; background: var(--paper-light); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 18px; }
  nav.open { display: flex; }.nav-contact { text-align: center; }
  .hero { padding-top: 65px; grid-template-columns: 1fr; }.hero-panel { min-height: 360px; }
  .proof { grid-template-columns: repeat(2, 1fr); }.proof div:nth-child(2) { border-right: 1px solid var(--line); }.proof div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section { padding: 80px 6vw; }.intro-grid, .approach-grid, .section-heading { grid-template-columns: 1fr; gap: 35px; }
  .section-heading > p { max-width: 600px; }.case-grid { grid-template-columns: 1fr; }.case-grid .case-featured { min-height: 500px; grid-row: auto; }
  .about-copy { margin-left: 0; }.credentials { flex-direction: column; }.contact { padding: 90px 6vw; }
  footer { grid-template-columns: 1fr; text-align: center; } footer .brand { justify-self: center; } footer p:last-child { justify-self: center; }
}

@media (max-width: 540px) {
  .hero h1 { font-size: 52px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-panel { padding: 28px; }
  .proof { grid-template-columns: 1fr; }.proof div, .proof div:nth-child(2), .proof div:last-child { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .service-list article { grid-template-columns: 40px 1fr; }.service-arrow { display: none; }.case-grid article { padding: 28px; }
}
