:root {
  --bg: #f5f4ef;
  --surface: #ffffff;
  --ink: #171916;
  --muted: #656861;
  --line: #d9dad3;
  --accent: #24352e;
  --accent-2: #d8e0d8;
  --max: 1180px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 800; letter-spacing: -.04em; font-size: 1.25rem;
}
.brand-mark {
  width: 30px; height: 30px; border: 1.5px solid var(--ink);
  display: grid; place-items: center; border-radius: 50%; font-size: .85rem;
}
nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; }
nav a { text-decoration: none; color: var(--muted); }
nav a:hover { color: var(--ink); }
.nav-cta { border: 1px solid var(--ink); padding: 8px 15px; border-radius: 999px; color: var(--ink); }
.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.hero {
  min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr;
  gap: 60px; align-items: center; padding: 70px 0 100px;
}
.eyebrow {
  margin: 0 0 18px; font-size: .75rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
}
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; line-height: 1.05; }
h1 { font-size: clamp(3.2rem, 6.4vw, 6rem); max-width: 760px; margin: 0; }
h1 span { color: #63736a; }
.hero-text { max-width: 610px; color: var(--muted); font-size: 1.15rem; margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 16px;
  min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px;
  text-decoration: none; font: inherit; font-weight: 700; cursor: pointer;
}
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { transform: translateY(-1px); }
.button:disabled { opacity: .6; cursor: wait; }
.text-link { text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; overflow: hidden; }
.visual-card {
  width: min(350px, 75%); aspect-ratio: 1 / 1.22; background: #1b211d; color: white;
  padding: 34px; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 24px 24px 0 #dce1dc; position: relative; z-index: 2;
}
.visual-card strong { font: 700 clamp(1.7rem, 3vw, 2.5rem)/1.05 "Manrope", sans-serif; letter-spacing: -.04em; }
.visual-label { font-size: .65rem; letter-spacing: .18em; opacity: .65; }
.visual-line { height: 1px; width: 45%; background: rgba(255,255,255,.5); }
.orb { position: absolute; border-radius: 50%; filter: blur(.2px); }
.orb-one { width: 240px; height: 240px; background: #cdd7d0; left: 3%; top: 8%; }
.orb-two { width: 180px; height: 180px; background: #e4dcca; right: 2%; bottom: 10%; }
.services { padding: 120px 0; border-top: 1px solid var(--line); }
.section-intro { max-width: 700px; margin-bottom: 55px; }
h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); margin: 0 0 22px; }
.section-intro > p:last-child { color: var(--muted); max-width: 620px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { background: var(--bg); min-height: 310px; padding: 30px; }
.service-number { color: var(--muted); font-size: .75rem; }
.service-card h3 { font-size: 1.45rem; margin: 70px 0 15px; }
.service-card p { color: var(--muted); font-size: .95rem; margin: 0; }
.approach { padding: 30px 0 120px; }
.approach-panel {
  background: var(--accent); color: white; padding: clamp(35px, 7vw, 85px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-radius: var(--radius);
}
.approach-panel .eyebrow { color: #bac5be; }
.approach-panel h2 { max-width: 520px; }
.approach-copy { color: #c8cec9; max-width: 510px; }
.approach-copy p { margin-top: 0; margin-bottom: 22px; }
.principles { border-top: 1px solid #536058; margin-top: 40px; padding-top: 18px; display: flex; gap: 20px; flex-wrap: wrap; font-size: .8rem; }
.contact { padding: 100px 0 130px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; border-top: 1px solid var(--line); }
.contact-copy h2 { max-width: 500px; }
.contact-copy p:not(.eyebrow) { color: var(--muted); max-width: 480px; }
.contact-copy > a { font-weight: 700; text-underline-offset: 4px; }
.lead-form { background: var(--surface); padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.field { margin-bottom: 21px; }
.field label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #cfd1ca; border-radius: 10px; background: #fff;
  padding: 13px 14px; font: inherit; color: var(--ink); outline: none;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px #e5e9e4; }
.error { display: block; min-height: 17px; color: #a23d35; font-size: .75rem; margin-top: 4px; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .78rem; margin: 20px 0; }
.consent input { margin-top: 4px; }
.button-full { width: 100%; }
.form-status { min-height: 22px; margin: 14px 0 0; font-size: .85rem; }
.privacy-note { color: #7a7c75; font-size: .7rem; margin-bottom: 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden; }
.site-footer {
  border-top: 1px solid var(--line); width: min(var(--max), calc(100% - 40px)); margin: 0 auto;
  min-height: 110px; display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: .8rem;
}
.footer-brand { color: var(--ink); margin-right: auto; }
@media (max-width: 900px) {
  .hero, .contact, .approach-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 45px; }
  .hero-visual { min-height: 420px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact { gap: 45px; }
}
@media (max-width: 620px) {
  .site-header { min-height: 72px; }
  nav a:not(.nav-cta) { display: none; }
  .section, .site-header, .site-footer { width: min(100% - 28px, var(--max)); }
  .hero { padding: 45px 0 75px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-visual { min-height: 350px; }
  .visual-card { width: 67%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .service-card h3 { margin-top: 55px; }
  .services, .contact { padding: 80px 0; }
  .approach { padding-bottom: 80px; }
  .approach-panel { padding: 32px 25px; }
  .lead-form { padding: 25px 20px; }
  .site-footer { flex-wrap: wrap; padding: 25px 0; gap: 12px 20px; }
  .footer-brand { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button-primary:hover { transform: none; } }

.experience-story { padding: 20px 0 120px; }
.experience-head { max-width: 820px; margin-bottom: 55px; }
.experience-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.experience-grid > div { padding:30px 25px 35px 0; margin-right:25px; border-right:1px solid var(--line); }
.experience-grid > div:last-child { border-right:0; margin-right:0; }
.experience-grid span { font-size:.72rem; color:var(--muted); }
.experience-grid h3 { font-size:1.45rem; margin:55px 0 12px; }
.experience-grid p { margin:0; color:var(--muted); font-size:.92rem; max-width:230px; }
@media (max-width:900px) {
  .experience-grid { grid-template-columns:repeat(2,1fr); }
  .experience-grid > div:nth-child(2) { border-right:0; }
  .experience-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .experience-grid > div:nth-child(3), .experience-grid > div:nth-child(4) { padding-top:30px; }
}
@media (max-width:620px) {
  .experience-story { padding-bottom:80px; }
  .experience-grid { grid-template-columns:1fr; }
  .experience-grid > div { border-right:0; border-bottom:1px solid var(--line); margin:0; padding:25px 0; }
  .experience-grid > div:last-child { border-bottom:0; }
  .experience-grid h3 { margin:30px 0 10px; }
}
