:root {
  --ink: #191817;
  --ink-soft: #2d2927;
  --paper: #f7f4f0;
  --paper-2: #ebe5df;
  --white: #fff;
  --muted: #66706c;
  --line: rgba(16, 21, 20, 0.14);
  --accent: #c83f36;
  --accent-dark: #9f2d27;
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 82px; color: var(--ink); background: #fff; border-bottom: 1px solid rgba(25,24,23,.11); box-shadow: 0 8px 30px rgba(25,24,23,.04); transition: background .25s, height .25s; }
.site-header.scrolled { height: 72px; background: #fff; }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { margin-right: auto; }
.brand-plate { display: inline-flex; align-items: center; justify-content: center; padding: 4px 8px; min-width: 168px; min-height: 50px; background: #fff; }
.brand-plate img { max-height: 42px; width: auto; object-fit: contain; }
.desktop-nav { display: flex; gap: 32px; font-size: 13px; font-weight: 700; }
.desktop-nav a { opacity: .76; transition: opacity .2s, color .2s; }
.desktop-nav a:hover { opacity: 1; color: var(--accent); }
.header-call { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; }
.header-call svg { width: 17px; fill: none; stroke: var(--accent); stroke-width: 2; }
.menu-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 0; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--ink); transition: transform .25s; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 940px; color: #fff; display: flex; align-items: center; overflow: hidden; background: #121817; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,15,14,.98) 0%, rgba(11,15,14,.83) 42%, rgba(11,15,14,.24) 78%, rgba(11,15,14,.48) 100%), url("assets/workshop-hero.jpg") center/cover no-repeat; transform: scale(1.015); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.12) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-content { position: relative; z-index: 2; padding-top: 50px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; }
.eyebrow { color: rgba(255,255,255,.75); margin-bottom: 27px; }
.eyebrow span { width: 28px; height: 2px; background: var(--accent); }
.hero h1 { max-width: 950px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(54px, 6.5vw, 92px); line-height: .96; letter-spacing: -.055em; }
.hero h1 em { color: #ff675d; font-style: normal; }
.hero-content > p { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: #fff; color: var(--ink); }
.hero-foot { position: absolute; z-index: 2; bottom: 0; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.hero-foot > div { padding: 25px 28px 28px 0; display: flex; flex-direction: column; gap: 5px; }
.hero-foot > div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.17); }
.hero-foot strong { font-family: "Space Grotesk",sans-serif; font-size: 14px; }
.hero-foot span { font-size: 11px; color: rgba(255,255,255,.48); }

.kicker { color: #56605d; margin-bottom: 19px; }
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--accent-dark); }
.kicker-light { color: rgba(255,255,255,.55); }
.section-heading h2, .about h2, .solutions h2, .contact h2 { margin: 0; font-family: "Space Grotesk",sans-serif; font-size: clamp(39px, 5vw, 62px); letter-spacing: -.045em; line-height: 1.04; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.service-card { grid-column: span 2; min-height: 390px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.48); display: flex; flex-direction: column; position: relative; overflow: hidden; isolation: isolate; transition: background .25s, border-color .25s, transform .25s, box-shadow .25s; }
.service-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 100% 0, rgba(200,63,54,.1), transparent 38%); opacity: 0; transition: opacity .25s; }
.service-card::after { content: ""; position: absolute; z-index: -1; right: -36px; bottom: -48px; width: 140px; height: 140px; border: 1px solid rgba(200,63,54,.12); border-radius: 50%; box-shadow: 0 0 0 22px rgba(200,63,54,.025), 0 0 0 44px rgba(200,63,54,.018); }
.service-card:hover { background: #fff; border-color: rgba(200,63,54,.28); transform: translateY(-5px); box-shadow: 0 18px 44px rgba(38,30,27,.08); }
.service-card:hover::before { opacity: 1; }
.service-card-featured { grid-column: span 4; background: var(--accent); color: #fff; border-color: var(--accent); }
.service-card-featured::before { opacity: 1; background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.08)), repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255,255,255,.055) 80px); }
.service-card-featured::after { width: 240px; height: 240px; right: 30px; bottom: -128px; border-color: rgba(255,255,255,.18); box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 68px rgba(255,255,255,.025); }
.service-card-featured:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.service-number { position: absolute; top: 29px; right: 30px; color: #8b8885; font: 700 11px/1 "Space Grotesk"; letter-spacing: .15em; }
.service-card-featured .service-number { color: rgba(255,255,255,.58); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 32px; background: var(--paper-2); border: 1px solid rgba(25,24,23,.06); transition: transform .25s; }
.service-card:hover .service-icon { transform: rotate(-4deg) scale(1.05); }
.service-card-featured .service-icon { background: #fff; }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; font-family: "Space Grotesk",sans-serif; font-size: 23px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card-featured p { max-width: 490px; color: rgba(255,255,255,.58); }
.service-points { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-points li { padding: 7px 9px; border: 1px solid rgba(25,24,23,.12); background: rgba(255,255,255,.55); color: #514b48; font-size: 9px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.service-card-featured .service-points li { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: #fff; }
.service-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 23px; color: var(--accent); border-top: 1px solid rgba(25,24,23,.1); font-size: 11px; font-weight: 800; }
.service-card-featured a { color: #fff; }
.service-card-featured a { border-top-color: rgba(255,255,255,.2); }
.service-card a span { font-size: 16px; transition: transform .2s; }
.service-card:hover a span { transform: translate(2px,-2px); }

.solutions { position: relative; overflow: hidden; background: #fff; color: var(--ink); border-block: 1px solid var(--line); }
.solutions::after { content: ""; position: absolute; width: 600px; height: 600px; right: -270px; top: -220px; border: 1px solid rgba(200,63,54,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(200,63,54,.035), 0 0 0 180px rgba(200,63,54,.02); }
.solutions-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .86fr; gap: 100px; align-items: center; }
.solutions .kicker-light { color: #6c6561; }
.solutions-copy > p { margin: 27px 0 31px; max-width: 600px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.check-list { margin: 0 0 34px; padding: 0; list-style: none; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: center; gap: 13px; color: #3f3a37; font-size: 14px; }
.check-list span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(200,63,54,.38); color: var(--accent); font-size: 11px; }
.text-link { display: inline-flex; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--accent); color: var(--accent); font-size: 13px; font-weight: 800; }
.solutions-visual { display: flex; justify-content: center; }
.tech-panel { width: min(100%, 430px); aspect-ratio: 1/1; padding: 30px; border: 1px solid rgba(25,24,23,.16); background: radial-gradient(circle at center, rgba(200,63,54,.09), transparent 58%), repeating-linear-gradient(0deg,transparent,transparent 29px,rgba(25,24,23,.045) 30px); }
.tech-top { display: flex; justify-content: space-between; font: 700 9px/1 "Space Grotesk"; letter-spacing: .18em; color: rgba(25,24,23,.48); }
.tech-top b { color: var(--accent); }
.tech-ring { width: 210px; height: 210px; margin: 38px auto 34px; border: 1px solid rgba(200,63,54,.65); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; box-shadow: inset 0 0 0 12px rgba(200,63,54,.035), inset 0 0 0 45px rgba(200,63,54,.02); }
.tech-ring::before, .tech-ring::after { content: ""; position: absolute; background: var(--accent); }
.tech-ring::before { width: 8px; height: 8px; border-radius: 50%; top: -4px; }
.tech-ring::after { height: 1px; width: 260px; opacity: .25; }
.tech-ring span { font: 700 50px/1 "Space Grotesk"; color: var(--accent); letter-spacing: -.05em; }
.tech-ring small { margin-top: 7px; text-transform: uppercase; letter-spacing: .19em; color: rgba(25,24,23,.46); }
.tech-data { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(25,24,23,.12); }
.tech-data div { display: flex; flex-direction: column; padding: 17px 8px 0; }
.tech-data div + div { border-left: 1px solid rgba(25,24,23,.12); }
.tech-data small { color: var(--accent); font-size: 9px; }
.tech-data span { margin-top: 5px; color: rgba(25,24,23,.54); font-size: 11px; }

.about-grid { display: grid; grid-template-columns: .78fr 1fr; gap: 110px; align-items: center; }
.about-mark { min-height: 520px; position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; background: var(--paper-2); }
.about-mark::before { content:""; position:absolute; inset: 25px; border: 1px solid rgba(16,21,20,.12); }
.large-m { position: absolute; inset: 0; display: grid; place-items: center; transform: translateY(-12px); font: 700 clamp(220px,26vw,390px)/1 "Space Grotesk"; letter-spacing: -.16em; color: var(--ink); opacity: .95; }
.about-mark span { position: relative; z-index: 2; width: 100%; padding: 20px 34px; background: var(--accent); color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.about-copy .lead { margin: 27px 0 15px; color: var(--ink); font-size: 20px; line-height: 1.6; font-weight: 600; }
.about-copy > p:not(.lead) { color: var(--muted); font-size: 15px; line-height: 1.8; }
.company-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 35px; padding-top: 26px; border-top: 1px solid var(--line); }
.company-facts div { display: flex; flex-direction: column; gap: 6px; }
.company-facts div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.company-facts small { color: var(--muted); font-size: 11px; }
.company-facts strong { font: 700 17px/1.4 "Space Grotesk"; }

.contact { padding-top: 0; }
.contact-shell { display: grid; grid-template-columns: .88fr 1.12fr; background: var(--accent-dark); color: #fff; }
.contact-copy { padding: 70px; }
.contact-copy > p { max-width: 470px; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.8; }
.contact-items { margin-top: 43px; display: grid; gap: 12px; }
.contact-items a { display: flex; align-items: center; gap: 14px; }
.contact-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); color: #fff; font-weight: 700; }
.contact-items a > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.contact-items small { color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.contact-items strong { font-size: 13px; }
.contact-form { padding: 70px; background: #fff; color: var(--ink); display: flex; flex-direction: column; gap: 19px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; color: #424b48; font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d9dcd7; border-radius: 0; background: #f7f7f4; padding: 14px 15px; color: var(--ink); outline: 0; transition: border .2s, background .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); background: #fff; }
.contact-form .button { align-self: flex-start; min-width: 185px; border: 0; }
.form-note { margin: -7px 0 0; color: #8b928f; font-size: 10px; }

.site-footer { padding: 75px 0 22px; background: #fff; color: var(--ink); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 60px; }
.footer-logo { min-width: 155px; }
.footer-grid > div:first-child p { color: rgba(25,24,23,.52); font-size: 12px; line-height: 1.7; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 7px; }
.footer-grid small { margin-bottom: 7px; color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; }
.footer-grid a, .footer-grid p { margin: 0; color: rgba(25,24,23,.66); font-size: 12px; line-height: 1.7; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 62px; padding-top: 21px; border-top: 1px solid rgba(25,24,23,.1); color: rgba(25,24,23,.42); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .desktop-nav, .header-call { display: none; }
  .menu-toggle { display: block; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 60; inset: 72px 0 0; height: calc(100dvh - 72px); padding: 36px 24px; overflow-y: auto; background-color: #fff; color: var(--ink); opacity: 1; backdrop-filter: none; box-shadow: 0 24px 60px rgba(25,24,23,.14); flex-direction: column; gap: 0; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 18px 0; border-bottom: 1px solid rgba(25,24,23,.1); font: 700 22px/1.2 "Space Grotesk"; }
  .mobile-nav a:last-child { margin-top: 20px; padding: 16px; text-align: center; background: var(--accent); color: #fff; font: 800 14px/1.2 "Manrope"; }
  .hero h1 { font-size: clamp(51px, 8.3vw, 76px); }
  .service-card { grid-column: span 3; }
  .service-card-featured { grid-column: span 6; }
  .solutions-grid, .about-grid { gap: 60px; }
  .contact-copy, .contact-form { padding: 50px 40px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 82px 0; }
  .site-header { height: 72px; }
  .brand-plate { min-width: 145px; min-height: 44px; }
  .brand-plate img { max-height: 36px; }
  .hero { min-height: 760px; height: 100svh; max-height: 860px; }
  .hero-media { background-image: linear-gradient(90deg,rgba(11,15,14,.96),rgba(11,15,14,.68)), url("assets/workshop-hero.jpg"); background-position: 62% center; }
  .hero-content { padding-top: 10px; }
  .hero h1 { font-size: clamp(43px, 12vw, 61px); line-height: 1.01; }
  .hero h1 br { display: none; }
  .hero-content > p { font-size: 15px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-foot { grid-template-columns: 1fr; bottom: 15px; border: 0; }
  .hero-foot > div { display: none; }
  .hero-foot > div:first-child { display: flex; padding: 13px 16px; border-left: 2px solid var(--accent); background: rgba(10,14,13,.72); backdrop-filter: blur(8px); }
  .split-heading, .solutions-grid, .about-grid, .contact-shell { grid-template-columns: 1fr; }
  .split-heading { gap: 24px; margin-bottom: 38px; }
  .section-heading h2, .about h2, .solutions h2, .contact h2 { font-size: 40px; }
  .service-grid { display: block; }
  .service-card { min-height: 390px; margin-bottom: 14px; }
  .service-card-featured { min-height: 420px; }
  .solutions-grid { gap: 64px; }
  .tech-panel { padding: 22px; }
  .tech-ring { width: 180px; height: 180px; }
  .tech-ring::after { width: 220px; }
  .about-mark { min-height: 370px; order: 2; }
  .about-copy { order: 1; }
  .large-m { font-size: 270px; }
  .company-facts { gap: 16px; }
  .company-facts div + div { padding-left: 18px; }
  .contact { padding-bottom: 0; }
  .contact { background: var(--accent-dark); }
  .contact-shell { width: 100%; }
  .contact-copy, .contact-form { padding: 55px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
