/* =========================================================
   ASLAN POMPA TEKNOLOJILERI TIC. VE SAN. A.S.
   Wilshire Build — Visual Template T03 "Industrial Block"
   Anchor: alemlaqshipping.com
   Colours derived from client logo (navy / wave blue / green)
   ========================================================= */

/* ---------- 1. TOKENS ---------- */
:root {
  /* Brand — from logo */
  --primary-color:   #0d2478;
  --primary-light:   #2a4cb0;
  --secondary-color: #2f62c4;
  --secondary-light: #4e82de;
  --accent-color:    #5c9020;
  --accent-dark:     #47701a;

  /* Neutrals */
  --ink:        #12172b;
  --body-text:  #4b5266;
  --muted:      #7d8496;
  --hairline:   #e0e3ea;
  --soft-bg:    #f7f8f9;
  --footer-bg:  #05091c;

  /* Template tokens — T03 */
  --radius:        0px;
  --btn-radius:    50px;
  --shadow:        none;
  --section-pad:   78px;
  --container-max: 1240px;
  --grid-gap:      1rem;
  --h1-size:       clamp(2.15rem, 5.4vw, 4rem);
  --h2-size:       clamp(1.5rem, 3.1vw, 2rem);
  --body-lh:       1.7;
  --card-pad:      1.6rem 1.5rem;

  --font-display: 'Oswald', 'Barlow Condensed', sans-serif;
  --font-body:    'Roboto', system-ui, -apple-system, sans-serif;
}

/* ---------- 2. BASE ---------- */
* { box-sizing: border-box; }

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: var(--body-lh);
  color: var(--body-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--ink);
  letter-spacing: 0.005em;
  margin: 0 0 .75rem;
}

p { margin: 0 0 1rem; }

a { text-decoration: none; transition: color .2s ease; }

img { max-width: 100%; }

.container { max-width: var(--container-max); }

.section-padding { padding: var(--section-pad) 0; }

.bg-light-soft { background: var(--soft-bg); }

/* Section heading block — T03 device D7: no eyebrow tag, heading only */
.section-tag {
  display: none;                     /* D7 — tag suppressed sitewide */
  font-family: var(--font-body);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: .6rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: var(--h2-size);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: .01em;
  color: var(--primary-color);
  margin-bottom: 1.1rem;
}

.section-title.is-light { color: #fff; }

/* ---------- 3. BUTTONS ---------- */
.btn-brand,
.btn-brand-outline,
.btn-brand-secondary {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .09em;
  text-transform: lowercase;
  border-radius: var(--btn-radius);
  padding: 14px 32px;
  line-height: 1;
  border: 2px solid transparent;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.btn-brand {
  background: var(--primary-color);
  color: #fff;
}
.btn-brand:hover,
.btn-brand:focus {
  background: var(--accent-color);
  color: #fff;
}

.btn-brand-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
}
.btn-brand-outline:hover,
.btn-brand-outline:focus {
  background: #fff;
  color: var(--primary-color);
  border-color: #fff;
}

.btn-brand-secondary {
  background: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-brand-secondary:hover,
.btn-brand-secondary:focus {
  background: var(--primary-color);
  color: #fff;
}

.btn-lg.btn-brand,
.btn-lg.btn-brand-outline,
.btn-lg.btn-brand-secondary {
  padding: 16px 38px;
  font-size: .85rem;
}

/* ---------- 4. TOP BAR (T03: dark, uppercase micro type) ---------- */
.top-bar {
  background: var(--primary-color);
  color: rgba(255, 255, 255, .72);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 9px 0;
}
.top-bar a { color: rgba(255, 255, 255, .72); }
.top-bar a:hover { color: var(--accent-color); }
.top-bar i { margin-right: 7px; color: var(--accent-color); }

/* ---------- 5. NAVBAR ---------- */
.main-navbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
  transition: box-shadow .25s ease, padding .25s ease;
  z-index: 1040;
}
.main-navbar.scrolled {
  padding: 5px 0;
  box-shadow: 0 2px 18px rgba(13, 36, 120, .10);
}

.main-navbar .navbar-brand { padding: 0; margin-right: 2rem; }
.main-navbar .navbar-brand img {
  height: 46px;
  width: auto;
  transition: height .25s ease;
}
.main-navbar.scrolled .navbar-brand img { height: 40px; }

.main-navbar .nav-link {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 8px 16px !important;
  border: 2px solid transparent;
  border-radius: 50px;
}
.main-navbar .nav-link:hover { color: var(--accent-color); }

/* Active nav link = outlined accent pill (T03) */
.main-navbar .nav-link.active {
  color: var(--accent-dark);
  border-color: var(--accent-color);
}

/* Navbar CTA — G2 dark pill */
.main-navbar .btn-brand {
  padding: 11px 24px;
  font-size: .74rem;
  background: var(--ink);
}
.main-navbar .btn-brand:hover { background: var(--accent-color); }

.navbar-toggler {
  border: 2px solid var(--hairline);
  border-radius: 4px;
  padding: 6px 10px;
}
.navbar-toggler:focus { box-shadow: none; }

/* Products dropdown (defined for builds that use categories) */
.nav-products-row { display: flex; align-items: center; }
.main-navbar .dropdown-menu {
  border: 1px solid var(--hairline);
  border-top: 3px solid var(--accent-color);
  border-radius: 0;
  box-shadow: 0 12px 30px rgba(13, 36, 120, .12);
  padding: .4rem 0;
  margin-top: 0;
}
.main-navbar .dropdown-item {
  font-family: var(--font-display);
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .55rem 1.2rem;
  color: var(--ink);
}
.main-navbar .dropdown-item:hover {
  background: var(--soft-bg);
  color: var(--accent-dark);
}
.mobile-cat-toggle {
  background: transparent;
  border: 0;
  color: var(--ink);
  padding: 4px 10px;
  line-height: 1;
}
.mobile-cat-toggle.open { color: var(--accent-color); transform: rotate(180deg); }

/* ---------- 6. HERO SLIDER (T03: 80vh, C5 two-tone left block) ---------- */
.hero-slider { position: relative; }

.hero-slide {
  height: 80vh;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg,
              rgba(5, 9, 28, .78) 0%,
              rgba(5, 9, 28, .60) 42%,
              rgba(5, 9, 28, .38) 100%);
}
.hero-slide .container { position: relative; z-index: 2; }

.hero-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 1rem;
  padding-left: 46px;
  position: relative;
}
.hero-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 2px;
  background: var(--accent-color);
}

.hero-slide h1 {
  font-family: var(--font-display);
  font-size: var(--h1-size);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: .005em;
  color: #fff;
  max-width: 15ch;
  margin-bottom: 1.1rem;
}
/* Signature detail — second headline line in the accent colour */
.hero-slide h1 .line-accent { color: var(--accent-color); display: block; }

.hero-slide p {
  color: rgba(255, 255, 255, .84);
  font-size: .95rem;
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 1.9rem;
}

/* Buttons offset to the right of the text block (T03 C5) */
.hero-slide .btn-brand { margin-left: 120px; }
.hero-slide .btn-brand-outline { margin-left: 0; }

/* Indicators — A3 round dots, bottom-left */
.hero-slider .carousel-indicators {
  justify-content: flex-start;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--container-max);
  padding: 0 12px;
  bottom: 42px;
}
.hero-slider .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .45);
  opacity: 1;
  margin: 0 8px 0 0;
  transition: background .25s ease, transform .25s ease;
}
.hero-slider .carousel-indicators .active {
  background: var(--accent-color);
  transform: scale(1.25);
}

/* Arrows — B3 circular translucent, right side */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 52px;
  height: 52px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .35);
  opacity: 1;
  backdrop-filter: blur(3px);
  transition: background .25s ease;
}
.hero-slider .carousel-control-prev { left: auto; right: 90px; }
.hero-slider .carousel-control-next { right: 26px; }
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover { background: var(--accent-color); border-color: var(--accent-color); }
.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon { width: 18px; height: 18px; }

/* ---------- 7. PAGE HERO (T03: 300px, 65% overlay, left, uppercase) ---------- */
.page-hero {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 9, 28, .65);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.2vw, 2.9rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #fff;
  margin-bottom: .5rem;
}
.breadcrumb-custom {
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .65);
}
.breadcrumb-custom a { color: var(--accent-color); }
.breadcrumb-custom a:hover { color: #fff; }

/* ---------- 8. ABOUT ROWS — F3 framed image + circular inset ---------- */
.about-img-wrap {
  position: relative;
  border: 2px solid var(--primary-color);
  border-radius: 18px;
  padding: 14px;
}
.about-img-wrap > img:not(.inset-img) {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* Circular inset photo overlapping the bottom-right corner (device F3).
   This is a real <img> — image paths stay relative to the HTML page. */
.about-img-wrap .inset-img {
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 7px solid #fff;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(13, 36, 120, .22);
}

.badge-float {
  position: absolute;
  right: -18px;
  bottom: -18px;
  background: var(--accent-color);
  color: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  font-family: var(--font-display);
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 190px;
  box-shadow: 0 12px 28px rgba(13, 36, 120, .25);
}
.badge-float .num {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 3px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: .7rem;
  font-size: .9rem;
}
.check-list li::before {
  content: "\F26E";                 /* bi-check-lg */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-color);
  font-size: .95rem;
}

/* ---------- 9. FEATURE CARDS — J2 hairline + E2 inline icon ---------- */
.feature-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: var(--card-pad);
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  row-gap: 12px;
  align-content: start;
  transition: border-color .25s ease, transform .25s ease;
}
.feature-card:hover {
  border-color: var(--accent-color);
  transform: translateY(-4px);
}
.feature-card .icon-wrap {
  grid-column: 1;
  grid-row: 1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  font-size: 1.15rem;
  flex: none;
  transition: background .25s ease;
}
.feature-card:hover .icon-wrap { background: var(--accent-color); }
.feature-card h5 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  font-size: .95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.25;
  color: var(--primary-color);
}
.feature-card p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  font-size: .85rem;
  line-height: 1.65;
}

/* ---------- 10. MISSION / VISION + VALUES ---------- */
.mv-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-top: 4px solid var(--accent-color);
  border-radius: var(--radius);
  padding: 2.2rem 2rem;
  height: 100%;
}
.mv-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--primary-color);
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}
.mv-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--primary-color);
}
.mv-card p { font-size: .88rem; margin-bottom: .8rem; }
.mv-card p:last-child { margin-bottom: 0; }

.value-pill {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  height: 100%;
}
.value-pill > i { font-size: 1.6rem; color: var(--accent-color); display: block; margin-bottom: .8rem; }
.value-pill h6 {
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--primary-color);
}
.value-pill p { font-size: .84rem; margin: 0; }

/* ---------- 11. PRODUCT / ITEM CARDS ---------- */
.category-card-link { display: block; color: inherit; }

.product-card,
.item-card {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: border-color .25s ease, transform .25s ease;
}
.product-card:hover,
.item-card:hover {
  border-color: var(--accent-color);
  transform: translateY(-4px);
}

.product-img,
.item-img {
  overflow: hidden;
  aspect-ratio: 3 / 2;
}
.product-img img,
.item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.product-card:hover .product-img img,
.item-card:hover .item-img img { transform: scale(1.06); }

.product-body,
.item-body {
  padding: 1.1rem 1.2rem;
  border-top: 3px solid var(--primary-color);
  transition: border-color .25s ease;
}
.product-card:hover .product-body,
.item-card:hover .item-body { border-color: var(--accent-color); }

.product-body h5,
.item-body h5 {
  margin: 0;
  font-size: .92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.3;
  color: var(--primary-color);
}

/* Defined for structural completeness — not used on flat-list builds */
.category-count { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.browse-link { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-color); }
.item-list { list-style: none; padding: 0; margin: 0; }
.map-frame { display: none; }
.footer-social { display: none; }
.preloader-fade { display: none; }

/* ---------- 12. CTA SECTION — H2 heading left / button right ---------- */
.cta-section {
  background-size: cover;
  background-position: center;
  position: relative;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 9, 28, .88) 0%, rgba(5, 9, 28, .64) 100%);
}
.cta-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  text-align: left !important;
}
.cta-section .cta-copy { max-width: 700px; }
.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.18;
  letter-spacing: .01em;
  color: #fff;
  margin-bottom: .6rem;
}
.cta-section p {
  color: rgba(255, 255, 255, .8);
  font-size: .92rem;
  margin: 0 !important;
  max-width: 620px;
}
.cta-section .btn-brand {
  background: #fff;
  color: var(--primary-color);
  flex: none;
}
.cta-section .btn-brand:hover { background: var(--accent-color); color: #fff; }

/* ---------- 13. CONTACT ---------- */
.contact-info-card {
  background: var(--primary-color);
  border-radius: var(--radius);
  padding: 2.2rem 1.9rem;
  height: 100%;
}
.contact-info-card h4 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}
.contact-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 1.4rem;
}
.contact-info-item:last-child { margin-bottom: 0; }
.ci-icon {
  width: 40px;
  height: 40px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: #fff;
  font-size: 1rem;
}
.ci-text small {
  display: block;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 2px;
}
.ci-text span,
.ci-text a {
  color: #fff;
  font-size: .88rem;
  word-break: break-word;
}
.ci-text a:hover { color: var(--accent-color); }

.contact-form-wrap {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 2.2rem 2rem;
  height: 100%;
}
.contact-form-wrap h4 {
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--primary-color);
}
.contact-form-wrap .row { margin: 0 -.5rem; }
.contact-form-wrap .row > [class*="col-"] { padding: 0 .5rem .9rem; }
.contact-form-wrap .form-label {
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: .4rem;
}
.form-control {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 12px 14px;
  font-size: .88rem;
  background: #fbfcfd;
}
.form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(92, 144, 32, .12);
  background: #fff;
}

/* ---------- 14. FOOTER (T03: black, uppercase headings, 4-col) ---------- */
.site-footer { background: var(--footer-bg); color: rgba(255, 255, 255, .62); }

.footer-top { padding: 68px 0 52px; }

.footer-brand,
.footer-brand-text { display: block; margin-bottom: 1.2rem; }
.footer-brand-text img {
  height: 54px;
  width: auto;
  display: block;
}

.site-footer p { font-size: .86rem; line-height: 1.8; max-width: 380px; }

.site-footer h5 {
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  padding-bottom: .8rem;
  position: relative;
}
.site-footer h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: var(--accent-color);
}

.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: .7rem; font-size: .86rem; display: flex; align-items: flex-start; }
.site-footer ul li i { color: var(--accent-color); margin-top: 4px; flex: none; }
.site-footer a { color: rgba(255, 255, 255, .62); word-break: break-word; }
.site-footer a:hover { color: var(--accent-color); }

/* Copyright bar — I1 accent-filled */
.footer-bottom {
  background: var(--accent-dark);
  color: #fff;
  padding: 15px 0;
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ---------- 15. BACK TO TOP ---------- */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .3s ease;
  z-index: 1030;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--accent-color); color: #fff; }

/* ---------- 16. RESPONSIVE ---------- */
@media (max-width: 1199.98px) {
  .hero-slide .btn-brand { margin-left: 70px; }
}

@media (max-width: 991.98px) {
  :root { --section-pad: 60px; }

  .top-bar { display: none; }

  .main-navbar .navbar-brand { margin-right: 1rem; }
  .main-navbar .navbar-brand img,
  .main-navbar.scrolled .navbar-brand img { height: 38px; }

  .main-navbar .navbar-collapse {
    flex-basis: 100%;
    padding: 1rem 0 .5rem;
    border-top: 1px solid var(--hairline);
    margin-top: .75rem;
  }
  .main-navbar .navbar-nav { align-items: flex-start !important; }
  .main-navbar .nav-link { padding: 10px 0 !important; }
  .main-navbar .nav-link.active { border-color: transparent; padding-left: 0 !important; }
  .main-navbar .btn-brand { margin-top: .5rem; }
  .main-navbar .dropdown-menu { border: 0; border-left: 2px solid var(--accent-color); box-shadow: none; margin-left: 4px; }
  .nav-products-row { justify-content: space-between; width: 100%; }

  .hero-slide { height: 74vh; min-height: 470px; }
  .hero-slide .btn-brand { margin-left: 0; }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { display: none; }

  .cta-section .container { flex-direction: column; align-items: flex-start; }

  .about-img-wrap { margin-bottom: 2.5rem; }
}

@media (max-width: 767.98px) {
  .main-navbar .navbar-brand img,
  .main-navbar.scrolled .navbar-brand img { height: 32px; }

  .hero-slide { height: auto; min-height: 0; padding: 92px 0 96px; }
  .hero-slide h1 { max-width: 100%; }
  .hero-slide p { max-width: 100%; }
  .hero-slide .btn-brand,
  .hero-slide .btn-brand-outline { margin-bottom: .6rem; }

  .footer-brand-text img { height: 44px; }
  .hero-slider .carousel-indicators { bottom: 30px; }

  .page-hero { height: 220px; }

  /* Layered image devices collapse to a single plain image on mobile */
  .about-img-wrap { border-radius: 12px; padding: 8px; margin-bottom: 1.5rem; }
  .about-img-wrap .inset-img { display: none; }
  .badge-float {
    position: static;
    display: block;
    max-width: 100%;
    margin-top: 10px;
    border-radius: 8px;
  }

  .feature-card { padding: 1.3rem 1.2rem; }
  .mv-card,
  .contact-info-card,
  .contact-form-wrap { padding: 1.6rem 1.3rem; }

  .site-footer p { max-width: 100%; }
  .footer-top { padding: 50px 0 36px; }
}

/* Mission card commitment list */
.mv-card .check-list { margin-bottom: 0; }
.mv-card .check-list li { font-size: .85rem; margin-bottom: .5rem; }
