:root {
  --ink: #151615;
  --ink-soft: #1d1f1e;
  --paper: #f0ede6;
  --muted: #aaa79f;
  --orange: #ff5100;
  --moss: #464a0a;
  --moss-light: #747a19;
  --line: rgba(240, 237, 230, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 92px; padding: 0 clamp(22px, 4vw, 64px); display: flex; align-items: center;
  justify-content: space-between; position: absolute; z-index: 20; inset: 0 0 auto;
  border-bottom: 1px solid var(--line); background: rgba(15, 16, 15, .82); backdrop-filter: blur(14px);
}
.brand img { width: clamp(180px, 19vw, 285px); height: 52px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: clamp(28px, 3.5vw, 62px); font-size: 15px; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.nav-contact { border: 1px solid var(--orange); padding: 12px 20px !important; transition: background .25s; }
.nav-contact:hover { background: var(--orange); }
.mobile-nav { display: none; }

.hero { min-height: 900px; position: relative; overflow: hidden; display: flex; align-items: stretch; }
.hero-image { position: absolute; inset: 0; background: #2b2c29; animation: heroIn 1.1s ease-out both; }
.hero-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,10,.55) 0%, rgba(10,11,10,.12) 58%, rgba(10,11,10,.08)); }
.hero-shape { position: absolute; z-index: 1; top: 92px; bottom: 128px; left: 0; width: min(57vw, 840px); background: linear-gradient(110deg, #131514 4%, #181a19 72%, rgba(24,26,25,.97)); clip-path: polygon(0 0, 72% 0, 100% 18%, 88% 100%, 0 100%); box-shadow: 25px 0 60px rgba(0,0,0,.22); }
.hero-shape::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(24deg, transparent 49.5%, #9a9a93 50%, transparent 50.5%), linear-gradient(114deg, transparent 49.7%, #9a9a93 50%, transparent 50.3%); background-size: 150px 150px, 220px 220px; }
.hero-content { position: relative; z-index: 2; width: min(720px, 52vw); padding: 166px 32px 172px clamp(24px, 4vw, 64px); display: flex; flex-direction: column; justify-content: center; animation: contentIn .75s .1s ease-out both; }
.eyebrow, .kicker { margin: 0 0 24px; color: var(--orange); text-transform: uppercase; letter-spacing: .2em; font-weight: 800; font-size: 12px; }
.eyebrow { color: var(--paper); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 44px; height: 2px; background: var(--orange); }
h1, h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; text-transform: uppercase; font-weight: 500; letter-spacing: -.035em; line-height: .9; }
h1 { max-width: 690px; font-size: clamp(68px, 7.2vw, 108px); }
.hero-copy { max-width: 560px; margin: 28px 0 0; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.48; color: #e2dfd8; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; }
.button { min-height: 58px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid transparent; font-weight: 700; transition: .25s ease; }
.button span { font-size: 22px; transition: transform .25s; }
.button:hover span { transform: translateX(4px); }
.button-primary { background: var(--orange); color: #fff; }
.button-primary:hover { background: #e94900; }
.button-secondary { border-color: rgba(240,237,230,.64); background: rgba(0,0,0,.15); }
.button-secondary:hover { background: var(--paper); color: var(--ink); }
.approval-badge { width: fit-content; margin-top: 28px; border: 1px solid var(--orange); display: flex; align-items: stretch; transition: background .25s; }
.approval-badge:hover { background: rgba(255,81,0,.1); }
.approval-mark { display: grid; place-items: center; padding: 12px 14px; border-right: 1px solid var(--orange); color: var(--orange); font-weight: 900; letter-spacing: -.06em; }
.approval-badge > span:last-child { padding: 10px 15px; display: flex; flex-direction: column; gap: 3px; }
.approval-badge strong { font-size: 14px; color: var(--orange); }
.approval-badge small { font-size: 11px; color: #c7c5bf; }
.service-rail { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; height: 128px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(18,19,18,.95); border-top: 1px solid var(--line); }
.service-rail a { padding: 34px clamp(20px, 3vw, 52px); text-transform: uppercase; letter-spacing: .16em; font-family: Impact, "Arial Narrow", sans-serif; font-size: 19px; border-right: 1px solid var(--line); transition: background .25s, color .25s; }
.service-rail small { display: block; color: var(--orange); font-family: Arial, sans-serif; font-size: 10px; margin-bottom: 12px; }
.service-rail a:hover { background: var(--orange); color: white; }
.service-rail a:hover small { color: white; }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 5vw, 76px); }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; background: var(--paper); color: var(--ink); }
.section-label { width: fit-content; text-transform: uppercase; font-size: 11px; letter-spacing: .2em; font-weight: 800; padding: 18px 20px; color: #f0ede6; background: var(--moss); border-left: 5px solid var(--orange); }
.lead { margin: 0; max-width: 1040px; font-size: clamp(36px, 5vw, 74px); line-height: 1.06; letter-spacing: -.045em; font-weight: 700; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 980px; margin-top: 72px; }
.intro-grid p { margin: 0; font-size: 17px; line-height: 1.7; color: #545651; }

.work-visuals { display: grid; grid-template-columns: 1.45fr 1fr; min-height: 650px; background: var(--moss); }
.work-visual { margin: 0; position: relative; overflow: hidden; min-height: 560px; border-left: 1px solid rgba(240,237,230,.3); }
.work-visual:first-child { border-left: 0; }
.work-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.work-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(16,18,13,.86)); pointer-events: none; }
.work-visual:hover img { transform: scale(1.025); }
.work-visual figcaption { position: absolute; z-index: 1; left: clamp(24px, 4vw, 58px); right: 28px; bottom: 40px; }
.work-visual figcaption span, .work-visual figcaption strong { display: block; }
.work-visual figcaption span { color: #d1d3a4; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; margin-bottom: 13px; }
.work-visual figcaption strong { max-width: 590px; font-size: clamp(25px, 3vw, 45px); line-height: 1.05; }

.services { background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 80px; margin-bottom: 80px; }
.section-heading h2, .competence h2, .contact h2 { font-size: clamp(58px, 8vw, 116px); }
.section-heading > p { max-width: 470px; color: var(--muted); line-height: 1.7; font-size: 17px; margin: 0 0 4px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 70px 1.2fr 1.4fr 1.2fr; align-items: center; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.service-number { color: var(--orange); font: 12px Arial; letter-spacing: .15em; }
.service-item h3 { font-family: Impact, "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .02em; font-size: clamp(28px, 3vw, 44px); font-weight: 500; margin: 0; }
.service-item > p { color: var(--muted); line-height: 1.6; margin: 0; max-width: 520px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.tag-row span { border: 1px solid #555c18; padding: 8px 10px; font-size: 11px; color: #c9cba9; background: rgba(70,74,10,.14); }

.competence { display: grid; grid-template-columns: 2fr 1fr; padding-right: 0; background: linear-gradient(125deg, #202220 0%, #202220 72%, #292c17 100%); }
.competence-panel { padding-right: clamp(28px, 6vw, 90px); }
.competence-copy { max-width: 720px; color: #bbb8b1; font-size: 18px; line-height: 1.7; margin: 40px 0 60px; }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.quality-grid div { min-height: 150px; padding: 30px 24px 30px 0; border-bottom: 1px solid var(--line); }
.quality-grid div:nth-child(odd) { border-right: 1px solid var(--line); }
.quality-grid div:nth-child(even) { padding-left: 30px; }
.quality-grid strong, .quality-grid span { display: block; }
.quality-grid strong { color: var(--orange); text-transform: uppercase; font-size: 13px; letter-spacing: .1em; }
.quality-grid span { margin-top: 13px; color: #aaa8a1; line-height: 1.5; }
.approval-list { background: var(--orange); color: #181918; padding: clamp(50px, 6vw, 90px) clamp(28px, 4vw, 62px); }
.approval-list > p { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; margin: 0 0 42px; }
.approval-list div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 26px 0; border-top: 1px solid rgba(0,0,0,.25); line-height: 1.45; font-weight: 700; }
.approval-list div span { font-size: 11px; padding-top: 4px; }
.approval-list small { display: block; margin-top: 30px; color: rgba(0,0,0,.62); }

.process { background: var(--paper); color: var(--ink); }
.section-heading.compact { grid-template-columns: 1fr; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid #bbb8b0; }
.steps li { display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid #bbb8b0; padding: 32px 0; }
.steps li > span { color: var(--orange); font-size: 12px; letter-spacing: .15em; }
.steps li div { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.steps strong { font-family: Impact, "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .03em; font-size: clamp(25px, 3vw, 40px); font-weight: 500; }
.steps p { margin: 0; max-width: 480px; color: #5e605c; line-height: 1.6; }

.contact { background: var(--orange); color: #141514; padding: clamp(90px, 11vw, 160px) clamp(24px, 5vw, 76px) 56px; }
.contact .kicker { color: #141514; }
.contact-inner { max-width: 1000px; }
.contact-inner > p:not(.kicker) { max-width: 650px; font-size: 19px; line-height: 1.65; }
.button-light { margin-top: 22px; background: var(--paper); color: #151615; min-width: min(100%, 390px); }
.button-light:hover { background: white; }
.contact-actions { display: flex; align-items: center; gap: 28px; margin-top: 22px; flex-wrap: wrap; }
.contact-actions .button-light { margin-top: 0; }
.contact-email { font-weight: 800; border-bottom: 2px solid rgba(0,0,0,.35); padding: 8px 0; }
.contact-email:hover { border-color: #141514; }
.contact-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 110px; padding-top: 32px; border-top: 1px solid rgba(0,0,0,.25); }
.contact-meta small, .contact-meta strong { display: block; }
.contact-meta small { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; margin-bottom: 10px; }
.contact-meta strong { font-size: 15px; }

footer { background: #111211; padding: 55px clamp(24px, 5vw, 76px) 38px; }
footer img { width: min(480px, 70vw); }
footer p { color: #878983; margin: 32px 0 70px; }
footer div { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); color: #888a84; font-size: 12px; }
footer a { color: var(--paper); }

@keyframes heroIn { from { transform: scale(1.025); opacity: .75; } to { transform: scale(1); opacity: 1; } }
@keyframes contentIn { from { transform: translateY(18px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { list-style: none; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 25px; height: 2px; background: var(--orange); display: block; }
  .mobile-nav div { position: absolute; top: 50px; right: 0; width: 230px; background: #171817; border: 1px solid var(--line); display: flex; flex-direction: column; padding: 12px; box-shadow: 0 18px 40px rgba(0,0,0,.3); }
  .mobile-nav div a { padding: 15px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 880px; padding-bottom: 0; }
  .hero-shape { width: 82vw; bottom: 0; clip-path: polygon(0 0, 76% 0, 100% 15%, 88% 100%, 0 100%); }
  .hero-content { width: 75vw; padding-top: 145px; padding-bottom: 55px; }
  .service-rail { display: none; }
  .intro { grid-template-columns: 1fr; }
  .work-visuals { grid-template-columns: 1fr 1fr; min-height: 520px; }
  .work-visual { min-height: 520px; }
  .section-heading { grid-template-columns: 1fr; gap: 35px; }
  .service-item { grid-template-columns: 45px 1fr; }
  .service-item > p, .service-item .tag-row { grid-column: 2; justify-content: flex-start; }
  .competence { grid-template-columns: 1fr; padding-right: 0; padding-bottom: 0; }
  .competence-panel { padding-right: clamp(24px, 5vw, 76px); padding-bottom: 80px; }
  .contact-meta { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header { height: 76px; }
  .brand img { width: 190px; }
  .hero { min-height: 820px; }
  .hero-image > img { object-position: 62% center; }
  .hero-shape { top: 76px; width: 100%; bottom: 0; clip-path: none; background: linear-gradient(90deg, rgba(18,20,19,.96), rgba(18,20,19,.79)); }
  .hero-content { width: 100%; padding: 125px 22px 48px; justify-content: flex-end; }
  h1 { font-size: clamp(61px, 20vw, 88px); }
  .hero-copy { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .approval-badge { width: 100%; }
  .intro-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 46px; }
  .work-visuals { grid-template-columns: 1fr; }
  .work-visual { min-height: 440px; border-left: 0; border-top: 1px solid rgba(240,237,230,.3); }
  .section-heading { margin-bottom: 54px; }
  .service-item { grid-template-columns: 38px 1fr; gap: 16px; padding: 30px 0; }
  .tag-row { display: none; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid div:nth-child(odd) { border-right: 0; }
  .quality-grid div:nth-child(even) { padding-left: 0; }
  .steps li { grid-template-columns: 45px 1fr; }
  .steps li div { grid-template-columns: 1fr; gap: 12px; }
  .contact-meta { grid-template-columns: 1fr; margin-top: 80px; }
  footer div { flex-direction: column; gap: 15px; }
}
