﻿:root {
  --ink: #333333;
  --muted: #676767;
  --paper: #f7f4ef;
  --surface: #ffffff;
  --line: #e0d7cf;
  --orange: #f06423;
  --orange-dark: #d84f16;
  --orange-soft: #fff0e8;
  --charcoal: #373737;
  --black: #252525;
  --shadow: 0 18px 50px rgba(17, 24, 39, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Aptos", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--paper); font-size: 15px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px clamp(18px, 5vw, 72px); background: rgba(255,255,255,0.92); box-shadow: 0 10px 30px rgba(17,24,39,0.08); backdrop-filter: blur(14px); transition: padding 180ms ease, background 180ms ease; }
.site-header.is-scrolled { background: rgba(255,255,255,0.97); padding-block: 12px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-logo { width: clamp(142px, 16vw, 210px); height: 48px; object-fit: contain; object-position: left center; }
.brand small { display: block; color: var(--muted); font-size: 0.72rem; font-weight: 600; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 22px; color: var(--ink); font-size: 0.9rem; font-weight: 600; }
.site-nav a { opacity: 0.76; }
.site-nav a:hover, .site-nav a.is-active { opacity: 1; color: var(--orange); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; color: var(--ink); padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: currentColor; margin: 6px 0; }
.hero { position: relative; min-height: 82vh; display: flex; align-items: center; overflow: hidden; color: #fff; padding: 110px clamp(18px, 5vw, 72px) 96px; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,13,22,0.88), rgba(8,13,22,0.66) 42%, rgba(8,13,22,0.2)); }
.hero-content { position: relative; z-index: 2; width: min(640px, 100%); }
.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--orange); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 14ch; font-size: clamp(2rem, 4.4vw, 3.65rem); line-height: 1.04; font-weight: 700; }
h2 { margin: 0; max-width: 720px; font-size: clamp(1.65rem, 2.6vw, 2.45rem); line-height: 1.14; font-weight: 700; }
h3 { margin: 0 0 8px; font-size: 1rem; line-height: 1.25; font-weight: 700; }
.hero-copy { max-width: 560px; margin: 20px 0 0; color: rgba(255,255,255,0.86); font-size: clamp(0.96rem, 1.4vw, 1.08rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: 10px 18px; font-weight: 700; cursor: pointer; }
.btn.primary { background: var(--orange); color: #fff; }
.btn.primary:hover { background: var(--orange-dark); }
.btn.secondary { border-color: rgba(255,255,255,0.5); color: #fff; background: rgba(255,255,255,0.08); }
.hero-strip { position: absolute; z-index: 2; left: clamp(18px,5vw,72px); right: clamp(18px,5vw,72px); bottom: 24px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(255,255,255,0.28); background: rgba(8,13,22,0.48); backdrop-filter: blur(10px); }
.hero-strip span { padding: 13px; text-align: center; font-size: 0.82rem; font-weight: 700; }
.section { padding: 68px clamp(18px, 5vw, 72px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.intro { display: grid; grid-template-columns: minmax(220px,0.8fr) minmax(280px,1.2fr); gap: 52px; background: var(--surface); }
.intro p:last-child { margin: 0; color: var(--muted); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card, .contact-form { background: var(--surface); border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(17,24,39,0.05); }
.service-card { min-height: 220px; padding: 22px; }
.service-card p, .capability-copy p, .faq-copy p { margin-bottom: 0; color: var(--muted); }
.service-card ul { margin: 18px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; gap: 8px; }
.service-card li { position: relative; padding-left: 18px; color: var(--black); font-size: 0.88rem; font-weight: 600; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 7px; height: 7px; background: var(--orange); }
.service-card:nth-child(2) li::before { background: var(--orange); }
.service-card:nth-child(3) li::before { background: var(--orange); }
.service-card:nth-child(4) li::before { background: var(--charcoal); }
.icon { width: 42px; height: 42px; display: block; margin-bottom: 18px; background: var(--black); position: relative; }
.icon::after { content: ""; position: absolute; inset: 10px; border: 2px solid #fff; }
.icon.ctp { background: var(--orange); }
.icon.offset { background: var(--orange); }
.icon.cutting { background: var(--orange); }
.icon.publication { background: var(--charcoal); }
.capabilities { display: grid; grid-template-columns: minmax(280px,0.95fr) minmax(300px,1.05fr); gap: 42px; align-items: center; background: var(--orange-soft); }
.stats-panel { display: grid; grid-template-columns: repeat(2,1fr); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.stats-panel div { padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-panel div:nth-child(2n) { border-right: 0; }
.stats-panel div:nth-last-child(-n+2) { border-bottom: 0; }
.stats-panel strong { display: block; font-size: clamp(1.7rem, 3.4vw, 3rem); line-height: 1; }
.stats-panel span { display: block; margin-top: 8px; color: var(--muted); font-size: 0.9rem; font-weight: 600; }
.workflow { background: #fffaf6; }
.flowchart { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; padding: 28px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.flowchart::before { content: ""; position: absolute; left: 8%; right: 8%; top: 70px; height: 2px; background: linear-gradient(90deg, var(--orange), var(--charcoal), var(--orange), var(--charcoal), var(--black)); }
.flow-step { position: relative; z-index: 1; min-height: 190px; padding: 18px; background: #fff; border: 1px solid var(--line); }
.flow-step::after { content: ""; position: absolute; top: 34px; right: -10px; width: 18px; height: 18px; background: #fff; border-top: 1px solid var(--line); border-right: 1px solid var(--line); transform: rotate(45deg); z-index: 2; }
.flow-step:last-child::after { display: none; }
.flow-step span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; background: var(--ink); color: #fff; font-size: 0.86rem; font-weight: 700; }
.flow-step:nth-child(1) span { background: var(--orange); }
.flow-step:nth-child(2) span { background: var(--orange); }
.flow-step:nth-child(3) span { background: var(--orange); color: var(--ink); }
.flow-step:nth-child(4) span { background: var(--charcoal); }
.flow-step p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.clients { background: var(--surface); }
.client-logo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.client-logo { min-height: 132px; display: grid; align-content: center; justify-items: center; gap: 10px; padding: 22px 14px; border: 1px solid var(--line); background: #fff; text-align: center; }
.client-logo img { width: min(150px, 82%); height: 58px; object-fit: contain; filter: saturate(0.96); }
.client-logo span { color: var(--muted); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.gallery { background: var(--orange-soft); }
.gallery-shell { display: grid; gap: 22px; }
.gallery-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.gallery-tab { border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 10px 14px; cursor: pointer; font-weight: 700; }
.gallery-tab.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.gallery-item { position: relative; display: block; width: 100%; min-height: 180px; overflow: hidden; background: #fff; border: 1px solid var(--line); padding: 0; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 220ms ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item span { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; background: rgba(17,24,39,0.78); color: #fff; font-size: 0.75rem; font-weight: 700; }
.faqs { display: grid; grid-template-columns: minmax(280px,0.8fr) minmax(320px,1.2fr); gap: 48px; align-items: start; background: #fffaf6; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: var(--surface); border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(17,24,39,0.05); }
.faq-list summary { cursor: pointer; padding: 18px 22px; color: var(--ink); font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--orange); font-size: 1.2rem; line-height: 1; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { margin: 0; padding: 0 22px 20px; color: var(--muted); }
label { display: grid; gap: 7px; color: var(--black); font-size: 0.86rem; font-weight: 600; }
input, textarea, select { width: 100%; border: 1px solid #cfc7ba; background: #fff; color: var(--ink); padding: 12px 13px; outline: none; }
textarea { resize: vertical; min-height: 130px; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding: 28px clamp(18px,5vw,72px); background: var(--ink); color: rgba(255,255,255,0.82); }
.site-footer a { color: #fff; font-weight: 700; }
.lightbox { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 64px clamp(18px, 5vw, 72px); background: rgba(15, 15, 15, 0.88); }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(1100px, 100%); max-height: 78vh; object-fit: contain; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,0.4); }
.lightbox p { position: absolute; left: clamp(18px, 5vw, 72px); right: clamp(18px, 5vw, 72px); bottom: 22px; margin: 0; color: #fff; text-align: center; font-weight: 700; }
.lightbox-close { position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.45); background: rgba(255,255,255,0.08); color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }
.lightbox-close:hover { background: var(--orange); border-color: var(--orange); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 420ms ease, transform 420ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .service-grid, .client-logo-grid, .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intro, .capabilities, .faqs { grid-template-columns: 1fr; }
  .hero-strip { grid-template-columns: repeat(2,1fr); }
  .flowchart { grid-template-columns: 1fr; }
  .flowchart::before { left: 52px; right: auto; top: 38px; bottom: 38px; width: 2px; height: auto; background: linear-gradient(180deg, var(--orange), var(--charcoal), var(--orange), var(--charcoal), var(--black)); }
  .flow-step { min-height: 0; padding: 18px 18px 18px 84px; }
  .flow-step span { position: absolute; left: 18px; top: 18px; margin: 0; }
  .flow-step::after { top: auto; right: auto; left: 36px; bottom: -10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-top: 0; transform: rotate(45deg); }
}
@media (max-width: 720px) {
  body { font-size: 14px; }
  .site-header { padding: 14px 18px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 16px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .brand { gap: 8px; }
  .brand-logo { width: 128px; height: 38px; }
  .brand small { display: none; }
  .hero { min-height: 720px; align-items: start; padding-top: 120px; padding-bottom: 220px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(8,13,22,0.9), rgba(8,13,22,0.68) 52%, rgba(8,13,22,0.32)); }
  h1 { max-width: 15ch; font-size: clamp(1.85rem, 9vw, 2.75rem); }
  h2 { font-size: clamp(1.45rem, 7vw, 2.05rem); }
  .hero-copy { margin-top: 16px; font-size: 0.98rem; }
  .section { padding-block: 52px; }
  .section-head { display: block; }
  .service-card { min-height: 0; }
  .service-grid, .client-logo-grid, .stats-panel, .hero-strip, .gallery-grid { grid-template-columns: 1fr; }
  .stats-panel div, .stats-panel div:nth-child(2n), .stats-panel div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats-panel div:last-child { border-bottom: 0; }
  .flowchart { padding: 18px; }
  .flowchart::before { left: 42px; }
  .flow-step { padding-left: 72px; }
  .flow-step span { width: 38px; height: 38px; left: 14px; top: 18px; }
  .flow-step::after { left: 28px; }
  .gallery-item { min-height: 210px; }
  .site-footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

