:root {
  --snow: #f4f7f4;
  --pine: #16352c;
  --ice: #4ea8bc;
  --ink: #1b2422;
  --muted: #5d6d68;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "IBM Plex Sans", sans-serif;
  background: var(--snow);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}
h1, h2, h3 { font-family: Syne, sans-serif; line-height: 1.05; letter-spacing: -0.04em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); max-width: 16ch; }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); margin-bottom: 14px; }
.pin { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ice); font-weight: 600; }
.sv-mark {
  position: fixed; right: -4vw; top: 18vh; font-family: Syne, sans-serif;
  font-size: 28vw; line-height: 0.75; color: rgba(22,53,44,.06); pointer-events: none; z-index: 0;
}

.bar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px; background: rgba(244,247,244,.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(22,53,44,.08);
}
.logo { font-family: Syne, sans-serif; font-weight: 800; letter-spacing: 0.08em; color: var(--pine); text-decoration: none; }
.nav { display: flex; gap: 22px; }
.nav a { color: var(--muted); text-decoration: none; font-size: 0.9rem; }
.nav a:hover { color: var(--pine); }
.bar-end { display: flex; align-items: center; gap: 10px; }
.lang-btn, .menu-btn { border: 1px solid var(--pine); background: none; padding: 5px 10px; cursor: pointer; font: inherit; }
.lang-btn.is-active { background: var(--pine); color: var(--snow); }
.menu-btn { display: none; width: 40px; font-size: 1.3rem; }

.hero { position: relative; z-index: 1; min-height: calc(100vh - 64px); display: grid; grid-template-columns: 1.2fr 0.6fr; }
.hero-copy { padding: 80px 8vw 60px; }
.lead { max-width: 52ch; color: var(--muted); margin: 20px 0 28px; font-size: 1.12rem; }
.ice {
  display: inline-flex; background: var(--ice); color: #083038; text-decoration: none;
  padding: 13px 20px; font-family: Syne, sans-serif; font-weight: 700; border: 0; cursor: pointer;
}
.hero-facts { list-style: none; background: var(--pine); color: var(--snow); display: grid; align-content: center; padding: 36px; }
.hero-facts li { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(244,247,244,.15); }
.hero-facts b { color: var(--ice); font-family: Syne, sans-serif; }

.studio, .press, .prepress, .publish, .faq, .contact { position: relative; z-index: 1; padding: 80px 8vw; }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.studio-copy p { color: var(--muted); margin-bottom: 14px; }

.press { background: var(--pine); color: var(--snow); }
.press .pin { color: var(--ice); }
.rolls { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; }
.rolls article { padding: 28px 24px 28px 0; border-right: 1px solid rgba(244,247,244,.12); }
.rolls article:last-child { border: 0; padding-right: 0; }
.rolls p { color: #c5d4cf; margin-top: 10px; }

.prepress { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.schema { list-style: none; }
.schema li { display: grid; gap: 4px; padding: 18px 0 18px 20px; border-left: 3px solid var(--ice); margin-bottom: 8px; background: #e8efeb; }
.schema span { color: var(--muted); font-size: 0.92rem; }

.pub-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; color: var(--muted); margin: 8px 0 28px; }
.who { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.who article { border-top: 4px solid var(--pine); padding-top: 16px; }
.who p { color: var(--muted); margin-top: 8px; }

details { border-bottom: 1px solid rgba(22,53,44,.12); padding: 14px 0; }
summary { cursor: pointer; font-family: Syne, sans-serif; font-size: 1.2rem; }
details p { color: var(--muted); margin-top: 8px; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; background: #e4ece8; }
.contact ul { list-style: none; display: grid; gap: 12px; margin-top: 22px; }
.contact span { display: block; color: var(--muted); font-size: 0.78rem; }
.contact a { color: var(--pine); text-decoration: none; font-weight: 600; }
form { display: grid; gap: 12px; }
label { display: grid; gap: 6px; font-size: 0.85rem; color: var(--muted); }
input, textarea { border: 0; border-bottom: 2px solid var(--pine); background: transparent; padding: 10px 0; font: inherit; }
.ok { color: var(--pine); font-weight: 600; }

footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 22px 8vw 32px; color: var(--muted); font-size: 0.85rem; }
footer a { color: var(--pine); }

@media (max-width: 900px) {
  .sv-mark { display: none; }
  .menu-btn { display: inline-block; }
  .nav { display: none; position: absolute; inset: 60px 0 auto; background: var(--snow); flex-direction: column; padding: 18px 28px; border-bottom: 1px solid rgba(22,53,44,.1); }
  .nav.is-open { display: flex; }
  .hero, .studio-grid, .rolls, .prepress, .pub-row, .who, .contact { grid-template-columns: 1fr; }
  .rolls article { border-right: 0; border-bottom: 1px solid rgba(244,247,244,.12); }
}
