:root {
  --navy: #1B3A5C;
  --navy-deep: #122943;
  --orange: #F7931E;
  --orange-deep: #E07B00;
  --paper: #F7F8FA;
  --white: #FFFFFF;
  --ink: #232830;
  --ink-soft: #5A6472;
  --line: #E3E7EC;

  --font-display: 'Lora', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  margin: 0;
  color: var(--navy-deep);
}
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); letter-spacing: -0.01em; }
h3 { font-size: 1.15rem; }

.section-inner, .header-inner, .hero-inner, .trust-strip-inner, .counter-strip-inner, .footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 22px;
  border-radius: 4px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-deep); box-shadow: 0 6px 16px rgba(247,147,30,0.35); }
.btn-secondary { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-secondary:hover { background: var(--navy); color: #fff; }
.btn-call { background: var(--navy); color: #fff; padding: 10px 18px; font-size: 0.88rem; }
.btn-call:hover { background: var(--navy-deep); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; padding-bottom: 12px;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 6px;
  background: var(--navy);
  color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 0.95rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--navy-deep); }
.brand-sub { font-size: 0.72rem; color: var(--ink-soft); letter-spacing: 0.04em; text-transform: uppercase; }

.main-nav { display: flex; gap: 28px; }
.main-nav a {
  text-decoration: none; color: var(--ink); font-size: 0.93rem; font-weight: 500;
  position: relative; padding-bottom: 4px;
}
.main-nav a:hover { color: var(--orange-deep); }

/* Hero */
.hero { background: linear-gradient(180deg, var(--paper) 0%, #fff 100%); padding: 56px 0 0; }
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center;
  padding-bottom: 56px;
}
.eyebrow {
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--orange-deep); margin: 0 0 14px;
}
.hero h1 {
  font-size: clamp(2rem, 3.6vw, 2.85rem); line-height: 1.18; margin-bottom: 18px;
}
.hero-lead { font-size: 1.05rem; color: var(--ink-soft); margin-bottom: 28px; max-width: 480px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

.hero-stats { list-style: none; padding: 0; margin: 0; display: flex; gap: 28px; flex-wrap: wrap; }
.hero-stats li { display: flex; flex-direction: column; gap: 2px; }
.hero-stats strong { font-family: var(--font-display); color: var(--navy-deep); font-size: 1.05rem; }
.hero-stats span { font-size: 0.82rem; color: var(--ink-soft); }

.hero-media { position: relative; }
.hero-media img {
  border-radius: 8px;
  box-shadow: 0 20px 50px -15px rgba(27,58,92,0.35);
  border: 6px solid #fff;
  width: 100%;
  aspect-ratio: 4/3.1;
  object-fit: cover;
}
.hero-caption {
  position: absolute; bottom: -18px; left: 24px;
  background: var(--navy); color: #fff;
  padding: 10px 18px; border-radius: 6px;
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
  box-shadow: 0 10px 24px -8px rgba(0,0,0,0.4);
}
.hero-caption span { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.74rem; color: #cbd7e3; margin-top: 2px; }

/* Trust strip */
.trust-strip { background: var(--navy); padding: 22px 0; }
.trust-strip-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; gap: 2px; color: #fff; }
.trust-item strong { font-family: var(--font-display); font-size: 0.95rem; }
.trust-item span { font-size: 0.8rem; color: #b9c8d9; }

/* Sections */
.section { padding: 72px 0; }
.section-muted { background: var(--paper); }
.section-lead { color: var(--ink-soft); font-size: 1.02rem; max-width: 560px; margin: 12px 0 36px; }
.section-lead.light { color: #c3cfdb; }

/* Services grid */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 28px 24px; transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.service-card:hover { box-shadow: 0 12px 30px -12px rgba(27,58,92,0.18); border-color: #d4dce4; }
.service-icon {
  width: 44px; height: 44px; border-radius: 8px;
  background: rgba(247,147,30,0.12); color: var(--orange-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.service-icon svg { width: 22px; height: 22px; }
.service-card h3 { margin-bottom: 8px; color: var(--navy-deep); }
.service-card p { margin: 0; color: var(--ink-soft); font-size: 0.93rem; }

/* Brands */
.brands-row { display: flex; gap: 14px; flex-wrap: wrap; }
.brand-pill {
  background: #fff; border: 1.5px solid var(--line); border-radius: 30px;
  padding: 10px 22px; font-weight: 600; font-size: 0.92rem; color: var(--navy-deep);
}
.brand-pill-accent { background: var(--orange); border-color: var(--orange); color: #fff; }

/* Counter strip (signature element) */
.counter-strip { background: var(--navy-deep); }
.counter-strip-inner {
  display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 0;
}
.counter-strip-inner img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.counter-text { padding: 40px 48px; color: #fff; }
.counter-text h2 { color: #fff; font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-bottom: 14px; }
.counter-text p { color: #c3cfdb; font-size: 1rem; margin: 0; max-width: 420px; }

/* Gallery */
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.gallery-grid figure { margin: 0; }
.gallery-grid img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 6px;
  border: 1px solid var(--line);
}
.gallery-grid figcaption {
  font-size: 0.82rem; color: var(--ink-soft); margin-top: 10px; text-align: center;
}

/* Contact */
.section-dark { background: var(--navy-deep); color: #fff; }
.section-dark h2 { color: #fff; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 28px 0 32px; }
.contact-list dt { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--orange); margin-bottom: 6px; font-weight: 600; }
.contact-list dd { margin: 0; color: #dde5ed; font-size: 0.95rem; }
.contact-list a { text-decoration: none; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.3); }
.contact-list a:hover { border-color: var(--orange); }
.contact-map { min-height: 320px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,0.15); }
.contact-map iframe { width: 100%; height: 100%; min-height: 320px; }

/* Footer */
.site-footer { background: var(--navy); padding: 22px 0; }
.footer-inner {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 0.8rem; color: #aebdcd;
}

/* Focus visibility */
a:focus-visible, button:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

/* Responsive */
@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .counter-strip-inner { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .contact-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 18px; }
  .trust-strip-inner { flex-direction: column; gap: 14px; }
  .contact-list { grid-template-columns: 1fr; }
  .hero-caption { left: 12px; bottom: -16px; padding: 8px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
