:root {
  --bg: #f8f7f4;
  --surface: #ffffff;
  --surface-2: #f3efe8;
  --text: #102534;
  --muted: #566876;
  --line: #dfd7cc;
  --primary: #0B3954;
  --primary-dark: #07283c;
  --accent: #FAA34D;
  --success: #147d4f;
  --danger: #b42318;
  --shadow: 0 12px 36px rgba(11, 57, 84, 0.10);
  --radius: 22px;
  --radius-sm: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

.section-sm {
  padding: 3.5rem 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(11, 57, 84, 0.1);
  color: var(--primary-dark);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.section-head {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-head h2 {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.section-head p,
.lead,
.text-muted {
  color: var(--muted);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(245, 248, 251, 0.86);
  border-bottom: 1px solid rgba(217, 228, 239, 0.8);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 82px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  font-size: 1rem;
  font-weight: 900;
}

.brand span small {
  display: block;
  font-size: 0.73rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav-links a {
  color: var(--muted);
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-dark);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.menu-toggle {
  display: none;
  border: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.8rem;
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
  background:
    radial-gradient(circle at top right, rgba(250, 163, 77, 0.18), transparent 28%),
    radial-gradient(circle at left center, rgba(11, 57, 84, 0.12), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #f1f6fb 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.hero h1 {
  margin: 1rem 0;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero p {
  font-size: 1.08rem;
  max-width: 62ch;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn,
button.btn {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover,
button.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 14px 30px rgba(11, 57, 84, 0.25);
}

.btn-secondary {
  color: var(--primary-dark);
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-card,
.card,
.info-card,
.service-card,
.step-card,
.contact-card,
.value-card,
.stat-card,
.industry-card {
  background: var(--surface);
  border: 1px solid rgba(217, 228, 239, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.3rem;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: calc(var(--radius) - 4px);
  background: linear-gradient(160deg, #0B3954 0%, #0d4566 100%);
  color: white;
  min-height: 470px;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -25% auto;
  width: 290px;
  height: 290px;
  background: radial-gradient(circle, rgba(250, 163, 77, 0.5), transparent 65%);
}

.hero-panel .mini-label {
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-panel h3 {
  margin: 1.4rem 0 0.8rem;
  font-size: 1.8rem;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
}

.hero-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-list li:first-child {
  border-top: 0;
}

.hero-list strong {
  display: block;
}

.check {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(250, 163, 77, 0.2);
  display: inline-grid;
  place-items: center;
  font-size: 0.95rem;
  flex: 0 0 auto;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.stat-card {
  padding: 1rem;
}

.stat-card strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.grid-3,
.grid-4,
.grid-2,
.info-grid,
.footer-grid,
.services-grid,
.industries-grid,
.steps-grid,
.values-grid {
  display: grid;
  gap: 1.2rem;
}

.grid-2,
.info-grid {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3,
.services-grid,
.industries-grid,
.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4,
.values-grid {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.info-card,
.service-card,
.step-card,
.contact-card,
.value-card,
.industry-card {
  padding: 1.5rem;
}

.service-card,
.industry-card,
.step-card,
.value-card,
.info-card {
  height: 100%;
}

.icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(11, 57, 84, 0.12), rgba(250, 163, 77, 0.18));
  color: var(--primary-dark);
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.service-card h3,
.industry-card h3,
.step-card h3,
.value-card h3,
.info-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.service-card p,
.industry-card p,
.step-card p,
.value-card p,
.info-card p,
.card p,
.footer-note,
.contact-meta,
.contact-card p {
  color: var(--muted);
}

.service-card ul,
.page-hero ul,
.bullet-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.service-card li,
.page-hero li,
.bullet-list li {
  margin: 0.42rem 0;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.highlight {
  background: linear-gradient(135deg, #0B3954, #0d4566);
  color: white;
}

.highlight p,
.highlight li {
  color: rgba(255, 255, 255, 0.82);
}

.page-hero {
  padding: 4.5rem 0 3.5rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eff5fa 100%);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
}

.page-hero h1 {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.02;
}

.page-hero-card {
  padding: 1.5rem;
  min-height: 100%;
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.strip-item {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: white;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.strip-item strong {
  display: block;
  margin-bottom: 0.35rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.2rem;
}

.contact-card a.text-link,
.text-link {
  color: var(--primary);
  font-weight: 700;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 700;
  font-size: 0.97rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  padding: 0.95rem 1rem;
  border-radius: 16px;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(11, 57, 84, 0.18);
  border-color: rgba(11, 57, 84, 0.35);
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.notice {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.notice-success {
  background: rgba(20, 125, 79, 0.1);
  color: var(--success);
  border: 1px solid rgba(20, 125, 79, 0.18);
}

.notice-error {
  background: rgba(180, 35, 24, 0.08);
  color: var(--danger);
  border: 1px solid rgba(180, 35, 24, 0.16);
}

.quote {
  padding: 1.4rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.quote p {
  margin: 0;
}

.footer {
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  background: #eef4fa;
}

.footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: start;
}

.footer h4 {
  margin: 0 0 0.8rem;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li {
  margin: 0.45rem 0;
  color: var(--muted);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  margin-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.small {
  font-size: 0.95rem;
}

.hidden-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1040px) {
  .hero-grid,
  .page-hero-grid,
  .contact-layout,
  .split-section {
    grid-template-columns: 1fr;
  }

  .grid-4,
  .values-grid,
  .strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3,
  .services-grid,
  .industries-grid,
  .steps-grid,
  .footer-grid,
  .metrics,
  .grid-2,
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: 72px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav.is-open {
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav.is-open .nav-links,
  .nav.is-open .nav-cta {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open {
    flex-wrap: wrap;
  }

  .nav.is-open .nav-links {
    margin-top: 0.5rem;
    gap: 0.3rem;
  }

  .nav.is-open .nav-links a,
  .nav.is-open .nav-cta a {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
  }

  .nav.is-open .nav-cta {
    gap: 0.6rem;
    margin-top: 0.6rem;
  }

  .grid-4,
  .values-grid,
  .grid-3,
  .services-grid,
  .industries-grid,
  .steps-grid,
  .grid-2,
  .info-grid,
  .footer-grid,
  .metrics,
  .form-grid,
  .strip {
    grid-template-columns: 1fr;
  }

  .section,
  .page-hero,
  .hero {
    padding-top: 4rem;
    padding-bottom: 3.4rem;
  }

  .hero h1,
  .page-hero h1 {
    line-height: 1.02;
  }
}


.brand-logo {
  width: 210px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.footer-brand {
  align-items: flex-start;
}

.section-alt {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.cta-band {
  background: linear-gradient(135deg, #0B3954, #0d4566);
  color: white;
}

.cta-band .btn-secondary {
  background: rgba(255,255,255,0.12);
  color: white;
  border-color: rgba(255,255,255,0.18);
}

.cta-band p {
  color: rgba(255,255,255,0.82);
}

.cta-band-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.eyebrow.invert {
  background: rgba(255,255,255,0.12);
  color: white;
}

.contact-slab {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
}

.products-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
}

.product-card,
.mini-product-card {
  background: white;
  border: 1px solid rgba(217, 228, 239, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-gallery {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 1rem;
  background: linear-gradient(180deg, #f7fbff 0%, #f1f6fb 100%);
  border-bottom: 1px solid var(--line);
}

.product-gallery img,
.mini-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(217, 228, 239, 0.7);
  background: white;
}

.product-body {
  padding: 1.2rem 1.25rem 1.4rem;
}

.product-body h3,
.mini-product-card h3 {
  margin: 0.4rem 0 0.65rem;
  line-height: 1.15;
}

.product-body p,
.mini-product-card p {
  color: var(--muted);
  margin: 0 0 0.85rem;
}

.product-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-tag {
  display: inline-flex;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(11, 57, 84, 0.1);
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-tag.muted {
  background: #eef4fa;
  color: var(--muted);
}

.product-preview-grid {
  align-items: stretch;
}

.mini-product-card {
  padding: 1rem;
}

.strip-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1040px) {
  .products-grid,
  .contact-slab,
  .cta-band-inner {
    grid-template-columns: 1fr;
  }

  .strip-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: 160px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .strip-3 {
    grid-template-columns: 1fr;
  }
}


/* Branding update */
.topbar {
  background: rgba(248, 247, 244, 0.92);
  border-bottom: 1px solid rgba(223, 215, 204, 0.9);
}

.brand {
  gap: 0.85rem;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.brand span {
  line-height: 1.05;
}

.brand span small {
  margin-top: 0.25rem;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.footer-logo {
  width: 172px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(250, 163, 77, 0.18), transparent 28%),
    radial-gradient(circle at left center, rgba(11, 57, 84, 0.10), transparent 32%),
    linear-gradient(180deg, #fbfaf7 0%, #f4efe8 100%);
}

.page-hero,
.section-alt {
  background: linear-gradient(180deg, #fbfaf7 0%, #f3efe8 100%);
}

.footer {
  background: #f3efe8;
}

.eyebrow {
  background: rgba(250, 163, 77, 0.18);
  color: var(--primary);
}

.icon-badge {
  background: linear-gradient(135deg, rgba(250, 163, 77, 0.22), rgba(11, 57, 84, 0.12));
  color: var(--primary);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #0f4768);
  box-shadow: 0 14px 30px rgba(11, 57, 84, 0.24);
}

.btn-secondary {
  color: var(--primary);
}

.check {
  background: rgba(250, 163, 77, 0.22);
}

.product-tag {
  background: rgba(250, 163, 77, 0.18);
  color: var(--primary);
}

.product-tag.state-tag {
  background: rgba(11, 57, 84, 0.10);
  color: var(--primary-dark);
}

.text-link,
.contact-card a.text-link {
  color: var(--primary-dark);
}

.nav-links {
  gap: 1.2rem;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.9rem;
}

.nav-dropdown > a {
  color: var(--muted);
  font-weight: 600;
}

.nav-dropdown > a:hover,
.nav-dropdown > a.active {
  color: var(--primary-dark);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.12rem);
  left: -0.75rem;
  display: none;
  min-width: 220px;
  padding: 0.65rem;
  background: rgba(255,255,255,0.98);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  z-index: 1001;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.is-open .dropdown-menu {
  display: grid;
  gap: 0.25rem;
}

.dropdown-menu a {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  color: var(--muted);
  font-weight: 600;
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
  background: rgba(250, 163, 77, 0.14);
  color: var(--primary-dark);
}

.logo-panel {
  display: grid;
  align-content: start;
}

.hero-logo-full {
  width: 170px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.category-card .cta-row {
  margin-top: 1.25rem;
}

@media (max-width: 760px) {
  .nav.is-open .nav-links {
    gap: 0;
  }

  .nav-dropdown {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav.is-open .nav-dropdown > a {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
  }

  .dropdown-menu {
    display: grid;
    position: static;
    min-width: 0;
    padding: 0 0 0.35rem 1rem;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .dropdown-menu a {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(223, 215, 204, 0.6);
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand span small {
    font-size: 0.63rem;
  }
}


/* Inventory-driven product catalog update */
.section-head-left {
  text-align: left;
  margin-bottom: 1.4rem;
}

.count-badge {
  display: inline-flex;
  margin-left: 0.55rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(250, 163, 77, 0.16);
  color: var(--primary);
  font-size: 0.92rem;
  vertical-align: middle;
}

.inventory-note {
  background: white;
  border-left: 4px solid var(--primary);
  padding: 1rem 1.1rem;
  border-radius: 16px;
  box-shadow: var(--shadow);
  color: var(--muted);
}

.inventory-summary-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
}

.summary-card {
  background: white;
  border: 1px solid rgba(217, 228, 239, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem 1.25rem;
}

.summary-card h3 {
  margin: 0 0 0.7rem;
}

.summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.85rem;
  display: grid;
  gap: 0.65rem;
}

.summary-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.7rem;
  background: #f8fbfd;
  border-radius: 12px;
}

.product-subline {
  margin: 0 0 0.5rem;
  color: var(--text);
}

.product-note {
  margin: -0.1rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 1040px) {
  .inventory-summary-grid {
    grid-template-columns: 1fr;
  }
}


.product-gallery img,
.mini-product-card img {
  cursor: zoom-in;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-gallery img:hover,
.mini-product-card img:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(11, 57, 84, 0.14);
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(9, 18, 26, 0.84);
  z-index: 3000;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
}

.lightbox-dialog {
  position: relative;
  max-width: min(1100px, calc(100vw - 2.5rem));
  max-height: calc(100vh - 2.5rem);
  width: auto;
  z-index: 1;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 5rem);
  width: auto;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  background: white;
}

.lightbox-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  cursor: pointer;
  box-shadow: var(--shadow);
  font-size: 1.4rem;
  line-height: 1;
}

.lightbox-caption {
  margin-top: 0.85rem;
  color: white;
  text-align: center;
  font-weight: 600;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .lightbox {
    padding: 1rem;
  }

  .lightbox-image {
    max-height: calc(100vh - 4rem);
  }

  .lightbox-close {
    top: 0.5rem;
    right: 0.5rem;
  }
}


/* Visual enrichment update */
.brand-logo,
.footer-logo,
.hero-logo-full {
  background: transparent !important;
}

.brand-logo {
  filter: drop-shadow(0 6px 16px rgba(11, 57, 84, 0.10));
}

.footer-logo,
.hero-logo-full {
  filter: drop-shadow(0 10px 26px rgba(11, 57, 84, 0.10));
}

.showcase-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-rows: 220px;
}

.showcase-grid.two-up {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 260px;
}

.showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(217, 228, 239, 0.72);
  box-shadow: var(--shadow);
  isolation: isolate;
  background: #dfe8f0;
}

.showcase-card.large {
  grid-row: span 2;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.showcase-card:hover img {
  transform: scale(1.03);
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 57, 84, 0.04) 10%, rgba(11, 57, 84, 0.70) 100%);
}

.showcase-card-content {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1.05rem;
  z-index: 1;
  color: white;
}

.showcase-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: rgba(250, 163, 77, 0.88);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.showcase-card-content h3 {
  margin: 0 0 0.4rem;
  color: white;
}

.showcase-card-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.text-link-light {
  color: white;
}

.text-link-light:hover {
  color: #fff3e6;
}

.category-figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.category-figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

@media (max-width: 1040px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-card.large {
    grid-row: auto;
    min-height: 320px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .showcase-grid,
  .showcase-grid.two-up {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .showcase-card,
  .showcase-card.large {
    min-height: 250px;
    grid-column: auto;
  }
}
