@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --ink: #101418;
  --graphite: #171d22;
  --steel: #66717a;
  --mist: #edf0f1;
  --paper: #f8f8f5;
  --white: #fff;
  --brass: #c89b55;
  --brass-light: #e4bf7c;
  --line: rgba(16, 20, 24, 0.13);
  --shadow: 0 24px 80px rgba(10, 14, 17, 0.12);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: var(--white);
}
.site-header-solid { position: relative; color: var(--ink); background: var(--white); border-bottom-color: var(--line); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 220px; height: auto; }
.site-header:not(.site-header-solid) .brand img { filter: brightness(0) invert(1); }
.brand-tag { max-width: 150px; padding-left: 14px; border-left: 1px solid currentColor; font-size: .68rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { font-size: .86rem; font-weight: 600; text-decoration: none; }
.main-nav a:hover { color: var(--brass-light); }
.language-switch { display: flex; gap: 4px; margin-left: 6px; }
.language-switch a, .language-switch span { padding: 7px 8px; font-size: .72rem; font-weight: 700; text-decoration: none; }
.language-switch [aria-current] { color: var(--ink); background: var(--brass-light); }
.nav-toggle { display: none; border: 0; color: inherit; background: transparent; cursor: pointer; }

.hero {
  min-height: 760px;
  display: grid;
  align-items: end;
  position: relative;
  color: var(--white);
  background: #0e1215 url("/assets/img/security-door-hero.webp") center / cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,9,11,.93) 0%, rgba(6,9,11,.72) 36%, rgba(6,9,11,.12) 70%); }
.hero-inner { position: relative; z-index: 1; padding: 190px 0 92px; }
.eyebrow { margin: 0 0 22px; color: var(--brass-light); font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 6.6vw, 6.1rem); line-height: .97; letter-spacing: -.055em; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.6vw, 1.24rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid var(--brass); background: var(--brass); color: var(--ink); font-weight: 700; text-decoration: none; transition: .2s ease; }
.button:hover { background: var(--brass-light); border-color: var(--brass-light); transform: translateY(-2px); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.35); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 760px; margin-top: 72px; border-top: 1px solid rgba(255,255,255,.23); }
.hero-facts div { padding: 22px 25px 0 0; }
.hero-facts strong { display: block; color: var(--brass-light); font: 700 1.35rem "Manrope", sans-serif; }
.hero-facts span { display: block; margin-top: 5px; color: rgba(255,255,255,.65); font-size: .78rem; line-height: 1.4; }

.section { padding: clamp(80px, 10vw, 132px) 0; }
.section-dark { color: var(--white); background: var(--graphite); }
.section-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; margin-bottom: 52px; }
.section-head h2, .about-copy h2, .contact-copy h2, .legal-aside h1 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.4rem); line-height: 1.02; letter-spacing: -.045em; }
.section-intro { max-width: 640px; margin: 0; color: var(--steel); font-size: 1.08rem; line-height: 1.8; }
.section-dark .section-intro { color: rgba(255,255,255,.62); }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 72px; }
.audience-card { padding: 34px; border: 1px solid var(--line); background: var(--white); }
.audience-card .number { color: var(--brass); font: 700 .72rem "Manrope", sans-serif; letter-spacing: .14em; }
.audience-card h3 { margin: 28px 0 12px; font-size: 1.55rem; }
.audience-card p { margin: 0; color: var(--steel); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 280px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-card .number { color: var(--brass); font: 700 .72rem "Manrope", sans-serif; letter-spacing: .14em; }
.service-card h3 { margin: 55px 0 14px; font-size: 1.3rem; }
.service-card p { margin: 0; color: var(--steel); line-height: 1.65; }

.specialist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.specialist-card { min-height: 245px; padding: 38px; background: var(--graphite); }
.specialist-card h3 { margin: 0 0 14px; font-size: 1.35rem; }
.specialist-card p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.7; }
.specialist-card::before { content: ""; display: block; width: 38px; height: 2px; margin-bottom: 28px; background: var(--brass); }

.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.about-panel { position: sticky; top: 30px; padding: 38px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.about-panel strong { display: block; color: var(--brass-light); font: 800 clamp(4rem, 8vw, 7.4rem) "Manrope", sans-serif; line-height: .9; letter-spacing: -.07em; }
.about-panel span { display: block; max-width: 280px; margin-top: 18px; color: rgba(255,255,255,.68); line-height: 1.6; }
.about-copy > p { color: var(--steel); font-size: 1.06rem; line-height: 1.8; }
.timeline { margin-top: 38px; border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.timeline-item strong { color: var(--brass); font-family: "Manrope", sans-serif; }
.timeline-item p { margin: 0; line-height: 1.6; }

.awards-block { margin-top: 42px; }
.awards-label { margin: 0 0 18px; color: var(--brass); font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.awards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.award-card { padding: 24px; border: 1px solid var(--line); background: var(--white); }
.award-card strong { display: block; margin-bottom: 10px; color: var(--brass); font-family: "Manrope", sans-serif; font-size: 1.05rem; }
.award-card h3 { margin: 0 0 10px; font-size: 1.02rem; line-height: 1.35; }
.award-card p { margin: 0; color: var(--steel); font-size: .9rem; line-height: 1.6; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.14); }
.trust-strip div { padding: 28px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { display: block; margin-bottom: 8px; font-family: "Manrope", sans-serif; }
.trust-strip span { color: rgba(255,255,255,.55); font-size: .85rem; line-height: 1.5; }

.contact-section { position: relative; overflow: hidden; }
.contact-section::after { content: "S"; position: absolute; right: -30px; bottom: -160px; color: rgba(200,155,85,.08); font: 800 36rem/1 "Manrope", sans-serif; pointer-events: none; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy p { max-width: 530px; color: rgba(255,255,255,.62); line-height: 1.75; }
.contact-details { display: grid; margin-top: 36px; gap: 14px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; color: var(--white); text-decoration: none; }
.contact-item small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.5); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-item strong { display: block; font: 700 clamp(1.05rem,2vw,1.35rem) "Manrope", sans-serif; line-height: 1.45; }
.contact-icon { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; color: var(--ink); background: var(--brass); border-radius: 50%; font-size: 1rem; transition: transform .2s ease, background-color .2s ease; }
a.contact-item:hover .contact-icon, a.contact-item:focus-visible .contact-icon { background: var(--brass-light); transform: translateY(-2px); }
.address-item { color: rgba(255,255,255,.88); }

.contact-form { padding: 34px; color: var(--ink); background: var(--white); }
.form-intro { display: flex; margin-bottom: 24px; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.form-intro span { font: 700 1.2rem "Manrope", sans-serif; }
.form-intro p { margin: 0; color: var(--steel); font-size: .75rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; margin-bottom: 16px; gap: 6px; }
.form-field label { font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.form-field input, .form-field textarea { width: 100%; padding: 12px 14px; color: var(--ink); font: inherit; background: var(--white); border: 1px solid var(--line); }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid rgba(200,155,85,.35); border-color: var(--brass); }
.honeypot { position: absolute; left: -9999px; }
.form-consent { margin: 0 0 16px; color: var(--steel); font-size: .78rem; line-height: 1.55; }
.form-consent a { color: var(--ink); }
.form-status { min-height: 1.2em; margin: 0 0 12px; font-size: .82rem; }
.form-status:empty { display: none; }
.form-status.is-error { color: #9b2c2c; }
.button-form { width: 100%; }

.site-footer { padding: 44px 0 30px; color: rgba(255,255,255,.58); background: #0b0e10; }
.footer-grid, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-logo { width: 200px; filter: brightness(0) invert(1); opacity: .9; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; }
.footer-bottom { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

.legal-page { padding: 80px 0 110px; }
.legal-layout { display: grid; grid-template-columns: .48fr 1fr; gap: 70px; }
.legal-aside { align-self: start; position: sticky; top: 30px; }
.legal-aside h1 { font-size: clamp(2.3rem,4vw,3.8rem); }
.legal-aside p { color: var(--steel); line-height: 1.6; }
.legal-content { line-height: 1.75; }
.legal-content > p { font-size: 1.1rem; color: var(--steel); }
.legal-content section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 8px; font-size: 1.25rem; }
.legal-content p { margin: 8px 0; }

@media (max-width: 920px) {
  .main-nav { position: fixed; inset: 90px 0 auto; display: none; padding: 24px 20px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .nav-toggle { display: block; }
  .section-head, .about-grid, .contact-grid, .legal-layout { grid-template-columns: 1fr; }
  .service-grid, .audience-grid { grid-template-columns: repeat(2,1fr); }
  .awards-grid { grid-template-columns: 1fr; }
  .about-panel, .legal-aside { position: static; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .brand-tag { display: none; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 76px; }
  .brand img { width: 170px; }
  .nav-toggle { position: absolute; right: 14px; flex: 0 0 auto; }
  .main-nav { top: 76px; }
  .hero { min-height: 720px; background-position: 64% center; }
  .hero::before { background: linear-gradient(90deg, rgba(6,9,11,.94), rgba(6,9,11,.62)); }
  .hero-inner { padding-top: 150px; }
  h1 { max-width: calc(100vw - 40px); font-size: 2rem; line-height: 1.05; overflow-wrap: break-word; }
  .hero-lead { max-width: calc(100vw - 40px); font-size: .96rem; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { padding-top: 14px; }
  .hero-actions .button { width: 100%; }
  .service-grid, .specialist-grid, .trust-strip, .audience-grid { grid-template-columns: 1fr; }
  .awards-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 32px; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .footer-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
}
