:root {
  --red: #d71920;
  --red-dark: #a70f14;
  --ink: #121416;
  --muted: #636970;
  --line: #e3e5e8;
  --paper: #ffffff;
  --soft: #f4f5f6;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(17, 20, 22, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: #fff; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.topbar { background: #0c0d0e; color: #fff; font-size: 0.82rem; }
.topbar .container { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a { text-decoration: none; }
.demo-note { color: #b9bdc2; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 50%; font-size: .82rem; letter-spacing: .06em; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .66rem; letter-spacing: .13em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { position: relative; padding: 30px 0 27px; text-decoration: none; font-size: .93rem; font-weight: 750; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 3px; background: var(--red); transition: .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.nav-cta { padding: 12px 18px !important; color: #fff !important; background: var(--red); border-radius: 3px; }
.nav-cta::after { display: none; }
.menu-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px auto; background: var(--ink); }

.eyebrow { margin: 0 0 16px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(2.65rem, 6.3vw, 5.6rem); }
h2 { margin: 0 0 22px; font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { margin: 0 0 10px; font-size: 1.25rem; }
.lead { max-width: 720px; color: var(--muted); font-size: 1.13rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn-primary { color: #fff; background: var(--red); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-light { color: var(--ink); background: #fff; }
.btn-light:hover { background: #eceeef; transform: translateY(-2px); }
.btn-outline { border-color: #bfc4ca; }
.btn-outline:hover { border-color: var(--ink); }

.hero { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #0e1012; }
.hero-slides, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { background: center/cover no-repeat; opacity: 0; transform: scale(1.03); animation: heroCycle 18s infinite; }
.hero-slide:nth-child(1) { background-image: url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=85'); }
.hero-slide:nth-child(2) { background-image: url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1800&q=85'); animation-delay: 6s; }
.hero-slide:nth-child(3) { background-image: url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1800&q=85'); animation-delay: 12s; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,7,8,.9) 0%, rgba(5,7,8,.58) 50%, rgba(5,7,8,.22) 100%), linear-gradient(0deg, rgba(5,7,8,.65), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding: 120px 0 90px; }
.hero-content p:not(.eyebrow) { max-width: 700px; margin: 25px 0 0; color: #e3e5e7; font-size: 1.15rem; }
.hero .eyebrow { color: #fff; }
@keyframes heroCycle { 0% { opacity: 0; transform: scale(1.03); } 5%, 30% { opacity: 1; } 35%, 100% { opacity: 0; transform: scale(1.12); } }

.trust-strip { background: var(--red); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 126px; padding: 26px 24px; display: grid; align-content: center; border-right: 1px solid rgba(255,255,255,.25); }
.trust-item:last-child { border: 0; }
.trust-item strong { font-size: 1.75rem; line-height: 1; }
.trust-item span { margin-top: 8px; font-size: .9rem; opacity: .82; }

.section { padding: 105px 0; }
.section-soft { background: var(--soft); }
.split { display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(48px, 8vw, 105px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.split-media { min-height: 520px; border-radius: 4px; object-fit: cover; box-shadow: var(--shadow); }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; }
.check-list li::before { content: "✓"; flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; font-size: .82rem; }

.section-head { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-head > div { max-width: 780px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 265px; padding: 32px; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); transition: .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin-top: 38px; }
.service-card p { color: var(--muted); }
.text-link { color: var(--red); font-weight: 800; text-decoration: none; }

.image-band { display: grid; grid-template-columns: 1.2fr .8fr 1fr; min-height: 460px; background: #111; }
.image-band img { height: 100%; min-height: 460px; object-fit: cover; filter: saturate(.82); }
.image-band img:nth-child(2) { filter: grayscale(1); }

.cta-panel { padding: 78px 0; color: #fff; background: #101214; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin: 0; }

.page-hero { padding: 96px 0 84px; color: #fff; background: linear-gradient(120deg, #0c0e0f, #25292d); }
.page-hero p { max-width: 710px; margin: 22px 0 0; color: #c9cdd1; font-size: 1.1rem; }
.breadcrumbs { margin-bottom: 32px; color: #afb4b9; font-size: .86rem; }
.breadcrumbs a { text-decoration: none; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery-item { position: relative; grid-column: span 4; min-height: 330px; overflow: hidden; background: #1a1d20; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item img { height: 100%; min-height: 330px; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 45px 22px 20px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.82)); font-weight: 800; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.team-card { padding: 38px 30px; border: 1px solid var(--line); background: #fff; }
.avatar { width: 88px; height: 88px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--red), #5d090c); font-size: 1.35rem; font-weight: 900; }
.role { color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.team-card p { color: var(--muted); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-step { padding: 30px; background: #fff; }
.process-step strong { color: var(--red); font-size: 2rem; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.contact-list { display: grid; gap: 20px; }
.contact-block { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-block small { display: block; color: var(--red); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-block a { text-decoration: none; }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 9px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; font-weight: 700; }
.contact-form { padding: 38px; background: var(--soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-size: .88rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cdd1d5; border-radius: 2px; background: #fff; color: var(--ink); font: inherit; }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(215,25,32,.15); border-color: var(--red); }
.form-status { margin: 16px 0 0; font-weight: 700; color: #1f6b3b; }

.site-footer { padding: 66px 0 22px; color: #c8ccd0; background: #090a0b; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 55px; }
.footer-title { color: #fff; font-weight: 900; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #292c2f; color: #858b91; font-size: .82rem; }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; padding: 14px 20px 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .site-nav a::after { display: none; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .split, .contact-layout { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: initial; }
  .service-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .gallery-item, .gallery-item.wide { grid-column: span 6; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topbar .container { justify-content: center; }
  .topbar a { display: none; }
  .brand-copy { font-size: .86rem; }
  .brand-copy small { font-size: .56rem; }
  .hero { min-height: 650px; }
  .hero-content { padding: 95px 0 65px; }
  .section { padding: 72px 0; }
  .section-head, .cta-inner { align-items: stretch; flex-direction: column; }
  .service-grid, .team-grid, .process, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .image-band { grid-template-columns: 1fr; }
  .image-band img { min-height: 290px; }
  .image-band img:nth-child(3) { display: none; }
  .gallery-item, .gallery-item.wide { grid-column: 1 / -1; }
  .gallery-item, .gallery-item img { min-height: 285px; }
  .contact-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-slide:first-child { opacity: 1; }
}
