/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE — LUXURY BRAND PRESENTATION
   Power Saver Electric Corp
   ═══════════════════════════════════════════════════════════════ */

/* ── Shared helpers ── */
.abt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.abt-eyebrow i { opacity: 0.8; }

.abt-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 1.2rem;
}
.abt-section-header h2 {
  font-family: var(--font-head);
  font-size: clamp(1.95rem, 3.5vw, 2.9rem);
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 0.8rem;
  letter-spacing: -0.026em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55), 0 1px 0 rgba(255,255,255,0.07);
}
.abt-section-lead {
  font-size: 0.91rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.84;
}

/* ══════════════════════════════════════
   HERO
   ══════════════════════════════════════ */
.abt-hero {
  position: relative;
  background: #05070b;
  margin-top: 110px;
  padding: 38px 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  min-height: auto;
}
.abt-hero-overlay {
  display: none !important;
}
.abt-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.abt-hero-content {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}
.abt-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  justify-content: center;
}
.abt-hero-label span {
  display: block;
  width: 34px; height: 1px;
  background: var(--gold);
  opacity: 0.45;
}
.abt-hero-divider {
  width: 56px; height: 1px;
  background: var(--grad-gold);
  opacity: 0.85;
  margin: 0 auto 1.2rem;
  box-shadow: 0 0 10px rgba(198,168,90,0.45);
}
.abt-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 900;
  font-style: normal;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.026em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.65), 0 2px 0 rgba(255,255,255,0.06);
}
.abt-hero h1 em {
  font-style: italic;
  color: var(--gold);
}
.abt-hero-sub {
  font-size: 0.93rem;
  color: rgba(255,255,255,0.46);
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.abt-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  letter-spacing: 1px;
  white-space: nowrap;
  margin-top: 1.4rem;
  position: static;
  transform: none;
}
.abt-breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.abt-breadcrumb a:hover { color: var(--gold); }
.abt-breadcrumb span { color: rgba(255,255,255,0.2); }

/* ══════════════════════════════════════
   BRAND SHOWCASE
   ══════════════════════════════════════ */
.abt-brand-showcase {
  position: relative;
  background: #000000;
  padding: 2.2rem 0 1.8rem;
  border-top: 1px solid rgba(198,168,90,0.1);
  border-bottom: 1px solid rgba(198,168,90,0.1);
  overflow: hidden;
  text-align: center;
  isolation: auto;
}
.abt-brand-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(10,22,40,0.45) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.abt-brand-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.abt-brand-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: rgba(198,168,90,0.5);
}
.abt-brand-logo {
  /* No stacking context — must stay flat so mix-blend-mode: screen on the img blends against section bg */
  display: block;
  position: static;
  isolation: auto;
  z-index: auto;
}
.abt-brand-logo img {
  width: min(420px, 72vw);
  height: auto;
  display: block;
  margin: 0 auto;
  mix-blend-mode: screen;
  filter: brightness(1.3) contrast(1.15) saturate(1.1);
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: auto;
  background: transparent;
}
.abt-brand-tagline {
  font-family: var(--font-head);
  font-size: clamp(0.9rem, 2vw, 1.15rem);
  font-style: italic;
  font-weight: 500;
  color: rgba(198,168,90,0.7);
}
/* Luxury slogan inside brand showcase — reuses .hero-slogan styles from style.css,
   this rule overrides animation and forces single-line display */
.abt-brand-slogan {
  animation: none !important;   /* no fadeUp — it's already visible in brand section */
  opacity: 1 !important;
  transform: none !important;
  margin-top: 0.25rem;
  width: 100%;
  max-width: 800px;
  flex-wrap: nowrap !important;  /* keep rules + text on one line */
}
/* Force the inner text container to a single line — no wrapping between phrases */
.abt-brand-slogan .hero-slogan-inner {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}
.abt-brand-slogan .slogan-word {
  white-space: nowrap;
}

/* ══════════════════════════════════════
   STATS BAR
   ══════════════════════════════════════ */
.abt-stats {
  background: var(--navy-mid);
  border-bottom: 1px solid rgba(198,168,90,0.1);
}
.abt-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items: center;
  padding: 2.1rem 0;
}
.abt-stat-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1.5rem;
  text-align: center;
}
.abt-stat-num {
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.abt-stat-lbl {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--mid-gray);
}
.abt-stat-div {
  width: 1px;
  height: 52px;
  background: rgba(198,168,90,0.2);
}

/* ══════════════════════════════════════
   COMPANY STORY
   ══════════════════════════════════════ */
.abt-story {
  background: var(--black);
  padding: 2.9rem 0;
}
.abt-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: start;
}
.abt-story-text h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.07;
  margin-bottom: 0.95rem;
  letter-spacing: -0.026em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55), 0 1px 0 rgba(255,255,255,0.07);
}
.abt-story-divider {
  width: 48px; height: 2px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin-bottom: 1.4rem;
}
.abt-story-text p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.40);
  line-height: 1.9;
  margin-bottom: 0.9rem;
}
.abt-story-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.3rem;
  margin: 1.3rem 0;
}
.abt-offer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.855rem;
  color: rgba(255,255,255,0.72);
}
.abt-offer-item i { color: var(--electric); font-size: 0.8rem; flex-shrink: 0; }
.abt-address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--mid-gray);
  margin-top: 1rem;
}
.abt-address i { color: var(--gold); }

/* Story cards */
.abt-story-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: calc(96px + 2rem);
}
.abt-story-card {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: linear-gradient(135deg, rgba(13,32,68,0.42) 0%, rgba(8,10,15,0.92) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.25rem;
  transition: border-color 0.3s, transform 0.3s;
}
.abt-story-card:hover {
  border-color: rgba(198,168,90,0.2);
  transform: translateX(5px);
}
.abt-story-card--accent {
  border-color: rgba(198,168,90,0.15);
  background: linear-gradient(135deg, rgba(198,168,90,0.07) 0%, rgba(8,10,15,0.9) 100%);
}
.abt-story-card i {
  font-size: 1.1rem;
  color: var(--gold);
  margin-top: 2px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
.abt-story-card strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.2rem;
}
.abt-story-card span {
  font-size: 0.8rem;
  color: var(--mid-gray);
  line-height: 1.5;
}

/* ══════════════════════════════════════
   MEET THE OWNER
   ══════════════════════════════════════ */
.abt-owner {
  background: var(--navy);
  padding: 2.2rem 0;
  border-top: 1px solid rgba(198,168,90,0.08);
  border-bottom: 1px solid rgba(198,168,90,0.08);
}
.abt-owner-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 4rem;
  align-items: start;
}

/* Photo */
.abt-owner-photo-wrap {
  position: sticky;
  top: calc(96px + 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.abt-owner-photo-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  /* 3D pop */
  transform: perspective(900px) translateZ(0);
  box-shadow:
    0 4px 8px rgba(0,0,0,0.35),
    0 12px 28px rgba(0,0,0,0.45),
    0 30px 60px rgba(0,0,0,0.4),
    0 0 0 1px rgba(198,168,90,0.2),
    6px 6px 30px rgba(0,0,0,0.5);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.abt-owner-photo-frame:hover {
  transform: perspective(900px) rotateY(-1deg) rotateX(1deg) translateZ(12px);
  box-shadow:
    0 8px 16px rgba(0,0,0,0.4),
    0 20px 48px rgba(0,0,0,0.5),
    0 40px 80px rgba(0,0,0,0.45),
    0 0 0 1px rgba(198,168,90,0.35),
    10px 10px 40px rgba(0,0,0,0.55);
}
.abt-owner-photo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.08) saturate(1.12) brightness(1.02);
  transition: filter 0.45s ease;
}
.abt-owner-img-4k {
  will-change: transform, filter;
}
.abt-owner-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(198,168,90,0.2);
  pointer-events: none;
}
.abt-owner-badge {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: linear-gradient(135deg, rgba(198,168,90,0.08), rgba(8,10,15,0.9));
  border: 1px solid rgba(198,168,90,0.2);
  border-radius: var(--radius-md);
  padding: 1rem 1.4rem;
}
.abt-owner-badge i {
  font-size: 1.2rem;
  color: var(--gold);
  flex-shrink: 0;
}
.abt-owner-badge strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.5px;
}
.abt-owner-badge span {
  font-size: 0.8rem;
  color: var(--gold);
  font-weight: 600;
}

/* Bio */
.abt-owner-bio h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 0.2rem;
  letter-spacing: -0.026em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55), 0 1px 0 rgba(255,255,255,0.07);
}
.abt-owner-title {
  font-size: 0.9rem;
  color: var(--electric);
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.3px;
}
.abt-owner-bio p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.40);
  line-height: 1.9;
  margin-bottom: 0.9rem;
}
.abt-owner-quote {
  background: rgba(198,168,90,0.05);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1.3rem 1.5rem;
  margin: 1.5rem 0;
}
.abt-owner-quote .fa-quote-left {
  font-size: 1.1rem;
  color: var(--gold);
  opacity: 0.55;
  margin-bottom: 0.7rem;
  display: block;
}
.abt-owner-quote p {
  font-style: italic;
  font-size: 0.94rem;
  color: rgba(255,255,255,0.88);
  margin-bottom: 0.8rem;
}
.abt-owner-quote cite {
  font-size: 0.78rem;
  color: var(--gold);
  font-weight: 600;
  font-style: normal;
}
.abt-owner-specialties { margin: 1.4rem 0; }
.abt-spec-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.9rem;
}
.abt-owner-specialties ul { list-style: none; }
.abt-owner-specialties ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.72);
  margin-bottom: 0.55rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.abt-owner-specialties ul li:last-child { border-bottom: none; }
.abt-owner-specialties ul li i { color: var(--electric); font-size: 0.75rem; flex-shrink: 0; }
.abt-owner-specialties ul li span { flex: 1; }

/* ══════════════════════════════════════
/* ══════════════════════════════════════
   THE TEAM
   ══════════════════════════════════════ */
.abt-team {
  background: var(--navy-deep, #06090f);
  padding: 3.1rem 0;
  position: relative;
  overflow: hidden;
}
.abt-team .abt-section-header {
  margin-bottom: 2.2rem;
}
.abt-team-photo-wrap {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  /* 3D pop */
  transform: perspective(1100px) translateZ(0);
  box-shadow:
    0 4px 8px rgba(0,0,0,0.35),
    0 12px 28px rgba(0,0,0,0.45),
    0 30px 60px rgba(0,0,0,0.4),
    0 0 0 1px rgba(198,168,90,0.18),
    -6px 6px 30px rgba(0,0,0,0.5);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.abt-team-photo-wrap:hover {
  transform: perspective(1100px) rotateY(1deg) rotateX(0.5deg) translateZ(14px);
  box-shadow:
    0 8px 16px rgba(0,0,0,0.4),
    0 20px 48px rgba(0,0,0,0.5),
    0 40px 80px rgba(0,0,0,0.45),
    0 0 0 1px rgba(198,168,90,0.32),
    -10px 10px 40px rgba(0,0,0,0.55);
}
.abt-team-img-4k {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.05) saturate(1.06) brightness(0.93);
  transition: filter 0.45s ease;
  will-change: transform, filter;
}
.abt-team-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(to top, rgba(6,9,15,0.92) 0%, transparent 100%);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 2.5rem 1.4rem 1.2rem;
}
.abt-team-tagline {
  max-width: 640px;
  margin: 1.8rem auto 0;
  text-align: center;
}
.abt-team-tagline p {
  color: rgba(255,255,255,0.38);
  font-size: 0.93rem;
  line-height: 1.8;
  font-style: italic;
}

/* ══════════════════════════════════════
   EMPLOYEE OF THE MONTH
   ══════════════════════════════════════ */
.abt-eotm {
  background: var(--black);
  padding: 3.1rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.abt-eotm::before {
  content: '';
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(198,168,90,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.abt-eotm-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--grad-gold);
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.5rem 1.6rem;
  border-radius: 50px;
  margin-bottom: 2.2rem;
  box-shadow: 0 4px 24px rgba(198,168,90,0.22);
}
.abt-eotm-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 3rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(13,32,68,0.55) 0%, rgba(8,10,15,0.97) 100%);
  border: 1px solid rgba(198,168,90,0.22);
  border-radius: var(--radius-lg);
  padding: 2.8rem;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 1px 0 rgba(198,168,90,0.08);
  position: relative;
}
.abt-eotm-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-gold);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.abt-eotm-photo-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  /* 3D pop */
  transform: perspective(900px) translateZ(0);
  box-shadow:
    0 4px 8px rgba(0,0,0,0.35),
    0 12px 28px rgba(0,0,0,0.45),
    0 30px 60px rgba(0,0,0,0.4),
    0 0 0 1px rgba(198,168,90,0.18),
    6px 6px 30px rgba(0,0,0,0.5);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.abt-eotm-photo-wrap:hover {
  transform: perspective(900px) rotateY(-1deg) rotateX(0.5deg) translateZ(12px);
  box-shadow:
    0 8px 16px rgba(0,0,0,0.4),
    0 20px 48px rgba(0,0,0,0.5),
    0 40px 80px rgba(0,0,0,0.45),
    0 0 0 1px rgba(198,168,90,0.32),
    10px 10px 40px rgba(0,0,0,0.55);
}
/* 4K sharp rendering — real photo optimized */
.abt-eotm-img-4k {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.08) saturate(1.1) brightness(1.02);
  transition: filter 0.45s ease;
  will-change: transform, filter;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.abt-eotm-date {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--grad-gold);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.abt-eotm-badge-row {
  position: absolute;
  bottom: 14px; left: 14px;
  z-index: 2;
}
.abt-eotm-badge-apprentice {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(8,10,15,0.82);
  border: 1px solid rgba(198,168,90,0.35);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  backdrop-filter: blur(6px);
}
.abt-eotm-star {
  position: absolute;
  bottom: 14px; right: 14px;
  background: var(--grad-gold);
  color: var(--navy);
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  box-shadow: 0 4px 14px rgba(198,168,90,0.35);
  z-index: 2;
}
.abt-eotm-month-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  opacity: 0.85;
}
.abt-eotm-content h3 {
  font-family: var(--font-head);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.2rem;
  letter-spacing: -0.026em;
  line-height: 1.07;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55), 0 1px 0 rgba(255,255,255,0.07);
}
.abt-eotm-role {
  font-size: 0.85rem;
  color: var(--electric);
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}
.abt-eotm-rule {
  width: 48px; height: 2px;
  background: var(--grad-gold);
  border-radius: 2px;
  margin: 1.2rem 0 1.6rem;
}
.abt-eotm-content p {
  font-size: 0.905rem;
  color: rgba(255,255,255,0.40);
  line-height: 1.9;
  margin-bottom: 0.9rem;
}
.abt-eotm-content p strong {
  color: var(--white);
  font-weight: 700;
}
.abt-eotm-divider-line {
  height: 1px;
  background: rgba(198,168,90,0.12);
  margin: 1.4rem 0 1.2rem;
}
.abt-eotm-stars { margin-bottom: 0.5rem; }
.abt-eotm-stars i {
  color: #F5C518;
  font-size: 1rem;
  margin-right: 3px;
  filter: drop-shadow(0 0 4px rgba(245,197,24,0.4));
}
.abt-eotm-sig {
  font-size: 0.82rem;
  color: var(--gold);
  font-weight: 600;
  font-style: italic;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 860px) {
  .abt-eotm-card {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.2rem 1.6rem;
  }
  .abt-eotm-photo-wrap {
    max-width: 320px;
    margin: 0 auto;
  }
  .abt-eotm-content h3 { font-size: 2rem; }
}

/* ── WHY CHOOSE US ── */
.abt-why {
  background: var(--navy);
  padding: 2.2rem 0;
  border-top: 1px solid rgba(198,168,90,0.08);
}
.abt-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.abt-why-card {
  background: linear-gradient(135deg, rgba(13,32,68,0.5) 0%, rgba(8,10,15,0.92) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-md);
  padding: 1.8rem 1.6rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.abt-why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(to right, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}
.abt-why-card:hover {
  border-color: rgba(198,168,90,0.2);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35), var(--shadow-gold);
}
.abt-why-card:hover::before {
  transform: scaleX(1);
}
.abt-why-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-sm);
  background: rgba(198,168,90,0.07);
  border: 1px solid rgba(198,168,90,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  transition: background 0.3s, border-color 0.3s;
}
.abt-why-card:hover .abt-why-icon {
  background: rgba(198,168,90,0.12);
  border-color: rgba(198,168,90,0.3);
}
.abt-why-card h4 {
  font-size: 0.88rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 5px rgba(0,0,0,0.45);
}
.abt-why-card p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.72;
}

/* ══════════════════════════════════════
   VISUAL PROOF
   ══════════════════════════════════════ */
.abt-visual {
  background: var(--black);
  padding: 3.5rem 0;
}
.abt-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
  margin-bottom: 2.2rem;
}
.abt-visual-item {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  aspect-ratio: 4 / 3;
}
.abt-visual-item--tall {
  grid-row: span 2;
  aspect-ratio: unset;
}
.abt-visual-item--wide {
  grid-column: span 2;
  aspect-ratio: 16 / 7;
}
.abt-visual-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.abt-visual-item:hover img {
  transform: scale(1.06);
}
.abt-visual-footer {
  text-align: center;
  margin-top: 1rem;
}

/* ══════════════════════════════════════
   EXPERTISE GRID
   ══════════════════════════════════════ */
.abt-expertise {
  background: #06080d;
  padding: 2.8rem 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.abt-expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}
.abt-exp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1.35rem 0.8rem;
  background: linear-gradient(135deg, rgba(13,32,68,0.38) 0%, rgba(8,10,15,0.94) 100%);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--radius-md);
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
}
.abt-exp-item:hover {
  border-color: rgba(0,200,255,0.25);
  transform: translateY(-4px);
}
.abt-exp-item i {
  font-size: 1.28rem;
  color: var(--electric);
}
.abt-exp-item span {
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  line-height: 1.35;
}

/* ══════════════════════════════════════
   GUARANTEE
   ══════════════════════════════════════ */
.abt-guarantee {
  background: var(--navy);
  padding: 2.8rem 0;
}
.abt-guarantee-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.abt-guarantee-icon {
  width: 68px; height: 68px;
  background: rgba(198,168,90,0.08);
  border: 1px solid rgba(198,168,90,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 1.5rem;
  color: var(--gold);
}
.abt-guarantee-inner h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.9rem;
  letter-spacing: -0.026em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55), 0 1px 0 rgba(255,255,255,0.07);
}
.abt-guarantee-inner > p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.88;
  margin-bottom: 1.8rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.abt-guarantee-pillars {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  flex-wrap: wrap;
}
.abt-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}
.abt-pillar i {
  width: 48px; height: 48px;
  background: rgba(0,200,255,0.07);
  border: 1px solid rgba(0,200,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--electric);
}
.abt-pillar span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

/* ══════════════════════════════════════
   BUSINESS INFO
   ══════════════════════════════════════ */
.abt-info {
  background: var(--black);
  padding: 2.9rem 0;
}
.abt-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.abt-info-card {
  background: linear-gradient(135deg, rgba(13,32,68,0.45) 0%, rgba(8,10,15,0.92) 100%);
  border: 1px solid rgba(198,168,90,0.1);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  transition: border-color 0.3s, transform 0.3s;
}
.abt-info-card:hover {
  border-color: rgba(198,168,90,0.25);
  transform: translateY(-4px);
}
.abt-info-icon {
  width: 50px; height: 50px;
  background: rgba(198,168,90,0.08);
  border: 1px solid rgba(198,168,90,0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.abt-info-icon i { font-size: 1.1rem; color: var(--gold); }
.abt-info-card h3 {
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.5px;
  text-transform: none;
  color: var(--white);
  margin-bottom: 1.4rem;
}
.abt-hours-list { list-style: none; }
.abt-hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.855rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.abt-hours-list li strong { color: rgba(255,255,255,0.78); font-weight: 600; }
.abt-hours-list li span { color: var(--mid-gray); }
.abt-emergency-row {
  color: var(--electric) !important;
  border-bottom: none !important;
}
.abt-emergency-row i { color: var(--electric); margin-right: 5px; font-size: 0.78rem; }
.abt-emergency-row strong { color: var(--electric) !important; }
.abt-emergency-row span { color: var(--electric) !important; font-weight: 600; }
.abt-closed-note {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  margin-top: 0.75rem;
}
.abt-offers-list { list-style: none; }
.abt-offers-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.855rem;
  color: var(--mid-gray);
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.abt-offers-list li:last-child { border-bottom: none; }
.abt-offers-list li i { color: var(--electric); font-size: 0.78rem; flex-shrink: 0; }

/* ══════════════════════════════════════
   VAN SECTION
   ══════════════════════════════════════ */
.abt-van {
  background: var(--navy);
  padding: 4.2rem 0;
}
.abt-van-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.abt-van-wrap img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 560px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.abt-van-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(8,10,15,0.9) 0%, transparent 100%);
  padding: 3.5rem 2.5rem 2rem;
}
.abt-van-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 7px;
}
.abt-van-caption p:last-child {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  max-width: 500px;
  line-height: 1.65;
}

/* ══════════════════════════════════════
   TRUST BAR
   ══════════════════════════════════════ */
.abt-trust {
  background: var(--black);
  border-top: 1px solid rgba(198,168,90,0.1);
  border-bottom: 1px solid rgba(198,168,90,0.1);
  padding: 1.6rem 0;
}
.abt-trust-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.abt-trust-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 1.4rem;
  flex: 1 1 160px;
  min-width: 160px;
}
.abt-trust-icon {
  width: 36px; height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: rgba(198,168,90,0.06);
  border: 1px solid rgba(198,168,90,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.88rem;
}
.abt-trust-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.abt-trust-text strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}
.abt-trust-text span {
  font-size: 0.74rem;
  color: var(--mid-gray);
}
.abt-trust-div {
  width: 1px;
  height: 48px;
  background: rgba(198,168,90,0.15);
  flex-shrink: 0;
}

/* ══════════════════════════════════════
   CTA
   ══════════════════════════════════════ */
.abt-cta {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, #0d1f3a 60%, var(--navy-mid) 100%);
  border-top: 1px solid rgba(198,168,90,0.12);
  border-bottom: 1px solid rgba(198,168,90,0.08);
  padding: 4.2rem 0;
  overflow: hidden;
  text-align: center;
}
.abt-cta-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(198,168,90,0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.abt-cta-overlay::after {
  display: none;
}
.abt-cta-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0 auto;
}
.abt-cta-content h2 {
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  line-height: 1.07;
  margin-bottom: 1rem;
  letter-spacing: -0.026em;
  text-shadow: 0 2px 18px rgba(0,0,0,0.6);
}
.abt-cta-content h2 em {
  font-style: italic;
  color: var(--gold);
}
.abt-cta-content p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.84;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.abt-cta-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════ */

/* ── 1200px ── */
@media (max-width: 1200px) {
  .abt-why-grid { grid-template-columns: repeat(2, 1fr); }
  .abt-expertise-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── 1024px — Tablet ── */
@media (max-width: 1024px) {
  /* Stats: 2-col */
  .abt-stats-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .abt-stat-div { display: none; }
  .abt-stat-block { padding: 1.4rem 1rem; }

  /* Story */
  .abt-story-grid { grid-template-columns: 1fr; gap: 3rem; }
  .abt-story-cards { position: static; flex-direction: row; flex-wrap: wrap; gap: 1rem; }
  .abt-story-card { flex: 1 1 calc(50% - 0.5rem); }

  /* Owner */
  .abt-owner-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .abt-owner-photo-wrap { position: static; max-width: 400px; margin: 0 auto; }

  /* EOTM */
  .abt-eotm-card { grid-template-columns: 240px 1fr; gap: 2.5rem; padding: 2.5rem; }

  /* Why */
  .abt-why-grid { grid-template-columns: repeat(2, 1fr); }

  /* Visual */
  .abt-visual-grid { grid-template-columns: repeat(2, 1fr); }
  .abt-visual-item--tall { grid-row: span 1; aspect-ratio: 4 / 3; }
  .abt-visual-item--wide { grid-column: span 2; aspect-ratio: 16 / 7; }

  /* Expertise — 4 items per row on tablet */
  .abt-expertise-grid { grid-template-columns: repeat(4, 1fr); }

  /* Info */
  .abt-info-grid { grid-template-columns: 1fr; gap: 1.2rem; }
}

/* ── 768px — Mobile ── */
@media (max-width: 768px) {
  /* Hero */
  .abt-hero { padding: 32px 0 24px; margin-top: 76px; }
  .abt-hero h1 { font-size: clamp(1.7rem, 6vw, 2.35rem); }
  .abt-breadcrumb { display: none; }

  /* Brand */
  .abt-brand-showcase { padding: 2.6rem 0 2rem; }
  .abt-brand-logo img { width: min(300px, 80vw); }

  /* Stats */
  .abt-stats-grid { grid-template-columns: 1fr 1fr; }

  /* Story */
  .abt-story { padding: 2.6rem 0; }
  .abt-story-offers { grid-template-columns: 1fr; }
  .abt-story-card { flex: 1 1 100%; }

  /* Owner — stack photo above bio, center all text */
  .abt-owner-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .abt-owner-photo-wrap { position: static; max-width: 340px; margin: 0 auto; }
  .abt-owner-bio { text-align: center; }
  .abt-owner-bio h2 { text-align: center; }
  .abt-owner-title { text-align: center; }
  .abt-owner-bio p { text-align: center; }
  .abt-owner-quote { text-align: left; }
  .abt-spec-label { text-align: center; }
  .abt-owner-specialties ul li { justify-content: center; }
  .abt-eyebrow { display: flex; justify-content: center; }
  .abt-owner-bio .btn { display: block; width: fit-content; margin: 0 auto; }

  /* EOTM */
  .abt-eotm { padding: 2.6rem 0; }
  .abt-eotm-card {
    grid-template-columns: 1fr;
    max-width: 440px;
    padding: 1.8rem;
    text-align: center;
    margin: 0 auto;
  }
  .abt-eotm-photo-wrap { max-width: 260px; margin: 0 auto; }
  .abt-eotm-rule { margin: 1rem auto; }
  .abt-eotm-stars { justify-content: center; display: flex; }

  /* Team */
  .abt-team { padding: 2.8rem 0; }
  .abt-team-photo-wrap { max-width: 100%; transform: none; box-shadow: 0 12px 40px rgba(0,0,0,0.5); }
  .abt-team-tagline { margin-top: 1.3rem; }

  /* Why */
  .abt-why { padding: 2.1rem 0; }
  .abt-why-grid { grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }

  /* Visual */
  .abt-visual-grid { grid-template-columns: 1fr; }
  .abt-visual-item--wide { grid-column: span 1; aspect-ratio: 4 / 3; }
  .abt-visual-item--tall { aspect-ratio: 4 / 3; }

  /* Expertise */
  .abt-expertise { padding: 2.4rem 0; }
  .abt-expertise-grid { grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }

  /* Info */
  .abt-info-grid { grid-template-columns: 1fr; }
  .abt-info { padding: 2.6rem 0; }

  /* Guarantee */
  .abt-guarantee { padding: 2.6rem 0; }
  .abt-guarantee-pillars { gap: 1.4rem; }

  /* Trust */
  .abt-trust { padding: 1.2rem 0; }
  .abt-trust-div { display: none; }
  .abt-trust-grid { flex-direction: column; align-items: flex-start; padding: 0 1rem; }
  .abt-trust-item { padding: 0.75rem 0; width: 100%; }

  /* Van */
  .abt-van { padding: 3.5rem 0; }

  /* CTA */
  .abt-cta { padding: 2.6rem 0; }
}

/* ── 480px — Small phones ── */
@media (max-width: 480px) {
  .abt-hero { margin-top: 62px; }
  .abt-hero h1 { font-size: 1.9rem; }
  .abt-stat-num { font-size: 1.75rem; }
  .abt-brand-logo img { width: min(260px, 86vw); }
  .abt-story-text h2 { font-size: 1.85rem; }
  .abt-expertise-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
  .abt-why-grid { grid-template-columns: 1fr; }
  .abt-van-caption { padding: 1.8rem 1.2rem 1.2rem; }
  .abt-cta-content h2 { font-size: 1.82rem; }
  /* EOTM — very small phone */
  .abt-eotm-card { padding: 1.4rem; max-width: 100%; }
  .abt-eotm-photo-wrap { max-width: 220px; }
  .abt-eotm-content h3 { font-size: 1.78rem; }
  /* Disable 3D tilt on small screens */
  .abt-team-photo-wrap { transform: none !important; }
  .abt-owner-photo-frame { transform: none !important; }
  /* Why cards — 2 columns on mid-size phones, single on very small */
  .abt-why-card { padding: 1.35rem 1.1rem; }
  /* EOTM stars center on single-col */
  .abt-eotm-stars { display: flex; justify-content: center; }
  /* Story cards stack cleanly */
  .abt-story-card { padding: 1.1rem 1rem; }
}
