:root {
  --ink: #111111;
  --paper: #f2f0ea;
  --paper-2: #e9e6de;
  --accent: #ed5b3a;
  --muted: #6d6a63;
  --line: rgba(17, 17, 17, 0.22);
  --max: 1320px;
  --pad: clamp(22px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }

:where(a, button, input, textarea):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
#about, #services, #testimonials, #contact { scroll-margin-top: 92px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 10px;
  z-index: 999;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
}
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  backdrop-filter: blur(12px);
}
.header-inner {
  max-width: var(--max);
  margin: auto;
  min-height: 76px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 21px;
}
.nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 36px); }
.nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
}
.lang {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-left: 8px;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.lang a[aria-current="page"] { text-decoration: underline; text-underline-offset: 4px; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; padding: 8px 0; cursor: pointer; background: none; border: 0; font-weight: 700; text-transform: uppercase; }

.section { border-bottom: 1px solid var(--line); }
.section-inner { max-width: var(--max); margin: auto; padding: clamp(70px, 9vw, 145px) var(--pad); }
.eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
}
.section-title {
  margin: 0;
  font-size: clamp(48px, 7.5vw, 112px);
  line-height: .88;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.hero .section-inner { padding-top: clamp(64px, 8vw, 120px); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .76fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: end;
}
.hero h1 {
  margin: 0;
  font-size: clamp(76px, 11.7vw, 176px);
  line-height: .78;
  letter-spacing: -0.075em;
  font-weight: 800;
}
.hero h1 span { display: block; }
.hero-copy { margin-top: clamp(30px, 5vw, 70px); }
.hero-copy p {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  max-width: 560px;
}
.hero-copy p + p { margin-top: 5px; }
.hero-cta {
  display: inline-flex;
  margin-top: 34px;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 8px;
}
.hero-cta::after { content: "↘"; font-size: 22px; }
.hero-image-wrap { position: relative; align-self: stretch; min-height: 560px; }
.hero-image {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.82) contrast(1.02);
}

.services-grid { margin-top: clamp(60px, 8vw, 110px); border-top: 1px solid var(--ink); }
.service {
  display: grid;
  grid-template-columns: 90px minmax(250px, .85fr) 1.4fr;
  gap: clamp(20px, 4vw, 70px);
  padding: 38px 0 46px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.service-no { font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.service h3 { margin: 0; font-size: clamp(26px, 3vw, 44px); line-height: 1; letter-spacing: -.045em; }
.service p { margin: 0; font-size: clamp(18px, 1.6vw, 24px); max-width: 760px; }
.service p + p { margin-top: 8px; }

.testimonial-top { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.testimonial-top .small-copy { max-width: 420px; font-size: 18px; color: var(--muted); }
.testimonials { margin-top: 70px; }
.testimonial {
  display: grid;
  grid-template-columns: 82px 190px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 62px);
  padding: 44px 0;
  border-top: 1px solid var(--ink);
}
.testimonial:last-child { border-bottom: 1px solid var(--ink); }
.testimonial-photo { width: 190px; aspect-ratio: 1; object-fit: cover; filter: grayscale(100%); }
.testimonial-name { margin: 4px 0 4px; font-size: 22px; font-weight: 700; }
.testimonial-role { margin: 0; color: var(--muted); font-size: 14px; }
.quote { margin: 0; font-size: clamp(21px, 2.15vw, 31px); line-height: 1.23; letter-spacing: -.025em; }
.quote p { margin: 0 0 16px; }

.logos { overflow: hidden; background: var(--paper-2); }
.logo-title { margin-bottom: 40px; font-size: 13px; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); }
.logo-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(100px, 1fr));
  gap: 24px;
  align-items: center;
}
.logo-card {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.18);
}
.logo-card img { max-width: 100%; max-height: 58px; object-fit: contain; filter: grayscale(1); }

.story-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(45px, 8vw, 130px);
  align-items: start;
}
.story-image { width: 100%; aspect-ratio: 1 / .9; object-fit: cover; object-position: center; }
.story-copy h2 { margin-bottom: 48px; }
.story-copy p { max-width: 760px; font-size: clamp(21px, 2.2vw, 32px); line-height: 1.25; letter-spacing: -.025em; }
.story-copy a { text-decoration-thickness: 1px; text-underline-offset: 4px; }

.contact { background: var(--ink); color: var(--paper); }
.contact .section-inner { padding-bottom: 80px; }
.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 8vw, 120px);
}
.contact h2 { color: var(--paper); }
.contact-intro { font-size: clamp(20px, 2vw, 28px); max-width: 490px; }
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { margin-bottom: 26px; }
.field label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(242,240,234,.55);
  border-radius: 0;
  padding: 13px 0 15px;
  outline: none;
}
.field textarea { resize: vertical; min-height: 116px; }
.field input:focus, .field textarea:focus { border-color: var(--paper); }
.submit {
  margin-top: 12px;
  border: 1px solid var(--paper);
  background: var(--paper);
  color: var(--ink);
  min-width: 180px;
  padding: 15px 22px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .06em;
}
.form-status { margin-top: 14px; font-size: 14px; color: #cbc7bd; min-height: 21px; }

.site-footer { background: var(--ink); color: var(--paper); border-top: 1px solid rgba(242,240,234,.2); }
.footer-inner { max-width: var(--max); margin: auto; padding: 30px var(--pad) 45px; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.footer-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-nav a { text-decoration: none; }

@media (max-width: 960px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: var(--paper); padding: 28px var(--pad); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .lang { margin: 8px 0 0; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); width: 100%; }
  .menu-toggle { display: block; }
  .hero-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-image-wrap, .hero-image { min-height: 0; }
  .hero-image { aspect-ratio: 4 / 5; }
  .service { grid-template-columns: 65px 1fr; }
  .service > :nth-child(3) { grid-column: 2; }
  .service p { grid-column: 2; }
  .testimonial { grid-template-columns: 55px 140px 1fr; }
  .testimonial-photo { width: 140px; }
  .logo-strip { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 680px) {
  .header-inner { min-height: 66px; }
  .nav { top: 66px; }
  .section-inner { padding-top: 70px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(67px, 23vw, 110px); }
  .section-title { font-size: clamp(54px, 17vw, 82px); }
  .testimonial-top { display: block; }
  .testimonial-top .small-copy { max-width: none; margin: 24px 0 0; }
  .service { grid-template-columns: 48px 1fr; padding: 30px 0 36px; }
  .testimonial { grid-template-columns: 48px 1fr; }
  .testimonial-photo { grid-column: 2; width: min(180px, 60vw); }
  .testimonial-content { grid-column: 2; }
  .logo-strip { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
