:root {
  --ink: #111310;
  --ink-soft: #1a1d19;
  --paper: #f5f1e8;
  --paper-deep: #e9e2d5;
  --orange: #ff5a1f;
  --orange-dark: #d83d09;
  --lime: #c7f36a;
  --muted: #706e67;
  --line: rgba(17, 19, 16, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}
.brand-emblem {
  display: block;
  width: clamp(68px, 6.5vw, 76px);
  height: auto;
  object-fit: contain;
}
.brand-name {
  display: grid;
  gap: 1px;
  color: white;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-name span { display: block; }

.site-header nav { display: flex; gap: 34px; font-size: 14px; color: #c9c8c2; }
.site-header nav a:hover { color: white; }
.header-call { flex: 0 0 auto; font-weight: 800; font-size: 14px; letter-spacing: .04em; white-space: nowrap; }

.hero {
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 152px 24px 84px;
  color: white;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 56px 56px,
    radial-gradient(circle at 70% 38%, #2a3027 0, #111310 42%, #090a09 78%);
  overflow: hidden;
}
.hero-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 76px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c5c5bd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: var(--muted); }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(52px, 7vw, 92px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 900;
}
.hero h1 span { display: block; color: var(--orange); }
.hero-intro {
  max-width: 650px;
  margin: 30px 0 0;
  color: #c7c7c0;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 12px; margin-top: 38px; }
.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { border-color: rgba(255,255,255,.26); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }

.workshop-card {
  position: relative;
  min-height: 420px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 26px 26px 0 rgba(255,90,31,.9);
  overflow: hidden;
}
.card-topline, .card-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 16px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: #2c7d26; box-shadow: 0 0 0 5px rgba(44,125,38,.12); }
.card-main { position: relative; z-index: 2; }
.card-main p { margin: 0; font-size: clamp(30px, 4vw, 46px); font-weight: 400; letter-spacing: -.05em; }
.card-main strong { display: block; margin-top: 4px; font-size: clamp(34px, 4.6vw, 56px); letter-spacing: -.06em; line-height: .95; }
.card-footer { padding-top: 18px; border-top: 1px solid rgba(17,19,16,.22); }
.technical-grid { position: absolute; inset: 0; opacity: .22; }
.ring { position: absolute; border: 2px solid var(--ink); border-radius: 50%; }
.ring-one { width: 210px; height: 210px; right: -46px; top: 62px; }
.ring-two { width: 92px; height: 92px; right: 13px; top: 121px; }
.line { position: absolute; height: 2px; background: var(--ink); transform-origin: left; }
.line-one { width: 260px; right: -60px; top: 88px; transform: rotate(48deg); }
.line-two { width: 300px; right: -80px; bottom: 75px; transform: rotate(-36deg); }

.proof-strip {
  min-height: 82px;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px 62px;
  background: var(--orange);
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.proof-strip span:not(:last-child)::after { content: "✦"; margin-left: 62px; color: var(--ink); }

.section { padding: 120px 24px; }
.services-section { width: min(1180px, 100%); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .about-grid h2, .contact-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 6px; max-width: 480px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.service-card { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, color .2s; }
.service-card:hover { background: var(--ink); color: white; }
.service-number { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { margin: 74px 0 14px; font-size: 23px; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 15px; }
.service-card:hover p { color: #bdbdb6; }

.about-section { padding: 0 24px 120px; background: var(--ink); color: white; }
.about-rail {
  width: min(1180px, 100%);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #a5a69f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 800;
}
.about-rail i { flex: 1; height: 1px; background: rgba(255,255,255,.15); }
.about-grid { width: min(1180px, 100%); margin: 0 auto; padding-top: 100px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; }
.about-grid h2 { max-width: 640px; }
.about-copy > p { margin: 37px 0 48px; color: #b8b9b2; font-size: 17px; line-height: 1.7; }
.principles { border-top: 1px solid rgba(255,255,255,.15); }
.principles div { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); align-items: center; }
.principles strong { color: var(--orange); font-size: 12px; }
.principles span { color: #deded8; font-size: 15px; }

.contact-section { background: var(--paper-deep); }
.contact-panel { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: white; }
.contact-copy { padding: 72px; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 26px 0 0; color: #b9bab2; font-size: 17px; line-height: 1.65; }
.contact-actions .text-link { margin-left: 10px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 14px; font-weight: 800; }
.contact-details { padding: 72px 58px; display: grid; gap: 48px; background: var(--lime); color: var(--ink); }
.detail-label { display: block; margin-bottom: 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; }
.contact-details strong { display: block; font-size: 25px; letter-spacing: -.03em; }
.contact-details p { margin: 12px 0; line-height: 1.6; color: #484a43; }
.contact-details a { font-size: 14px; font-weight: 900; border-bottom: 1px solid var(--ink); }
.contact-details dl { margin: 0; }
.contact-details dl div { display: flex; justify-content: space-between; gap: 24px; padding: 11px 0; border-bottom: 1px solid rgba(17,19,16,.17); }
.contact-details dt, .contact-details dd { margin: 0; font-size: 14px; }
.contact-details dd { font-weight: 900; }

footer { min-height: 150px; padding: 38px max(24px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #080908; color: #8d8f87; font-size: 12px; }
.footer-brand { color: white; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 32px); height: 76px; }
  .site-header nav { display: none; }
  .header-call { font-size: 13px; }
  .hero { min-height: auto; padding: 126px 20px 76px; }
  .hero-grid, .section-heading, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .workshop-card { min-height: 340px; box-shadow: 14px 14px 0 var(--orange); }
  .section-heading { gap: 28px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 40px; }
  .contact-copy, .contact-details { padding: 54px 42px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .brand { flex-direction: row; gap: 8px; }
  .brand-emblem { width: clamp(78px, 25vw, 82px); }
  .brand-name { gap: 0; font-size: 11px; }
  .header-call { display: block; font-size: 13px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .proof-strip { padding: 28px 20px; justify-content: flex-start; gap: 16px; }
  .proof-strip span { width: 100%; }
  .proof-strip span:not(:last-child)::after { float: right; margin-left: 0; }
  .section { padding: 82px 20px; }
  .section-heading h2, .about-grid h2, .contact-copy h2 { font-size: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 225px; }
  .service-card h3 { margin-top: 48px; }
  .about-section { padding: 0 20px 82px; }
  .about-rail { min-height: 72px; }
  .about-rail i { display: none; }
  .about-rail span { font-size: 9px; }
  .about-grid { padding-top: 70px; }
  .contact-copy, .contact-details { padding: 42px 28px; }
  .contact-actions { flex-direction: column; align-items: stretch; }
  .contact-actions .text-link { margin: 10px auto 0; }
  footer { padding-bottom: 104px; }
  .mobile-actions {
    position: fixed;
    z-index: 20;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 8px;
    padding: 8px;
    background: rgba(8,9,8,.94);
    box-shadow: 0 10px 30px rgba(0,0,0,.26);
    backdrop-filter: blur(10px);
  }
  .mobile-actions a { min-height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); color: white; font-size: 13px; font-weight: 900; }
  .mobile-actions a:last-child { border-color: var(--orange); background: var(--orange); }
}

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