* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --bg: #f7f4ef; --black: #111; --red: #d63c2a; --muted: #888; --border: #ddd; --section-max: 1000px; }
body { background: var(--bg); color: var(--black); font-family: 'Instrument Sans', sans-serif; font-size: 17px; line-height: 1.6; }
section { scroll-margin-top: 82px; }

nav { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 60px; border-bottom: 1px solid var(--border); }
.logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.logo-wordmark { display: inline-block; color: var(--black); text-decoration: none; font-family: 'Instrument Sans', sans-serif; font-size: clamp(1.55rem, 2.2vw, 2.05rem); font-weight: 700; letter-spacing: 0.01em; line-height: 1; }
.wordmark-accent { color: var(--red); }
.nav-cta { background: var(--black); color: var(--bg); padding: 10px 20px; text-decoration: none; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.07em; }
nav { position: sticky; top: 0; z-index: 1000; background: var(--bg); }
.lang-switch { display: inline-flex; border: 1px solid var(--border); margin-left: auto; }
.lang-btn { min-width: 42px; border: none; border-right: 1px solid var(--border); background: transparent; color: var(--muted); font-family: 'Instrument Sans', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; cursor: pointer; padding: 8px 10px; }
.lang-btn:last-child { border-right: none; }
.lang-btn.is-active { background: var(--black); color: var(--bg); }
.menu-toggle { display: none; width: 40px; height: 40px; border: 1px solid var(--border); background: var(--bg); cursor: pointer; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--black); }
.nav-overlay { position: fixed; inset: 0; background: rgba(17, 17, 17, 0.2); opacity: 0; pointer-events: none; z-index: 1200; }
.nav-overlay-panel { position: absolute; right: 0; top: 0; height: 100%; width: min(320px, 82vw); background: var(--bg); border-left: 1px solid var(--border); padding: 82px 28px 32px; transform: translateX(100%); }
.overlay-link { display: block; text-decoration: none; color: var(--black); text-transform: uppercase; letter-spacing: 0.09em; font-size: 0.76rem; font-weight: 600; padding: 14px 0; border-bottom: 1px solid var(--border); }
body.nav-open { overflow: hidden; }

.hero { max-width: var(--section-max); margin: 0 auto; padding: 104px 60px 72px; background-image: repeating-linear-gradient(45deg, rgba(17,17,17,0.03) 0 1px, transparent 1px 18px), repeating-linear-gradient(-45deg, rgba(17,17,17,0.02) 0 1px, transparent 1px 18px); }
.hero-eyebrow { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); font-weight: 600; margin-bottom: 28px; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--red); }
.hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(4rem, 9vw, 8rem); line-height: 0.92; letter-spacing: 0.02em; margin-bottom: 40px; }
.hero h1 .outline { -webkit-text-stroke: 2px var(--black); color: transparent; }
.hero-desc { font-size: 1.15rem; line-height: 1.75; color: #444; max-width: 560px; margin-bottom: 22px; }
.hero-desc strong { color: var(--black); font-weight: 600; }
.btn-main { background: var(--red); color: white; padding: 16px 36px; text-decoration: none; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.06em; display: inline-block; }

.divider { border: none; border-top: 1px solid var(--border); margin: 0 60px; }

.trust-bar { max-width: var(--section-max); margin: 0 auto; padding: 20px 60px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-stat { font-size: 0.84rem; letter-spacing: 0.02em; text-transform: none; color: #444; font-weight: 600; position: relative; padding: 6px 18px 6px 26px; line-height: 1.45; display: flex; align-items: center; min-height: 48px; }
.trust-stat::before { content: ''; position: absolute; left: 10px; top: 50%; width: 6px; height: 6px; background: var(--red); transform: translateY(-50%); border-radius: 50%; }
.trust-stat + .trust-stat { border-left: 1px solid var(--border); }

.what { max-width: var(--section-max); margin: 0 auto; padding: 76px 60px 84px; }
.label { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 48px; font-weight: 500; }
.what-specialty { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; border: 1px solid var(--border); background: #fbf8f3; padding: 11px 13px; margin-bottom: 20px; }
.what-specialty-label { display: inline-flex; align-items: center; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--red); border: 1px solid rgba(214, 60, 42, 0.4); background: rgba(214, 60, 42, 0.1); padding: 4px 8px; white-space: nowrap; }
.what-specialty-text { font-size: 0.83rem; line-height: 1.5; color: #444; }
.services { display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1px solid var(--border); }
.svc { padding: 40px 36px; border-right: 1px solid var(--border); position: relative; }
.svc::before { content: ''; position: absolute; left: 0; top: 20px; bottom: 20px; width: 2px; background: var(--red); opacity: 0; }
.svc:last-child { border-right: none; }
.svc-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: var(--border); line-height: 1; margin-bottom: 20px; }
.svc h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 12px; line-height: 1.3; }
.svc p { font-size: 0.88rem; color: #555; line-height: 1.65; }

.forwho { background: linear-gradient(180deg, #0f0f0f 0%, #171717 100%); color: var(--bg); padding: 88px 60px; }
.forwho-inner { max-width: var(--section-max); margin: 0 auto; }
.forwho .label { color: rgba(247,244,239,0.4); }
.forwho-lead { padding-top: 2px; margin-bottom: 28px; }
.forwho h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.3rem, 4.8vw, 4.2rem); line-height: 1.02; letter-spacing: 0.02em; margin: 0 0 10px; max-width: 620px; }
.forwho-intro { color: rgba(247,244,239,0.72); font-size: 0.9rem; line-height: 1.7; max-width: 58ch; }
.forwho-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.forwho-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 14px 15px; border: 1px solid rgba(247,244,239,0.18); border-left: 3px solid rgba(214, 60, 42, 0.75); background: linear-gradient(180deg, rgba(247,244,239,0.06) 0%, rgba(247,244,239,0.01) 100%); min-height: 122px; }
.forwho-logo { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid rgba(214, 60, 42, 0.54); background: rgba(214, 60, 42, 0.14); color: #ffd7d1; }
.forwho-logo svg { width: 22px; height: 22px; }
.forwho-copy { color: rgba(247,244,239,0.9); font-size: 0.86rem; line-height: 1.55; }

.about { padding: 78px 60px 56px; }
.about-inner { max-width: var(--section-max); margin: 0 auto; }
.about .label { margin-bottom: 30px; }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.about h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.4rem, 4.8vw, 4rem); line-height: 1; letter-spacing: 0.02em; }
.no-break { white-space: nowrap; }
.about-copy { border-left: 1px solid var(--border); padding-left: 24px; }
.about-copy p { font-size: 0.95rem; color: #444; line-height: 1.75; margin-bottom: 14px; max-width: 540px; }
.about-copy p:last-child { margin-bottom: 0; }
.about-preview { margin-top: 0; border: 1px solid var(--border); background: #fff; box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08); }
.about-preview-frame { position: relative; aspect-ratio: 16 / 9.5; background: #e8e1d6; overflow: hidden; }
.about-preview-frame iframe { width: 100%; height: 100%; border: 0; pointer-events: none; transform-origin: top left; }
.about-preview-overlay-link { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: flex-end; text-decoration: none; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 45%, rgba(17, 17, 17, 0.46) 100%); padding: 16px; }
.about-preview-overlay-text { display: inline-flex; align-items: center; color: #fff; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; border: 1px solid rgba(247, 244, 239, 0.35); background: rgba(17, 17, 17, 0.78); padding: 9px 12px; }

.contact { background: var(--red); color: white; padding: 86px 60px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-left h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; letter-spacing: 0.02em; margin-bottom: 16px; }
.contact-left p { opacity: 0.85; max-width: 420px; font-size: 0.95rem; line-height: 1.65; }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.contact-quick-btn { display: inline-block; background: white; color: var(--black); border: 1px solid rgba(17, 17, 17, 0.22); text-decoration: none; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 11px 16px; }
.contact-box { background: white; color: var(--black); padding: 40px; min-width: 340px; flex-shrink: 0; }
.contact-box p { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.form-field { margin-bottom: 14px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; background: var(--bg); border: 1px solid var(--border); padding: 12px 16px; font-family: 'Instrument Sans', sans-serif; font-size: 0.88rem; color: var(--black); outline: none; }
.form-field input.is-invalid, .form-field select.is-invalid, .form-field textarea.is-invalid { border-color: var(--red); }
.form-field textarea { height: 90px; resize: none; }
.form-submit { width: 100%; background: var(--black); color: white; border: none; padding: 14px; font-family: 'Instrument Sans', sans-serif; font-weight: 600; font-size: 0.9rem; cursor: pointer; letter-spacing: 0.07em; }
.form-alt-cta { margin-top: 14px; display: flex; justify-content: flex-end; }
.form-alt-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--red); background: linear-gradient(180deg, #fff 0%, #f4efe7 100%); border: 1px solid rgba(214, 60, 42, 0.34); box-shadow: 0 4px 12px rgba(17, 17, 17, 0.06); padding: 10px 16px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.form-alt-link::after { content: '↗'; font-size: 0.88rem; line-height: 1; }
.nav-cta, .btn-main, .form-submit, .form-field input, .form-field select, .form-field textarea, .lang-btn, .menu-toggle, .contact-quick-btn, .form-alt-link { border-radius: 0; }

footer { border-top: 1px solid var(--border); padding: 32px 60px; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: var(--muted); }
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-logo { display: inline-flex; align-items: center; }
.footer-wordmark { display: inline-block; color: var(--black); font-family: 'Instrument Sans', sans-serif; font-size: 1.75rem; font-weight: 700; letter-spacing: 0.01em; line-height: 1; }
.footer-tagline { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: #666; }

@media (max-width: 768px) {
  nav, .hero, .what { padding-left: 24px; padding-right: 24px; }
  nav { padding-top: 10px; padding-bottom: 10px; gap: 10px; }
  .logo-wordmark { font-size: 1.7rem; }
  .footer-wordmark { font-size: 1.5rem; }
  .menu-toggle { display: inline-flex; margin-left: 6px; width: 38px; height: 38px; }
  .nav-cta { display: none; }
  .hero-desc { margin-bottom: 16px; }
  .what-specialty { grid-template-columns: 1fr; gap: 8px; padding: 10px 11px; margin-bottom: 14px; }
  .what-specialty-label { width: fit-content; font-size: 0.57rem; padding: 3px 7px; letter-spacing: 0.09em; }
  .what-specialty-text { font-size: 0.8rem; line-height: 1.45; }
  .trust-bar { padding: 16px 24px; grid-template-columns: 1fr; gap: 0; }
  .trust-stat { padding: 10px 10px 10px 22px; min-height: 0; }
  .trust-stat + .trust-stat { border-left: none; border-top: 1px solid var(--border); }
  .forwho { padding: 60px 24px; }
  .divider { margin: 0 24px; }
  .services { grid-template-columns: 1fr; }
  .svc { border-right: none; border-bottom: 1px solid var(--border); }
  .forwho-lead { margin-bottom: 20px; }
  .forwho h2, .forwho-intro { max-width: none; }
  .forwho-list { grid-template-columns: 1fr; gap: 10px; }
  .forwho-item { min-height: 0; padding: 12px 12px 13px; gap: 10px; }
  .forwho-logo { width: 38px; height: 38px; }
  .forwho-logo svg { width: 20px; height: 20px; }
  .forwho-copy { font-size: 0.82rem; line-height: 1.5; }
  .about { padding: 56px 24px 44px; }
  .about .label { margin-bottom: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-copy { border-left: none; border-top: 1px solid var(--border); padding-left: 0; padding-top: 18px; }
  .about-preview { margin-top: 8px; }
  .about-preview-frame { aspect-ratio: 4 / 5.2; }
  .about-preview-frame iframe {
    --about-preview-scale: 0.62;
    transform: scale(var(--about-preview-scale));
    width: calc(100% / var(--about-preview-scale));
    height: calc(100% / var(--about-preview-scale));
  }
  .about-preview-overlay-link { justify-content: center; padding: 12px; }
  .about-preview-overlay-text { width: 100%; justify-content: center; text-align: center; font-size: 0.58rem; }
  .contact { flex-direction: column; padding: 60px 24px; }
  .contact-actions { margin-top: 18px; }
  .contact-box { min-width: unset; width: 100%; }
  .form-alt-cta { justify-content: flex-start; }
  .form-alt-link { width: 100%; justify-content: center; }
  footer { flex-direction: column; gap: 12px; text-align: center; padding: 24px; }
  .footer-brand { align-items: center; }
}

@media (max-width: 980px) and (min-width: 769px) {
  .trust-bar { grid-template-columns: 1fr; }
  .trust-stat { min-height: 0; }
  .trust-stat + .trust-stat { border-left: none; border-top: 1px solid var(--border); }
  .forwho-list { grid-template-columns: 1fr; }
  .forwho h2 { max-width: none; }
}
