﻿:root {
  --bg: #050505;
  --bg-elevated: #111216;
  --text: #f5f5f5;
  --muted: #c6c6c9;
  --accent: #e10600;
  --accent-dark: #b80500;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  --radius: 20px;
  --max-width: 1120px;
  --phone-ring: rgba(225, 6, 0, 0.28);
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at top right, rgba(225, 6, 0, 0.12), transparent 28%), linear-gradient(180deg, #060606 0%, #0e1014 42%, #060606 100%);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: 16px; top: -48px; background: #fff; color: #000; padding: 10px 14px; border-radius: 10px; z-index: 1000; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); background: rgba(5, 5, 5, 0.9); border-bottom: 1px solid var(--border); }
.header-wrap, .section-wrap, .footer-wrap { width: min(100% - 32px, var(--max-width)); margin: 0 auto; }
.header-wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 14px; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark { width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, rgba(225, 6, 0, 0.16), rgba(225, 6, 0, 0.02)), #fff; color: #111; display: grid; place-items: center; font-size: 1.25rem; border: 1px solid rgba(255, 255, 255, 0.45); box-shadow: var(--shadow); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 1.05rem; }
.brand-copy span { color: var(--muted); font-size: 0.82rem; margin-top: 4px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px; border: 1px solid var(--border); background: transparent; color: var(--text); cursor: pointer; }
.phone-pill, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 999px; font: inherit; font-weight: 800; }
.phone-pill, .button-primary { background: var(--accent); color: #fff; box-shadow: 0 0 0 8px var(--phone-ring); }
.button-secondary { background: transparent; border: 1px solid var(--border); color: var(--text); }
.site-nav { position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); background: rgba(17, 18, 22, 0.98); border: 1px solid var(--border); border-radius: 18px; padding: 12px; display: none; flex-direction: column; gap: 8px; box-shadow: var(--shadow); }
.site-nav.is-open { display: flex; }
.site-nav a { padding: 12px 14px; border-radius: 12px; color: var(--muted); font-weight: 700; }
.site-nav a[aria-current="page"] { background: rgba(225, 6, 0, 0.12); color: var(--text); }
.hero, .page-hero { padding: 32px 0 24px; }
.hero-card, .content-card, .cta-band, .legal-card { background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)); border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow); }
.hero-card, .content-card, .cta-band, .legal-card, .page-hero-card { padding: 24px 22px; }
.hero-grid, .two-column, .contact-grid, .footer-grid, .service-list, .trust-list { display: grid; gap: 22px; }
.eyebrow { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; background: rgba(225, 6, 0, 0.14); color: #fff; font-size: 0.84rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.hero-copy h1, .page-hero h1 { margin: 14px 0 12px; font-size: clamp(2rem, 8vw, 4.2rem); line-height: 0.98; letter-spacing: -0.05em; }
.lead, .section-intro, .content-card p, .legal-card p, .legal-card li, .meta-card p, .service-card p, .info-card p, .footer-note { color: var(--muted); }
.service-area { margin: 0 0 18px; color: #fff; font-weight: 700; }
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin: 18px 0 20px; }
.meta-card, .service-card, .info-card { background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }
.meta-card strong, .service-card h3, .info-card h3 { display: block; margin-bottom: 8px; font-size: 1.02rem; }
.hero-visual { min-height: 280px; border-radius: 24px; background: linear-gradient(160deg, rgba(225, 6, 0, 0.16), transparent 48%), linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)), #111216; border: 1px solid var(--border); padding: 18px; display: flex; flex-direction: column; justify-content: space-between; }
.visual-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.visual-tile { min-height: 138px; border-radius: 18px; background: linear-gradient(135deg, rgba(0,0,0,0.18), rgba(0,0,0,0.45)), linear-gradient(180deg, #48515a, #1d2128); border: 1px solid rgba(255,255,255,0.08); padding: 14px; display: flex; align-items: flex-end; font-weight: 800; }
.visual-note { margin-top: 14px; padding: 10px 12px; border-radius: 14px; background: rgba(255,255,255,0.06); color: var(--muted); font-size: 0.92rem; }
.section { padding: 24px 0; }
.section h2 { margin: 0 0 12px; font-size: clamp(1.7rem, 6vw, 2.8rem); letter-spacing: -0.04em; }
.tag { display: inline-block; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; background: rgba(225, 6, 0, 0.14); color: #fff; font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "•"; position: absolute; left: 8px; color: var(--accent); font-size: 1.1rem; }
.legal-card ul { padding-left: 20px; }
.site-footer { margin-top: 28px; background: #efefef; color: #111; }
.footer-wrap { padding: 28px 0 36px; }
.footer-brand { font-size: clamp(1.8rem, 6vw, 2.6rem); font-weight: 900; letter-spacing: -0.05em; line-height: 0.95; }
.footer-links { display: grid; gap: 10px; font-size: 0.96rem; color: #2d2d2d; }
.legal-inline { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.screenreader-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid rgba(255,255,255,0.92); outline-offset: 3px; }
@media (min-width: 720px) {
  .site-nav { position: static; display: flex; flex-direction: row; align-items: center; gap: 4px; background: transparent; border: 0; border-radius: 0; padding: 0; box-shadow: none; }
  .menu-toggle { display: none; }
  .hero-grid, .two-column, .contact-grid, .footer-grid, .cta-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-actions { flex-direction: row; align-items: center; }
}
@media (min-width: 980px) {
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; }
  .hero-card, .content-card, .cta-band, .legal-card, .page-hero-card { padding: 32px; }
}

.brand-logo {
  display: block;
  width: clamp(148px, 36vw, 260px);
  height: auto;
}

.hero-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hero-photo,
.contact-photo-frame,
.callout-art-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #0c0f13;
}

.hero-photo {
  min-height: 180px;
}

.hero-photo img,
.contact-photo-frame img,
.callout-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-photo::after,
.contact-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.38) 100%);
}

.hero-photo span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  font-weight: 800;
}

.callout-art-wrap {
  max-width: 440px;
  justify-self: end;
}

.contact-photo-frame {
  min-height: 320px;
}

.contact-art-stack {
  display: grid;
  gap: 16px;
}

.hero-visual {
  min-height: 520px;
}

.hero-photo-grid {
  flex: 1;
  height: 100%;
}

.hero-photo {
  min-height: 100%;
}

.hero-visual .hero-photo-grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.hero-visual .hero-photo {
  min-height: 460px;
}

@media (max-width: 719px) {
  .hero-visual {
    min-height: auto;
  }

  .hero-visual .hero-photo-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual .hero-photo {
    min-height: 240px;
  }
}

.hero-visual .hero-photo-grid {
  grid-template-columns: 1fr;
}

.hero-visual .hero-photo {
  min-height: 220px;
}

.hero-photo img {
  object-fit: contain;
  background: #0c0f13;
}

.hero-photo::after,
.hero-photo span {
  display: none;
}

.hero-photo img {
  object-fit: cover;
  object-position: center;
}

.phone-pill {
  font-size: 0.95rem;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .phone-pill {
    font-size: 0.78rem;
    padding: 0 14px;
    min-height: 46px;
  }
}

.eyebrow-toggle {
  justify-content: space-between;
  gap: 12px;
  width: fit-content;
  min-width: min(100%, 270px);
}

.language-toggle-label {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-switch {
  position: relative;
  display: inline-flex;
  width: 58px;
  height: 32px;
  flex: 0 0 auto;
}

.language-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.language-slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.26);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.language-slider::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}

.language-switch input:checked + .language-slider {
  background: var(--accent);
}

.language-switch input:checked + .language-slider::before {
  transform: translateX(26px);
}

@media (max-width: 480px) {
  .eyebrow-toggle {
    min-width: 0;
    width: 100%;
  }

  .language-toggle-label {
    font-size: 0.8rem;
  }
}

.language-switch input:checked + .language-slider {
  background: #1aa34a;
  box-shadow: 0 0 0 6px rgba(26, 163, 74, 0.18);
  border-color: rgba(26, 163, 74, 0.55);
}
