:root {
  --yellow: #f0c600;
  --yellow-dark: #b99600;
  --ink: #101214;
  --ink-soft: #1d2024;
  --blue: #174f78;
  --paper: #f3f4f2;
  --white: #fff;
  --muted: #6a6e73;
  --line: #d8dadd;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,18,20,.09); backdrop-filter: blur(14px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 58px; height: 58px; object-fit: cover; border: 1px solid #204f68; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-size: 17px; letter-spacing: -.03em; }
.brand-text small { margin-top: 5px; font-size: 12px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.main-nav a:not(.nav-cta):hover { color: #6c5900; }
.nav-cta { background: var(--yellow); padding: 12px 17px; }
.nav-toggle { display: none; background: none; border: 0; font-size: 28px; cursor: pointer; }
.hero { min-height: 760px; height: 94vh; position: relative; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('assets/images/equipment_1.jpg') center 52%/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,10,.91) 0%, rgba(6,8,10,.7) 43%, rgba(6,8,10,.22) 77%), linear-gradient(0deg, rgba(6,8,10,.7), transparent 52%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 138px; }
.eyebrow, .section-kicker { margin: 0 0 18px; font-size: 12px; font-weight: 900; letter-spacing: .17em; color: #7b6500; }
.eyebrow { color: var(--yellow); }
h1 { margin: 0; max-width: 900px; font-size: clamp(58px, 9vw, 118px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.hero-text { max-width: 760px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 24px); color: rgba(255,255,255,.91); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 53px; padding: 0 24px; align-items: center; justify-content: center; border: 0; cursor: pointer; font-size: 13px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #ffd62f; transform: translateY(-2px); }
.button-secondary { border: 1px solid rgba(255,255,255,.75); color: var(--white); background: rgba(0,0,0,.12); }
.button-secondary:hover { background: var(--white); color: var(--ink); }
.hero-strip { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.25); background: rgba(8,10,12,.82); backdrop-filter: blur(8px); }
.hero-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.hero-strip span { padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.18); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.hero-strip span:first-child { padding-left: 0; }
.hero-strip span:last-child { border-right: 0; }
.section { padding: 112px 0; }
h2 { margin: 0; font-size: clamp(40px, 5.2vw, 68px); line-height: .98; letter-spacing: -.045em; }
.section-heading-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading-row > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 295px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card > span { color: #8b7100; font-weight: 900; font-size: 12px; }
.service-card h3 { margin: 55px 0 15px; font-size: 25px; line-height: 1.1; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); }
.references-section { background: var(--paper); }
.reference-feature { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 520px; background: var(--white); margin-bottom: 20px; }
.reference-photo { overflow: hidden; }
.reference-photo img { width: 100%; height: 100%; object-fit: cover; }
.reference-copy { padding: 54px; display: flex; flex-direction: column; justify-content: center; }
.reference-year { color: #8b7100; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reference-copy h3, .reference-card h3 { margin: 16px 0 18px; font-size: 34px; line-height: 1.05; letter-spacing: -.035em; }
.reference-copy p, .reference-card p { margin: 0; color: var(--muted); }
.reference-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.reference-tags span { padding: 8px 10px; background: var(--paper); font-size: 12px; font-weight: 800; }
.reference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.reference-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; background: var(--white); }
.reference-card > img { width: 100%; height: 100%; object-fit: cover; }
.reference-card > div:last-child { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.reference-card h3 { font-size: 27px; }
.reference-card-dark { background: var(--ink); color: var(--white); }
.reference-card-dark p { color: #b9bcc0; }
.reference-card-graphic { display: flex; align-items: center; justify-content: center; min-height: 100%; font-size: 80px; font-weight: 900; color: var(--yellow); border-right: 1px solid #34373b; letter-spacing: -.08em; }
.project-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 20px; }
.project-gallery figure { position: relative; margin: 0; min-height: 260px; overflow: hidden; background: #ddd; }
.project-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project-gallery figure:hover img { transform: scale(1.035); }
.project-gallery figure::after { content:""; position:absolute; inset:50% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.65)); }
.project-gallery figcaption { position:absolute; z-index:2; left:18px; right:18px; bottom:15px; color:#fff; font-size:13px; font-weight:800; }
.technique-section { background: var(--ink); color: var(--white); }
.section-kicker-light { color: var(--yellow); }
.section-heading-light > p { color: #b8bbc0; }
.machine-showcase { display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid #35383c; }
.machine-photo { min-height: 650px; }
.machine-photo img { width: 100%; height: 100%; object-fit: cover; }
.machine-list { display: grid; grid-template-rows: repeat(6,1fr); }
.machine-list > div { padding: 24px 28px; border-bottom: 1px solid #35383c; display:flex; flex-direction:column; justify-content:center; }
.machine-list > div:last-child { border-bottom: 0; }
.machine-list strong { font-size: 19px; }
.machine-list span { color: #aeb2b7; margin-top: 5px; font-size: 14px; }
.equipment-row { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #35383c; border-top: 0; }
.equipment-row > div { padding: 26px 28px; border-right: 1px solid #35383c; }
.equipment-row > div:last-child { border-right: 0; }
.equipment-row strong, .equipment-row span { display:block; }
.equipment-row span { color:#aeb2b7; margin-top:5px; font-size:14px; }
.company-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items:stretch; }
.company-copy { padding: 30px 0; }
.company-copy > p:not(.section-kicker) { max-width: 650px; color: var(--muted); font-size: 18px; }
.company-photo { min-height: 620px; overflow:hidden; }
.company-photo img { width:100%; height:100%; object-fit:cover; }
.legal-facts { margin-top: 44px; display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.legal-facts div { padding:20px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.legal-facts span, .legal-facts strong { display:block; }
.legal-facts span { font-size:11px; color:var(--muted); text-transform:uppercase; font-weight:800; letter-spacing:.08em; }
.legal-facts strong { margin-top:6px; font-size:17px; }
.proof-section { background: var(--yellow); padding: 78px 0; }
.proof-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:end; }
.proof-section .section-kicker { color:#665400; }
.proof-copy { font-size:18px; }
.proof-copy p { margin-top:0; }
.text-link { font-weight:900; border-bottom:2px solid var(--ink); padding-bottom:3px; }
.inquiry-section { background:#171a1e; color:#fff; }
.inquiry-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:90px; align-items:start; }
.inquiry-grid > div > p:not(.section-kicker) { color:#b5b9be; font-size:18px; max-width:460px; }
.project-form { display:grid; gap:16px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.project-form label { display:grid; gap:8px; font-size:12px; font-weight:900; letter-spacing:.05em; text-transform:uppercase; }
.project-form input, .project-form textarea { width:100%; border:1px solid #41454a; background:#23272c; color:#fff; padding:14px 15px; outline:none; border-radius:0; text-transform:none; letter-spacing:normal; font-weight:400; }
.project-form input:focus, .project-form textarea:focus { border-color:var(--yellow); }
.project-form textarea { resize:vertical; min-height:150px; }
.form-consent { grid-template-columns:auto 1fr !important; align-items:start; text-transform:none !important; letter-spacing:normal !important; color:#b5b9be; font-weight:400 !important; }
.form-consent input { width:18px; height:18px; margin:2px 4px 0 0; }
.form-consent a { color:#fff; text-decoration:underline; }
.project-form .button { justify-self:start; margin-top:8px; }
.contact-section { background:var(--paper); }
.contact-grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:90px; }
.contact-lead { max-width:480px; color:var(--muted); font-size:18px; }
.contact-cards { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.contact-card { min-height:155px; padding:24px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; flex-direction:column; justify-content:flex-end; transition:background .2s ease; }
a.contact-card:hover { background:#fff; }
.contact-card span { margin-bottom:auto; color:var(--muted); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.contact-card strong { font-size:20px; }
.contact-card em { margin-top:4px; color:var(--muted); font-style:normal; font-size:14px; }
.site-footer { background:#070809; color:#fff; padding:60px 0 28px; }
.footer-top { display:flex; justify-content:space-between; align-items:center; gap:28px; padding-bottom:38px; border-bottom:1px solid #2d3034; }
.footer-brand { display:flex; align-items:center; gap:16px; }
.footer-brand img { width:58px; height:58px; object-fit:cover; }
.footer-brand div { display:flex; flex-direction:column; }
.footer-brand span { color:#9da1a6; margin-top:4px; font-size:14px; }
.footer-contact { font-weight:800; }
.footer-contact:hover { color:var(--yellow); }
.footer-bottom { padding-top:24px; display:flex; justify-content:space-between; gap:24px; color:#8d9196; font-size:12px; }
.footer-bottom div { display:flex; gap:24px; }
.footer-bottom a:hover { color:var(--yellow); }
.legal-main { padding:150px 0 100px; min-height:80vh; }
.legal-main .container { max-width:900px; }
.legal-main h1 { color:var(--ink); font-size:clamp(44px,7vw,76px); margin-bottom:38px; }
.legal-main h2 { font-size:28px; margin-top:46px; }
.legal-main h3 { margin-top:28px; }
.legal-main p, .legal-main li { color:#404349; }
.legal-main a { text-decoration:underline; }
.legal-box { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); border-left:1px solid var(--line); margin:30px 0 45px; }
.legal-box > div { padding:22px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.legal-box span { display:block; color:var(--muted); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.legal-box strong { display:block; margin-top:5px; }
@media (max-width: 980px) {
  .nav-toggle { display:block; }
  .main-nav { display:none; position:absolute; top:84px; left:0; right:0; background:#fff; padding:24px; flex-direction:column; align-items:stretch; border-top:1px solid var(--line); box-shadow:0 18px 32px rgba(0,0,0,.08); }
  .main-nav.open { display:flex; }
  .nav-cta { text-align:center; }
  .section-heading-row, .company-grid, .proof-grid, .inquiry-grid, .contact-grid { grid-template-columns:1fr; gap:38px; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .reference-feature { grid-template-columns:1fr; }
  .reference-photo { min-height:430px; }
  .reference-grid { grid-template-columns:1fr; }
  .machine-showcase { grid-template-columns:1fr; }
  .machine-photo { min-height:500px; }
  .project-gallery { grid-template-columns:1fr 1fr; }
  .company-photo { min-height:500px; order:-1; }
}
@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .nav-wrap { height:72px; }
  .main-nav { top:72px; }
  .brand img { width:46px; height:46px; }
  .brand-text strong { font-size:14px; }
  .hero { min-height:690px; height:90vh; }
  .hero-content { padding-bottom:150px; }
  .hero-text { font-size:17px; }
  .button { width:100%; }
  .hero-strip-grid { grid-template-columns:1fr 1fr; }
  .hero-strip span { padding:15px 12px; font-size:11px; border-bottom:1px solid rgba(255,255,255,.15); }
  .hero-strip span:first-child { padding-left:12px; }
  .section { padding:78px 0; }
  .service-grid, .project-gallery, .equipment-row, .legal-facts, .contact-cards, .form-row, .legal-box { grid-template-columns:1fr; }
  .service-card { min-height:240px; }
  .service-card h3 { margin-top:36px; }
  .reference-copy { padding:30px 24px; }
  .reference-copy h3 { font-size:29px; }
  .reference-card { grid-template-columns:1fr; }
  .reference-card > img, .reference-card-graphic { min-height:250px; }
  .reference-card-graphic { border-right:0; border-bottom:1px solid #34373b; }
  .project-gallery figure { min-height:290px; }
  .machine-photo { min-height:330px; }
  .equipment-row > div { border-right:0; border-bottom:1px solid #35383c; }
  .equipment-row > div:last-child { border-bottom:0; }
  .company-photo { min-height:360px; }
  .project-form .button { width:100%; }
  .footer-top, .footer-bottom { align-items:flex-start; flex-direction:column; }
}
