
:root {
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
  --bg: #f8f6ef;
  --surface: #ffffff;
  --text: #151b20;
  --muted: #5f6973;
  --line: rgba(21, 27, 32, .13);
  --ink: #0e1519;
  --accent: #266fff;
  --accent-2: #f0a83a;
  --radius: 8px;
}
body.service-map { --bg: #eef7f8; --surface: #ffffff; --text: #12323a; --muted: #55717a; --ink: #082f36; --accent: #0a8c90; --accent-2: #f0644d; }
body.quiet-proof { --bg: #f2efe5; --surface: #fbf8ee; --text: #16120f; --muted: #655d54; --ink: #111; --accent: #b4532d; --accent-2: #638c65; }
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; object-fit: cover; }
.skip-link { position: absolute; top: -60px; left: 12px; z-index: 20; background: #fff; padding: 10px 12px; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 70px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 12px max(18px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 88%, #fff); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.brand img { width: 122px; }
.site-nav { display: flex; justify-content: center; gap: clamp(16px, 4vw, 44px); font-size: .9rem; font-weight: 900; }
.lang-link { min-height: 40px; min-width: 44px; border: 1px solid var(--line); border-radius: var(--radius); display: inline-flex; align-items: center; justify-content: center; background: var(--surface); font-weight: 950; }
.menu-button { display: none; min-height: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); font: inherit; font-weight: 900; padding: 0 12px; }
.eyebrow { margin: 0 0 12px; color: var(--accent); text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; font-weight: 950; }
.hero { min-height: calc(100vh - 70px); padding: clamp(40px, 8vw, 112px) max(18px, calc((100vw - var(--max)) / 2)); display: grid; align-items: center; }
.hero h1 { margin: 0; font-size: clamp(4.4rem, 11vw, 10.5rem); line-height: .86; letter-spacing: 0; text-wrap: balance; }
.hero-desc { max-width: 620px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.45rem); line-height: 1.55; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: var(--radius); font-weight: 950; line-height: 1; }
.button.call { background: var(--accent); color: #fff; box-shadow: 0 16px 38px color-mix(in srgb, var(--accent) 24%, transparent); }
.button.contact { background: var(--surface); color: var(--text); border: 1px solid var(--line); }
.hero-call { grid-template-columns: minmax(0, 1.12fr) minmax(280px, .68fr); gap: clamp(30px, 7vw, 92px); }
.call-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 5vw, 58px); box-shadow: 0 30px 90px rgba(15, 24, 33, .09); }
.call-card span { display: block; color: var(--accent); font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.call-card strong { display: block; margin: 26px 0; font-size: clamp(3.5rem, 8vw, 7rem); line-height: .82; }
.call-card p { color: var(--muted); line-height: 1.65; font-weight: 800; }
.hero-map { position: relative; overflow: hidden; min-height: calc(100vh - 70px); color: #fff; background: var(--ink); }
.map-backdrop { position: absolute; inset: 0; opacity: .42; }
.map-backdrop img { width: 100%; height: 100%; }
.hero-map .hero-copy { position: relative; max-width: 980px; }
.hero-map .hero-desc { color: rgba(255,255,255,.78); }
.hero-map .button.contact { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.22); }
.hero-quiet { grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr); gap: clamp(32px, 7vw, 92px); background: var(--surface); }
.hero-quiet h1 { font-size: clamp(5rem, 12vw, 12rem); }
.quiet-photo { min-height: 560px; overflow: hidden; border-radius: var(--radius); }
.quiet-photo img { width: 100%; height: 100%; min-height: 560px; }
.services, .faq { max-width: var(--max); margin: 0 auto; padding: clamp(58px, 9vw, 120px) 18px; display: grid; grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr); gap: clamp(28px, 6vw, 76px); }
.section-head h2, .proof h2, .process h2, .faq h2, .final-cta h2, .subpage h1 { margin: 0; font-size: clamp(2.1rem, 5vw, 5rem); line-height: 1; text-wrap: balance; }
.section-head p, .subpage p { color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.service-grid article { display: grid; grid-template-columns: minmax(150px, .36fr) 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.service-grid h3 { margin: 0; font-size: 1.08rem; }
.service-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.proof { max-width: none; padding: clamp(56px, 9vw, 116px) max(18px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: #fff; display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: clamp(30px, 6vw, 80px); }
.proof div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid rgba(255,255,255,.16); }
.proof article { min-height: 260px; padding: clamp(22px, 4vw, 42px); border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; justify-content: space-between; }
.proof span { color: var(--accent-2); font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.proof p { color: rgba(255,255,255,.72); line-height: 1.6; }
.quiet-matrix { background: var(--accent); }
.process { max-width: none; padding: clamp(56px, 8vw, 104px) max(18px, calc((100vw - var(--max)) / 2)); background: var(--surface); }
.process ol { list-style: none; padding: 0; margin: 34px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.process li { min-height: 210px; padding: clamp(20px, 4vw, 40px); border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.process li:last-child { border-right: 0; }
.process strong { color: var(--accent); font-size: clamp(1.4rem, 2.6vw, 2.6rem); line-height: 1; }
.process span { color: var(--muted); line-height: 1.6; }
.faq details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 950; }
.faq p { color: var(--muted); line-height: 1.65; }
.final-cta { max-width: none; padding: clamp(60px, 10vw, 128px) max(18px, calc((100vw - var(--max)) / 2)); background: var(--accent-2); color: #fff; }
.final-cta p { margin: 16px 0 0; max-width: 520px; font-size: 1.2rem; line-height: 1.5; }
.final-cta .button.contact { color: var(--text); }
.subpage { max-width: 980px; margin: 0 auto; padding: clamp(58px, 9vw, 118px) 18px; }
.contact-page form { margin-top: 28px; display: grid; gap: 14px; max-width: 680px; }
.contact-buttons { margin: 22px 0 0; }
label { display: grid; gap: 7px; color: var(--muted); font-weight: 850; }
input, select, textarea { width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--text); font: inherit; padding: 12px 13px; }
textarea { min-height: 130px; }
form button { min-height: 48px; border: 0; border-radius: var(--radius); background: var(--accent); color: #fff; font: inherit; font-weight: 950; }
.post-list { margin-top: 34px; border-top: 1px solid var(--line); }
.post-list a { display: grid; grid-template-columns: 80px minmax(180px, .36fr) 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.post-list span { color: var(--accent); font-weight: 950; }
.post-list strong { font-size: clamp(1.3rem, 2.5vw, 2.3rem); line-height: 1; }
.post-list p { margin: 0; }
.site-footer { padding: clamp(34px, 6vw, 70px) max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(240px, .8fr) 1fr; gap: 28px; background: var(--ink); color: #fff; }
.site-footer img { width: 122px; filter: brightness(1.12); }
.site-footer p { color: rgba(255,255,255,.72); line-height: 1.65; max-width: 420px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; align-items: start; color: rgba(255,255,255,.82); font-weight: 900; }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto auto; padding: 12px 16px; }
  .menu-button { display: inline-flex; justify-self: end; align-items: center; }
  .site-nav { grid-column: 1 / -1; display: none; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 14px; padding: 10px 0; }
  .site-header.is-open .site-nav { display: flex; }
  .lang-link { grid-column: 1 / -1; justify-self: start; }
  .hero-call, .hero-quiet, .services, .proof, .faq, .site-footer { grid-template-columns: 1fr; }
  .proof div, .process ol { grid-template-columns: 1fr; border-left: 0; }
  .proof article, .process li { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .process li { border-bottom-color: var(--line); }
  .service-grid article, .post-list a { grid-template-columns: 1fr; gap: 8px; }
  .site-footer nav { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .brand img { width: 106px; }
  .hero { min-height: auto; padding-top: 34px; padding-bottom: 52px; }
  .hero h1, .hero-quiet h1 { font-size: clamp(3.4rem, 17vw, 5rem); line-height: .9; }
  .hero-desc { font-size: 1.02rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .call-card strong { font-size: 4rem; }
  .quiet-photo { min-height: 300px; }
  .quiet-photo img { min-height: 300px; }
  .section-head h2, .proof h2, .process h2, .faq h2, .final-cta h2, .subpage h1 { font-size: 2.15rem; line-height: 1.04; }
}
