:root {
  /* Live WordPress / Astra brand tokens (vtrumautoglass.com) */
  --red: #dd183b;
  --red-dark: #cc1939;
  --coral: var(--red);
  --coral-dark: var(--red-dark);
  --navy: #0f172a;
  --navy-dark: #140609;
  --ink: #3a3a3a;
  --ink-strong: #0f172a;
  --muted: #5c6570;
  --soft: #ffd1bf;
  --peach: #ffede6;
  --bg: #ffffff;
  --bg-soft: #ffede6;
  --border: #f0d4c8;
  --radius: 10px;
  --shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  --font-body: "Open Sans", system-ui, -apple-system, sans-serif;
  --font-display: "Montserrat", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); }
h1, h2, h3, h4, .logo-text, .section-title, .service-title, .trust-title {
  font-family: var(--font-display);
}

.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--red); color: #fff;
  padding: 12px 16px; z-index: 9999; font-weight: 700;
}
.skip-link:focus { left: 12px; top: 12px; }

/* Header */
.header {
  background: var(--navy); padding: 10px 14px; position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.header-content {
  max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between;
  align-items: center; gap: 10px;
}
.logo {
  display: flex; align-items: center; gap: 8px; text-decoration: none;
  color: #fff; font-size: 18px; font-weight: 800; letter-spacing: -.3px;
  min-width: 0; flex-shrink: 1;
}
.logo img {
  height: 40px; width: auto; display: block; border-radius: 8px;
  background: #fff; padding: 2px; flex-shrink: 0;
}
.logo-text { line-height: 1.1; color: #fff; }
.logo-text .logo-name {
  display: block; font-size: 16px; font-weight: 800; color: #fff;
  letter-spacing: -.3px; text-transform: none;
}
.logo-text .logo-tag {
  color: var(--red); display: block; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.nav-links { display: none; gap: 18px; align-items: center; }
.nav-links a {
  color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; opacity: .92;
}
.nav-links a:hover { opacity: 1; color: var(--soft); }
.header-actions {
  display: flex; align-items: center; gap: 8px; flex-shrink: 0;
}
.header-phone {
  background: var(--red); color: #fff; padding: 10px 12px; border-radius: 8px;
  text-decoration: none; font-weight: 700; font-size: 13px; white-space: nowrap;
  font-family: var(--font-display);
}
.header-phone:hover { background: var(--red-dark); color: #fff; }

/* Mobile menu */
.mobile-nav { position: relative; }
.mobile-nav-btn {
  list-style: none; cursor: pointer;
  background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px; padding: 10px 12px; font-size: 13px; font-weight: 700;
  font-family: var(--font-display);
}
.mobile-nav-btn::-webkit-details-marker { display: none; }
.mobile-nav-panel {
  position: absolute; right: 0; top: calc(100% + 8px);
  background: #140609; border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; min-width: 200px; padding: 8px;
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
  display: grid; gap: 2px; z-index: 20;
}
.mobile-nav-panel a {
  color: #fff; text-decoration: none; font-size: 14px; font-weight: 600;
  padding: 12px 14px; border-radius: 8px;
}
.mobile-nav-panel a:hover, .mobile-nav-panel a:active {
  background: rgba(221, 24, 59, 0.25); color: #fff;
}

/* Hero */
.hero {
  --hero-image: url('/wp-content/uploads/2025/11/Image-qf-min.jpg');
  background: linear-gradient(145deg, var(--navy) 0%, #1a0a10 55%, #2a0d16 100%);
  padding: 36px 16px 48px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(221, 24, 59, 0.28), transparent 55%),
    var(--hero-image) center/cover;
  opacity: .22; z-index: 0;
}
.hero-content { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.hero-badge {
  display: inline-block; background: rgba(221, 24, 59, 0.22); border: 2px solid var(--red);
  color: #fff; padding: 7px 12px; border-radius: 50px; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .4px; margin-bottom: 16px;
  font-family: var(--font-display); max-width: 100%;
  line-height: 1.35; text-align: center;
}
.hero h1 {
  font-size: clamp(26px, 7.2vw, 50px); font-weight: 800; color: #fff; line-height: 1.12;
  margin-bottom: 16px; letter-spacing: -0.5px; max-width: 22em;
}
.hero h1 em {
  font-style: normal; color: #ff6b84;
}
.hero h1 br { display: block; }
.hero-lead {
  font-size: 16px; color: #f3d5c8; margin-bottom: 18px; max-width: 640px; line-height: 1.65;
  text-wrap: pretty;
}
.entity-summary {
  font-size: 14px; color: #e8cfc3; margin-bottom: 22px; max-width: 680px; line-height: 1.6;
  border-left: 3px solid var(--red); padding-left: 14px;
  text-wrap: pretty;
}
.hero-cta-group { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 420px; }
.cta-primary, .cta-secondary {
  padding: 14px 20px; border-radius: var(--radius); text-decoration: none; font-weight: 700;
  font-size: 16px; text-align: center; display: block; transition: .2s;
  font-family: var(--font-display);
}
.cta-primary { background: var(--red); color: #fff; border: 3px solid var(--red); }
.cta-primary:hover {
  background: var(--red-dark); border-color: var(--red-dark);
  transform: translateY(-2px); color: #fff;
}
.cta-secondary {
  background: transparent; color: #fff; border: 2px solid rgba(255, 209, 191, 0.65);
  font-weight: 600; font-size: 16px;
}
.cta-secondary:hover { border-color: #fff; color: #fff; }

/* Trust */
.trust-bar {
  background: var(--peach); padding: 28px 20px; border-bottom: 1px solid var(--border);
}
.trust-content {
  max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 20px;
}
.trust-item { text-align: center; padding: 12px; }
.trust-icon { font-size: 28px; margin-bottom: 8px; }
.trust-title { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.trust-desc { font-size: 13px; color: var(--muted); }

/* Sections */
.section { padding: 48px 16px; }
.section-dark { background: var(--bg-soft); }
.section-navy { background: var(--navy); color: #fff; }
.section-coral { background: var(--red); color: #fff; text-align: center; }
.section-content { max-width: 1200px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-eyebrow {
  color: var(--red); font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.2px; margin-bottom: 10px; font-family: var(--font-display);
}
.section-navy .section-eyebrow,
.section-coral .section-eyebrow { color: #ffc9d2; }
.section-title {
  font-size: clamp(28px, 3.5vw, 38px); font-weight: 800; color: var(--navy);
  line-height: 1.2; letter-spacing: -.5px; margin-bottom: 14px;
  text-wrap: balance;
}
.section-navy .section-title,
.section-coral .section-title { color: #fff; }
.section-subtitle {
  font-size: 17px; color: var(--muted); max-width: 640px; margin: 0 auto;
  text-wrap: pretty;
  line-height: 1.55;
}
.section-navy .section-subtitle { color: #f0c9b8; }
.section-coral .section-subtitle { color: rgba(255, 255, 255, 0.92); }
.hero-lead, .entity-summary, .seo-copy, .entity-lead, .entity-note {
  text-wrap: pretty;
}

/* Services */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.service-card {
  background: #fff; border: 2px solid var(--border); border-radius: 14px; padding: 28px;
  transition: .25s;
}
.service-card:hover {
  border-color: var(--red); transform: translateY(-3px); box-shadow: var(--shadow);
}
.service-icon { font-size: 36px; margin-bottom: 12px; }
.service-title { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.service-desc { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* Local */
.two-col { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
.two-col img {
  border-radius: 14px; width: 100%; object-fit: cover; min-height: 260px;
  box-shadow: var(--shadow);
}
.check-list { list-style: none; margin: 18px 0 24px; }
.check-list li {
  position: relative; padding: 8px 0 8px 28px; color: var(--muted); font-size: 15px;
}
.check-list li::before {
  content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800;
}

/* Process */
.process-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.process-step {
  background: #fff; border-radius: 14px; padding: 24px; border: 1px solid var(--border);
}
.process-num {
  width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800;
  margin-bottom: 12px; font-family: var(--font-display);
}
.process-step h3 { font-size: 18px; color: var(--navy); margin-bottom: 8px; }
.process-step p { font-size: 15px; color: var(--muted); }

/* Cities — even rows (12 chips → 6+6 / 4+4+4 / 3×4 / 2×6) */
.cities {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  justify-items: center;
  gap: 10px;
  margin-top: 28px;
  width: 100%;
}
.city-chip {
  background: rgba(221, 24, 59, 0.18); border: 1px solid rgba(255, 209, 191, 0.35);
  color: #fff; padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.city-chip:hover { background: rgba(221, 24, 59, 0.32); color: #fff; }
@media (min-width: 480px) {
  .cities { grid-template-columns: repeat(3, max-content); }
}
@media (min-width: 700px) {
  .cities { grid-template-columns: repeat(4, max-content); }
}
@media (min-width: 1000px) {
  .cities { grid-template-columns: repeat(6, max-content); }
}

/* Insurance */
.insurance-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.insurance-card {
  background: #fff; border-radius: 14px; padding: 28px; border: 1px solid var(--border);
}
.insurance-card h3 { color: var(--navy); font-size: 18px; margin-bottom: 10px; }
.insurance-card p { color: var(--muted); font-size: 15px; }

/* Trustindex: minimal chrome so their CSS owns the look */
.trustindex-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.trustindex-wrap .elementor-shortcode {
  display: block;
  width: 100%;
}
.trustindex-wrap pre.ti-widget {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  white-space: normal;
  overflow: visible;
}

/* Legacy static review cards (unused when Trustindex is present) */
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: stretch; }
.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  min-height: 100%;
}
.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0f172a, #37465a);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--navy);
  line-height: 1.2;
}
.review-source-line {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}
.review-source-line span { color: var(--red); font-weight: 700; }
.review-stars {
  color: #f6bb06;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1;
}
.review-text {
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
  flex: 1;
  text-wrap: pretty;
}
.review-meta {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #f0e6e0;
  background: transparent !important;
}
.review-meta span { color: var(--red); }

/* About / who we are (entity facts for humans + extractors) */
.entity-lead {
  text-align: center;
  color: #f0c9b8 !important;
  max-width: 720px;
  margin: 0 auto 28px !important;
}
.entity-lead strong { color: #fff; }
.entity-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}
.entity-fact {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 209, 191, 0.22);
  border-radius: 12px;
  padding: 16px 18px;
  display: grid;
  gap: 6px;
}
.entity-fact dt {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffc9d2;
}
.entity-fact dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
}
.entity-note {
  max-width: 720px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
  color: #d7b8ab;
}

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 0;
  overflow: hidden;
}
.faq-item details { padding: 0; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 700;
  color: var(--navy); font-size: 16px; position: relative; padding-right: 48px;
  font-family: var(--font-display);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 22px; color: var(--red); font-weight: 400;
}
.faq-item details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 24px 20px; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* Emergency */
.emergency-phone {
  display: inline-block; background: #fff; color: var(--red); padding: 14px 20px;
  border-radius: var(--radius); font-size: clamp(20px, 6vw, 28px); font-weight: 800;
  text-decoration: none; margin-top: 12px; font-family: var(--font-display);
  max-width: 100%; word-break: break-word;
}
.emergency-phone:hover { background: #fff5f7; color: var(--red-dark); }

/* Site footer only (do not style review card footers) */
footer[role="contentinfo"] {
  background: var(--navy-dark); color: #d7b8ab; padding: 48px 20px 28px; font-size: 14px;
}
.footer-grid {
  max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 28px;
}
.footer-brand-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand-wrap img {
  height: 56px; width: auto; border-radius: 8px; background: #fff; padding: 2px;
}
.footer-brand { color: #fff; font-size: 20px; font-weight: 800; margin-bottom: 0; font-family: var(--font-display); }
.footer-brand span { color: var(--red); }
footer[role="contentinfo"] h3 {
  color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 12px; font-family: var(--font-display);
}
footer[role="contentinfo"] ul { list-style: none; }
footer[role="contentinfo"] li { margin-bottom: 8px; }
footer[role="contentinfo"] a { color: #e8cfc3; text-decoration: none; }
footer[role="contentinfo"] a:hover { color: #fff; }
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.08); color: #fff; font-size: 14px; font-weight: 700;
}
.footer-social a:hover { background: var(--red); color: #fff; }
.footer-bottom {
  max-width: 1200px; margin: 32px auto 0; padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
}
.nap { font-style: normal; line-height: 1.75; }
.seo-copy {
  max-width: 760px; margin: 0 auto 40px; color: var(--muted); font-size: 16px; line-height: 1.75;
}
.seo-copy strong { color: var(--navy); }
.section-navy .seo-copy strong { color: #fff; }

@media (min-width: 480px) {
  .header { padding: 12px 18px; }
  .logo img { height: 46px; }
  .header-phone { font-size: 14px; padding: 10px 14px; }
  .hero { padding: 44px 20px 56px; }
  .hero-lead { font-size: 17px; }
}
@media (min-width: 640px) {
  .hero-cta-group { flex-direction: row; max-width: none; }
  .hero-badge { font-size: 12px; letter-spacing: .5px; padding: 8px 16px; }
  .section { padding: 64px 20px; }
  .trust-content { grid-template-columns: repeat(3, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .insurance-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .entity-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-primary, .cta-secondary { font-size: 17px; padding: 16px 28px; }
}
@media (min-width: 900px) {
  .header { padding: 14px 20px; }
  .logo img { height: 52px; }
  .logo-text .logo-name { font-size: 18px; }
  .logo-text .logo-tag { font-size: 11px; }
  .header-phone { font-size: 15px; padding: 11px 18px; }
  .nav-links { display: flex; }
  .mobile-nav { display: none; }
  .hero { padding: 56px 20px 72px; }
  .hero-lead { font-size: 18px; margin-bottom: 22px; }
  .entity-summary { font-size: 15px; margin-bottom: 28px; }
  .section { padding: 72px 20px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .two-col { grid-template-columns: 1fr 1fr; gap: 48px; }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .entity-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .emergency-phone { padding: 18px 36px; }
}


/* Get a Quote form (restored from live WP /contact-us WPForms fields) */
.section-quote { background: var(--bg-soft); }
.quote-layout {
  display: grid;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.quote-aside {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  height: fit-content;
}
.quote-aside h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--ink-strong);
  margin-bottom: 10px;
}
.quote-aside p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.65;
}
.quote-call { display: inline-block; margin-bottom: 18px; text-decoration: none; }
.quote-bullets { margin-top: 8px; }
.quote-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.quote-row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}
.quote-row-2 { grid-template-columns: 1fr; }
.quote-row-3 { grid-template-columns: 1fr; }
.quote-field {
  display: grid;
  gap: 6px;
  align-content: start;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-strong);
  font-family: var(--font-display);
}
.quote-row .quote-field { margin-bottom: 0; }
.quote-field span abbr { color: var(--red); text-decoration: none; }
.quote-field input,
.quote-field select,
.quote-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(221, 24, 59, 0.15);
}
.quote-field textarea { resize: vertical; min-height: 110px; }
.quote-hint {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.quote-submit {
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 4px;
  font-size: 16px;
}
.quote-submit:disabled {
  opacity: .7;
  cursor: wait;
  transform: none;
}
.quote-privacy {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
  font-family: var(--font-body);
  line-height: 1.5;
}
.quote-form-status {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-body);
}
.quote-form-status.is-success {
  background: #e8f7ee;
  color: #0f5132;
  border: 1px solid #b7e4c7;
}
.quote-form-status.is-error {
  background: #fdecef;
  color: #842029;
  border: 1px solid #f5c2c7;
}
.quote-hp {
  position: absolute !important;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .quote-row-2 { grid-template-columns: 1fr 1fr; }
  .quote-row-3 { grid-template-columns: 1fr 1fr 1fr; }
}
@media (min-width: 900px) {
  .quote-layout { grid-template-columns: 0.9fr 1.4fr; align-items: start; gap: 32px; }
}

/* Close mobile menu after tapping a link (progressive enhancement) */
.mobile-nav[open] .mobile-nav-btn { background: rgba(221, 24, 59, 0.35); border-color: var(--red); }

.cms-loading { opacity: 0.6; }

/* Prevent horizontal scroll from wide widgets */
html, body { overflow-x: hidden; }
img, svg, video { max-width: 100%; }
.trustindex-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* Work carousel (local section) */
.work-carousel { position: relative; border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.work-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.work-track::-webkit-scrollbar { display: none; }
.work-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: center; }
.work-slide img { display: block; width: 100%; height: 100%; aspect-ratio: 10 / 7; object-fit: cover; min-height: 260px; }
.work-nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px;
  border: 0; border-radius: 50%; background: rgba(15, 23, 42, 0.55); color: #fff;
  font-size: 18px; line-height: 1; cursor: pointer; display: grid; place-items: center;
  transition: background 0.2s ease;
}
.work-nav:hover { background: #DD183B; }
.work-prev { left: 12px; }
.work-next { right: 12px; }
.work-dots { position: absolute; left: 0; right: 0; bottom: 10px; display: flex; justify-content: center; gap: 8px; }
.work-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0;
  background: rgba(255, 255, 255, 0.55); cursor: pointer;
}
.work-dots button[aria-current="true"] { background: #DD183B; }
