/* about-page.css — SUNDEK About Us page */

/* ====================================================
   HERO COLLAGE
   ==================================================== */
.about-hero-collage-mode {
  background: #081c2b;
}
/* suppress any ::before gradient from stylesV2 so our overlay is the only one */
.about-hero-collage-mode::before {
  background: none !important;
}
.about-hero-fallback {
  display: none;
}
.about-hero-collage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 4px;
  z-index: 0;
}
.about-hero-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.about-hero-col__img {
  flex: 1;
  overflow: hidden;
  min-height: 0;
}
.about-hero-col__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(8,28,43,0.72) 0%, rgba(8,28,43,0) 18%),
    linear-gradient(to right, rgba(8,28,43,0.97) 18%, rgba(8,28,43,0.65) 38%, rgba(8,28,43,0.05) 65%);
  z-index: 1;
}
/* ensure text sits above the overlay */
.about-hero-collage-mode .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .about-hero-fallback { display: block; }
  .about-hero-collage  { display: none; }
  .about-hero-overlay  { background: rgba(8,28,43,0.72); }
}

/* ====================================================
   MISSION BAR
   ==================================================== */
.about-mission {
  background: #081c2b;
  padding: 64px 20px;
  text-align: center;
}
.about-mission__inner {
  max-width: 860px;
  margin: 0 auto;
}
.about-mission__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F58220;
  margin-bottom: 18px;
}
.about-mission__text {
  font-size: 20px;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 0;
}
.about-mission__accent {
  display: block;
  width: 50px;
  height: 3px;
  background: #F58220;
  margin: 30px auto 0;
}

/* ====================================================
   SHARED SECTION HEADER UTILITIES
   ==================================================== */
.about-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F58220;
  margin-bottom: 10px;
  text-align: center;
}
.about-eyebrow--left {
  text-align: left;
}
.about-heading {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1a2535;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  line-height: 1.1;
  text-align: center;
}
.about-heading--light {
  color: #fff;
}
.about-heading--left {
  text-align: left;
  font-size: 30px;
}
.about-rule {
  display: block;
  width: 50px;
  height: 3px;
  background: #F58220;
  margin: 0 auto 48px;
}
.about-rule--left {
  margin: 0 0 20px;
}

/* ====================================================
   WHAT SETS SUNDEK APART — 3 CARDS
   ==================================================== */
.about-cards-section {
  background: #f5f5f5;
  padding: 70px 20px;
}
.about-cards__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.about-card {
  flex: 1 1 280px;
  background: #fff;
  border-radius: 8px;
  padding: 36px 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border-top: 4px solid #F58220;
  display: flex;
  flex-direction: column;
}
.about-card__icon {
  width: 58px;
  height: 58px;
  background: #081c2b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.5rem;
  color: #F58220;
}
.about-card__title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1a2535;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
  line-height: 1.3;
}
.about-card__body {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 22px;
}
.about-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #F58220;
  text-decoration: none;
  transition: gap 0.2s, color 0.2s;
}
.about-card__link:hover {
  gap: 11px;
  color: #d9700f;
  text-decoration: none;
}

/* ====================================================
   OUR PRODUCTS — TWO COLUMN
   ==================================================== */
.about-products {
  background: #fff;
  padding: 70px 20px;
}
.about-products__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.about-products__content {
  flex: 1 1 360px;
}
.about-products__body {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
}
.about-products__photo-wrap {
  flex: 1 1 320px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}
.about-products__photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

/* ====================================================
   LIFE AT SUNDEK — PHOTO GRID
   ==================================================== */
.about-life {
  background: #1a2535;
  padding: 70px 20px;
}
.about-life__inner {
  max-width: 1260px;
  margin: 0 auto;
}
.about-photo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about-photo-item {
  flex: 1 1 280px;
  border-radius: 6px;
  overflow: hidden;
  height: 240px;
}
.about-photo-item--wide {
  flex: 2 1 480px;
}
.about-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.about-photo-item:hover img {
  transform: scale(1.04);
}

/* ====================================================
   AWARD-WINNING WORK
   ==================================================== */
.about-awards {
  background: #f5f5f5;
  padding: 70px 20px;
}
.about-awards__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-awards__intro {
  text-align: center;
  font-size: 15px;
  color: #555;
  max-width: 720px;
  margin: -28px auto 44px;
  line-height: 1.75;
}
.about-award-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.about-award-card {
  flex: 1 1 220px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  display: block;
  text-decoration: none;
}
.about-award-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.about-award-card:hover img {
  transform: scale(1.06);
}
.about-award-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,28,43,0.92) 0%, rgba(8,28,43,0.08) 60%);
}
.about-award-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
}
.about-award-name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 3px;
  line-height: 1.4;
}
.about-award-location {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}
.about-award-accent {
  width: 24px;
  height: 2px;
  background: #F58220;
  margin-top: 8px;
}
.about-awards__cta {
  text-align: center;
  margin-top: 36px;
}
.btn-about-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #F58220;
  color: #F58220;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 11px 26px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-about-outline:hover {
  background: #F58220;
  color: #fff;
  text-decoration: none;
}
.btn-about-solid {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F58220;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 18px 33px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-about-solid:hover {
  background: #d9700f;
  color: #fff;
  text-decoration: none;
}

/* ====================================================
   CTA ROW — CUSTOMERS / FAQ / COMMERCIAL
   ==================================================== */
.about-cta-row {
  background: #081c2b;
  padding: 70px 20px;
}
.about-cta-row__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.about-cta-item {
  flex: 1 1 260px;
  background: rgba(255,255,255,0.04);
  padding: 44px 32px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s;
}
.about-cta-item:hover {
  background: rgba(255,255,255,0.07);
}
.about-cta-item__icon {
  font-size: 2.4rem;
  color: #F58220;
  margin-bottom: 16px;
}
.about-cta-item__title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.about-cta-item__body {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 22px;
}
.about-cta-item__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #F58220;
  text-decoration: none;
  border-bottom: 1px solid rgba(245,130,32,0.35);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.about-cta-item__link:hover {
  border-color: #F58220;
  text-decoration: none;
  color: #F58220;
}

/* ====================================================
   HISTORY — HOW IT ALL STARTED
   ==================================================== */
.about-history {
  background: #fff;
  padding: 70px 20px 50px;
}
.about-history__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-history__body {
  max-width: 820px;
  margin: -28px auto 0;
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  text-align: center;
}

/* ====================================================
   TIMELINE WRAPPER
   ==================================================== */
.about-timeline-section {
  background: #f5f5f5;
  padding: 0 20px 60px;
}
.about-timeline-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-timeline-label {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
  padding: 28px 0 22px;
}
.about-timeline-section .carousel {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.14);
}
.about-timeline-section .carousel .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}
.about-timeline-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.about-timeline-btn {
  background: #1a2535;
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s;
}
.about-timeline-btn:hover {
  background: #F58220;
}
.about-timeline-pdf {
  text-align: center;
  margin-top: 20px;
}

/* ====================================================
   MAINTENANCE PLAN
   ==================================================== */
.about-maintenance {
  background: #1a2535;
  padding: 70px 20px;
}
.about-maintenance__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
.about-maintenance__content {
  flex: 1 1 320px;
}
.about-maintenance__body {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.85;
  margin-bottom: 26px;
}
.about-maintenance__spf {
  flex: 0 0 auto;
  text-align: center;
}
.about-spf-badge {
  width: 160px;
  height: 160px;
  background: #F58220;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1em;
}
.about-spf-badge__abbr {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -2px;
}
.about-spf-badge__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.85);
  margin-top: 4px;
}

/* ====================================================
   A NEW CHAPTER
   ==================================================== */
.about-chapter {
  position: relative;
  overflow: hidden;
  height: 860px;
}
.about-chapter__img {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center center;
  display: block;
  will-change: transform;
}
.about-chapter__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8,28,43,0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6%;
}
.about-chapter__content {
  max-width: 720px;
  text-align: center;
}
.about-chapter__body {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
}

/* ====================================================
   TESTIMONIAL VIDEOS (reused from newdealer pattern)
   ==================================================== */
.about-videos {
  background: #081c2b;
  padding: 70px 20px;
}
.about-videos__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-video-thumb {
  flex: 1 1 300px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
  background: #000;
}
.about-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.75;
  transition: opacity 0.3s;
}
.about-video-thumb:hover img {
  opacity: 0.55;
}
.about-video-thumb iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.about-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.about-video-play__btn {
  width: 60px;
  height: 60px;
  background: rgba(245,130,32,0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: transform 0.2s, background 0.2s;
}
.about-video-thumb:hover .about-video-play__btn {
  transform: scale(1.1);
  background: #F58220;
}
.about-video-play__btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-left: 3px;
}
.about-video-play__caption {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  text-align: center;
  padding: 0 16px;
  line-height: 1.4;
}

/* ====================================================
   RESOURCES SECTION
   ==================================================== */
.about-resources {
  background: #f5f5f5;
  padding: 70px 20px;
}
.about-resources__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-res-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.about-res-card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 6px;
  padding: 26px 22px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.about-res-card:hover {
  border-bottom-color: #F58220;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  text-decoration: none;
}
.about-res-icon {
  width: 50px;
  height: 50px;
  background: #081c2b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #F58220;
  margin-bottom: 14px;
}
.about-res-title {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1a2535;
  letter-spacing: 0.3px;
  margin-bottom: 7px;
  line-height: 1.4;
}
.about-res-sub {
  font-size: 12px;
  color: #888;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 14px;
}
.about-res-cta {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #F58220;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ====================================================
   RESPONSIVE
   ==================================================== */
@media (max-width: 991px) {
  .about-heading { font-size: 28px; }
  .about-heading--left { font-size: 24px; }
  .about-chapter__overlay { background: rgba(8,28,43,0.85); }
}
@media (max-width: 767px) {
  .about-mission__text { font-size: 16px; }
  .about-heading { font-size: 24px; }
  .about-products__photo { height: 240px; }
  .about-photo-item { height: 180px; }
  .about-chapter { height: 520px; }
  .about-chapter__overlay { background: rgba(8,28,43,0.85); padding: 0 6%; }
  .about-maintenance__inner { justify-content: center; text-align: center; }
  .about-maintenance__content { text-align: center; }
  .about-rule--left { margin: 0 auto 20px; }
  .about-eyebrow--left { text-align: center; }
  .about-cta-item { flex: 1 1 100%; }
}
