﻿:root {
  --ink: #111513;
  --paper: #fffdf9;
  --soft: #f3efe8;
  --line: #ddd6cd;
  --muted: #5f6761;
  --accent: #8b5a2b;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(255,255,255,.75); outline-offset: 4px; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(64px, 8vw, 112px) 0; }
.muted { background: var(--soft); }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 70px);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(17,21,19,.64), rgba(17,21,19,.08));
  transition: background .2s ease, color .2s ease;
}
.site-header.is-solid { background: rgba(17,21,19,.94); }
.brand { display: inline-flex; gap: 12px; align-items: center; font-weight: 900; font-size: 1.12rem; }
.brand small { display: block; font-size: .75rem; font-weight: 800; opacity: .82; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  background: white;
  color: var(--ink);
  border-radius: 8px;
  font-weight: 900;
}
.nav { display: flex; gap: 28px; align-items: center; font-weight: 800; }
.nav a { opacity: .9; }
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 900;
}
.nav-cta, .btn-primary { background: var(--accent); color: white; }
.btn-light { background: rgba(255,255,255,.92); color: var(--ink); }
.btn { border: 0; }
.menu-btn { display: none; border: 0; background: white; color: var(--ink); border-radius: 8px; padding: 10px 14px; font-weight: 900; }
.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
}
.hero picture, .hero img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero img { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(17,21,19,.86), rgba(17,21,19,.35) 54%, rgba(17,21,19,.18)); }
.hero-content {
  position: relative;
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 clamp(64px, 10vw, 120px);
}
.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .78rem;
  font-weight: 900;
}
.hero .eyebrow, .process .eyebrow, .contact .eyebrow {
  color: color-mix(in srgb, var(--accent) 62%, white);
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.55rem, 7vw, 6.9rem); line-height: .95; letter-spacing: 0; max-width: 920px; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 4.1rem); line-height: 1; letter-spacing: 0; margin-bottom: 22px; }
h3 { font-size: 1.1rem; }
.lead { max-width: 720px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.9); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.trust div { padding: 26px clamp(16px, 4vw, 46px); border-right: 1px solid var(--line); }
.trust strong { display: block; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1; }
.trust span { display: block; color: var(--muted); margin-top: 8px; }
.split { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1fr); gap: clamp(30px, 7vw, 86px); align-items: start; }
.split > p, blockquote { font-size: clamp(1.1rem, 2vw, 1.45rem); color: #35403a; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p { color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.gallery article, .cards article, .steps article, .legal-grid article, .calculator, .contact-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.gallery article { min-height: 100%; }
.gallery h3, .gallery p { padding-inline: 18px; }
.gallery h3 { margin-top: 18px; }
.gallery p { color: var(--muted); }
.visual-block {
  min-height: 260px;
  background:
    linear-gradient(90deg, rgba(17,21,19,.08), rgba(17,21,19,0)),
    repeating-linear-gradient(90deg, #c9c2b7 0 76px, #9f9a91 76px 79px);
}
.visual-2 {
  background:
    linear-gradient(90deg, #292f2d 0 35%, transparent 35%),
    repeating-linear-gradient(90deg, #d8d2c8 0 68px, #aaa39a 68px 71px);
}
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards article { padding: 24px; }
.cards span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--accent);
  color: white;
  font-weight: 900;
  margin-bottom: 18px;
}
.process { background: #141816; color: white; }
.process .section-head p, .process article p { color: rgba(255,255,255,.72); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.steps article { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); padding: 22px; }
.steps span { color: color-mix(in srgb, var(--accent) 65%, white); font-weight: 900; font-size: 2rem; }
.pricing-grid { display: grid; grid-template-columns: 1fr 420px; gap: 42px; align-items: start; }
.price-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 10px; }
.price-list li { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-top: 12px; }
.price-list span { color: var(--muted); }
.calculator, .contact-form { padding: 24px; display: grid; gap: 14px; }
label { display: grid; gap: 6px; font-weight: 800; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: white;
}
.check { display: flex; gap: 10px; align-items: center; }
.check input { width: auto; }
output { display: block; padding: 18px; border-radius: 8px; background: #141816; color: white; font-size: 1.35rem; font-weight: 900; }
blockquote {
  margin: 0;
  padding: 28px;
  border-left: 6px solid var(--accent);
  background: var(--soft);
  border-radius: 8px;
}
.faq { display: grid; gap: 12px; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.faq summary { cursor: pointer; font-weight: 900; }
.faq p { color: var(--muted); margin: 12px 0 0; }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.legal-grid article { padding: 22px; }
.contact { background: #141816; color: white; }
.contact a { text-decoration: underline; }
.contact-grid { display: grid; grid-template-columns: 1fr 440px; gap: 44px; }
.contact-form { color: var(--ink); }
footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 70px);
  background: #0f1210;
  color: rgba(255,255,255,.72);
}
.cookie {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  width: min(420px, calc(100% - 36px));
  background: #141816;
  color: white;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 18px 60px rgba(0,0,0,.3);
}
.cookie p { margin-bottom: 12px; }
@media (max-width: 980px) {
  .menu-btn { display: inline-flex; }
  .nav {
    position: absolute;
    top: 78px;
    right: 20px;
    display: none;
    width: min(320px, calc(100vw - 40px));
    padding: 16px;
    background: #141816;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    flex-direction: column;
    align-items: stretch;
  }
  .nav.is-open { display: flex; }
  .trust, .gallery, .cards, .steps, .legal-grid, .split, .pricing-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust div { border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery { gap: 14px; }
  .hero { min-height: 88svh; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .site-header { padding: 14px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 40px; }
  h1 { font-size: clamp(2.35rem, 14vw, 4.2rem); }
  .hero-overlay { background: linear-gradient(180deg, rgba(17,21,19,.54), rgba(17,21,19,.88)); }
  .actions .btn { width: 100%; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


